﻿.backOfficeContainer {
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.backOfficeHeading {
    margin-bottom: 20px;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.backOfficeGroupContainer {
    width: 230px;
    display: table-cell;
    background-color: white;
    vertical-align: top;
    height: 600px;
    border: 1px solid #e2e4e6;
}

.backOfficeGroupItem {
    width: 210px;
    border-bottom: 1px solid #e2e4e6;
    height: 45px;
    cursor: pointer;
    padding-left: 20px;
    line-height: 45px;
    text-align: left;
    transition: background-color 0.4s ease 0s;
}

.backOfficeGroupItemLockImg {
    display: inline;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    left: -10px;
    margin-left: 15px;
}

.backOfficeGroupItemActive {
    background-color: #41ADEB;
    color: white;
}

.backOfficeGroupItemInactive {
    background-color: white;
    color: #8d9198;
}

    .backOfficeGroupItemInactive:hover {
        background-color: #f2f2f3;
    }

.backOfficeGroupDetail {
    background-color: #e8edee;
    width: 700px;
    display: table-cell;
    padding-top: 0px;
    padding-bottom: 20px;
    height: 600px;
    border: 1px solid #ccc;
    border-left: 0px;
}

.backOfficeText {
    font-family: Ebrima, Hind, sans-serif;
    color: #848079;
    font-size: 13px;
    text-align: justify;
    line-height: 19px;
}

.backOfficeOperation {
    width: 110px;
    height: 110px;
    background-color: white;
    display: block;
    border-radius: 5px;
    margin-left: 21px;
    float: left;
    cursor: pointer;
    color: #535353;
    transition: background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin-top: 20px;
}

.backOfficeOpLocked {
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #ccc;
}

.backOfficeOpImage {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    vertical-align: inherit;
    display: block;
}

.backOfficeOpLockedImage {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: right;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    vertical-align: inherit;
}

.backOfficeOpHeading {
    font-size: 11px;
    width: 110px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: 5px;
}

.backOfficeOpSection {
    width: 700px;
    display: table-cell;
    float: left;
}

.backOfficeOpSectionTitle::-webkit-details-marker {
    display: none;
}

/*ACCOUNT LIST AND LIST FILTERS*/
.backOfficeUserList {
    width: 920px;
    max-height: 350px;
    overflow: auto;
    margin-top: 5px;
    text-align: left;
}

.backOfficeUserTbl {
    width: 800px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
}

    .backOfficeUserTbl th {
        font-weight: normal;
        background-color: #626a77 !important;
        padding: 5px;
        color: white;
        border-left: 1px solid white;
    }

    .backOfficeUserTbl td {
        border-left: 1px solid #a9a9a9;
        padding: 5px;
    }

    .backOfficeUserTbl tr:nth-child(odd) {
        background-color: #e9f0fa;
    }

.backOfficeUserTblFirstCol {
    border-left: 0px !important;
}

.backOfficeEditUserBtn {
    transition: background-color 0.4s ease 0s;
    background-color: rgba(65, 173, 235, 1);
    font-family: Ebrima, Hind, Calibri, sans-serif;
    font-size: 14px;
    color: white !important;
    width: 100px;
    height: 25px;
    cursor: pointer;
    white-space: normal;
    border: 0px solid white;
    display: block;
    text-align: center;
    text-decoration: none !important;
    line-height: 23px;
    outline: 0;
}

    .backOfficeEditUserBtn:hover {
        background-color: rgba(65, 173, 235, 0.8);
    }

.backOfficeUpdateCheckbox {
    margin: 0 auto !important;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.backOfficeBUSubmitBtn {
    transition: background-color 0.4s ease 0s;
    float: right;
    margin-right: 0px;
    height: 35px;
    width: 120px;
    outline: 0;
    border-radius: 0px;
}

    .backOfficeBUSubmitBtn:hover {
        background-color: rgba(46, 124, 1, 0.85);
    }

.backOfficeBUListBtn {
    transition: background-color 0.4s ease 0s;
    background-color: rgba(65, 173, 235, 1);
    font-family: Ebrima, Hind, Calibri, sans-serif;
    font-size: 14px;
    color: white;
    width: 100px;
    height: 35px;
    cursor: pointer;
    white-space: normal;
    border: 0px solid white;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
    outline: 0;
    float: left;
    margin-right: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
}

    .backOfficeBUListBtn:hover {
        background-color: rgba(65, 173, 235, 0.8);
    }

@-moz-document url-prefix() {
    .backOfficeUserFilterCombo {
        border-radius: initial;
        border: 1px solid #A9A9A9;
        border-right: 0px;
    }

    .backOfficeOperation {
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    }

    .backOfficeUserFilterBtn {
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
    }

    .backOfficeResetAccBtn {
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
    }
}

.backOfficeULFilterSection {
    margin-bottom: 10px;
    border: 1px solid #a9a9a9;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.backOfficeUserFilterHead {
    width: 100px;
    padding-right: 10px;
    margin: 0px;
}

.backOfficeUserFilterCombo {
    width: 230px;
    height: 25px;
    cursor: pointer;
    outline: 0;
    color: #585858;
    border-radius: 2px;
    margin-right: 15px;
}

.backOfficeUserFilterText {
    width: 250px;
    outline: 0px;
    color: #585858;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    margin-right: 10px;
}

.backOfficeAccessToggle {
    /*Checkbox Control*/
    position: relative;
    visibility: hidden;
    float: left;
    top: 0px;
}

    .backOfficeAccessToggle ~ label {
        /*Label Acting as Toggle*/
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
    }

.backOfficeAccessToggleRound ~ label {
    /*Toggle Container*/
    width: 110px;
    height: 25px;
    background-color: #dddddd;
    border-radius: 60px;
}

    .backOfficeAccessToggleRound ~ label:before,
    .backOfficeAccessToggleRound ~ label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    .backOfficeAccessToggleRound ~ label:before {
        /*Toggle Background*/
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }

    .backOfficeAccessToggleRound ~ label:after {
        /*Toggle Circle*/
        width: 23px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        /*Speed of Circle*/
        transition: margin 0.6s;
    }

.backOfficeAccessToggleRound:checked ~ label:before {
    /*Toggle Check Background Color*/
    background-color: #8ce196;
}

.backOfficeAccessToggleRound:checked ~ label:after {
    /*Toggle Check Circle Position*/
    margin-left: 85px;
}

.backOfficeUserPermissionDetailHeader {
    font-size: 20px;
    color: #585551;
    display: table-cell;
    width: 900px;
    font-weight: normal;
}

.backOfficeUserPermissionTbl {
    width: 100%;
    border: 1px solid #a9a9a9;
    border-bottom: 0;
}

.backOfficeUserPermissionTblLast {
    border-bottom: 1px solid #a9a9a9;
}

.backOfficeUserPermissionTbl tr:nth-child(odd) {
    background-color: rgba(231, 234, 243, 0.69);
}

.backOfficeUserPermissionTblHeaderRow {
    font-weight: normal;
    background-color: #626a77 !important;
    padding: 5px;
    color: white;
    border-left: 0px !important;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.backOfficeUserPermissionImg {
    width: 26px;
    height: 26px;
    padding: 4px;
    margin-top: 4px;
    vertical-align: initial;
    box-sizing: content-box;
}

.backOfficeUserPermissionImgCol {
    width: 32px;
    border-right: 1px solid #a9a9a9;
}

.backOfficeUserPermissionDescCol {
    padding-left: 10px;
}

.backOfficeUserPermissionCtrlCol {
    width: 120px;
}

/*ONLINE APPLICATIONS LIST*/
.backOfficeOAppList {
    width: 1140px;
    max-height: 350px;
    overflow: auto;
    text-align: left;
    margin-top: 10px;
}

.backOfficeOAppFilterSection {
    margin-bottom: 10px;
    border: 1px solid #a9a9a9;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    display: none;
}

.backOfficeOAppFilterHead {
    padding-right: 10px;
    margin: 0px;
}

.backOfficeOAppFilterCombo {
    width: 300px;
    height: 25px;
    cursor: pointer;
    outline: 0;
    color: #585858;
    border-radius: 2px;
    margin-right: 15px;
}

.backOfficeOAppFilterText {
    width: 300px;
    outline: 0px;
    color: #585858;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    margin-right: 10px;
}

.backOfficeOAppListHeader {
    margin-top: 15px;
    font-weight: bold;
    display: none;
}

.backOfficeOAppListUpdateControls {
    margin-top: 10px;
    width: 1140px;
    display: none;
}

.backOfficeOAppTbl {
    width: 1140px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    table-layout: fixed;
}

.backOfficeOAppListTbl th {
    font-weight: normal;
    background-color: #6485a3 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppImportProspectsTbl th {
    font-weight: normal;
    background-color: #40c4c4 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppRoomsTbl th {
    font-weight: normal;
    background-color: #9440c4 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppPaymentsTbl th {
    font-weight: normal;
    background-color: #c44040 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppApprovalTbl th {
    font-weight: normal;
    background-color: #40c447 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppTbl td {
    border-left: 1px solid #a9a9a9;
    padding: 5px;
    word-wrap: break-word;
}

.backOfficeOAppListTbl tr:nth-child(odd) {
    background-color: #ecf2ff;
}

.backOfficeOAppImportProspectsTbl tr:nth-child(odd) {
    background-color: #ecfeff;
}

.backOfficeOAppRoomsTbl tr:nth-child(odd) {
    background-color: #f9ecff;
}

.backOfficeOAppPaymentsTbl tr:nth-child(odd) {
    background-color: #ffecec;
}

.backOfficeOAppApprovalTbl tr:nth-child(odd) {
    background-color: #edffec;
}

.backOfficeOAppTblFirstCol {
    border-left: 0px !important;
}

.backOfficeOAppTblCenterCol {
    text-align: center;
}

.backOfficeOAppTblUpdateChk {
    margin: 0 auto !important;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
}

    .backOfficeOAppTblUpdateChk:disabled {
        cursor: default;
    }

.backOfficeOAppListTblLink {
    text-decoration: none;
    color: #6485a3 !important;
}

.backOfficeOAppImportProspectsTblLink {
    text-decoration: none;
    color: #39aaaa !important;
}

.backOfficeOAppRoomsTblLink {
    text-decoration: none;
    color: #7d39aa !important;
}

.backOfficeOAppPaymentsTblLink {
    text-decoration: none;
    color: #aa3939 !important;
}

.backOfficeOAppApprovalTblLink {
    text-decoration: none;
    color: #3baa39 !important;
}

.backOfficeOAppImportProspectsResultsTbl th {
    font-weight: normal;
    background-color: #a1a1a1 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppImportProspectsResultsTbl tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.backOfficeListLineSeperator {
    border-bottom: 1px solid rgba(181, 177, 169, 0.25);
    padding-top: 3px;
    margin-bottom: 3px;
    font-size: 0px;
}

.backOfficeOAppListControls {
    margin-top: 10px;
    display: none;
}

.backOfficeOAppRelDataSet {
    border: 1px solid rgb(169, 169, 169);
    width: 150px;
    cursor: pointer;
    height: 25px;
    font-size: 13px;
    outline: 0;
}

.backOfficeOAppSubmitDateFilter {
    width: 110px;
    cursor: pointer;
    background: url(/images/backoffice/OAppSubmitDate.png) no-repeat 2px;
    padding-left: 24px;
    border: 1px solid rgb(169, 169, 169);
    outline: 0;
    height: 25px;
    margin-right: 14px;
}

.backOfficeOAppViewDetailsBtn {
    transition: background-color 0.4s ease 0s;
    background-color: rgba(65, 173, 235, 1);
    font-family: Ebrima, Hind, Calibri, sans-serif;
    font-size: 14px;
    color: white !important;
    width: 115px;
    height: 25px;
    cursor: pointer;
    white-space: normal;
    border: 0px solid white;
    display: block;
    text-align: center;
    text-decoration: none !important;
    line-height: 23px;
    outline: 0;
}

.backOfficeOAppDetailHeaderContainer {
    border: 1px solid silver;
    background-color: #ecf2ff;
    padding: 10px;
    width: 100%;
}

.backOfficeOAppDetailsHeaderSection {
    display: table;
    width: 100%;
}

.backOfficeOAppDetailsAppNumContainer {
    float: left;
}

.backOfficeOAppDetailsAppNumIcon {
    width: 32px;
    height: 32px;
    float: left;
}

.backOfficeOAppDetailsAppNum {
    font-size: 22px;
    color: #6485a3 !important;
    margin-left: 4px;
    line-height: 35px;
}

.backOfficeOAppDetailsApprovedContainer {
    float: right;
}

.backOfficeOAppDetailsApprovedIcon {
    width: 32px;
    height: 32px;
    float: left;
}

.backOfficeOAppDetailsApprovedText {
    font-size: 22px;
    color: green !important;
    margin-left: 4px;
    line-height: 35px;
}

.backOfficeOAppDetailsNotApprovedText {
    font-size: 22px;
    color: darkgray !important;
    margin-left: 4px;
    line-height: 35px;
}

.backOfficeOAppDetailsSubmitDateIcon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}

.backOfficeOAppDetailsSubmitDateHeader {
    padding-left: 6px;
    font-family: Calibri;
    font-size: 16px;
    color: black;
}

.backOfficeOAppDetailsSubmitDateValue {
    font-family: Calibri;
    font-size: 16px;
    color: #6b6b6b;
}

.backOfficeOAppDetailsPaymentIcon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}

.backOfficeOAppDetailsPaymentHeader {
    padding-left: 6px;
    font-family: Calibri;
    font-size: 16px;
    color: black;
}

.backOfficeOAppDetailsPaymentValue {
    font-family: Calibri;
    font-size: 16px;
    color: #6b6b6b;
}

.backOfficeOAppDetailsProspectIcon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}

.backOfficeOAppDetailsProspectHeader {
    padding-left: 6px;
    font-family: Calibri;
    font-size: 16px;
    color: black;
}

.backOfficeOAppDetailsProspectValue {
    font-family: Calibri;
    font-size: 16px;
    color: #6b6b6b;
}

.backOfficeOAppDetailsRoomIcon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}

.backOfficeOAppDetailsRoomHeader {
    padding-left: 6px;
    font-family: Calibri;
    font-size: 16px;
    color: black;
}

.backOfficeOAppDetailsRoomValue {
    font-family: Calibri;
    font-size: 16px;
    color: #6b6b6b;
}

.backOfficeOAppDetailSection {
    display: table-cell;
    float: left;
    width: 100%;
    background: white;
}

.backOfficeOAppDetailSectionHeader {
    height: 30px;
    border-bottom: 1px solid #e2e4e6;
}

    .backOfficeOAppDetailSectionHeader summary {
        background-color: #6485a3 !important;
        line-height: 30px;
        outline: 0;
    }

        .backOfficeOAppDetailSectionHeader summary span {
            font-family: Calibri;
            color: white;
            padding-left: 6px;
            font-size: 16px;
        }

.backOfficeOAppSectionIndicatorLeft {
    float: left;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    margin-top: 8px;
}

.backOfficeOAppDetailSectionTbl {
    border: 1px solid gray;
    table-layout: fixed;
    width: 100%;
    float: left;
}

    .backOfficeOAppDetailSectionTbl td {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

        .backOfficeOAppDetailSectionTbl td:nth-child(2) {
            padding-left: 0px;
            padding-right: 0px;
        }

    .backOfficeOAppDetailSectionTbl tr:last-child td {
        padding-bottom: 15px;
    }

    .backOfficeOAppDetailSectionTbl td span {
        font-family: Calibri;
        font-weight: bold;
        font-size: 15px;
        margin: 0;
    }

    .backOfficeOAppDetailSectionTbl td div {
        font-family: Calibri;
        display: block;
        padding: 4px;
        background-color: #f5f5f5;
        color: #6b6b6b;
        border: 1px solid darkgray;
        width: 100%;
        margin-top: 4px;
        font-size: 14px;
        border-radius: 2px;
    }

.backOfficeOAppDetailFileContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-bottom: 0px;
}

    .backOfficeOAppDetailFileContainer li {
        font-family: Calibri;
        color: #25ab20;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .backOfficeOAppDetailFileContainer a {
        color: #6b6b6b;
    }

.backOfficeOAppAllocateRoomBtn {
    transition: background-color 0.4s ease 0s;
    background-color: #9041eb;
    font-family: Ebrima, Hind, Calibri, sans-serif;
    font-size: 14px;
    color: white !important;
    width: 115px;
    height: 25px;
    cursor: pointer;
    white-space: normal;
    border: 0px solid white;
    display: block;
    text-align: center;
    text-decoration: none !important;
    line-height: 23px;
    outline: 0;
}

.backOfficeOAppPaymentMethod {
    border: 1px solid rgb(169, 169, 169);
    width: 125px;
    cursor: pointer;
    height: 25px;
    font-size: 13px;
    outline: 0;
}

.backOfficeOAppOverridePaymentChk {
    visibility: hidden;
    position: relative;
    float: left;
    top: 0px;
}

    .backOfficeOAppOverridePaymentChk ~ label {
        position: relative;
        width: 23px;
        height: 23px;
        border: 1px solid rgba(132, 128, 121, 1);
        text-align: center;
        display: block;
        cursor: pointer;
        line-height: 23px;
        margin: 0 auto;
    }

    .backOfficeOAppOverridePaymentChk:checked ~ label:before {
        font-family: Enriqueta, sans-serif;
        font-size: 14px;
        text-align: center;
        content: '✔';
        margin-left: -6px;
    }

.backOfficeAvailRoomsTitleContainer {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 33px;
}

.backOfficeAvailRoomsLoadingImg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    display: none;
}

.backOfficeAvailRoomsTitle {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.backOfficeAvailRoomsOAppContainer {
    border: 1px solid silver;
    background-color: #ecf2ff;
    padding: 10px;
    width: 100%;
    height: 65px;
}

.backOfficeAvailRoomsOAppNum {
    font-size: 22px;
    color: #6485a3 !important;
    margin-left: 4px;
    line-height: 35px;
}

.backOfficeAvailRoomsOAppNumIcon {
    width: 32px;
    height: 32px;
    float: left;
}

.backOfficeAvailRoomsFilterSection {
    margin-bottom: 10px;
    border: 1px solid #a9a9a9;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    display: none;
    width: 900px;
    height: 90px;
    margin-top: 10px;
}

.backOfficeAvailRoomsFilterHead {
    padding-right: 10px;
    margin: 0px;
}

.backOfficeAvailRoomsFilterCombo {
    width: 300px;
    height: 25px;
    cursor: pointer;
    outline: 0;
    color: #585858;
    border-radius: 2px;
    margin-right: 15px;
}

.backOfficeAvailRoomsDateFilter {
    width: 140px;
    cursor: pointer;
    background: url(/images/backoffice/OAppSubmitDate.png) no-repeat 2px;
    padding-left: 24px;
    border: 1px solid rgb(169, 169, 169);
    outline: 0;
    height: 25px;
}

.backOfficeAvailRoomsFilterText {
    width: 300px;
    outline: 0px;
    color: #585858;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    margin-right: 10px;
    width: 138px;
}

.backOfficeAvailRoomsGenderFilter {
    width: 122px;
    padding-left: 2px;
    display: inline-block;
    height: 24px;
    outline: 0px;
    color: #585858;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    margin-right: 10px;
}

    .backOfficeAvailRoomsGenderFilter img {
        width: 14px;
        height: 14px;
        display: block;
        float: left;
        margin-top: 4px;
    }

    .backOfficeAvailRoomsGenderFilter span {
        margin-left: 3px;
        line-height: 23px;
    }

.backOfficeAvailRoomsHeader {
    margin-top: 15px;
    font-weight: bold;
    display: none;
}

.backOfficeAvailRoomsList {
    width: 920px;
    max-height: 400px;
    overflow: auto;
    text-align: left;
    margin-top: 10px;
}

.backOfficeAvailRoomsTbl {
    width: 900px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    table-layout: fixed;
}

    .backOfficeAvailRoomsTbl th {
        font-family: Calibri;
        font-size: 15px;
        padding: 5px;
        border: 1px solid #a9a9a9;
        background-color: #f5f5f5;
    }

    .backOfficeAvailRoomsTbl td {
        font-family: Calibri;
        font-size: 15px;
        padding: 4px;
        border-left: 1px solid #a9a9a9;
        padding: 5px;
        word-wrap: break-word;
    }

.backOfficeAvailRoomsTblCodeColumn {
    border-left: 0px !important;
    color: black;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

.backOfficeAvailRoomsAllocatedImg {
    width: 18px;
    height: 18px;
    float: left;
}

.backOfficeAvailRoomsTblRow {
    cursor: pointer;
}

    .backOfficeAvailRoomsTblRow:hover {
        border: 1px solid black !important;
    }

.backOfficeOAppApprovalDateCtrl {
    width: 124px;
    cursor: pointer;
    background: url(/images/backoffice/OAppSubmitDate.png) no-repeat 2px;
    padding-left: 24px;
    border: 1px solid rgb(169, 169, 169);
    outline: 0;
    height: 25px;
    background-color: white;
}

.backOfficeOAppApprovalResultsTbl th {
    font-weight: normal;
    background-color: #a1a1a1 !important;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
}

.backOfficeOAppApprovalResultsTbl tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.backOfficeOAppShowDetailFilterChk {
    margin: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.backOfficeOAppShowDetailFilterLabel {
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    padding-top: 3px;
}

.backOfficeOAppListProspStatus {
    float: left;
    width: 444px;
    border-right: 1px solid #a9a9a9;
    background: #e9f5f5;
    padding-left: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    font-size: 13px !important;
}

.backOfficeOAppListRoomStatus {
    float: left;
    width: 319px;
    border-right: 1px solid #a9a9a9;
    background: #eae9f5;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.backOfficeOAppListPaymentStatus {
    float: left;
    width: 245px;
    border-right: 1px solid #a9a9a9;
    background: #f5e9e9;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.backOfficeOAppListApprovalStatus {
    float: left;
    width: 130px;
    background: #e9f5e9;
    padding: 4px;
}

.backOfficeOAppListStatusText {
    font-size: 13px;
    margin-top: 2px;
    display: block;
    float: left;
}

.backOfficeOAppCancelChk {
    visibility: hidden;
    position: relative;
    float: left;
    top: 0px;
}

    .backOfficeOAppCancelChk ~ label {
        position: relative;
        width: 23px;
        height: 23px;
        border: 1px solid rgba(132, 128, 121, 1);
        text-align: center;
        display: block;
        cursor: pointer;
        line-height: 23px;
        margin: 0 auto;
    }

    .backOfficeOAppCancelChk:checked ~ label:before {
        font-family: Enriqueta, sans-serif;
        font-size: 14px;
        text-align: center;
        content: '✔';
        margin-left: -6px;
    }

.backOfficeOAppCancelChkDisabled {
    cursor: default !important;
    background-color: rgb(232, 232, 232);
}
