html, body, form {
    height: 100%;
}

table {
    border-collapse: collapse;
}

body, td, a, p, .h, h1, h2, h3, div, form {
    font-family: arial,sans-serif;
    padding: 0px;
    margin: 0px;
}

body {
    background: #E0E0E0 none repeat scroll 0%;
    padding: 0pt 20px;
    text-align: center;
    font-size: 12px;
    min-width: 960px;
}

form {
    min-width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

a {
    text-decoration: none
}

    a img {
        border: 0px;
    }

.cb {
    clear: both !important;
    float: none !important;
    display: block !important;
}

input[type=text], input[type=password], select, textarea {
    border: solid 1px #CCC;
}

#container {
    margin: 0pt auto;
    text-align: left;
    max-width: 1200px
}

#header {
    background: #FFFFFF;
    width: 100%;
    height: 105px;
}
/* header text */
#header_logo, #system_logo {
    display: block;
    margin-top: 10px;
    float: left;
    margin-right: 5px;
    background-repeat: no-repeat;
    padding-left: 10px;
}

#header h1 {
    font-size: 14pt;
    float: left;
    height: 30px;
    padding: 10px;
    line-height: 30px
}

    #header h1 a {
        color: #222288;
    }

/* Top right corner: login/logout/signup panel */
#login_panel {
    text-align: right;
    font-size: 10pt;
    float: right;
    margin: 10px 10px 0 0;
    padding: 5px;
    line-height: 15px;
}

    #login_panel a {
        color: Black;
    }

        #login_panel a.covered-link {
            color: White;
        }

#search_bar {
    background: #0099FF;
    height: 35px;
    text-align: right;
    padding: 0 15px;
}

    #search_bar .searchImageButton {
        position: relative;
        top: 7px;
    }

    #search_bar div.cur-hotel {
        float: left;
        color: #fff;
        font-size: 1.2em;
        text-align: left;
        padding: 8px 0;
        position: relative;
        width: 250px;
    }

        #search_bar div.cur-hotel p {
            position: absolute;
            width: 350px;
        }

        #search_bar div.cur-hotel a {
            font-size: 0.68em;
            color: #fff;
        }

        #search_bar div.cur-hotel select {
            border: solid 1px #336699;
            width: 200px;
        }

#main {
    background-color: #ffffff;
    padding: 10px 0px;
    text-align: left;
}

    #main h1 {
        color: #000000;
        font-weight: normal;
        margin: 5px 0px 20px 0px;
    }

h2 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444444;
}

#main h3 {
    margin: 10px 0px;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

.navigation {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

    .navigation ul {
        margin: 0px;
        padding: 0px;
    }

        .navigation ul li {
            display: block;
            float: left;
            position: relative;
            margin-bottom: 5px;
            min-width: 140px;
        }

            .navigation ul li a {
                display: block;
                padding: 10px 10px;
                margin-right: 10px;
                background-color: #dddddd;
                font-size: 15px;
            }

    .navigation li a {
        line-height: 24px;
        height: 24px;
    }

    .navigation ul li ul {
        position: absolute;
        width: max-content;
        display: flex;
        flex-flow: column;
    }

        .navigation ul li ul li {
            display: block;
            float: left;
            margin: 0px;
            padding: 0px;
            position: static;
            height: 1%;
            line-height: 20px;
        }

            .navigation ul li ul li a {
                margin: 0px;
            }

    .navigation ul.sub {
        display: none;
        z-index: 15000;
    }



.dropdownbutton {
    margin: 0px;
    padding: 0px;
}

.dropdownbutton li {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 5px;
    min-width: 140px;
}

.dropdownbutton li a {
    display: block;
}

.dropdownbutton li ul {
    position: absolute;
    width: max-content;
    display: flex;
    flex-flow: column;
    bottom: 40px;
    left: -30px;
}

.dropdownbutton li ul li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    position: static;
    height: 1%;
    line-height: 20px;
}

.dropdownbutton li ul li a {
    margin: 0px;
    background-color: #dddddd;
    padding: 10px 10px;
    margin-right: 10px;
}

.dropdownbutton ul.sub {
    display: none;
    z-index: 15000;
}

.dropdownbutton li ul li a {
    background: #EDEDED;
    color: #000000;
}

.dropdownbutton li ul li a:hover {
    text-decoration: underline;
}

.dropdownbutton li ul.risks li a {
    border-left: 2.5px solid #FFC000;
    border-top: 2.5px solid #FFC000;
    border-right: 2.5px solid #FFC000;
}



li.dropdown ul.sub {
    display: none;
}

li.dropdown:hover ul.sub {
    display: block;
}

li.dropdown-sub ul.double-sub {
    display: none;
}

li.dropdown-sub:hover ul.double-sub {
    display: block;
}

li.dropdown-double-sub ul.triple-sub {
    display: none;
}

li.dropdown-double-sub:hover ul.triple-sub {
    display: block;
}

ul.double-sub {
    position: relative;
    right: 272px;
    top: 92px;
}

ul.triple-sub {
    position: relative;
    right: 200px;
    top: 38px;
}

    ul.triple-sub.fire-safety {
        position: relative;
        right: 200px;
        top: 209px;
    }

#content {
    padding: 0 10px 20px 10px;
}

#main div.mytasks div.filter-row2 {
    clear: both;
}

#main div.mytasks div.filter-row1 a.dp-choose-date {
    margin-top: 11px;
}

#main div.mytasks div.filter-row1 input {
    margin-left: 5px;
    float: left;
}

#main div.mytasks div.filter-row1 span.filter-checkbox input {
    float: left;
    margin-top: 11px;
}

#main div.mytasks div.filter-row1 span.filter-checkbox label {
    margin-top: 10px;
}

#main div.mytasks div.filter-row1 label {
    margin-left: 20px;
    margin-top: 9px;
    float: left;
}

div.mytasks input {
    margin: 6px 5px;
}

#main .DashContent h2, #main div.mytasks h2, #SMSAdminFilters h2 {
    font-size: 12px;
    padding: 5px 0px;
    padding-left: 10px;
    /*background:url("../images/bg-menu-main.png") repeat-x top left;*/
    color: #ffffff;
}

#main .DashContent h2, #TempFilter h2, #main div.mytasks h2, #SMSAdminFilters h2 {
    font-size: 12px;
    padding: 5px 0px;
    padding-left: 10px;
}

.DashContent h2 a {
    float: right;
    width: 30px;
}

.nav-grid a {
    display: block;
    background-color: #cccccc;
    height: 55px;
    width: 150px;
    float: left;
    margin: 5px;
    text-align: center;
    padding-top: 35px;
    color: #000000;
    border: 1px solid #eeeeee;
}

    .nav-grid a.first {
        margin-left: 0px;
    }

    .nav-grid a:hover {
        background-color: #aaaaaa;
        border: 1px solid #111111;
    }

#main .mytasks h2, #TempFilter h2, #SMSAdminFilters h2 {
    margin-bottom: 10px;
    margin-left: 0px;
    color: White;
    background-color: #0099FF;
}

.mytasks div.row1 label, #TempFilter div.row label {
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

    #TempFilter div.row label.wider {
        width: 80px;
    }

    #TempFilter div.row label.inventory-filter-wider {
        width: 150px;
    }

#TempFilter div.row select.wider {
    width: 200px;
}


#TempFilter div.row input.descriptionFilter {
    width: 240px;
}

#SMSAdminFilters div.row label {
    display: block;
    float: left;
    margin-top: 5px;
}

.mytasks div.row1 input,
#TempFilter div.row input {
    width: 90px;
}

.mytasks div.row1 a.dp-choose-date,
#TempFilter div.row a.dp-choose-date {
    margin: 5px 25px 0 3px;
}

#TempFilter .btn {
    margin-right: 10px;
    cursor: pointer;
}

.mytasks .today {
    margin-left: 76px;
}

.mytasks div.filter {
    margin-bottom: 5px;
    margin-left: 10px;
}

#TempFilter div.filter {
    margin-bottom: 10px;
    margin-left: 10px;
}

div.taskstatus {
    width: 49%;
    float: left;
    margin-top: 10px;
}

#main div.taskstatus h2 {
    margin-bottom: 0px;
    width: 96.75%;
}

div.taskstatus table {
    font-size: 11px;
}

div.incidentsummary {
    width: 49%;
    float: right;
    margin-top: 10px;
}

div.sms-action-buttons a {
    float: left;
    margin-right: 10px;
}

#main div.incidentsummary h2, #main div.sms-summary h2 {
    margin-bottom: 0px;
    width: 96.75%;
}

div.incidentsummary table, div.sms-summary table {
    font-size: 11px;
}

.detail-left.incident input.date-pick {
    width: 110px;
}

.detail-left.inventory input.date-pick {
    width: 110px;
}

.detail-left.inventory-item input.date-pick {
    width: 110px;
}

.detail-left.task-documents input.date-pick {
    width: 110px;
}

.detail-left.incident input.time-pick {
    width: 110px;
}

table.listview {
    border: 3px solid #0099FF;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}

    table.listview td {
        border-bottom: 1px solid #F2E8DA;
        border-right: 1px solid #F2E8DA;
        color: #000000;
        padding: 2px 8px;
    }

table.listviewcompact td {
    border-bottom: 1px solid #F2E8DA;
    border-right: 1px solid #F2E8DA;
    color: #000000;
    padding: 2px 4px;
}

table.listview td.inventory {
    /*    border-bottom:1px solid #F2E8DA;
    border-right:1px solid #F2E8DA;
    color:#000000;
*/
    padding: 2px 8px;
    max-width: 100000px;
    word-wrap: break-word;
}

table.listview th {
    color: White;
    background-color: #0099FF;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    /*    text-align:center; */
    padding: 5px 0px 5px 10px;
    font-family: Arial;
    font-weight: normal;
    margin-left: 10px;
}

table.listviewcompact th {
    color: White;
    background-color: #0099FF;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    /*    text-align:center; */
    padding: 3px 0px 3px 6px;
    font-family: Arial;
    font-weight: normal;
    margin-left: 10px;
}

table.listview th a {
    color: White;
}

table.listview th#notes-column {
    width: 220px;
}

table.listview td {
    /* max-width:150px; */
    text-overflow: ellipsis;
}

    table.listview td.table-list-wide {
        max-width: 250px;
    }

.create-btn,
.inline-btn {
    margin-bottom: 10px;
    background-color: #D2DCF3;
    display: block;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.filter-btn {
    outline-style: none;
    background-color: #D2DCF3;
    width: 90px;
    color: black;
    text-align: center;
    padding: 5px;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,.4), inset 0 0 3px 0 rgba(0,0,0,.4), inset 0 0 3px 5px rgba(0,0,0,.05), 2px 2px 4px 0 rgba(0,0,0,.25);
    border: 0px;
    border-radius: 4px;
    line-height: 14px;
    position: relative;
    display: inline-block;
}

    .filter-btn:before {
        top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: rgba(255,255,255,.6);
        box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
    }

    .filter-btn:after {
        bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background: rgba(0,0,0,.15);
        box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
    }

    .filter-btn:before, .filter-btn:after {
        content: '';
        display: block;
        position: absolute;
        left: 2px;
        right: 2px;
        height: 2px;
    }

    .filter-btn:hover {
        background-color: #EDEDED;
    }


.inline-btn {
    display: inline-block;
}

a.create-btn:hover {
    background-color: #CAC9C9;
}

.create-btn.task {
    float: left;
    margin-right: 5px;
}

.create-btn.training {
    width: 150px;
}

.create-btn.risk-assessment {
    width: 160px;
}

.create-btn.timeline {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.create-btn.home {
    float: right;
    margin-right: 10px;
    background: rgb(0 153 255);
    color: #FFFFFF;
}

.inline-btn:hover {
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 0px;
    border-bottom: 0px;
}


a.small-btn {
    color: #000000;
    cursor: pointer;
    border-width: 0 1px 1px 0;
    padding: 5px;
    background-color: #cccccc;
    border-top: 1px solid White;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: inline-block;
    font-family: arial;
    border-radius: 3px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    outline-style: none;
    float: right;
}

    a.small-btn:hover {
        filter: brightness(90%);
    }

a.small-btn.disabled {
    color:gray;
    cursor:default;
    pointer-events: none;
}

.small-btn:before {
    top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: rgba(255,255,255,.6);
}

.small-btn:after {
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: rgba(0,0,0,.15);
}

.small-btn:before, .small-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 1px;
}







input.button {
    cursor: pointer;
    background-color: #d2dcf3;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    color: black;
    padding: 5px;
    border-top: 1px solid White;
}

    input.button:hover {
        border-width: 1px 0 0 1px;
        color: Red;
        text-decoration: underline;
        border-top: 1px solid Black;
    }


.form, .form-full {
    background-color: #dff2ff;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #0099FF;
    border-radius: 10px;
}

.detail-left {
    width: 340px;
    float: left;
    margin-left: 10px;
}

    .detail-left.asset {
        width: 400px;
    }

        .detail-left.asset label {
            width: 180px;
        }

        .detail-left.asset input {
            width: 200px;
        }

.documentation-detail .detail-left label {
    width: 110px;
}

.documentation-detail .detail-left input[type=checkbox] {
    width: 20px;
    margin-left: 0;
}


.detail-left.module {
    width: 40%;
}

    .detail-left.module select, .detail-left.module input {
        width: 300px;
    }

    .detail-left.module .checkbox input {
        width: 20px;
        margin-left: 0;
    }

.detail-left .row.file-upload input {
    float: left;
    clear: both;
    padding-top: 10px;
}

.detail-left a.resource-list.label {
    float: left;
    clear: both;
    width: 100%;
}

.detail-left input.resource-list {
    width: 200px;
    float: left;
}

.detail-left .resource-list.remove-button {
    font-size: smaller;
    margin-left: 10px;
    height: auto;
}

.detail-left.sms-forms-detail {
    width: 450px;
}

.detail-left.incident {
    width: 800px;
}

.detail-left.inventory {
    width: 800px;
}

.detail-left.audit-question, .detail-left.task-template, .detail-left.client-option, .detail-left.form-question {
    width: 706px;
}

.detail-left.inventory-item {
    width: 700px;
}

.detail-left.task-documents {
    width: 700px;
}

.detail-left.incident.close {
    width: 1000px;
}

    .detail-left.incident.close label {
        width: 400px;
        padding-right: 10px;
    }

.detail-left.audit, .detail-left.form {
    width: 340px;
}

.detail-left label {
    display: block;
    width: 100px;
    float: left;
    margin-top: 13px;
    clear: left;
}

.detail-left.reassign label {
    width: 150px;
}

.detail-left label.hint {
    width: 200px;
    margin-bottom: 20px;
}

.detail-left a.custom-btn {
    width: auto;
}

.detail-left a {
    display: block;
    width: 100px;
    height: 20px;
    float: left;
    margin-top: 13px;
}

.detail-left td a {
    height: auto;
}

.detail-left.module input.remove-button {
    width: 75px;
}

.detail-left.audit-view a {
    height: auto;
    width: auto;
}

    .detail-left.audit-view a.create-btn,
    .detail-left.audit-view input.create-btn {
        margin-left: 0px;
    }

.detail-left.incident label {
    width: 300px;
    padding-right: 10px;
}

.detail-left.incident a {
    width: auto;
}


.detail-left.inventory {
    float: none;
}

    .detail-left.inventory label {
        width: 200px;
    }

.detail-left.audit-question label, .detail-left.form-question label, .detail-left.task-template label, .detail-left.client-option label {
    width: 190px;
    margin-right: 10px;
}

.detail-left.inventory-item label {
    width: 200px;
}

.detail-left.task-documents label {
    width: 200px;
}

.detail-left input {
    margin-top: 10px;
    width: 197px;
}

.detail-left.sms-forms-detail input {
    width: 275px;
}

.detail-left.sms-forms-detail select {
    width: 279px;
}

.detail-left.incident input {
    width: 300px;
}

    .detail-left.incident input[type=checkbox] {
        width: 50px;
    }

.detail-left.audit input {
    width: 234px;
}

.detail-left select {
    margin-top: 10px;
    width: 200px;
}

.detail-left.audit select {
    width: 237px;
}

.detail-left.incident select {
    width: 300px;
}

.detail-left.inventory select {
    width: 300px;
}

.detail-left.audit-question select, .detail-left.form-question select, .detail-left.task-template select {
    width: 400px;
}

.detail-left.inventory-item select {
    width: 400px;
}

.detail-left.task-documents select {
    width: 400px;
}

.incident-closure input {
    float: left;
}

.detail-left input.disabled {
    background-color: #cccccc;
    border: 1px solid #666666;
}

.detail-left span.download-file-list a {
    width: auto;
    margin-right: 20px;
}

.detail-right {
    float: left;
    margin-left: 0.5%;
    width: 50%;
}

    .detail-right.module {
        width: 49%;
    }

    .detail-right .test-list {
        padding-top: 10px;
        float: left;
        clear: both;
    }

        .detail-right .test-list .row strong, .detail-right .test-list .row a.test-list {
            float: none;
            clear: none;
            display: inline;
            width: 200px;
            padding: 0 10px 10px 0;
        }

        .detail-right .test-list .row {
            margin: 10px 0;
        }

    .detail-right label {
        display: block;
        color: #000000;
        font-weight: bold;
        margin-top: 10px;
    }

    .detail-right span {
        display: block;
        color: #000000;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail-right textarea {
        margin-top: 10px;
        width: 560px;
        height: 250px;
    }

    .detail-right .approval {
        width: 560px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

        .detail-right .approval label {
            float: left;
            display: block;
            width: 85px;
            margin-top: 10px;
            line-height: 19px;
        }

            .detail-right .approval label.date {
                width: 50px;
            }

        .detail-right .approval input,
        .detail-right .approval select {
            float: left;
            margin-top: 10px;
            width: 150px;
        }

        .detail-right .approval select {
            width: 155px;
        }

    .detail-right table {
        width: 100%;
        border: 1px solid #000000;
        border-bottom: 2px solid #000000;
    }

        .detail-right table th {
            background-color: #b0c5ea;
            color: #333333;
            border-right: 1px solid #000000;
        }

        .detail-right table td {
            padding: 5px 0px 5px 5px;
            border: 0px;
            color: #000000;
            border-right: 1px solid #000000;
        }

.control-measures {
    margin-top: 50px;
    margin-bottom: 30px;
}

    .control-measures span {
        width: 200px;
    }

.custom-btn {
    background-color: #cccccc;
    background-position: right 6px top 7px;
    background-repeat: no-repeat;
    width: auto;
    margin-top: 10px;
    display: block;
    padding: 10px 0px;
    padding-left: 10px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: left;
    float: right;
    margin-left: 10px;
}

    .custom-btn:hover {
        filter: brightness(90%);
        text-decoration: none;
    }

#SaveShown {
    cursor: pointer;
}

    #SaveShown.disabled {
        cursor: default;
    }

.custom-btn.disabled:hover {
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 0px;
    border-top: 0px;
    cursor: default;
    color: #660099;
    text-decoration: none;
}

.custom-btn.copy {
    background-image: url('../images/copy.png');
}

.custom-btn.save {
    background-image: url('../images/save.png');
}

    .custom-btn.forms-addModOpt.disabled {
        color: gray;
        cursor: default;
        pointer-events: none;
    }

.custom-btn.cancel {
    background-image: url('../images/cancel.png');
}

.custom-btn.back {
    background-image: url('../images/goback.png');
}

.custom-btn.archive, .custom-btn.dearchive {
    background-image: url('../images/archive.png');
}

.custom-btn.associated-task {
    background-image: url('../images/createitem.png');
}

.custom-btn.create {
    background-image: url('../images/createitem.png');
}

.custom-btn.delete {
    background-image: url('../images/deleteitem.png');
    background-position: right 10px top 10px;
}

.custom-btn.export {
    background-image: url('../images/archive.png');
    background-position: right 5px top 5px;
}

.custom-btn.report {
    background-image: url('../images/nav_icons/reports.png');
    background-position: right 5px top 5px;
}

.custom-btn.edit {
    background-image: url('../images/pencil2.png');
    background-position: right 6px top 9px;
}

.custom-btn.yes, .custom-btn.complete {
    background-image: url(../images/greentick.png);
}

.custom-btn.reassign {
    background-image: url('../images/icons/16x16/system-users.png');
}

.custom-btn.edit.sms {
    float: left;
    clear: left;
}

.custom-btn.cancel.sms {
    float: left;
}

table.gender {
    float: left;
    width: auto;
}

    table.gender tr td {
        padding-right: 10px;
    }

        table.gender tr td label {
            display: inline;
            width: auto;
            float: none;
        }

table.radio {
    float: left;
    width: auto;
}

    table.radio tr td {
        padding-right: 10px;
    }

        table.radio tr td label {
            display: inline;
            width: auto;
            float: none;
        }

.detail-left.incident table.gender tr td input {
    width: 20px;
}

.detail-left.incident table.radio tr td input {
    width: 20px;
}

.detail-left.inventory table.gender tr td input {
    width: 20px;
}

.detail-left.audit-question table.gender tr td input {
    width: 20px;
}

.mandatory-upload input {
    width: auto !important;
}

.detail-left.form-question table.gender tr td input {
    width: 20px;
}

.detail-left.inventory-item table.gender tr td input {
    width: 20px;
}

.detail-left.task-documents table.gender tr td input {
    width: 20px;
}

.detail-left.incident textarea {
    width: 600px;
    height: 300px;
    margin-top: 10px;
}

.detail-left.inventory textarea {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    float: left;
}

.detail-left.audit-question textarea, .detail-left.task-template textarea {
    width: 400px;
    height: 100px;
    margin-top: 10px;
    float: left;
}

.detail-left.inventory-item textarea {
    width: 300px;
    height: 100px;
    margin-top: 10px;
}

.detail-left.incident .external-reporting label {
    width: 200px;
    float: left;
}

.detail-left.incident .external-reporting input {
    margin-top: 10px;
    width: 50px;
    float: left;
}

.incident-create {
    margin-top: 30px;
}

input.noborder {
    border: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, .clearfix-spacer {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.invisible {
    display: none;
}

.sms label {
    display: block;
    float: left;
    width: 60px;
    padding-top: 3px;
}

#main .sms h3 {
    border-top: 1px solid #666666;
    padding-top: 10px;
    margin-right: 15px;
}

.sms-form-area {
    width: 700px;
}

    .sms-form-area table, .sms-assign-form table {
        margin-top: 30px;
        width: 700px;
        padding: 10px 10px 20px 10px;
        background-color: #cccccc;
        border: 2px solid #333333;
    }

        .sms-form-area table tr td, .sms-assign-form table tr td {
            padding: 10px;
        }

    .sms-form-area label {
        display: block;
        float: left;
        width: 290px;
        padding-top: 5px;
        margin-top: 10px;
    }

    .sms-form-area a {
        display: block;
        float: left;
        padding-top: 5px;
        margin-top: 10px;
    }

.sms-assign-form label {
    display: block;
    float: left;
    width: 90px;
    padding-top: 5px;
    margin-top: 10px;
}

.sms-form-area input, .sms-assign-form input {
    margin-top: 10px;
}

.sms-form-area span, .sms-assign-form span {
    display: block;
    margin-top: 10px;
}

.sms-form-date {
    color: #000000;
    font-style: italic;
    font-size: 14px;
}

.sms-form-paging-links {
    padding-top: 20px;
}

p.error-message {
    margin-top: 10px;
}

.success {
    color: green;
    background-color: #DAFFDA;
    border: 1px solid #66FF66;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.list-of-cards {
    margin-top: 15px;
}

/* Sms table */

table#smsCalendar {
    border-top: solid 1px #666;
    border-left: solid 1px #666;
}

    table#smsCalendar th, table#smsCalendar td {
        border-right: solid 1px #666;
        border-bottom: solid 1px #666;
        text-align: center;
    }

    table#smsCalendar a {
        display: block;
        width: 25px;
        height: 43px;
        padding: 1px;
        color: #000;
        cursor: default;
    }

        table#smsCalendar a.smsCalendar-disabled {
            cursor: default;
            color: #666;
        }

        table#smsCalendar a.smsCalendar-nodate {
            background-color: Gray;
        }

        table#smsCalendar a.smsCalendar-day {
        }

        table#smsCalendar a.smsCalendar-month {
            text-align: left;
            width: auto;
        }

        table#smsCalendar a.smsCalendar-day,
        table#smsCalendar a.smsCalendar-month {
            background-color: #6B8DB7;
            color: #fff;
            font-weight: bold;
        }

            table#smsCalendar a.smsCalendar-day:hover,
            table#smsCalendar a.smsCalendar-month:hover {
                text-decoration: none;
            }

        table#smsCalendar a.smsCalendar-red, .smsSideboard-card.smsCalendar-red {
            cursor: pointer;
            background-color: Red;
        }

        table#smsCalendar a.smsCalendar-aqua, .smsSideboard-card.smsCalendar-aqua {
            cursor: pointer;
            background-color: Aqua;
        }

        table#smsCalendar a.smsCalendar-green, .smsSideboard-card.smsCalendar-green {
            cursor: pointer;
            background-color: Lime;
        }

        table#smsCalendar a.smsCalendar-yellow, .smsSideboard-card.smsCalendar-yellow {
            cursor: pointer;
            background-color: Yellow;
        }

        table#smsCalendar a.smsCalendar-white, .smsSideboard-card.smsCalendar-white {
            cursor: pointer;
            background-color: White;
        }

        table#smsCalendar a.smsCalendar-pink, .smsSideboard-card.smsCalendar-pink {
            cursor: pointer;
            background-color: Fuchsia;
        }

        table#smsCalendar a.smsCalendar-ivy, .smsSideboard-card.smsCalendar-ivy {
            cursor: pointer;
            background-color: #39824D;
        }

        table#smsCalendar a.smsCalendar-new {
            background-color: White;
        }

        table#smsCalendar a.smsCalendar-reserved {
            cursor: pointer;
            background-color: Gray;
        }

        table#smsCalendar a.smsCalendar-reserved {
            cursor: pointer;
            background-color: Gray;
        }

        table#smsCalendar a.smsCard-highlight {
            cursor: pointer;
            background-color: #fff3a5;
            z-index: 500;
        }

.ui-draggable-dragging {
    z-index: 1000;
}

.smsBin-highlight {
    background-color: #fff3a5;
}

.smsSideboard-card {
    display: block;
    width: 25px;
    height: 38px;
    padding: 1px;
    color: #000;
    float: left;
    text-align: center;
}

.smsSideboard-card-container {
    clear: both;
    padding-top: 5px;
}

    .smsSideboard-card-container.fully-assigned {
        display: none;
    }

#CardSideBoardContainer {
    padding-top: 10px;
    height: 532px;
    overflow: auto;
}

.CalendarDragControls {
    position: absolute;
    top: 0;
    left: 950px;
    max-width: 400px;
    min-width: 274px;
    width: calc(100vw - 1010px);
}

#CalendarDragBin {
    height: 38px;
    border: 1px solid black;
    padding: 0 5px;
}

#CardSideboardFilter {
    width: 95%;
}

#card-sideboard.sideboard-filter-active .smsSideboard-card-container:not(.sideboard-filter-match) {
    display: none;
}

table#smsCalendar a:hover.smsCalendar-disabled {
    text-decoration: none;
}

table#smsCalendar span.smsCardComplete {
    float: right;
}
/* Risk Ratings */

.riskrating-1, .riskrating-2, .riskrating-3, .riskrating-4, .riskrating-5, .riskrating-6, .riskrating-7 {
    background-color: #99ff66;
}

.riskrating-8, .riskrating-9, .riskrating-10, .riskrating-11, .riskrating-12, .riskrating-13 {
    background-color: #ffcc00;
}

.riskrating-14, .riskrating-15, .riskrating-16, .riskrating-17, .riskrating-18, .riskrating-19, .riskrating-20, .riskrating-21, .riskrating-22, .riskrating-23, .riskrating-24, .riskrating-25 {
    background-color: #ff3806;
}

/* validation */
div.validation-summary {
    margin-bottom: 15px;
    border: solid 2px Red;
    padding: 10px;
    background-color: #FCDEDE;
    color: Red;
}

    div.validation-summary input {
        margin-top: 10px;
    }

    div.validation-summary.pass {
        border-color: #338833;
        background-color: #DDFFCC;
        color: #338833;
    }

div.warning {
    margin-bottom: 15px;
    border: solid 2px #faebcc;
    padding: 10px;
    background-color: #fcf8e3;
    color: #e69500;
}

div.results {
    padding-top: 10px;
}

div.inner-content .results {
    background-color: #fff;
    padding-top: 10px;
    /*    border:solid 1px #99CCFF;
    padding:5px 10px;*/
}


div.inner-content table.listview {
    margin-left: 0px;
    border: 1px solid #AD9E87;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
}

.overallRiskRatingRed, .overallRiskRatingAmber, .overallRiskRatingGreen {
    padding: 4px;
    font-size: 1.1em;
}

.overallRiskRatingRed,
.priorityRed {
    background-color: #ff3806;
    color: #ff3806;
}

.overallRiskRatingAmber,
.priorityAmber {
    background-color: #ffcc00;
    color: #ffcc00;
}

.overallRiskRatingGreen,
.priorityGreen {
    background-color: #99ff66;
    color: #99ff66;
}




/* --- ListView Pager --- */
span.pager {
    text-align: center;
    display: block;
    padding: 10px 0;
}

    span.pager a {
        cursor: pointer;
        padding: 0 10px;
    }



/* --- Temperatures --- */
a.create-btn.temperatures {
    width: 190px;
}

#TempFilter, #SMSAdminFilters {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    border: solid #0099FF;
}

    #TempFilter label {
        float: left;
        width: 70px;
    }

    #TempFilter input, #SMSAdminFilters input {
        float: left;
    }

    #TempFilter select {
        float: left;
        margin-right: 10px;
        width: 128px;
    }

    #SMSAdminFilters select {
        float: left;
        margin-right: 10px;
        margin-top: 3px;
        margin-left: 5px;
    }

    #SMSAdminFilters label {
        margin-left: 30px;
        float: left;
    }

    #SMSAdminFilters .dp-choose-date {
        margin-top: 5px;
    }

    #SMSAdminFilters div.filter {
        margin-bottom: 10px;
        margin-left: 10px;
    }

.sms-hotel {
    margin-bottom: 5px;
}

    .sms-hotel label {
        float: left;
        display: block;
        width: 150px;
    }

    .sms-hotel select {
        width: 250px;
    }


/* --- dashboard status bars --- */

#main div.task-status-bar {
    width: 98.2%;
    margin: 10px 0;
    border: solid #0099FF;
    height: 80px;
}

    #main div.task-status-bar h2 {
        margin-bottom: 0px;
    }

.status-bar-container {
    /*background-color:#b0c5ea;
    border:1px solid #ad9e87;*/
    padding: 10px;
}

    .status-bar-container.compliance {
        height: 50px;
        text-align: left;
        margin-left: 15px;
    }

.status-bar-white {
    width: 920px;
    margin: auto;
}

a.status-bar {
    display: block;
    height: 21px;
    float: left;
    padding: 7px 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 20px;
}

a.status-bar-static {
    display: block;
    height: 21px;
    float: left;
    padding: 7px 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 20px;
}

a.status-bar.green {
    color: White;
    background: url('../images/bar_green.jpg') no-repeat top left;
}

a.status-bar-static.green {
    color: White;
    background: url('../images/bar_green.jpg') no-repeat top left;
}

a.status-bar.green:hover {
    background-position: left bottom;
}

a.status-bar.amber {
    background: url('../images/bar_amber.jpg') no-repeat top left;
}

    a.status-bar.amber:hover {
        background-position: bottom;
    }

a.status-bar.red {
    color: White !important;
    background: url('../images/bar_red.jpg') no-repeat top right;
}

a.status-bar-static.red {
    color: White !important;
    background: url('../images/bar_red.jpg') no-repeat top right;
}

.reviewsubmittedcontainer {
    width: 20px;
    height: 50px;
    float: left;
    font-size: 50px;
    color: Red;
    font-family: Serif;
    cursor: help;
}

a.status-bar.red:hover {
    background-position: right bottom;
}

a.status-bar.green-endsBothRounded, a.status-bar-static.green-endsBothRounded {
    background: url('../images/bar_green_endsBothRounded.jpg') no-repeat top left;
    width: 900px;
}

    a.status-bar.green-endsBothRounded:hover {
        background-position: left bottom;
    }

a.status-bar.red-endsBothRounded, a.status-bar-static.red-endsBothRounded {
    background: url('../images/bar_red_endsBothRounded.jpg') no-repeat top left;
    width: 900px;
}

    a.status-bar.red-endsBothRounded:hover {
        background-position: left bottom;
    }


p.incident-note {
    font-size: 1.2em;
    margin: 10px;
    padding: 10px;
    border: solid 1px #666;
    background: #DDD;
}


/* --- Disclaimer --- */
.disclaimer {
    background: transparent url('/images/Diligence_Logo.png') no-repeat 25px 38px;
    margin: 10px;
    border: solid 1px #666;
    padding: 20px 20px 20px 150px;
}

    .disclaimer p {
        margin-bottom: 15px;
    }

.button-container {
    text-align: right;
}

.module.button-container {
    float: right;
    clear: both;
    padding-right: 122px;
}

.button-container input.button.cancel {
    background: #CCC;
    color: #000;
}


table.pager td {
    border: none;
    color: #fff;
    font-weight: bold;
}

table.pager a {
    color: #fff;
}

#TempFilter.hotel-filter input[type=text] {
    width: 220px;
}

#TempFilter.hotel-filter select {
    width: 222px;
}

#TempFilter.hotel-filter .btn {
    margin-left: 79px;
}

#TempFilter.inventory-review-filter select {
    width: 222px;
}

.form-full fieldset {
    border: none;
}

    .form-full fieldset.limited-width {
        width: 506px;
    }


.form-full p {
    margin-bottom: 5px;
}

.form-full label {
    float: left;
    width: 200px;
}

.form-full.assettype label {
    width: 140px;
}

.form-full input[type="text"],
.form-full input[type="password"],
.form-full select,
.form-full textarea {
    border: 1px solid #CCCCCC;
}

.form-full input[type="text"],
.form-full input[type="password"],
.form-full textarea {
    width: 300px;
}

.form-full select {
    width: 302px;
}


.submenu-btn {
    display: inline-block;
    color: #0099FF;
    background-color: #DDD;
    border-top: solid 1px #0099FF;
    border-left: solid 1px #0099FF;
    border-right: solid 1px #0099FF;
    padding: 5px 10px;
    margin-right: 2px;
}

    .submenu-btn.selected {
        background-color: #0099FF;
        color: #FFF;
    }


.incident .pdfcheckbox {
    width: 400px;
}

    .incident .pdfcheckbox input {
        width: 30px;
    }

    .incident .pdfcheckbox label {
        width: 350px;
    }

.custom-btn.custom-double-btn {
    padding: 3px 45px 4px 10px;
    background-position: right 10px top 12px;
    border-collapse: separate;
    border-spacing: 2px;
    height: 45px;
}

    .custom-btn.custom-double-btn.cancel {
        line-height: 45px;
        background-position: 62px 12px;
    }

/* Customer Activity Report Table */
table.user-activity, table.diligence-table {
    border: 1px solid #AD9E87;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 98.4%;
    border-collapse: collapse;
}

    table.user-activity th, table.diligence-table th {
        background-color: #B0C5EA;
        border-bottom: 2px solid #AD9E87;
        border-right: 1px solid #AD9E87;
        font-weight: bold;
        text-align: center;
        padding: 5px 0;
    }

    table.user-activity tr, table.diligence-table tr {
        min-height: 28px;
    }

    table.user-activity td, table.diligence-table td {
        min-height: 28px;
        border-bottom: 1px solid #F2E8DA;
        border-right: 1px solid #F2E8DA;
        color: Black;
        padding: 2px 8px;
    }
/*Incident Detail Form */

/*Manage Users*/
div.manage-users-filters {
}

    div.manage-users-filters.pager-buttons {
    }

        div.manage-users-filters.pager-buttons a {
            margin-right: 10px;
        }

        div.manage-users-filters.pager-buttons strong {
            margin-right: 10px;
        }

    div.manage-users-filters input, div.manage-users-filters select {
        margin-right: 30px;
    }

        div.manage-users-filters input.last-activity-filter {
            width: 30px;
            margin-right: 2px;
        }

    div.manage-users-filters label.label-right {
        margin-right: 30px;
    }

/*Modules*/
div.modules.button-holder {
    float: right;
    margin: 10px 17px 0 0;
}

/*SMS Buttons*/
div.sms-edit-buttons {
    float: right;
    padding-right: 20px;
}

div.sms-assign-form input.dp-applied {
    float: none;
    width: auto;
}

/* Modules Table*/
input.module-properties-button, a.module-properties-button {
    float: right;
    clear: both;
    margin-right: 20px;
    margin-bottom: 10px;
}

div.module-properties-button-holder {
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

    div.module-properties-button-holder input.module-properties-back {
        width: 150px;
        height: 37px;
        margin-right: 20px;
    }

hr.module-properties {
    margin-right: 17px;
}

td.rdb {
    white-space: nowrap;
}

.rdb label {
    display: inline;
    width: 80px;
    margin: 0 35px 0 0;
    float: none;
    color: black;
}

.rdb input {
    display: inline;
}

table.diligence-table.sms-questions-table {
    clear: both;
}

    table.diligence-table.sms-questions-table th {
        padding: 5px;
    }

    table.diligence-table.sms-questions-table td {
        text-align: center
    }

div#QuestionDetailHolder div.sms-questions-buttons a {
    margin: 20px;
}

    div#QuestionDetailHolder div.sms-questions-buttons a.delete {
        float: left;
        margin-left: 0
    }

div.sms-questions-buttons.forms-detail {
    width: 95%
}

    div.sms-questions-buttons.forms-detail a {
        margin: 20px 0 20px 20px;
    }

#TempFilter div.sms-question-filters div input {
    margin-left: 5px;
    float: left;
}

#TempFilter div.sms-question-filters div label {
    margin-left: 20px;
    margin-top: 9px;
    float: left;
}

#TempFilter div.sms-question-filters div span.filter-checkbox input {
    float: left;
    margin-top: 6px;
    margin-bottom: 5px;
    width: auto;
}

#TempFilter div.sms-question-filters div span.filter-checkbox label {
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
}

select.sms-questions-select {
    width: 95%;
}

div#Separator div {
    text-align: center;
}

    div#Separator div input {
        margin: 30px 20px 0 20px;
    }

div#UnassignedQuestionsHolder h3 {
    margin-top: 5px;
}

/* Modal Popup */


div.HotelSelectorRow {
    border-bottom: 1px solid #E0E0E0
}

.tasks-repeating-text-box input {
    width: 15px;
    margin: 15px 100px 0 0
}


/* CliftonAudit */
.form.clearfix.clifton-audit {
    width: 940px;
}

    .form.clearfix.clifton-audit a {
        margin-top: 30px;
    }

    .form.clearfix.clifton-audit .detail-left {
        margin-top: 0;
    }

.detail-left.clifton-audit .panel-label {
    width: auto;
    float: none;
    margin-top: 10px;
    color: black;
    font-weight: bold
}

.detail-left.clifton-audit input {
    width: 40px;
    margin-right: 175px
}

.form.clearfix.clifton-audit div.button-container {
    margin-right: 21px;
}

div.audit-report-summary {
    text-align: center;
    color: Black;
}

#main div.audit-report-summary h2 {
    color: Black;
}

table.audit-report-summary {
    border-collapse: separate;
    border-spacing: 0px;
    margin: auto;
    border: 1px solid black
}

    table.audit-report-summary th, table.audit-report-summary td {
        width: 120px;
        text-align: center;
    }

    table.audit-report-summary td, table.audit-report-summary th {
        border: 1px solid black;
        color: Black;
        font-weight: bold
    }

    table.audit-report-summary tr {
        height: 40px;
    }

        table.audit-report-summary tr.reds {
            background-color: Red;
        }

        table.audit-report-summary tr.ambers {
            background-color: Yellow;
        }

        table.audit-report-summary tr.greens {
            background-color: #00CC33;
        }

    table.audit-report-summary td.overall-performance {
        background-color: White;
    }

/* Incident Year on Year Table */

#dashTopRow {
    margin: 25px 0;
}

    #dashTopRow > div {
        float: left;
    }

#dashBottomRow {
    margin: 25px 0;
}

    #dashBottomRow > div {
        float: left;
        text-align: center;
    }

#main .incident-report-year-on-year h2, #main .sas-audit-summary h2 {
    color: Black;
}

.incident-report-year-on-year table, .sas-audit-summary table {
    width: 400px;
    color: Black;
    border-collapse: collapse
}

.incident-report-year-on-year tr, .sas-audit-summary tr {
    height: 20px;
}

.incident-report-year-on-year th, .sas-audit-summary th {
    border: 1px solid Black;
    font-weight: bold;
}

.incident-report-year-on-year td, .sas-audit-summary td {
    border: 1px solid Black;
    font-weight: bold;
}

.incident-report-year-on-year table tr.odd, .sas-audit-summary table tr.odd {
    background-color: #b0c5ea;
}

.incident-report-year-on-year table tr.even, .sas-audit-summary table tr.even {
    background-color: #dadada;
}

td.label {
    text-align: left;
    width: 180px;
    padding-left: 5px;
}

.dashboard-floating-block {
    float: left;
    height: 350px;
    width: 30%;
    margin: 20px 20px 20px 20px;
}
/*Page Jump*/
div.manage-users-filters input.page-jump {
    margin-right: 5px;
    width: 22px;
}

div.manage-users-filters a.page-jump {
    padding-left: 2px;
}

#TempFilter div.filter.row.clearfix label.mailing-list {
    width: 150px;
}

#TempFilter div.row .mailing-list input {
    width: 30px;
}

div.pie-charts {
    overflow: hidden;
}

    div.pie-charts div {
        float: left
    }


div#RepeatingTasksButton {
    overflow: hidden;
    padding-right: 30px;
    padding-bottom: 15px;
}

div.sms-card-unassign {
    clear: both;
    margin-top: 20px;
}

    div.sms-card-unassign a {
        display: block;
    }

table.diligence-table.test-list td {
    border-color: #474747
}

table.diligence-table.test-list {
    border-bottom-color: #181818
}

div.sms-container #smsCalendar {
    float: left;
}

div.sms-container div.sms-legend, div.sms-legend-assign {
    float: left;
    background-color: #E0E0E0;
    font-size: 12px;
    margin: 0px Auto 0 30px;
    color: Black;
    font-weight: bold;
}

    div.sms-container div.sms-legend td, div.sms-legend-assign td {
        padding: 10px;
    }

div.sms-legend-assign {
    margin: 10px auto 0;
}

select.notification-email-admin {
    width: 50px;
}

.filter-options {
    margin-top: 15px;
}

.incidentFileList input[type="image"] {
    width: auto;
}

.incident-timeline {
    max-width: 1195px;
    table-layout: fixed;
}

    .incident-timeline * {
        box-sizing: border-box;
    }

    .incident-timeline thead th {
        font-size: 14px;
        background: #ddddfe;
        border: 1px solid black;
        color: Black;
        padding: 2px 5px;
    }

    .incident-timeline tbody td {
        background: White;
        border: 1px solid black;
        color: Black;
        padding: 2px 5px;
    }

        .incident-timeline tbody td.tl_detail_delete, .incident-timeline thead th.tl_detail_action {
            border-left: none;
        }

        .incident-timeline tbody td.tl_detail_action, .incident-timeline thead th.tl_detail_action {
            border-right: none;
        }

        .incident-timeline tbody td input {
            border: none;
            width: 90%;
        }

    .incident-timeline td.tl_detail_time, .incident-timeline th.tl_detail_time {
        width: 100px;
    }

    .incident-timeline td.tl_detail_person, .incident-timeline th.tl_detail_person {
        width: 200px;
    }

    .incident-timeline td.tl_detail_action, .incident-timeline th.tl_detail_action {
        width: 750px;
    }

    .incident-timeline td.tl_detail_delete, .incident-timeline th.tl_detail_delete {
        width: 20px;
        border-left: none;
    }

    .incident-timeline tfoot td {
        padding-top: 10px;
        text-align: left;
    }

        .incident-timeline tfoot td input {
            border: 1px solid black;
            border-right: none;
            width: 100%;
            line-height: 22px;
            padding: 2px 5px;
        }

            .incident-timeline tfoot td input.datepicker {
                width: 80%;
            }

    .incident-timeline a.dp-choose-date {
        display: inline-block;
        float: none;
        margin: 0;
        margin-top: 10px;
    }

.tl_detail_date {
    min-width: 100px;
}

#tl_action {
    border-right: 1px solid black;
}

#tl_addLine {
    float: right;
    margin-bottom: 25px;
}

.tl-filler {
    background: White;
}

.incident-authority-visits th.visit-date {
    width: 150px;
}

.incident-authority-visits th.visit-authority {
    width: 250px;
}

td.emptydatatemplate {
    text-align: center;
    vertical-align: middle;
    height: 400px;
}

p.ryl-date-pick input[type="text"] {
    width: 280px;
}

p.ryl-date-pick a {
    margin-top: 7px;
}

div.form-row {
    overflow: hidden;
    margin: 5px 0;
}

    div.form-row label {
        float: left;
        line-height: 24px;
        min-width: 120px;
        margin-right: 20px;
        text-align: right;
    }

    div.form-row a.dp-choose-date {
        margin-top: 7px;
        margin-right: 10px;
    }

    div.form-row input[type="text"].date-pick {
        width: 180px;
    }

    div.form-row select {
        width: 200px;
    }

    div.form-row table {
        float: left;
        margin-right: 10px;
    }

table.checkbox-list {
    border: 1px solid #666677;
    color: Black;
}

    table.checkbox-list td {
        background-color: #eeeef5;
        padding: 5px;
    }

        table.checkbox-list td label {
            margin-right: 2px;
            line-height: 18px;
        }

.checkbox-list-controls {
    float: left;
    padding-left: 5px;
}

    .checkbox-list-controls button {
        display: block;
        width: 75px;
        margin-top: 15px;
    }

div.delete-selected {
    text-align: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.incident-timeline .detail-left input[type="checkbox"] {
    width: auto;
    margin-top: 14px;
    margin-right: 170px;
}

.incident-timeline .detail-full {
    float: left;
    margin: 20px 0;
}

    .incident-timeline .detail-full label {
        display: block;
    }

    .incident-timeline .detail-full textarea {
        width: 1010px;
        height: 200px;
    }

.incident-timeline fieldset {
    border: none;
}

    .incident-timeline fieldset legend {
        font-size: 12px;
        color: Black;
        font-weight: bold;
        padding-top: 10px;
    }

div.emergency-crisis {
    margin: 20px 0;
}

    div.emergency-crisis h2 {
        margin-left: 10px;
    }

th.review-inventory-th-1 {
    width: 200px;
}

th.review-inventory-th-2 {
    width: 200px;
}

.detail-left.inventory input {
    width: 300px;
}

.detail-left.audit-question div.spaced, .detail-left.form-question div.spaced, .detail-left.task-template div.spaced, .detail-left.client-option div.spaced {
    float: left;
}

.detail-left.audit-question input, .detail-left.task-template input, .detail-left.client-option input {
    width: 400px;
}

.detail-left.form-question input{
    width: 300px;
}

.label-for span {
    width: 190px;
    display: block;
    float: left;
    clear: left;
    margin-top: 13px;
    margin-right: 10px;
}



.detail-left.form-question input {
    width: 330px;
}

.detail-left.form-template label {
    width: 130px;
}

.detail-left.form-template input {
    height: 20px;
}

.float-left input {
    float: left;
}

.detail-left.inventory-item input {
    width: 300px;
}

.detail-left.task-documents input {
    width: 300px;
}

a.InventoryCreateMissingItems {
    margin-top: 0;
    position: relative;
    left: 210px;
    color: green;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    height: auto;
}

abbr {
    border: none;
}

.listview.InventoryItemFileList {
    cellspacing: 0;
    cellpadding: 0;
    width: 100%;
}

/*
.detail-right .listview.InventoryItemFileList th, .detail-right .listview.InventoryItemFileList td
{
    border: 2px solid black;    
}
*/

table.InventoryReview {
    width: 410px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.detail-left.inventory textarea.InventoryItemTemplate {
    width: 300px;
    height: 50px;
    float: left;
}

div.InventoryReview {
    float: left;
    width: 700px;
    height: auto;
}

div.InventoryReviewItemTemplateSection {
    float: left;
    width: 100%;
    height: auto;
}

table.InventoryReviewYesNoOptions {
    float: left;
    width: auto;
    margin-bottom: 5px;
}

    table.InventoryReviewYesNoOptions tr td {
        padding-right: 10px;
    }

        table.InventoryReviewYesNoOptions tr td label {
            display: inline;
            width: auto;
            float: none;
        }

.InventoryReview table.InventoryReviewYesNoOptions tr td input {
    width: 20px;
}

table.InventoryReview {
    border-collapse: collapse;
    text-align: center;
    word-break: break-all;
    margin-bottom: 5px;
}

    table.InventoryReview td, table.InventoryReview th {
        font-size: 1em;
        border: 1px solid #000099;
    }

    table.InventoryReview th {
        font-size: 1.1em;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #b0c5ea;
        color: #ffffff;
    }

    table.InventoryReview tr.alt td {
        background-color: #D1D1D1;
    }

.invisible {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.green {
    color: Green;
}

.red {
    color: Red !important;
}

.amber {
    color: Yellow !important;
}

.green-background {
    background-color: #009933 !important;
}

.red-background {
    background-color: Red !important;
}

.amber-background {
    background-color: #FFC200 !important;
}

.blue-background {
    background-color: #0099FF !important;
}

#inv div.task-status-bar {
    width: 100%;
    margin: 10px 0;
}


.clearfix-spacer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 20px;
    width: 100%;
}

.clearfix-spacer {
    width: 100%;
}

.archivestamp {
    position: absolute;
    left: 0;
    right: 0;
}

    .archivestamp:after {
        content: "ARCHIVED";
        position: absolute;
        top: 10px;
        left: 600px;
        z-index: 1;
        font-family: arial,sans-serif;
        -webkit-transform: rotate(-20deg); /* Safari */
        -moz-transform: rotate(-20deg); /* Firefox */
        -ms-transform: rotate(-20deg); /* IE */
        -o-transform: rotate(-20deg); /* Opera */
        transform: rotate(-20deg);
        font-size: 40px;
        color: #c00;
        background: #DEF;
        border: solid 4px #c00;
        padding: 5px;
        border-radius: 5px;
        zoom: 1;
        filter: alpha(opacity=20);
        opacity: 0.6;
        -webkit-text-shadow: 0 0 2px #c00;
        text-shadow: 0 0 2px #c00;
        box-shadow: 0 0 2px #c00;
    }

.submittedstamp {
    position: absolute;
    left: 0;
    right: 0;
}

    .submittedstamp:after {
        content: "SUBMITTED";
        position: absolute;
        top: 10px;
        right: 70px;
        z-index: 1;
        font-family: arial,sans-serif;
        -webkit-transform: rotate(-20deg); /* Safari */
        -moz-transform: rotate(-20deg); /* Firefox */
        -ms-transform: rotate(-20deg); /* IE */
        -o-transform: rotate(-20deg); /* Opera */
        transform: rotate(-20deg);
        font-size: 40px;
        color: #009933;
        background: #DEF;
        border: solid 4px #009933;
        padding: 5px;
        border-radius: 5px;
        zoom: 1;
        filter: alpha(opacity=20);
        opacity: 0.8;
        -webkit-text-shadow: 0 0 2px #009933;
        text-shadow: 0 0 2px #009933;
        box-shadow: 0 0 2px #009933;
    }

.compliantstamp {
    position: absolute;
    left: 0;
    right: 0;
}

    .compliantstamp:after {
        content: "COMPLIANT";
        position: absolute;
        top: 10px;
        right: 70px;
        z-index: 1;
        font-family: arial,sans-serif;
        -webkit-transform: rotate(-20deg); /* Safari */
        -moz-transform: rotate(-20deg); /* Firefox */
        -ms-transform: rotate(-20deg); /* IE */
        -o-transform: rotate(-20deg); /* Opera */
        transform: rotate(-20deg);
        font-size: 40px;
        color: #009933;
        background: #DEF;
        border: solid 4px #009933;
        padding: 5px;
        border-radius: 5px;
        zoom: 1;
        filter: alpha(opacity=20);
        opacity: 0.8;
        -webkit-text-shadow: 0 0 2px #009933;
        text-shadow: 0 0 2px #009933;
        box-shadow: 0 0 2px #009933;
    }

.detail-left.filenametext {
    margin-left: 0px;
    width: 300px;
}

.detail-left.inventory label {
    margin-right: 10px;
}

.detail-left.inventory-item label {
    margin-right: 10px;
}

.detail-left.task-documents label {
    margin-right: 10px;
}

.detail-left.inventory input.InventoryReviewTextBox {
    width: 60px;
}

p.InventoryReview {
    margin-bottom: 5px;
    margin-top: 5px;
}

.detail-left a.inventory-unit-table-link {
    margin: initial;
    padding: 5px;
    width: auto;
    float: initial;
}

select {
    box-sizing: content-box;
}

#TempFilter div.row .DatePick-Width input {
    margin-left: 0;
    width: auto;
    margin-right: 125px;
}

#TempFilter.hotel-filter .go {
    margin-left: 7px;
    width: 38px;
    cursor: pointer;
}

#TempFilter.hotel-filter input[type="text"].textsearch {
    width: 175px;
}

#TempFilter div.row label {
    height: 20px;
    line-height: 20px;
}

#TempFilter div.row .wide-checkbox input {
    width: 20px;
    margin-right: 200px;
    margin-left: 0px;
}

#TempFilter div.row .less-wide-checkbox input {
    width: 20px;
    margin-right: 184px;
    margin-left: 0px;
}

div.filterfloater {
    float: left;
}

#TempFilter div.row label.review-filter-wider {
    width: 115px;
}

#TempFilter div.row label.policy-filter-wider {
    width: 120px;
}

#TempFilter div.row label.policy-filter-hotel-wider {
    width: 114px;
}

#TempFilter div.row label.taskcompliance-filter-hotel {
    width: 70px;
}

#TempFilter div.row select.taskcompliance-filter-hotel {
    width: 200px;
}


#TempFilter div.row label.region-filter-wider {
    width: 100px;
}

#TempFilter div.row label.hotel-filter-wider {
    width: 100px;
}

#TempFilter div.row label.country-filter-wider {
    width: 100px;
}

.InventoryReviewItemTemplateSection fieldset.red-border {
    border-color: Red;
    border-style: solid;
    border-width: 2px;
}

.success-tick {
    color: Green;
    float: right;
}

.FormSectionsContainer, .DetailsSectionContainer, .WholeFormContainer, .HotelDropDownContainer {
    float: left;
}

.InventoryReviewItemTemplateSection fieldset {
    margin-bottom: 10px;
    border-color: #555555;
}

span.InventorySignature {
    margin-top: 10px;
}

.detail-left.inventory-item span.InventorySignature input {
    width: 20px;
    margin-left: 130px;
    margin-right: 30px;
}

h3.InventoryItemTemplateHeading {
    float: left;
}

.InventoryItemFileUpload {
    margin-bottom: 10px;
    border-color: #555555;
}

.detail-left.inventory span.schedule-repeat > input {
    float: left;
    width: auto;
}

.detail-left.inventory.review-submission {
    float: left;
    width: 600px;
}

#TempFilter div.row .date-operations {
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.button.delete-schedules {
    width: auto;
    margin-bottom: 10px;
}

#TempFilter div.row select.hotelbox-wider {
    width: 200px;
}

.detail-left.review label {
    width: 120px;
}

.detail-left.review select {
    width: 200px;
}

.review-score-textbox {
    width: 120px;
}

    .review-score-textbox.negative {
        color: #D8000C;
        background-color: #FFBABA;
        font-weight: bold;
    }

select.priority-ddl {
    width: 150px;
}

.review-assignto select{
    width: 250px;
}

textarea.reviewer-comments-textarea {
    height: 100px;
    width: 100%;
}

textarea.reviewer-comments-textarea-contractor {
    height: 100%;
    width: 100%;
}

p.review-item-question {
    font-weight: bold;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 1px;
}

p.mandatory-upload-required {
    color: red;
    font-size: 15px;
}

div.review-information-panel {
    width: 25%;
    height: 100%;
    float: right;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/icons/22x22/help-browser.png');
    text-align: justify;
    text-justify: inter-word;
}

div.review-question-panel {
    float: left;
    width: 65%;
    margin-bottom: 10px;
}

div.review-information-panel a:link, div.review-information-panel a:active, div.review-information-panel a:visited {
    color: rgb(0, 0, 238);
}

div.reviewer-comments-panel {
    float: left;
    width: 50%;
    height: auto;
}

    div.reviewer-comments-panel p {
        margin-top: 5px;
    }

div.review-answer-details {
    width: 50%;
    margin-top: 10px;
    clear: left;
    float: left;
}

.review .review-answer-details label {
    width: 120px;
}

div.review label {
    display: inline-block;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 15px;
    vertical-align: top;
}

div.reviewheaderitems > div {
    float: left;
    width: 34%;
}


.review .yes-no-answer {
    border: 2px solid transparent;
}

    .review .yes-no-answer label {
        width: 60px;
    }

.review-answer-details-and-reviewer-comments {
    width: 65%;
}

.review h2, .review h3, .review h4, .review h5, .review h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.failed-validation {
    border: 2px solid red !important;
}

.review h2 a, .review h3 a, .review h4 a, .review h5 a, .review h6 a {
    color: rgb(0, 0, 238);
}

.review h3 {
    font-size: 14px;
}

.review h4 {
    font-size: 13px;
}

.review h5 {
    font-size: 12px;
}

.review h6 {
    font-size: 11px;
}

#IntrusiveJavascriptWarning {
    color: Red;
    font-size: 20px;
}

.dashboard-tasks-filter {
    height: 40px;
}

    .dashboard-tasks-filter input {
        float: left;
    }

    .dashboard-tasks-filter label {
        float: left;
        margin-top: 12px;
        margin-left: 15px;
    }

    .dashboard-tasks-filter .today, .dashboard-tasks-filter .this-week, .dashboard-tasks-filter .this-month, .dashboard-tasks-filter .this-year {
        float: right;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .dashboard-tasks-filter a.dp-choose-date {
        bottom: 6px;
    }

.mytasks #tasks-page-filter-row-2 .today {
    margin-left: 20px;
}

#TempFilter div.row label.temperatures-filter-wide-label {
    width: 170px;
    margin-left: 20px;
}

.detail-left.incident .lock-interrogation-table select {
    width: 120px;
    margin-right: 10px;
}

.detail-left.incident .lock-interrogation-table input {
    width: 120px;
}

    .detail-left.incident .lock-interrogation-table input.dp-applied {
        width: 100px;
    }

.detail-left.incident .lock-interrogation-table span {
    width: 200px;
    display: inline-block;
}

.detail-left.incident .lock-interrogation-table {
    margin: 10px 0px 10px 0px;
}

.review .upload-file-panel {
    float: left;
    width: 700px;
    margin-top: 5px;
}

.review .upload-file-label {
    width: 300px;
}

.review .attached-file-label {
    width: 100px;
}

.review .download-file-button {
    margin-right: 30px;
}

.review .remove-file-button {
    margin-right: 30px;
}

div.review-broken-date-field label {
    float: left;
}

div.review-broken-date-field input {
    float: left;
}

div.review-broken-date-field a {
    margin-top: 4px;
}

.review-submission-details {
    clear: both;
}

.incident-report-year-on-year, .sas-audit-summary {
    text-align: center;
}

.detail-left.incident .IncidentItems {
    width: 900px;
}

    .detail-left.incident .IncidentItems label {
        width: 300px;
        margin-bottom: 10px;
    }

    .detail-left.incident .IncidentItems table {
        width: 100%;
    }

    .detail-left.incident .IncidentItems #tl_estimated_value {
        border-right: 1px solid black;
    }

    .detail-left.incident .IncidentItems input[type="text"] {
        width: 100%;
    }

    .detail-left.incident .IncidentItems th:nth-child(1) {
        width: 150px;
    }

    .detail-left.incident .IncidentItems th:nth-child(2) {
        width: 150px;
    }

    .detail-left.incident .IncidentItems th:nth-child(3) {
        width: 287px;
    }

    .detail-left.incident .IncidentItems th:nth-child(4) {
        width: 287px;
        border-right: none;
    }

    .detail-left.incident .IncidentItems th:nth-child(5) {
        width: 26px;
        border-left: none;
    }

    .detail-left.incident .IncidentItems .incident-timeline tfoot td {
        vertical-align: top;
    }

        .detail-left.incident .IncidentItems .incident-timeline tfoot td textarea {
            border: 1px solid black;
            border-right: none;
            width: 100%;
            line-height: 22px;
            padding: 2px 5px;
            resize: none;
            height: 100px;
            overflow: hidden;
            font: 13.3333px Arial;
        }

            .detail-left.incident .IncidentItems .incident-timeline tfoot td textarea#tl_distinguishing_marks {
                border-right: 1px solid black;
            }

        .detail-left.incident .IncidentItems .incident-timeline tfoot td input#tl_estimated_value {
            border-right: none;
        }

    .detail-left.incident .IncidentItems a {
        margin-top: 0px;
        cursor: pointer;
    }

    .detail-left.incident .IncidentItems .tl_detail_distmarks {
        border-right: none;
    }

    .detail-left.incident .IncidentItems table tbody.disabled td {
        background-color: rgb(235, 235, 228);
    }

        .detail-left.incident .IncidentItems table tbody.disabled td a {
            display: none;
        }

#tl_addLine_validation {
    display: none;
    float: right;
    color: red;
    margin-right: 30px;
    margin-top: 4px;
}

.helpfiles {
    font-size: 16px;
    margin: 17px 0 0 10px;
    color: #4473c4;
}

a.helpfiles:hover {
    color: black;
}

.detail-left.reassign {
    width: 430px
}

#TempFilter span.filter-checkbox label {
    width: 175px;
}

#TempFilter span.filter-checkbox input {
    width: 20px;
}

/*Home*/

.task-status-bar h2, .home.button {
    background: #0099FF;
    color: #FFFFFF;
}

/*Admin*/
.create-btn.admin, table.admin th, table.admin th a {
    background: #0099FF;
    color: white;
}

table.listview.admin {
    border: solid #0099FF;
}


/* Assets */

div#TempFilter.assets h2, .assetreview-status-bar h2, .create-btn.assets, table.assets th, table.assets th a {
    background: #ED7D31;
    color: White;
}

.inventory-detail table th {
    background: #ED7D31;
    color: White;
}

div#TempFilter.assets {
    border: solid #ED7D31;
}

table.listview.assets {
    border: solid #ED7D31;
}

.inventory-detail table.listview {
    border: solid #ED7D31;
}

.assetreview-create .detail-left {
    width: 460px;
}

    .assetreview-create .detail-left label {
        width: 200px;
    }

    .assetreview-create .detail-left select {
        width: 258px;
    }

.assetreview-detail .detail-left {
    width: 800px;
}

.form.inventory-detail, .form.assetreview-create, .form.assetreview-detail {
    border: 2px solid #ED7D31;
}

.assetreview-status-bar {
    border: 2px solid #ED7D31;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

    .assetreview-status-bar h2 {
        font-family: Arial;
        text-shadow: 0 0 2px rgba(0,0,0,.3);
        font-weight: normal;
        font-size: 12px;
        padding: 5px 0px 5px 10px;
    }


/* Audits */

div#TempFilter.audits h2, .create-btn.audits, table.audits th, table.audits th a {
    background: #56C881;
    color: White;
}

div#TempFilter.audits {
    border: solid #56C881;
}

div#TempFilter span.filter-checkbox label {
    width: 120px;
}

table.listview.audits {
    border: solid #56C881;
}

.create-btn.audits, table.audits th, .audits-review-filter h2 {
    background: #56C881;
    color: White;
}

.form.audit-detail {
    border: 2px solid #56C881;
}

.form-full.audits {
    border: 2px solid #56C881;
}

.form.audits {
    border: 2px solid #56C881;
}

.AuditSectionTemplates {
    margin: 0px 0px 0px 10px;
    border: 0;
    padding: 0;
}

    .AuditSectionTemplates select {
        width: calc(100% - 100px);
        background-color: #d7d7d7;
        float: left;
    }

.centredXY {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Contractors */

div#TempFilter.contractors h2, .create-btn.contractors, table.contractors th, table.contractors th a {
    background: #B0ACAC;
    color: White;
}

div#TempFilter.contractors {
    border: solid #B0ACAC;
}

table.listview.contractors {
    border: solid #B0ACAC;
}

.form.contractor-detail {
    border: 2px solid #B0ACAC;
}


/* Documentation */

div#TempFilter.documentation h2, .create-btn.documentation, table.documentation th, table.documentation th a {
    background: #808000;
    color: White;
}

div#TempFilter.documentation {
    border: solid #808000;
}

table.listview.documentation {
    border: solid #808000;
}

.form.documentation-detail {
    border: 2px solid #808000;
}


/* Incidents */

div#TempFilter.incidents h2, .create-btn.incidents, table.incidents th, table.incidents th a {
    background: #Df4A21;
    color: White;
}

div#TempFilter.incidents {
    border: solid #Df4A21;
}

table.listview.incidents {
    border: solid #Df4A21;
}

.form.incidents-detail {
    border: 2px solid #Df4A21;
}

.submenu-btn.incident {
    display: inline-block;
    color: #Df4A21;
    background-color: #DDD;
    border-top: solid 1px #Df4A21;
    border-left: solid 1px #Df4A21;
    border-right: solid 1px #Df4A21;
    padding: 5px 10px;
    margin-right: 2px;
}

    .submenu-btn.incident.selected {
        background-color: #Df4A21;
        color: #FFF;
    }

/* Reports */

.form.reports-detail {
    border: 2px solid #96B709;
}


/* Risks */

div#TempFilter.risks h2, .create-btn.risk-assessment, table.risks th, table.risks th a {
    background: #FFC000;
    color: White;
}

.risk-detail table th {
    background: #FFC000;
    color: White;
}

div#TempFilter.risks {
    border: solid #FFC000;
}

table.listview.risks {
    border: solid #FFC000;
}

.risk-detail table {
    border: solid #FFC000;
}

.form.risk-detail {
    border: 2px solid #FFC000;
}

.risk-detail .detail-right {
    width: calc(100% - 380px);
}

.audit-detail table th {
    background: #56C881;
    color: White;
}

.form-detail table th {
    background: #56C881;
    color: White;
}

table.listview.audits {
    border: solid #56C881;
}

.audit-detail table {
    border: solid #56C881;
}

.audit-detail .detail-right {
    width: calc(100% - 400px);
}

.form-detail table {
    border: solid #56C881;
}

.form-detail .detail-right {
    width: calc(100% - 400px);
}

table.riskratingscoring {
    border: 2px solid black;
    width: 500px;
    text-align: center;
    margin: 10px 0px 10px 33px;
}

.riskratingscoring td {
    border: 1px solid black;
}

td.rrsactive {
    background-color: #0099FF;
}


/* SMS */

.create-btn.sms {
    background: #6B8DB7;
    color: White;
}

table.sms th {
    background: #6B8DB7;
}

.sms-hotel #ctl00_ContentPlaceHolder1_SelectedHotel_AvailableHotels {
    margin-bottom: 10px;
}


/* Tasks */

div#TempFilter.tasks h2, .create-btn.tasks, table.tasks th, table.tasks th a {
    background: #AA6E28;
    color: White;
}

div#TempFilter.tasks {
    border: solid #AA6E28;
}

table.listview.tasks {
    border: solid #AA6E28;
}

.form.tasks-detail {
    border: 2px solid #AA6E28;
}

div#TempFilter.tasks span.filter-checkbox label {
    width: auto;
    min-width: 121px;
}

div#TempFilter.tasks label[id$=_DateFrom_oLabel] {
    width: auto;
}


/* Temperatures */

div#TempFilter.temperatures h2, .create-btn.temperatures, table.temperatures th, table.temperatures th a {
    background: #05D9FF;
    color: White;
}

div#TempFilter.temperatures {
    border: solid #05D9FF;
}

table.listview.temperatures {
    border: solid #05D9FF;
}

.form.temperature-detail {
    border: 2px solid #05D9FF;
}

.temperature-detail .detail-right {
    width: calc(100% - 380px);
}


/* Training */

div#TempFilter.training h2, .create-btn.training, table.training th, table.training th a {
    background: #B941DF;
    color: White;
}

div#TempFilter.training {
    border: solid #B941DF;
}

table.listview.training {
    border: solid #B941DF;
}

.form.training-detail {
    border: 2px solid #B941DF;
}

/* Forms */

div#TempFilter.forms h2, .create-btn.forms, table.forms th, table.forms th a {
    background: #00EAEA;
    color: White;
}

div#TempFilter.forms {
    border: solid #00EAEA;
}

table.listview.forms {
    border: solid #00EAEA;
}

.create-btn.forms, table.forms th, .forms-review-filter h2 {
    background: #00EAEA;
    color: White;
}

.form.form-detail {
    border: 2px solid #00EAEA;
}

.form-full.forms {
    border: 2px solid #00EAEA;
}

.form.forms {
    border: 2px solid #00EAEA;
}


/* Navigation bar */

a.main, .create-btn, .custom-btn {
    display: inline-block;
    /* text-shadow: 0 0 2px rgba(0,0,0,.3); */
    font-family: arial;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,.4), inset 0 0 3px 0 rgba(0,0,0,.4), inset 0 0 3px 5px rgba(0,0,0,.05), 2px 2px 4px 0 rgba(0,0,0,.25);
    border: 0px;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    outline-style: none;
}

a.main {
    color: Black;
}

    a.main:before, .create-btn:before, .custom-btn:before {
        top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: rgba(255,255,255,.6);
        box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
    }

    a.main:after, .create-btn:after, .custom-btn:after {
        bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background: rgba(0,0,0,.15);
        box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
    }

    a.main:before, a.main:after, .create-btn:before, .create-btn:after, .custom-btn:before, .custom-btn:after {
        content: '';
        display: block;
        position: absolute;
        left: 2px;
        right: 2px;
    }

    a.main:before, a.main:after, .create-btn:before, .create-btn:after {
        height: 3px;
    }

.custom-btn:before, .custom-btn:after {
    height: 1px;
}

div#TempFilter h2 {
    font-family: Arial;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-weight: normal;
}

a.main.home {
    background: #0099FF url("../images/nav_icons/home.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.audits {
    background: #56C881 url("../images/nav_icons/audits.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.documents {
    background: #808000 url("../images/nav_icons/documents.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.incidents {
    background: #Df4A21 url("../images/nav_icons/incidents.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.reports {
    background: #96B709 url("../images/nav_icons/reports.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.risks {
    background: #FFC000 url("../images/nav_icons/risks.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.sms {
    background: #6B8DB7 url("../images/nav_icons/sms.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.tasks {
    background: #AA6E28 url("../images/nav_icons/tasks.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.temperatures {
    background: #05D9FF url("../images/nav_icons/temperatures.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.training {
    background: #B941DF url("../images/nav_icons/training.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.assets {
    background: #ED7D31 url("../images/nav_icons/assets.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.contractors {
    background: #B0ACAC url("../images/nav_icons/contractors.png?v=20240426") no-repeat right;
    padding-right: 40px;
}

a.main.forms {
    background: #00EAEA url("../images/nav_icons/noun-form.svg") no-repeat right;
    background-size: contain;
    padding-right: 40px;
}

/*dropdowns*/

.navigation ul li ul.audits li a {
    border-left: 2.5px solid #56C881;
    border-top: 2.5px solid #56C881;
    border-right: 2.5px solid #56C881;
}

.navigation ul li ul.documents li a {
    border-left: 2.5px solid #808000;
    border-top: 2.5px solid #808000;
    border-right: 2.5px solid #808000;
}

.navigation ul li ul.incidents li a {
    border-left: 2.5px solid #Df4A21;
    border-top: 2.5px solid #Df4A21;
    border-right: 2.5px solid #Df4A21;
}

.navigation ul li ul.training li a {
    border-left: 2.5px solid #B941DF;
    border-top: 2.5px solid #B941DF;
    border-right: 2.5px solid #B941DF;
}

.navigation ul li ul.assets li a {
    border-left: 2.5px solid #ED7D31;
    border-top: 2.5px solid #ED7D31;
    border-right: 2.5px solid #ED7D31;
}

.navigation ul li ul.tasks li a {
    border-left: 2.5px solid #AA6E28;
    border-top: 2.5px solid #AA6E28;
    border-right: 2.5px solid #AA6E28;
}

.navigation ul li ul.forms li a {
    border-left: 2.5px solid #00EAEA;
    border-top: 2.5px solid #00EAEA;
    border-right: 2.5px solid #00EAEA;
}

.navigation ul li ul li a {
    background: #EDEDED;
    color: #000000;
}

ul.audits li a.end {
    border-bottom: 2.5px solid #56C881;
}

ul.documents li a.end {
    border-bottom: 2.5px solid #808000;
}

ul.incidents li a.end {
    border-bottom: 2.5px solid #Df4A21;
}

ul.training li a.end {
    border-bottom: 2.5px solid #B941DF;
}

ul.assets li a.end {
    border-bottom: 2.5px solid #ED7D31;
}

ul.tasks li a.end {
    border-bottom: 2.5px solid #AA6E28;
}

ul.forms li a.end {
    border-bottom: 2.5px solid #00EAEA;
}

ul.risks li a.end {
    border-bottom: 2.5px solid #FFC000;
}

.navigation ul li ul li a:hover {
    text-decoration: underline;
}

a.main:hover {
    background-color: #CAC9C9;
    background-repeat: no-repeat;
    background-position: right;
}

a.main.home:hover {
    background-image: url("../images/nav_icons/home_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.audits:hover {
    background-image: url("../images/nav_icons/audits_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.risks:hover {
    background-image: url("../images/nav_icons/risks_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.tasks:hover {
    background-image: url("../images/nav_icons/tasks_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.incidents:hover {
    background-image: url("../images/nav_icons/incidents_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.temperatures:hover {
    background-image: url("../images/nav_icons/temperatures_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.sms:hover {
    background-image: url("../images/nav_icons/sms_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.documents:hover {
    background-image: url("../images/nav_icons/documents_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.assets:hover {
    background-image: url("../images/nav_icons/assets_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.contractors:hover {
    background-image: url("../images/nav_icons/contractors_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.training:hover {
    background-image: url("../images/nav_icons/training_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.reports:hover {
    background-image: url("../images/nav_icons/reports_hover.png?v=20240426");
    padding-right: 40px;
}

a.main.forms:hover {
    background-image: url("../images/nav_icons/noun-form-hover.svg");
    background-size: contain;
    padding-right: 40px;
}

/*matching buttons*/

a.custom-btn {
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,.4), inset 0 0 3px 0 rgba(0,0,0,.4), inset 0 0 3px 5px rgba(0,0,0,.05), 2px 2px 4px 0 rgba(0,0,0,.25);
    color: #000000;
    height: 21px;
    line-height: 21px;
    padding-right: 40px;
    float: right;
}

.custom-btn.delete.incidents {
    margin-left: 0px;
    float: left;
}

.custom-btn.save.incidents {
    float: left;
}

.btn {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    float: right;
}

    .btn:active {
        border-style: inset;
    }

@media only screen and (max-width: 1094px) {
    .overflow {
        display: none;
    }
}



/* Generic version of tree: */
fieldset.tree {
    padding: 0;
    border: 0;
    margin: 0;
}

.tree ul,
.tree li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
}

.tree li {
    margin-left: 40px;
}

    .tree li a {
        color: #77F;
    }

        .tree li a.plusMinus {
            display: none;
            float: left;
            width: 15px;
            height: 11px;
            text-indent: -10000px;
            background: url(/images/tree/minus.gif) no-repeat;
        }

            .tree li a.plusMinus.collapsed {
                background-image: url(/images/tree/plus.gif);
            }

    .tree li,
    .tree li a,
    .tree li img,
    .tree li input {
        vertical-align: top;
    }

/* ManageSingleUser */
.ManageSingleUser {
    padding: 0 20px;
}

    .ManageSingleUser p {
        float: left;
        width: 30%;
        padding-bottom: 10px;
    }

    .ManageSingleUser fieldset.tree {
        float: left;
    }

/* Language picker flag icons and selector list*/
.flag-icon {
    height: 15px;
    position: relative;
    top: 3px;
}

.language-selector.flag-icon:hover {
    cursor: pointer
}

span.flag-icon.en {
    content: url(/images/flags/en.png);
}

span.flag-icon.fr {
    content: url(/images/flags/fr.png);
}

span.flag-icon.de {
    content: url(/images/flags/de.png);
}

span.flag-icon.pl {
    content: url(/images/flags/pl.png);
}

span.flag-icon.it {
    content: url(/images/flags/it.png);
}

span.flag-icon.es {
    content: url(/images/flags/es.png);
}

span.flag-icon.pt {
    content: url(/images/flags/pt.png);
}

span.flag-icon.cz {
    content: url(/images/flags/cz.png);
}

span.flag-icon.hu {
    content: url(/images/flags/hu.png);
}

span.flag-icon.cn {
    content: url(/images/flags/cn.png);
}

span.flag-icon.jp {
    content: url(/images/flags/jp.png);
}

.language-selector-list {
    display: none;
    z-index: 2000;
    background-color: #EDEDED;
    border: 1px solid black;
    overflow: hidden;
    height: auto;
    position: absolute;
    right: 35px;
    top: 40px;
}

    .language-selector-list tr {
        height: 35px;
        border-bottom: 1px solid black;
    }

    .language-selector-list td {
        padding: 0 10px;
        text-align: left;
    }

        .language-selector-list td span {
            font-family: Arial, Sans-Serif;
            font-size: 10pt;
        }

    .language-selector-list .flag-icon {
        margin-right: 5px;
        width: 25px;
    }

    .language-selector-list td:hover {
        background-color: #D3D3D3;
        cursor: pointer;
    }
/*Compliance tasks status colouring*/
td.status.red {
    background-color: #ff3806;
}

td.status.amber {
    background-color: #ffcc00;
}

td.status.green {
    background-color: #99ff66;
}

td.status.grey {
    background-color: #eee;
}

td.status.purple {
    background-color: #7030A0;
}

.filter-checkbox.assigned-to-me label {
    width: 175px !important;
}

#main div.compliance-tasks-dashboard-block {
    width: 98.2%;
    margin: 10px 0;
    border: solid #0099FF;
}

    #main div.compliance-tasks-dashboard-block h2 {
        margin-bottom: 0px;
        color: #FFFFFF;
        background-color: #0099FF;
        text-align: left;
    }

    #main div.compliance-tasks-dashboard-block .overdue-kpis-container {
        background-color: #FFFFFF;
    }

        #main div.compliance-tasks-dashboard-block .overdue-kpis-container .overdue-kpis-centralised {
            margin-left: auto;
            margin-right: auto;
        }

.statutory-task-name {
    margin: 5px auto;
    width: 920px;
    font-weight: bold;
}

.overdue-kpis-fm {
    text-align: left;
    margin: 15px auto;
    width: 920px;
}

.status-bar-container.compliance:last-child {
    margin-bottom: 15px;
}

/* Overwrite select2 styling to fit with styling of rest of site */
.select2-container {
    min-width: 130px;
    width: 670px !important;
    float: left;
}

span.select2-selection.select2-selection--multiple {
    border-radius: unset;
    border: solid 1px #CCC;
    min-height: 22px;
}

.select2-selection__rendered {
    /*height: 17px;*/
}

.select2-selection__choice {
    margin-top: 2px !important;
}

.select2-results__option {
    font-size: 13px;
    text-align: left;
    padding: 0px 2px 1px !important;
}

.select-all-freq-label {
    width: 120px !important;
}

.select-all-freq-checkbox input, .exclude-nas-checkbox input {
    width: 25px !important;
}

.exclude-nas-label {
    width: 80px !important;
}

.add-another-file {
    margin-top: 8px;
}

div.options-panel {
    display: none;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 5px;
}

div.selectable {
    background: white;
}

    div.selectable :hover {
        background: rgb(200, 200, 200);
    }

.admin-edit-site label {
    width: 325px;
}

.auditPointsPossibleLabel {
    display: inline-block;
    width: 120px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.email-list textarea {
    width: calc(100% - 270px);
    overflow: hidden;
}

.email-list span {
    color: red;
    display: none;
    width: 100%;
    text-align: right;
}

.email-list p {
    display: flex;
    width: 100%;
}

.form-full.region label{
    width:270px;
}

.select-client-popup {
    font-size: 16px;
    display: inline-block;
    width: 72px;
}

.incident-chart-title {
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
}

.pie-chart-label {
    border: 2px solid #0099FF;
    padding: 6px;
    width: fit-content;
}

.cursor-pointer a, .cursor-pointer rect, .cursor-pointer text:not(:nth-last-child(-n+5)) {
    cursor: pointer;
}

.multiSelectRepeater {
    max-height: 200px;
    overflow-y: scroll;
    width: 392px;
    margin-top: 13px;
    border: 1px solid grey;
    border-radius: 2px;
    padding: 4px;
    background-color: white;
    margin-bottom: 13px;
}

#MultiSelect input {
    width: 15%;
    margin: 0;
}

#MultiSelect label {
    width: 85%;
    margin: 0;
}

#MultiSelect {
    margin-top: 6px;
    display: flex;
    width: 100%;
    margin-left: 0; 
}

#MultiSelect:hover {
    background-color: rgb(212, 212, 212, 0.25);
}

#MultiSelect span {
    width: 100%;
    padding-left: 6px;
}

.left-align-form-question input {
    width: auto !important;
}

.default-height-width input {
    height: auto; 
    width: auto;
}