﻿/*
NEW COLOR   -   hsl(233,46%,26%);
*/

/*-------------------------------------------------------- MAIN LAYOUT ----------------------------------------------------------*/

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body /*Mike*/ {
    width: 100%;
    padding: 0px;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    background-image: url("Images/Master/body_back.jpg");
    background-size: cover;
    background-color: #ddd;
    background-position: center bottom;
    font-size: 13px;
    color: #444;
}

div#okCancel {
    float: right;
    margin: 10px;
}

html {
    min-width: 800px;
    overflow-y: auto;
}

html, body, form {
    height: 100%;
}

html > body > form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

    html > body > form #middleSection {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;*/
        /* overflow: hidden; */
        position: relative;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html > body > form .MainContent {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        position: relative;
    }

        html > body > form .MainContent .scrollable {
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            overflow-y: auto;
            height: 0;
            background-color: rgba(255,255,255,0.9);
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

/*-------------------------------------------------------- VIEW TITLE BAR ----------------------------------------------------------*/

#viewTitleBar {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    background-color: hsla(25, 54%, 53%, 0.9);
    flex: 0 0 40px;
    z-index: 1;
    position: relative;
    padding-left: 40px;
}

    #viewTitleBar .headerMenuOpener {
        left: 0;
        background: white;
        padding: 0 10px;
        text-decoration: none;
        color: transparent;
        display: block;
        line-height: 40px;
        font-size: 20px;
        font-weight: 700;
        width: 8px;
        z-index: 1;
        border-right: 12px solid white;
        background: url("Images/Master/leftMenuButton.png") no-repeat white right center;
        transition: width 0.2s, color 0.2s;
        position: absolute;
    }



        #viewTitleBar .headerMenuOpener:hover {
            width: 62px;
            color: gray;
            z-index: 3;
        }



    #viewTitleBar .viewTitle {
        line-height: 40px;
        color: #fff;
        display: block;
        font-size: 22px;
        float: left;
        margin-left: 10px;
        padding: 0px 10px 0px 10px;
        cursor: pointer;
    }


/*-------------------------------------------------------- MAIN HEADER ----------------------------------------------------------*/

.header {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    /*z-index: 1005;*/
    z-index: 9;
    position: relative;
    text-align: center;
    background: hsla(233,35%,32%,0.8);
    width: 100%;
}

    .header .headerlogo {
        width: 260px;
        height: 54px;
        float: left;
        background-image: url("Images/Master/CAplus_Logo.png");
        background-repeat: no-repeat;
        margin: 8px;
    }

        .header .headerlogo .homeLink {
            float: left;
            height: 42px;
            width: 72px;
            text-decoration: none;
            margin: 7px 0 0 7px;
            background: url(Images/Master/logoHome.png) 75px 3px no-repeat;
            -webkit-transition: background-position 0.3s;
            transition: background-position 0.3s;
        }

            .header .headerlogo .homeLink:hover {
                background-position: 4px 3px;
            }

.headerDashNavigator img {
    height: 25px;
    vertical-align: middle;
    width: 15px;
}


.header .rightHeader {
    color: white;
    float: right;
    position: relative !important;
}

    .header .rightHeader .options > div {
        float: right;
        clear: both;
    }


    .header .rightHeader .languageSelector {
        float: left;
        padding: 2px 7px;
        background: #222d62;
    }


    .header .rightHeader .headerMenu > a:before {
        content: "";
        height: 13px;
        width: 13px;
        float: left;
        margin: 8px 5px;
    }

    .header .rightHeader .headerMenu a.myAccount::before {
        background-image: url("Images/Master/headerUser.png");
    }

    .header .rightHeader .headerMenu a.menuCompanyOpener:before {
        background-image: url("Images/Master/headerCompany.png");
    }

    .header .rightHeader .headerMenu a.menuHelpOpener:before {
        background-image: url("Images/Master/headerHelp.png");
    }


    .header .rightHeader .headerMenu a.headerMenuOpener:before {
        background-image: url("Images/Master/headerMenu.png");
    }

    .header .rightHeader .headerMenu a.menuLogout:before {
        background-image: url("Images/Master/headerLogout.png");
    }

    .header .rightHeader .headerMenu > a span {
        color: white;
        margin-right: 6px;
    }

    .header .rightHeader .headerMenu > a:link,
    .header .rightHeader .headerMenu > a:visited {
        color: white;
        line-height: 30px;
        float: left;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 5px;
        position: relative;
    }

    .header .rightHeader a:hover,
    .header .rightHeader a:active,
    .header .rightHeader a.active {
        background-color: rgba(202, 133, 85, 0.8);
    }


    .header .rightHeader .helpMenu,
    .header .rightHeader .companyMenu {
        position: absolute;
        -ms-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 1;
        top: 30px;
        width: 220px;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        right: 0;
        background-color: #F9F9F9;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    .header .rightHeader .headerMenu #lblChange {
        color: #494E77 !important;
        cursor: pointer;
    }

    .header .rightHeader .active .helpMenu,
    .header .rightHeader .active .companyMenu {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .header .rightHeader .helpMenu .menuItemContainer,
    .header .rightHeader .companyMenu .menuItemContainer {
        padding: 5px 10px 10px 10px;
        text-transform: none;
        cursor: default;
    }

    .header .rightHeader .menuItemContainer hr {
        margin: 0 auto;
        border-color: #ddd;
        border-width: 0 0 1px 0;
    }

    .header .rightHeader .helpMenu .link,
    .header .rightHeader .companyMenu .link {
        cursor: pointer;
        width: 100%;
        color: #5e6d9d;
        padding: 0;
        text-decoration: none;
        display: block;
        line-height: 25px;
    }

        .header .rightHeader .helpMenu .link:hover,
        .header .rightHeader .companyMenu .link:hover {
            text-decoration: none;
            color: #CA8555;
        }

    .header .rightHeader .helpMenu .menuItemContainer > label span,
    .header .rightHeader .helpMenu .menuItemContainer > label,
    .header .rightHeader .companyMenu .menuItemContainer > label {
        display: block;
        padding-top: 5px;
        line-height: 20px;
        color: silver;
    }

.noResults {
    margin: 0px auto;
    width: 200px;
    margin-top: 40px;
    font-size: 20px;
}

/*-------------------------------------------------------- EDI TOOLBAR ----------------------------------------------------------*/

.EDIManagementToolbar {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2px;
    z-index: 2;
}

    .EDIManagementToolbar .dxbButton_ModernoLight {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .EDIManagementToolbar .ImportExportMenu,
    .EDIManagementToolbar .importExport,
    .EDIManagementToolbar #importType {
        float: right;
    }


    .EDIManagementToolbar .EDIMenu > div {
        float: right;
        margin: 1px;
    }

.EDIMenu {
    margin-top: 3px;
}

.EDIManagementToolbar .ImportExportMenu .dxbButtonSys {
    margin: 4px 0px 0px 1px;
    padding: 1px 2px 2px 2px;
}



.EDIManagementToolbar .importExport .dxbButtonSys,
.EDIManagementToolbar .importExport .dxeButtonEditSys,
.EDIManagementToolbar .importExport .uploadControl {
    margin: 3px !important;
}


.dxucErrorCell_ModernoLight, .dxucErrorCell_ModernoDark {
    display: none !important;
}


/*-------------------------------------------------------- EDI TOOLBAR ----------------------------------------------------------*/

.captchaContainer {
    margin: 15px 100px;
    float: left;
    clear: both;
    width: 300px;
}

    .captchaContainer .recaptcha-terms-text {
        text-align: center;
        padding: 10px;
        font-size: 10px;
    }

.loginScrollable {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 0 600px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
}

.capsLockWarning {
    display: none;
    float: left;
    margin-top: 15px;
    margin-left: 23px;
    background-image: url('Images/Icons/error.gif');
    background-repeat: no-repeat;
    padding: 7px 10px 7px 26px;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #B5B5B5;
    background-position-x: 6px;
    background-position-y: 7px;
}

.loginFormWrapper {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#loginForm {
    -webkit-flex: 1 0 600px;
    -ms-flex: 1 0 600px;
    flex: 1 0 600px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    perspective: 1000px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(255,255,255,0.9);
}

    #loginForm fieldset {
        padding: 0;
        border: 0;
        margin: 0;
        background: rgba(255,255,255,0.6);
        box-shadow: 0 0 300px 82px rgba(0,0,0,0.15);
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-transform: scale(0) rotateX(90deg);
        -webkit-transform: scale(0) rotateX(90deg);
        transform: scale(0) rotateX(90deg);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.8s;
        transition: transform 0.5s, opacity 0.8s;
    }

        #loginForm fieldset.animate {
            -ms-transform: scale(1) rotateX(00deg);
            -webkit-transform: scale(1) rotateX(00deg);
            transform: scale(1) rotateX(00deg);
            opacity: 1;
        }


#veovoLoginLogo {
    background-image: url("Images/Master/veovo-logo-small.png");
    width: 140px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#loginForm fieldset .loginHeader {
    background-image: url("Images/Master/CAplus_Logo.png");
    background-color: hsla(233,35%,32%,1);
    height: 64px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 100%;
    float: left;
    width: 100%;
    opacity: 0;
    margin-bottom: 15px;
}

#loginForm .softwareVersion {
    bottom: 5px;
    color: hsla(233,35%,32%,0.4);
    font-size: 13px;
    font-weight: 900;
    position: absolute;
    right: 10px;
}

#loginForm fieldset.animate .loginHeader {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-transition: -webkit-transform 3s, opacity 2s;
    transition: transform 3s, opacity 2s;
}


#loginForm fieldset .field {
    margin: 15px 100px;
    float: left;
    clear: both;
    width: 300px;
    position: relative;
}

    #loginForm fieldset .field .loginIcon {
        bottom: 10px;
        left: 10px;
        position: absolute;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

        #loginForm fieldset .field .loginIcon.user {
            background-image: url("Images/Master/loginUserIcon.png");
        }

        #loginForm fieldset .field .loginIcon.password {
            background-image: url("Images/Master/loginPasswordIcon.png");
        }


    #loginForm fieldset .field .field-validation-error {
        visibility: visible;
        color: tomato;
        position: absolute;
        top: 11px;
        right: 0;
        font-size: 12px;
    }

    #loginForm fieldset .field label {
        float: left;
        line-height: 35px;
        width: 200px;
    }

    #loginForm fieldset .field .input {
        float: left;
        height: 40px;
        font-size: 19px;
        width: 100%;
        box-shadow: 0 0 16px 0px #ddd;
        padding-left: 35px;
        border: 0;
    }

        #loginForm fieldset .field .input input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px white inset;
        }

#loginForm fieldset .validation-summary-errors {
    color: white;
    text-align: center;
    width: 100%;
    clear: both;
    word-wrap: break-word;
    width: 300px;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}

#loginForm fieldset .loginFooter {
    float: left;
    width: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px;
    border-top: 5px solid #eee;
}



    #loginForm fieldset .loginFooter .btnLogin {
        float: right;
    }

    #loginForm fieldset .loginFooter .lnkForgotPassword {
        float: left;
        margin: 10px;
        cursor: pointer;
        width: 113px;
        text-align: center;
        border: 0;
        color: #373737;
        text-decoration: underline;
    }


#loginForm .languageSelector {
    display: block;
    margin-top: 50px;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    padding: 10px 30px;
    -ms-transform: translateY(500px) scale(5);
    -webkit-transform: translateY(500px) scale(5);
    transform: translateY(500px) scale(5);
    opacity: 0;
}

    #loginForm .languageSelector.animate {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: -webkit-transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s;
    }

#loginForm .languageSelectorControl {
    display: inline-block;
}

#loginForm .languageSelector > span {
    float: left;
    line-height: 30px;
    margin-right: 30px;
    color: #aaa;
    font-size: 11px;
}


#loginForm .languageSelector .buttonPanel {
    background: rgba(255,255,255,0.5);
    padding: 3px 8px;
}

/* Installation Selector - START */

#installationSelector {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: translateX(120%);
    transition: transform 0.6s, opacity 0.6s;
}

    #installationSelector #installations {
        float: left;
        height: 242px;
        width: 100%;
        padding: 15px 15px;
        box-shadow: 0 0 10px #eee inset, 0 0 300px 82px rgba(0,0,0,0.15);
        box-sizing: border-box;
    }

#loginForm .loginFormWrapper.companySelector #installationSelector {
    opacity: 1;
    transform: translateX(0%);
}

#installationSelector header {
    background-color: hsla(233,35%,32%,1);
    height: 65px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 16px;
    color: white;
    font-size: 25px;
}

.installationSelector-footer {
    float: left;
    width: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px;
    border-top: 5px solid #eee;
}

.installationSelector-company {
    float: left;
    cursor: pointer;
    clear: both;
    width: 98%;
    padding: 1%;
    font-size: 17px;
}

    .installationSelector-company.selected {
        background-color: hsl(203,50%,90%);
    }

#installationSelector-proceed {
    float: right;
}

#loginForm .loginFormWrapper.companySelector fieldset.animate {
    opacity: 0.5;
    transform: translateX(-120%);
    transition: transform 0.6s, opacity 0.6s;
}

/* Installation Selector - END */


/*Shop Traffic Light Colors*/

.dxgv.trafficLight:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    height: 11px;
    border-radius: 10px;
    width: 11px;
}

.dxgv.trafficLight.red:after {
    background-color: tomato;
}

.dxgv.trafficLight.green:after {
    background-color: limegreen;
}

.dxgv.trafficLight.orange:after {
    background-color: darkorange;
}

/*Shop Traffic Light Colors*/

/*JQueryUI Overrides*/

.ui-daterangepicker li.ui-state-hover, .ui-daterangepicker li.ui-state-active {
    /* padding: 1px !important; */
}
/*JQueryUI Overrides*/


div.connectedPOS {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: yellowgreen;
}

div.disconnectedPOS {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: silver;
}

div.errorInfo {
    height: 16px;
    width: 16px;
    background-image: url("Images/Icons/information_red.png");
}

div.successInfo {
    height: 16px;
    width: 16px;
    background-image: url("Images/Icons/information.png");
}

.dxbButtonSys.btnImport > div:before {
    content: ' ';
    height: 14px;
    width: 16px;
    display: inline-block;
    background-image: url("Images/Master/supportImport.png");
    vertical-align: -4px;
    margin-right: 10px;
}

.dxbButtonSys.btnExport > div:before {
    content: ' ';
    height: 14px;
    width: 16px;
    display: inline-block;
    background-image: url("Images/Master/supportExport.png");
    vertical-align: -4px;
    margin-right: 10px;
}

.dxbButtonSys.btnGenerateTemplate > div:before {
    content: ' ';
    height: 14px;
    width: 16px;
    display: inline-block;
    background-image: url("Images/Master/supportMetadata.png");
    vertical-align: -4px;
    margin-right: 10px;
}

.dxbButtonSys.btnGenerateTemplate .dxb-hbc,
.dxbButtonSys.btnExport .dxb-hbc,
.dxbButtonSys.btnImport .dxb-hbc {
    display: none;
}

.importExport .dxbButtonSys.cancelUpload {
    padding: 2px !important;
    margin: 7px;
}

.importExport table.uploadControl {
    width: 320px;
    float: left;
    margin: 7px;
}

    .importExport table.uploadControl input[type="text"] {
        width: 100%;
    }

.importExport .btnUploadFile {
    margin: 7px;
}

.devExpressFakeButton {
    font: 14px 'PT Sans', sans-serif;
    color: #343434;
    display: block;
    padding: 7px 16px;
    border: 1px solid #CBCBCB;
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.08);
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.08);
    cursor: Pointer;
}

    .devExpressFakeButton:hover {
        background: white;
    }

div.validationError {
    background: url(Images/Icons/validationError.png);
    display: none;
    margin-top: 6px;
    width: 17px;
    height: 17px;
}


/*LIBRARY OVERRIDES*/
.dxgvSearchPanel_ModernoLight {
    padding: 7px 0 !important;
    float: right;
    width: 300px;
}

    .dxgvSearchPanel_ModernoLight > table {
        width: 100% !important;
    }

.jqx-splitter-splitbar-vertical-ModernoLight.jqx-fill-state-normal,
.jqx-splitter-splitbar-horizontal-ModernoLight.jqx-fill-state-normal {
    background: silver;
    border-color: white;
}

.jqx-splitter-splitbar-hover-ModernoLight.jqx-fill-state-normal {
    background-color: hsl(233,35%,32%);
}

.buttonEditGuaranteeGroup {
    float: left;
    margin-right: 4px;
}

.guaranteeTitle {
    font-size: 17px;
    width: 100%;
    margin-bottom: 0px;
    background-color: rgb(218, 233, 242);
    line-height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.billingSectionHeader {
    width: 100%;
    margin-bottom: 0px;
    background-color: rgb(249, 249, 249);
    line-height: 45px;
    border-bottom: 1px solid #CBCBCB;
}

.billingBatchDelete {
    width: 100%;
    margin-top: 10px;
    background-color: rgb(249, 249, 249);
    line-height: 47px;
    display: block;
}

    .billingBatchDelete table {
        margin-left: 10px;
    }

.dxgvSelectedRow_ModernoLight {
    background-color: rgb(177, 177, 177) !important;
    color: #343434;
}

.dxgvCommandColumnItem_ModernoLight {
    color: white;
}


.resourceToolbar {
    float: right;
    line-height: 40px;
    flex: 0 0 auto;
    width: 100%;
    background-color: rgb(249, 249, 249);
}

#resourceHelpMessage {
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    color: #b7b7b7;
}

.bingLogo {
    float: left;
    background-image: url('Images/Icons/Bing.png');
    width: 84px;
    height: 30px;
    background-position-y: -4px;
}

/*Flight Exceptions Page */

.exceptionsBackDrop {
    position: absolute;
    width: 260px;
    height: 585px;
    background-color: hsla(203,50%,90%,0.7);
    display: none;
}

#MainContent_grdExceptions_DXPagerBottom {
    float: right;
}

.exceptionToolBar {
    float: right;
    flex: 0 0 auto;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
}

    .exceptionToolBar table tr td {
        padding: 5px;
    }

.exeptionsContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.exeptionsTable {
    flex: 0 0 auto;
    width: 260px;
    border: 1px solid #CBCBCB;
}

.transactionTable {
    flex: 1 1 auto;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
}

.sectionTitle {
    width: 100%;
    height: 34px;
    background-color: #D4E3EC;
    border-bottom: 1px solid #CBCBCB;
}

.exeptionsTitle {
    width: 100%;
    height: 34px;
    background-color: #D4E3EC;
    border-bottom: 1px solid #CBCBCB;
}

.extitles {
    margin-left: 10px;
    font-size: medium;
    margin-top: 5px;
    float: left;
}

.exCount {
    float: left;
    margin: 6px 0px 0px 2px;
}


.grdTransactionFlights {
    margin: 0px auto;
    padding-bottom: 10px;
}

/* CONTRACTS PAGE */

.ContractHeader {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    background-color: #dae9f2;
    line-height: 46px;
    cursor: pointer;
    margin-top: 15px;
}

    .ContractHeader:hover {
        background-color: #dedede;
    }

.ContractShopsHeader {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    background-color: #dae9f2;
    line-height: 46px;
    cursor: pointer;
    margin-top: 15px;
}


    .ContractHeader.expanded, .ContractShopsHeader.expanded {
        color: #ffffff;
    }

    .ContractShopsHeader:hover {
        background-color: #dedede;
    }

.ContractHeader table {
    width: 100%;
    margin-top: 10px;
    width: 100%;
    padding: 5px;
}

.ContractDetails {
    background-color: white;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #DAE9F2;
    border-left: 1px solid #DAE9F2;
    border-right: 1px solid #DAE9F2;
}

.ContractShopDetails {
    background-color: rgb(255, 255, 255);
    float: left;
    width: 100%;
    border-bottom: 1px solid #DAE9F2;
    border-left: 1px solid #DAE9F2;
    border-right: 1px solid #DAE9F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}


.expanderContract-image.expanded {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 7px;
    background-image: url('Images/Icons/expanderArrowUp.png');
}

.expanderShop-image.expanded {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 7px;
    background-image: url('Images/Icons/expanderArrowUp.png');
}

.expanderContract-image.collapsed {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 7px;
    background-image: url('Images/Icons/expanderArrowDown.png');
}

.expanderShop-image.collapsed {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 7px;
    background-image: url('Images/Icons/expanderArrowDown.png');
}

.accordian {
    margin-bottom: 10px;
}

.accordianHeader {
    background-color: #DAE9F2;
    padding: 5px;
}

    .accordianHeader:hover {
        background-color: #dedede;
        cursor: pointer;
    }

.accordianArrow.expanded {
    width: 17px;
    height: 17px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    background-image: url('Images/Icons/expanderArrowUp.png');
}

.accordianArrow.collapsed {
    width: 17px;
    height: 17px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    background-image: url('Images/Icons/expanderArrowDown.png');
}

.accordianContent {
    border-left: 1px solid #DAE9F2;
    border-right: 1px solid #DAE9F2;
    border-bottom: 1px solid #DAE9F2;
    padding: 10px;
    background-color: white;
}

.tabHeader {
    width: 100%;
    float: left;
}

    .tabHeader .tab {
        float: left;
        margin-left: 2px;
        margin-right: 0px;
        margin-top: 5px;
        background-color: #dedede;
        padding: 6px 15px;
    }

        .tabHeader .tab.active {
            background-color: #DAE9F2;
        }

        .tabHeader .tab:hover {
            background-color: #eee;
            cursor: pointer;
        }

.tabContent {
    float: left;
    width: 100%;
    border: 1px solid #DAE9F2;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-color: white;
}

.shopDetailsWrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}

.overflowXGridWrapper {
    overflow-x: auto;
}


/*Company selector*/

table#popupAirports_CLW-1 {
    background-color: rgba(255,255,255,0.1);
    padding: 0px 10px 10px 10px;
}

table#popupAiports_PWC-1 .dxpcControl_Dark {
    background: rgba(20,20,20,0.8);
}

table#popupAirports_grdAirports_DXMainTable {
    background: none;
}

    table#popupAirports_grdAirports_DXMainTable td {
        border: 0;
        text-align: center;
    }

        table#popupAirports_grdAirports_DXMainTable td p {
            margin: 0;
            padding: 15px 20px;
            background: rgba(0,0,0,0.3);
            cursor: pointer;
            min-width: 240px;
        }

            table#popupAirports_grdAirports_DXMainTable td p:hover {
                background-color: steelblue;
            }

.disabledCursor {
    cursor: not-allowed !important;
}

.dxBB {
    margin-left: 0px !important;
}

/*TransactionsGrids*/
.ImageButton {
    padding-right: 5px;
    float: right;
}

div.dxgvLoadingDiv_Dark {
    background-color: #444;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.transactionsGrid tr td.dxgv[state=exported]:before {
    content: '\2022';
    font-size: 50px;
    line-height: 0px;
    vertical-align: -10px;
    color: yellowgreen;
}

.transactionsGrid tr td.dxgv[state=cancelled]:before {
    content: '\2022';
    font-size: 50px;
    line-height: 0px;
    vertical-align: -10px;
    color: tomato;
}

.transactionsGrid tr td.dxgv[state=finalized]:before {
    content: '\2022';
    font-size: 50px;
    line-height: 0px;
    vertical-align: -10px;
    color: skyblue;
}

.transactionsGrid tr td.dxgv[state=draft]:before {
    content: '\2022';
    font-size: 50px;
    line-height: 0px;
    vertical-align: -10px;
    color: silver;
}

.transactionsGrid tr td.dxgv[state=reversed]:before {
    content: '\2022';
    font-size: 50px;
    line-height: 0px;
    vertical-align: -10px;
    color: orange;
}

.roleSearch,
.userSearch {
    width: 215px;
    height: 22px;
    padding: 3px;
    font: inherit;
    border: 1px solid #CBCBCB;
    color: #343434;
    margin-bottom: 5px;
}

    .roleSearch:focus,
    .userSearch:focus {
        border: 1px solid #222D62;
        outline: none;
    }

/*CONTRACT WIZARD START*/

.wizard {
    width: 98.5%;
    padding: 10px;
}

.nextButton,
.resetWizard {
    float: right;
    margin-right: 18px;
}

.shopEntriesForm,
.contractDetailsForm,
.shopSelection,
.companySelection {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.49);
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-top: 10px;
    min-height: 167px;
}

.shopEntriesFormInfo,
.contractFormInfo,
.shopSelectionDescription,
.introduction {
    font: inherit;
    color: #535881;
    margin: 10px 10px 10px 10px;
}

    .introduction .welcome {
        font-size: 20px;
        margin-right: 5px;
        color: #C68151;
    }

.dateSelector {
    width: 465px;
    margin: 20px auto !important;
    font: inherit;
    line-height: 33px;
    font-weight: bolder;
}

.dateSeparator {
    float: left;
    margin-left: 5px;
}

.dateFrom,
.dateTo {
    width: 168px;
    float: left;
    margin-left: 5px;
}

.companySelector_wizard {
    width: 456px;
    margin: 10px auto !important;
    font: inherit;
    display: none;
}

.shopsGridContainer {
    margin: 10px 10px 50px 10px;
    border-bottom: 1px solid lightgrey;
}

.shopsToolbar {
    width: 100%;
    text-align: right;
    background-color: whitesmoke;
    padding: 8px;
}

    .shopsToolbar .helpMessage {
        display: inline;
        margin-right: 14px;
    }

    .shopsToolbar #btnCaptureSync {
        margin-right: 10px;
    }

    .shopsToolbar #btnCreatePlugins {
        margin-right: 10px;
    }

.shopAreaUnitsGridContainer, .shopContractsGridContainer, .shopAreaUnitAllocationsGridContainer {
    margin: 0px 10px 50px 10px;
    border-bottom: 1px solid lightgrey;
}

.removeShopLink,
.addShopLink {
    color: #CB8656;
    cursor: pointer;
}

.contractsValidation.valid,
.areasValidtions.valid {
    background-color: #94B99A;
    background-image: url("Images/Icons/wizardOK.png");
    background-repeat: no-repeat;
    background-position: 7px;
    padding: 5px 5px 5px 40px;
    margin: 10px;
    color: green;
    line-height: 24px;
    border: 2px solid green;
    border-radius: 3px;
}

.contractsValidation.invalid,
.areasValidtions.invalid {
    background-color: salmon;
    background-image: url("Images/Icons/wizardError.png");
    background-repeat: no-repeat;
    background-position: 7px;
    padding: 5px 5px 5px 40px;
    margin: 10px;
    color: #650000;
    line-height: 24px;
    border-radius: 3px;
    border: 2px solid #650000;
}

.customPopUp {
    background: white;
    position: absolute;
    top: 8%;
    left: 50%;
    display: none;
    border: 3px solid #5a6088;
    /* border-radius: 5px; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5 );
}

#addShopPopup .actionButtonsShop {
    background-color: #d3d3d3;
    height: 45px;
    padding: 10px;
}

    #addShopPopup .actionButtonsShop .addShopButton {
        float: right;
        margin: 0 15px 10px 5px;
    }

    #addShopPopup .actionButtonsShop .addShopCancelButton {
        float: right;
        margin-right: 10px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

.customPopUp .popUpContent {
    padding: 30px;
    overflow: auto;
    /* max-height: 500px; */
}

    .customPopUp .popUpContent .validationMessage {
        height: 12px;
        background-color: salmon;
        padding: 12px;
        display: none;
        color: white;
        line-height: 13px;
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 12px;
    }

#addShopPopup .popUpContent {
    height: 600px;
    padding: 20px 0px 20px 20px;
}

#addShopPopup .shopInfoTitle {
    color: silver;
    text-align: center;
    margin-top: 19px;
    font-weight: 100;
    line-height: 13px;
    font-size: 22px;
    width: 100%;
    margin-bottom: 40px;
}

.customPopUp .toolBar {
    display: block;
    line-height: 32px;
    background: #5a6088;
    padding: 8px;
    color: white;
    font-size: 15px;
}

    .customPopUp .toolBar.ui-draggable-handle {
        cursor: move;
    }

.customPopUp span span {
    float: right;
    width: 25px;
    margin: -10px;
    margin-right: -10px;
    font-size: 21px;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    height: 42px;
    padding: 0;
    padding-top: 7px;
}

    .customPopUp span span:hover {
        background: #484e76;
        cursor: pointer;
    }

.setDatesButton {
    margin-left: 8px;
}

.customPopUp .customPopUpForm {
    width: 100%;
}

    .customPopUp .customPopUpForm td {
        /* padding: 5px; */
    }

.changeAreaUnitStatus {
    text-decoration: underline;
    cursor: pointer;
}

.shopAreaUnitAllocationsInfo {
    margin: 10px 10px 0px 10px;
    font-size: 14px;
    background-color: #D3D3D3;
    line-height: 17px;
    padding: 10px;
}

.resetGrid,
.showHideColumns,
.clearGridFilter {
    margin-right: 10px;
    cursor: pointer;
    float: right;
    width: 23px;
    height: 23px;
}


.resetGrid {
    background-image: url('Images/Icons/resetGrid.png');
}

.showHideColumns {
    background-image: url('Images/Icons/columnSettings.png');
}

.clearGridFilter {
    background-image: url('Images/Icons/clearGridFilter.png');
}

.addNewText {
    text-decoration: underline;
    color: hsla(25, 54%, 53%, 0.9);
    cursor: pointer;
    float: left;
    font-size: 14px;
}

.addNew {
    width: 20px;
    height: 20px;
    float: right;
    background-color: #353B6E;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: white;
    font-family: arial;
}


    .addNew:hover {
        background-color: hsla(25, 54%, 53%, 0.9);
        color: white;
    }

.dx-overlay-wrapper {
    z-index: 99999 !important;
}

.contractForm {
    margin: 0px auto;
    width: 800px;
}

.contractDetailsForm td {
    padding: 10px 10px 10px 10px;
}

.shopSection {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.shopHeader {
    display: block;
    background-color: #5A5F88;
    padding: 10px;
    color: white;
    font-size: 15px;
}

.shopContent {
    padding: 10px;
    border: 1px solid #5A5F88;
    text-align: center;
}

    .shopContent #addEntries {
        margin: 5px 5px 5px 20px;
        display: inline-block;
        cursor: pointer;
        padding-left: 5px;
        height: 30px;
        font-size: 15px;
        line-height: 29px;
        cursor: pointer;
        padding-right: 15px;
        border-radius: 5px;
        padding-top: 2px;
        border: 1px solid #D4D4D4;
        width: 200px;
    }

        .shopContent #addEntries:hover {
            background-color: #5A5F88;
            color: #FFFFFF;
        }

        .shopContent #addEntries .addSign {
            display: inline-block;
            background-color: #5A5F88;
            color: white;
            margin-right: 5px;
            width: 20px;
            text-align: center;
            height: 20px;
            line-height: 20px;
            font-size: 31px;
            vertical-align: text-bottom;
            border-radius: 10px;
        }

#rentsPopup .popUpContent,
#guranteesPopup .popUpContent {
    min-height: 350px;
}

#revenueSharesPopup .popUpContent {
    min-height: 325px;
}

.shop_rent_config,
.shop_gurantee_config {
    margin: 10px 10px 0px 10px;
    font-size: 15px;
    background-color: #D3D3D3;
    line-height: 17px;
    padding: 10px;
    color: #353B6E;
}

    .shop_rent_config table td {
        padding-right: 15px;
    }
/*CONTRACT WIZARD END*/


/**CUSTOM DevExtremeExtenstions**/
.dx-selection .dx-trackbar {
    color: #fff;
}

.extensions-dxDataGrid-customRow,
.extensions-dxDataGrid-customEditRow,
.extensions-dxDataGrid-customDeleteRow {
    text-align: center !important;
    color: #D48955;
    cursor: pointer;
    text-decoration: underline;
}

.extensions-dxDataGrid-header {
    font-size: 18px;
    background-color: #f5f5f5;
    line-height: 17px;
    padding: 10px;
    color: #353B6E;
    flex: 0 0 auto;
}

.extensions-dxLookup-actionButton.edit {
    background: url("Images/Icons/editTemplate.png");
    background-color: #CBCBCB;
}

.extensions-dxLookup-actionButton.delete {
    background-color: #CBCBCB;
}

.extensions-dxLookup-actionButton {
    margin-right: 5px;
    float: right;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    line-height: 13px;
    cursor: pointer;
    display: none;
    color: white;
}

    .extensions-dxLookup-actionButton:hover {
        background-color: #5A5F88;
    }

.dx-datagrid-group-panel {
    margin-left: 5px;
    margin-top: 5px;
}

.dx-datagrid-search-panel {
    width: 400px !important;
    margin-right: 5px;
    margin-top: 5px;
}


.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border-bottom: 1px solid #4c517a;
    border-top: 1px solid #51567f;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #484d76;
    color: #fff;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.dxDataGridBorder {
    border: 1px solid #dddddd;
}

.dxListCustomStyle {
    overflow-y: auto;
    border: 1px solid #dddddd;
}

.dx-datagrid .dx-toolbar {
    display: none;
}

.extensions-dxDataGrid-customRow .dx-toolbar,
.extensions-dxDataGrid-customEditRow .dx-toolbar {
    display: block;
}

.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
    color: #162962;
}

/**CUSTOM DevExtremeExtenstions END*/


/**Upload Progress Fix */

#uploadProgressBarLabel {
    color: white;
    height: 10px;
    line-height: 33px;
}

#uploadProgressBar {
    float: right;
    margin-top: 7px;
    color: white;
}

/**Upload Progress Fix END */

.flightsStats_toolbar {
    width: 100%;
    padding: 10px;
    float: right;
}

    .flightsStats_toolbar table {
        float: right;
        width: 99%;
    }

.popupMessageContentContracts {
    margin: 5px;
    max-height: 500px;
    overflow-y: auto;
}

    .popupMessageContentContracts p {
        margin: 1px;
        font-size: 13px;
    }

        .popupMessageContentContracts p:first-child {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 16px;
        }

/* Data Transactions */
.brca_searchTransactionsSection,
.dt_searchTransactionsSection {
    display: -webkit-box;
    width: 100%;
    background-color: whitesmoke;
    padding: 10px;
    box-sizing: border-box;
    min-width: 1024px;
}

#brca_lblSearch,
#dt_lblSearch {
    font-size: larger;
    margin: 10px;
    margin-right: 60px;
    height: 23px;
}

.brca_searchContent,
.dt_searchContent {
    width: 100%;
}

#dt_luShopSelector {
    width: 300px;
}

#brca_dbToDate,
#brca_dbFromDate,
#dt_dbToDate,
#dt_dbFromDate {
    width: 200px !important;
}

#brca_btnSearchTransactions,
#dt_btnSearchTransactions {
    float: right;
    width: auto;
}

#dt_gridTransactionResutls {
    opacity: 0;
}

#dt_shopDetails {
    opacity: 0;
    width: 100%;
    height: 45px;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    min-width: 1024px;
}

#dt_gridTransactionResutls #gridContainer {
    width: 100%;
    min-width: 1024px;
}

.brca_Disclamer,
.dataTransactionsDisclamer {
    float: right;
    font-size: small;
    display: none;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #606060;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

.brca_emptyScreen,
.dt_emptyScreen {
    font-size: xx-large;
    opacity: 0.3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Data Transactions End*/


/*DX Popups*/
.dxgvPopupEditForm_ModernoLight:first-child {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 500px;
    padding: 5px;
}

.selectAll {
    float: right;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    color: grey;
    margin-top: 5px;
}

    .selectAll.edit {
        margin-top: 6px !important;
        margin-right: 169px !important;
    }

.popupMessageContentContracts,
.popupMessageContentAreaUnits {
    max-height: 500px;
    overflow: auto;
    margin-bottom: 10px;
}

.paneGrid .jqx-grid-column-header span {
    margin-right: 16px;
}

/*FRONT END LOADER*/

#wait_overlay {
    position: absolute;
    z-index: 99998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

    #wait_overlay .wait {
        background: url("Images/Master/loading.gif") no-repeat left center;
        height: 42px;
        width: 42px;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        position: absolute;
    }

/*LicensePage*/
.licenseAccess {
    margin: 20px auto;
    width: 500px;
    padding: 20px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

    .licenseAccess .message {
        font-size: 14px;
    }

    .licenseAccess .accessCode {
        width: 300px;
    }

    .licenseAccess .licenseAccess {
    }

    .licenseAccess .requestAccessCode {
        cursor: pointer;
        padding: 3px;
        margin: 10px auto;
        width: 130px;
        text-decoration: underline;
        color: #c47f4f;
    }

        .licenseAccess .requestAccessCode:hover {
            cursor: pointer;
        }


.licenseView {
    background-color: white;
    padding: 16px;
    display: none;
}

    .licenseView .licenseStatus {
        padding: 6px;
        text-align: center;
        border-radius: 5px;
        font-size: 17px;
    }

        .licenseView .licenseStatus.invalid {
            background-color: salmon;
            color: white;
        }

        .licenseView .licenseStatus.valid {
            background-color: #78ac78;
            color: whitesmoke;
        }

    .licenseView .licenseForm {
        width: 100%;
        margin-top: 11px;
        background-color: rgba(0, 0, 0, 0.03);
        padding: 10px;
        border-radius: 5px;
    }

        .licenseView .licenseForm td {
            border-bottom: 1px solid #e6e6e6;
            padding: 10px;
        }

        .licenseView .licenseForm .labelCell {
            background-color: hsla(203,50%,90%,0.9);
            width: 141px;
        }

        .licenseView .licenseForm .valueCell {
            background: #ffffff;
        }

    .licenseView .renwalButtons {
        margin-top: 12px;
    }


.licenceFormContent {
    width: 600px;
    background-color: white;
    margin-left: -300px;
    margin-top: -270px;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: absolute;
}

    .licenceFormContent .closeLicenseForm {
        float: right;
        width: 22px;
        height: 22px;
        line-height: 24px;
        cursor: pointer;
        background-color: #434766;
        border-radius: 3px;
        color: #ffffff;
        font-weight: bold;
    }

        .licenceFormContent .closeLicenseForm:hover {
            background-color: #e4e4e4;
            color: hsla(233,35%,32%,0.8);
        }

    .licenceFormContent .licenceFormTitle {
        font-size: 16px;
        margin: 0px auto 0px;
        text-align: center;
        background-color: hsla(233,35%,32%,0.8);
        padding: 7px;
        color: white;
        border-radius: 3px;
        cursor: move;
    }

    .licenceFormContent .modulesHeader {
        padding: 5px;
        font-size: 15px;
        background-color: gainsboro;
        margin-top: -6px;
    }

    .licenceFormContent .modulesWrapper {
        max-height: 293px;
        overflow-y: auto;
        margin: 10px;
    }

    .licenceFormContent .moduleList tr {
        height: 30px;
    }

    .licenceFormContent .modulesHeader .setAsLicense,
    .licenceFormContent .modulesHeader .selectNoneModules,
    .licenceFormContent .modulesHeader .selectAllModules {
        float: right;
        font-size: 14px;
        margin-right: 10px;
        text-decoration: underline;
        cursor: pointer;
    }

    .licenceFormContent .licenseExpiryTable {
        width: 100%;
        padding: 10px;
    }

    .licenceFormContent .moduleList {
        width: 100%;
        padding: 2px;
    }

    .licenceFormContent #dbSubmitNewDate {
        margin: 10px;
        display: block;
    }

.securityCheckPopup,
.generatedLicnesePopup {
    width: 540px;
    background-color: white;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -323px;
    margin-left: -270px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

    .securityCheckPopup .securityCheckPopupTitle,
    .generatedLicnesePopup .generatedLicenseTitle {
        font-size: 16px;
        margin: 0px auto 16px;
        text-align: center;
        background-color: hsla(233,35%,32%,0.8);
        padding: 7px;
        color: white;
        border-radius: 3px;
        cursor: move;
    }

    .securityCheckPopup .closeSecurityCheckPopup,
    .generatedLicnesePopup .closeLicenseForm {
        float: right;
        width: 22px;
        height: 22px;
        line-height: 24px;
        cursor: pointer;
        background-color: #434766;
        border-radius: 3px;
        color: #ffffff;
        font-weight: bold;
    }

        .securityCheckPopup .closeSecurityCheckPopup,
        .generatedLicnesePopup .closeLicenseForm:hover {
            background-color: #e4e4e4;
            color: hsla(233,35%,32%,0.8);
        }

    .generatedLicnesePopup .generatedLicense {
        width: 500px;
        word-wrap: break-word;
        margin: 17px;
        height: 500px;
        resize: none;
        border: 0;
    }

#submitPassword,
#submitRenewal {
    display: block;
    margin: 0px 17px 16px 17px;
}

/**LICENSE WARNING*/

.licenseWarning {
    width: 500px;
    margin: 100px auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.46);
}

    .licenseWarning p {
        font-size: 16px;
    }

.licenseWarningHeader {
    background: #494e77;
    color: white;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
}

.licenseWarningContent {
    padding: 10px;
    text-align: center;
}

#licenseLink {
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}

#warningSign {
    height: 40px;
    width: 40px;
    background: salmon;
    color: white;
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 13px;
}

/* Forgot Password */
.resetPasswordResult {
    width: 655px;
    margin: 10% auto;
    box-shadow: 0px 0px 33px #b5b5b5;
    text-align: center;
}

    .resetPasswordResult .resultHeader {
        padding: 15px;
        background-color: hsla(233,35%,32%,1);
        color: white;
        text-align: left;
        align-content: center;
        border-radius: 5px 5px 0px 0px;
    }

    .resetPasswordResult .resultContent {
        background: white;
        padding: 10px;
        border: 1px solid hsla(233,35%,32%,1);
        border-radius: 0px 0px 5px 5px;
        height: 102px;
    }

        .resetPasswordResult .resultContent h3 {
            font-weight: 500;
        }

        .resetPasswordResult .resultContent a {
            text-decoration: none;
            float: right;
            margin-top: 10px;
            background-color: #f3f3f3;
            padding: 10px;
            border-radius: 5px;
            color: black;
            border: 1px solid #c5c5c5;
            font-size: 12px;
        }

            .resetPasswordResult .resultContent a:hover {
                background-color: #353b6e;
            }


.forgotPassworPanel {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
}

.divResetPassword {
    width: 500px;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 300px 82px rgba(0,0,0,0.15);
    margin-top: 10%;
    border-radius: 5px;
}

.forgotPasswordHeader {
    background-color: hsla(233,35%,32%,1);
    color: white;
    font-size: 17px;
    padding: 10px;
    width: 510px;
    margin: -14px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

.divResetPassword table {
    padding: 10px;
    width: 100%;
}

    .divResetPassword table td {
        padding: 5px;
    }

.resetPasswordTable input {
    font-size: 13px;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    font-size: 19px;
    width: 100%;
    box-shadow: 0 0 16px 0px #ddd;
    border: 0px !important;
}

.passwordResetButton {
    background: #f5f5f5;
    padding: 15px;
    text-align: right;
    border-top: 5px solid #eeeeee;
}

.resetPasswordTable .validator {
    margin-left: 22px;
    color: red;
}

.revenueContractAuditDetailsTable {
    width: 100%;
    padding: 10px;
    font-size: 13px;
}

    .revenueContractAuditDetailsTable .auditValue {
        background-color: white;
        padding: 5px;
    }

    .revenueContractAuditDetailsTable .auditLabel {
        width: 240px;
        background-color: #cccccc;
        /* color: white; */
        padding: 5px;
    }

.revenueContractAuditHeaderDetails {
    width: 100%;
    background-color: #cccccc;
    padding: 5px;
    font-size: 15px;
}


.dx-dropdowneditor-overlay .dx-overlay-content .dx-popup-content .dx-scrollable {
    overflow: auto;
}

.scrollColor {
    background-color: #dcdcdc;
}

/*NEW CONTRACTS PAGE*/
.ContractActivation {
    background-color: #f5f5f5;
    padding: 10px;
    float: left;
    min-width: 1141px;
}

    .ContractActivation .helpMessage {
        float: left;
        font-size: 15px;
        margin-top: 10px;
        margin-left: 20px;
        color: #474c75;
    }

    .ContractActivation #btnRefreshMagSummary,
    .ContractActivation #btnRefreshRentSummary,
    .ContractActivation #btnDeactivate,
    .ContractActivation #btnActivate {
        float: right;
        margin-right: 5px;
    }

.ContractDetailsHeader {
    margin: 10px 10px 0px 10px;
    min-width: 600px;
    background-color: #5a5f88;
    padding: 10px;
}

    .ContractDetailsHeader .activeNotification {
        padding: 5px;
        border-radius: 3px;
        margin-right: 11px;
    }

        .ContractDetailsHeader .activeNotification.active {
            background-color: lightgreen;
            color: rgb(1, 113, 0);
        }

        .ContractDetailsHeader .activeNotification.notActive {
            background-color: salmon;
            color: white;
        }

    .ContractDetailsHeader .contractDetailsTitle {
        font-size: 18px;
        color: white;
        line-height: 31px;
    }

    .ContractDetailsHeader div {
        margin-right: 10px;
        float: right;
    }

    .ContractDetailsHeader .contractHeaderAction:hover {
        background-color: #c37e4e;
        color: white;
    }


.DetailsView {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ContractsView {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ShopsSection {
    background-color: white;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 10px 10px 10px;
    border: 1px solid #5a5f88;
    overflow-y: auto;
}

.ShopDetailsSection {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.ShopDetailsMenu {
}

    .ShopDetailsMenu .shopDetailsMenuItem {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        width: 120px;
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .ShopDetailsMenu .shopDetailsMenuItem:hover {
            background-color: hsl(0, 0%, 79%);
        }

        .ShopDetailsMenu .shopDetailsMenuItem.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

.shopDetailsPanel {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px;
    background-color: #e6e6e6;
    border: 1px solid #c38050;
}

#grdShops {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid #dddddd;
}

.multipleDelete {
    margin: 0px 0px 10px 0px;
    background-color: whitesmoke;
    padding: 10px;
}

    .multipleDelete .selectionMessage {
        margin-right: 10px;
    }

.contractsConfigSection {
    padding: 10px;
    background-color: whitesmoke;
}

/*NEW CONTRACTS PAGE END*/



/* Area Availabilty START */

.AreaAvailability .dx-datagrid .dx-toolbar {
    display: block;
}

    .AreaAvailability .dx-datagrid .dx-toolbar .dx-datagrid-column-chooser-button {
        display: none;
    }

.timeline {
    position: relative;
    background-color: #fff;
    height: 22px;
    display: block;
}


    .timeline .segment {
        position: absolute;
        top: 0;
        height: 100%;
        text-align: center;
        padding-top: 19px;
        font-size: 11px;
        color: #888;
        box-shadow: -0.5px 0 0 0 #ddd;
        border-bottom: 1px solid #eee;
    }

        .timeline .segment.first {
            border-left: 0;
        }

    .timeline .subSegment {
        position: absolute;
        top: 0;
        height: 100%;
        text-align: center;
        padding-top: 35px;
        font-size: 11px;
        color: #aaa;
        box-shadow: -0.5px 0 0 0 #ddd, 4px 0 4px -4px #eee inset, -4px 0 4px -4px #eee inset;
    }

        .timeline .subSegment.first {
            border-left: 0;
        }

.timeline_header {
    position: relative;
    background-color: #fff;
    height: 32px;
}

    .timeline_header .segment {
        position: absolute;
        top: 17px;
        height: 70%;
        text-align: center;
        font-size: 11px;
        color: #888;
        box-shadow: -0.5px 0 0 0 #ddd;
        border-top: 1px solid #eee;
        padding-top: 0px;
    }

.timeline .segment.first {
    border-left: 0;
}

.timeline_header .subSegment {
    position: absolute;
    top: 1px;
    height: 100%;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    box-shadow: -0.5px 0 0 0 #ddd, 4px 0 4px -4px #eee inset, -4px 0 4px -4px #eee inset;
}

    .timeline_header .subSegment.first {
        border-left: 0;
    }


.timeline .value,
.timeline .subValue {
    position: absolute;
    top: 15%;
    height: 30%;
    background-color: hsla(233,35%,32%,0.7);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 1s, background-color 1s;
    transition: transform 1s, background-color 1s;
}

    .timeline .subValue.available {
        background-color: #43d643;
        cursor: default;
    }

        .timeline .subValue.available:hover {
            background-color: #43d643;
        }

.timeline .subValue {
    top: 50%;
    height: 30%;
    background-color: salmon;
}

.timeline.holdAnimation .value,
.timeline.holdAnimation .subValue {
    -ms-transform: scaleX(0); /* IE 9 */
    -webkit-transform: scaleX(0); /* Chrome, Safari, Opera */
    transform: scaleX(0);
    background-color: hsla(25, 54%, 53%, 0);
}

.timeline.holdAnimation .subValue {
    background-color: hsla(233,35%,32%,0);
}

.timeline .value:hover {
    background-color: hsla(233,35%,32%,1);
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.timeline .subValue:hover {
    background-color: #ff3f29;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.timeline .noTimeline {
    position: absolute;
    line-height: 46px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    color: #908989;
}

.aa_searchContent .markerContract {
    background-color: salmon;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.aa_searchContent .markerAllocation {
    background-color: hsla(233,35%,32%,0.7);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* SSL Timeline END */

/*NEW SCHEDULES PAGE*/

.Schedules .SchedulesTabs {
    min-width: 1000px;
}

    .Schedules .SchedulesTabs .schedulesMenuItem {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        width: 130px;
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        margin-top: 5px;
        margin-left: 3px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .Schedules .SchedulesTabs .schedulesMenuItem:hover {
            background-color: hsl(0, 0%, 79%);
        }

        .Schedules .SchedulesTabs .schedulesMenuItem.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

.Schedules .tabContent {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px;
    background-color: #e6e6e6;
    border: 1px solid #c38050;
}

.Schedules .schedulesConfigSection {
    padding: 10px;
    background-color: whitesmoke;
}

/*NEW SCHEDULES PAGE END*/

/*NEW AREA UNITS PAGE*/
.AreaUnitActivation {
    line-height: 45px;
    background-color: #f5f5f5;
    height: 56px;
}

    .AreaUnitActivation .helpMessage {
        line-height: 36px;
        display: inline-block;
        margin: 5px;
        float: right;
    }

    .AreaUnitActivation #btnActivate,
    .AreaUnitActivation #btnDeactivate {
        line-height: 45px;
        display: inline-block;
        float: right;
        margin: 5px;
    }


/* NEW AREA UNITS PAGE END*/

/* NEW STOCKS PAGE */


.Barcodes .BarcodesSearchSection,
.Stocks .StocksSearchSection,
.BillingCompanies .BillingCompaniesSearchSection,
.UserDefinedFields .UserDefinedFieldsSearchSection {
    background: #e8e8e8;
    padding: 10px;
    border-bottom: 1px solid #cecece;
}

.Barcodes .SearchMessage,
.Stocks .SearchMessage,
.UserDefinedFields .SearchMessage {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18pt;
    color: #cecece;
    margin-top: 60px;
}

.Barcodes .BarcodesSearchSection table,
.Stocks .StocksSearchSection table,
.BillingCompanies .BillingCompaniesSearchSection table,
.UserDefinedFields .UserDefinedFieldsSearchSection table {
    width: 100%;
    font-size: 12px;
}

    .Barcodes .BarcodesSearchSection table td,
    .Stocks .StocksSearchSection table td,
    .BillingCompanies .BillingCompaniesSearchSection table td,
    .UserDefinedFields .UserDefinedFieldsSearchSection table td {
        padding: 2px;
    }

    .Barcodes .BarcodesSearchSection table #btnSearchBarcodes,
    .Stocks .StocksSearchSection table #btnSearchStocks,
    .BillingCompanies .BillingCompaniesSearchSection table #btnSearchBillingCompanies,
    .UserDefinedFields .UserDefinedFieldsSearchSection table #btnProceed {
        float: right;
    }

/* NEW STOCKS PAGE END */

/*CUSTOM HIDE SHOW PANEL*/

.customHideShowPanel {
    width: 100%;
    background-color: #cccccc;
    cursor: pointer;
    color: white;
    text-align: center;
    font-size: 15px;
    height: 10px;
}

    .customHideShowPanel .showHideHandle {
        width: 200px;
        margin: 0px auto;
        background-color: hsla(233,35%,32%,0.8);
        height: 10px;
        text-align: center;
        color: white;
        line-height: 18px;
        font-size: 22px;
    }

        .customHideShowPanel .showHideHandle.hide {
            transform: rotateX(0deg);
        }

        .customHideShowPanel .showHideHandle.show {
            transform: rotateX(-180deg);
        }

    .customHideShowPanel:hover {
        background-color: #9a9a9a;
    }

/*CUSTOM HIDE SHOW PANEL END*/

/* NEW UPLOADS & DOWNLOADS PAGE*/

.SystemUploads .SearchSection,
.Downloads .DownloadsSection,
.Uploads .UploadSection {
    width: 100%;
    background: #e8e8e8;
    border-bottom: 1px solid #cecece;
}

    .SystemUploads .SearchSection .SearchSectionTitle,
    .Downloads .DownloadSection .DownloadSectionTitle,
    .Downloads .DownloadSection .SearchSectionTitle,
    .Uploads .UploadSection .SearchSectionTitle,
    .Uploads .UploadSection .UploadSectionTitle {
        text-align: center;
        font-size: 16px;
        background-color: #cccccc;
        padding: 5px;
    }

    .SystemUploads .SearchSection .table,
    .Downloads .DownloadSection table,
    .Uploads .UploadSection table {
        padding: 10px;
    }

    .Downloads .DownloadSection #ErrorSection,
    .Uploads .UploadSection #ErrorSection {
        display: none;
        background-color: #cccccc;
        margin: 5px;
        padding: 5px;
        min-height: 20px;
    }

        .Downloads .DownloadSection #ErrorSection .clearError,
        .Uploads .UploadSection #ErrorSection .clearError {
            float: right;
            right: 10px;
            width: 20px;
            height: 20px;
            background-color: #e8e8e8;
            text-align: center;
            line-height: 17px;
            border-radius: 4px;
            font-weight: bolder;
            font-size: 21px;
            cursor: pointer;
        }

        .Downloads .DownloadSection #ErrorSection table,
        .Uploads .UploadSection #ErrorSection table {
            font-size: 12px;
        }

    .Uploads .UploadSection #btnDownloadAll {
        float: right;
        margin: 15px;
    }

.Uploads #luFileTypes {
    margin-top: 23px;
    width: 150px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Uploads #luFileTypes {
        margin-top: 19px;
    }
}

/* NEW UPLOADS & DOWNLOADS PAGE END*/

/* NEW DATA MONITOR PAGE END */

.DataMonitor #ufr {
    height: 20px;
    padding: 4px;
    background-color: whitesmoke;
    font-size: 13px;
    text-align: center;
    padding-right: 61px;
}

.DataMonitor #grdMonitor .ufrRatio {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

    .DataMonitor #grdMonitor .ufrRatio.red {
        background-color: salmon;
    }

    .DataMonitor #grdMonitor .ufrRatio.green {
        background-color: lightgreen;
    }

    .DataMonitor #grdMonitor .ufrRatio.orange {
        background-color: orange;
    }
/*NEW DATA MONITOR PAGE END */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
}

::-webkit-scrollbar-track {
    background-color: rgba(183, 181, 181, 0.6);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 144, 144, 0.6);
}


/*NEW TRANSACTION UPLOAD PAGE*/

.TransactionUploads .uploadTypeSelection {
    width: 440px;
    margin: 46px auto;
    color: #545982;
    background: rgba(228, 228, 228, 0.27);
    padding: 50px;
}

.TransactionUploads .errorMessage {
    padding: 15px;
    background-color: whitesmoke;
    display: none;
}

.TransactionUploads .manualUploadHeader {
    padding: 15px;
    background-color: whitesmoke;
}

.TransactionUploads .transactionsUploadToolBar {
    padding: 10px;
    background-color: whitesmoke;
    text-align: right;
}

    .TransactionUploads .transactionsUploadToolBar #uploadNotConfirmed {
        margin-right: 15px;
        color: salmon;
    }

    .TransactionUploads .transactionsUploadToolBar div {
        margin: 2px;
    }

.TransactionUploads .importMessage {
    text-align: center;
    margin-top: 10%;
    font-size: 28px;
    color: rgb(111, 111, 111);
}

    .TransactionUploads .importMessage .goBack {
        text-align: center;
        margin-top: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #ffffff;
        width: 138px;
        padding: 5px;
        margin: 10px auto;
        background-color: #afafaf;
    }

        .TransactionUploads .importMessage .goBack:hover {
            color: white;
            background-color: chocolate;
        }

.TransactionUploads .uploadTypeSelection .uploadTypeSelectionTitle {
    text-align: center;
    font-size: 27px;
    margin-bottom: 15px;
}

.TransactionUploads .uploadTypeSelection .selectionItem {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    background: #ececec;
    border-radius: 10px;
}

    .TransactionUploads .uploadTypeSelection .selectionItem:hover {
        background: white;
    }

    .TransactionUploads .uploadTypeSelection .selectionItem .icon {
        width: 80px;
        height: 80px;
        margin: 21px auto;
    }

    .TransactionUploads .uploadTypeSelection .selectionItem.Manual .icon {
        background-image: url('Images/Master/manualUpload.png');
    }

    .TransactionUploads .uploadTypeSelection .selectionItem.File .icon {
        background-image: url('Images/Master/fileUpload.png');
    }

    .TransactionUploads .uploadTypeSelection .selectionItem .description {
        text-align: center;
        font-size: 17px;
    }

/*NEW TRANSACTION UPLOAD PAGE END*/

/*NEW TRANSACTION UPLOAD AUDIT PAGE*/

.TransactionsUploadAudit .transactionsUploadAuditTabs {
    margin-top: 5px;
}

    .TransactionsUploadAudit .transactionsUploadAuditTabs .auditTab {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        width: 100px;
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .TransactionsUploadAudit .transactionsUploadAuditTabs .auditTab:hover {
            background-color: hsl(0, 0%, 79%);
        }

        .TransactionsUploadAudit .transactionsUploadAuditTabs .auditTab.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

.TransactionsUploadAudit .auditTabContent {
    border: 1px solid hsl(0, 0%, 90%);
    background: white;
    min-height: 500px;
}

/*NEW TRANSACTION UPLOAD AUDIT PAGE END*/

/*SYSTEM INFO PAGE*/

.SystemInformation table {
    width: 100%;
    background: rgba(154, 154, 154, 0);
}

    .SystemInformation table .title {
        background: #5a5f88;
        height: 35px;
        text-align: center;
        font-size: 17px;
        color: white;
    }

/*SYSTEM INFO PAGE*/

/*NEW FLIGHT EXCEPTIONS PAGE END*/
.FlightExceptions {
    height: 99%;
    min-height: 700px;
}

    .FlightExceptions .flightExeptionsGrids {
        height: 90%;
    }

        .FlightExceptions .flightExeptionsGrids .exceptions {
            border-right: 5px solid whitesmoke;
            float: left;
            width: 24%;
        }

        .FlightExceptions .flightExeptionsGrids .transactionFlights {
            float: left;
            width: 75%;
        }

    .FlightExceptions .flightExceptionsToolbar {
        background-color: whitesmoke;
        padding: 10px;
        border-bottom: 1px solid #d8d8d8;
    }

        .FlightExceptions .flightExceptionsToolbar table {
            width: 100%;
        }

            .FlightExceptions .flightExceptionsToolbar table .actions {
                text-align: right;
            }

                .FlightExceptions .flightExceptionsToolbar table .actions div {
                    margin: 1px;
                }

                .FlightExceptions .flightExceptionsToolbar table .actions #selectionMessage {
                    display: inline-block;
                    margin-right: 20px;
                }

/*NEW FLIGHT EXCEPTIONS PAGE END*/

/*NEW Flight Management PAGE */

.FlightManagement {
    padding: 5px;
    min-width: 1401px;
}

    .FlightManagement .FlightManagmentDataSourceSelector {
        padding: 10px;
        background-color: #f5f5f5;
    }

    .FlightManagement .FlightManagmentTabs .FlightManagmentTab {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        width: 100px;
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .FlightManagement .FlightManagmentTabs .FlightManagmentTab:hover {
            background-color: hsl(0, 0%, 79%);
        }

        .FlightManagement .FlightManagmentTabs .FlightManagmentTab.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

    .FlightManagement .flightManagmentTabContent {
        padding: 6px;
        background-color: #e6e6e6;
        border: 1px solid #c38050;
    }

    .FlightManagement .TransactionsSearchSection {
        background-color: #f5f5f5;
        padding: 10px;
    }

        .FlightManagement .TransactionsSearchSection table {
            width: 100%;
            font-size: 12px;
        }

            .FlightManagement .TransactionsSearchSection table td {
                padding: 2px;
            }

            .FlightManagement .TransactionsSearchSection table #btnChangeFlight,
            .FlightManagement .TransactionsSearchSection table #btnSearchTransactions {
                float: right;
            }

/*NEW Flight Management PAGE */

/*NEW Dashboard Management PAGE */

.Resources .ResourcesToolbar,
.DashboardManagement .SearchSection {
    background-color: whitesmoke;
    padding: 5px;
    height: 50px;
}

    .DashboardManagement .SearchSection table {
        float: right;
    }

.DashboardManagementDetailRow .title {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    background-color: #c5c5c5;
}

.DashboardManagementDetailRow #listRoles,
.DashboardManagementDetailRow #listUsers {
    height: 250px;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid #c5c5c5;
}


/*NEW Dashboard Management END */

/*NEW FLIGHTS PAGE*/
.cleanFlights {
    height: 45px;
    background-color: #f5f5f5;
}


    .cleanFlights #btnClean {
        line-height: 45px;
        display: inline-block;
        float: right;
        margin: 5px;
    }


/* NEW FLIGHTS PAGE END*/

/*NEW FLIGHT STATISTICS PAGE*/
.purgeFlightStatistics {
    line-height: 45px;
    background-color: #f5f5f5;
}

    .purgeFlightStatistics .helpMessage {
        line-height: 45px;
        display: inline-block;
        margin: 5px;
    }

    .purgeFlightStatistics #btnPurge {
        line-height: 45px;
        display: inline-block;
        float: right;
        margin: 5px;
    }


/* NEW FLIGHT STATISTICS PAGE END*/


/*NEW AUDIT MANAGEMENT PAGE*/

.AuditManagement .AuditsTab .AuditsMenuItem,
.UserActivityAudit .AuditsTab .AuditsMenuItem {
    padding: 10px;
    font-size: 15px;
    background-color: hsl(0, 0%, 90%);
    cursor: pointer;
    white-space: nowrap;
    color: hsl(233, 24%, 38%);
    width: 130px;
    text-align: center;
    line-height: 0.9em;
    height: 13px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 3px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

    .AuditManagement .AuditsTab .AuditsMenuItem:hover,
    .UserActivityAudit .AuditsTab .AuditsMenuItem:hover {
        background-color: hsl(0, 0%, 79%);
    }

    .AuditManagement .AuditsTab .AuditsMenuItem.active,
    .UserActivityAudit .AuditsTab .AuditsMenuItem.active {
        background-color: hsl(25, 49%, 54%);
        cursor: auto;
        color: hsl(0, 0%, 100%);
    }

.AuditManagement .tabContent,
.UserActivityAudit .tabContent {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px;
    background-color: #e6e6e6;
    border: 1px solid #c38050;
}

.changeAuditModelStatus,
.changeUserActivityTypeStatus {
    line-height: 45px;
    background-color: #f5f5f5;
    text-align: right;
}

    .changeAuditModelStatus #btnChangeStatus,
    changeUserActivityTypeStatus #btnChangeStatus {
        line-height: 45px;
        display: inline-block;
        margin: 5px;
    }

/*NEW AUDIT MANAGEMENT PAGE END*/

/* NEW EMAIL AUDIT*/

.EmailAuditSearchSection {
    padding: 5px;
    background-color: #f5f5f5;
}

/* NEW EMAIL AUDIT END*/

/*NEW ROLES & USERS PAGE*/
.Users {
    padding: 5px;
    min-width: 1024px;
}

.Roles {
    padding: 5px;
}

    .Users .UsersToolbar,
    .Roles .PermissionsToolbar,
    .Roles .AvailablePermissionsToolbar,
    .Roles .RolesToolbar {
        background-color: #f5f5f5;
        padding: 5px;
    }

        .Roles .RolesToolbar span {
            margin: 5px;
        }

    .Users .UsersTabs .UsersTab,
    .Roles .RoleTabs .RoleTab {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .Users .UsersTabs .UsersTab:hover,
        .Roles .RoleTabs .RoleTab:hover {
            background-color: hsl(0, 0%, 79%);
        }


        .Users .UsersTabs .UsersTab.active,
        .Roles .RoleTabs .RoleTab.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

    .Users .UsersTabContent,
    .Roles .RoleTabContent {
        padding: 6px;
        background-color: #e6e6e6;
        border: 1px solid #c38050;
    }

.customPopUpForm .actionRow {
    display: none;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    background-color: #f5f5f5;
}

.Users .userfilter {
    border: 1px solid #535881;
    text-align: right;
    margin: 5px;
}

    .Users .userfilter .filtertitle {
        padding: 10px;
        font-size: 15px;
        text-align: center;
        background-color: #535881;
        color: white;
    }



/*NEW ROLES & USERS PAGE END*/

/*NEW MAIL SETTINGS PAGE*/
.MailSettings .emailSettingsHeader {
    width: 590px;
    margin: 0px auto;
    margin-top: 60px;
    background-color: rgb(90, 96, 136);
    /* border-radius: 10px 10px 0px 0px; */
    padding: 12px;
    font-size: 19px;
    text-align: center;
    color: white;
}

.MailSettings table {
    width: 614px;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    /* border-radius: 0px 0px 10px 10px; */
    border: 1px solid #5a6088;
}

    .MailSettings table td {
        padding: 3px;
    }
/*NEW MAIL SETTINGS PAGE END*/

/*NEW MY ACCOUNT PAGE*/
.MyAccount .myAccountHeader {
    width: 494px;
    margin: 0px auto;
    margin-top: 60px;
    background-color: rgb(72, 77, 118);
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
    font-size: 19px;
    text-align: center;
    color: white;
}

.MyAccount .myAccountTable {
    width: 518px;
    margin: 0px auto;
    background-color: rgb(241, 241, 241);
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #484d76;
}

    .MyAccount .myAccountTable td {
        height: 42px;
    }

/*NEW MY ACCOUNT PAGE END*/

/*TinyMCE*/

.mce-floatpanel {
    z-index: 999999 !important;
}

/*TinyMCE END*/



/*SHIREBURN CLIENT SIDE FILTER CONTROL  */

.sb-FilterControl {
    border: 1px solid #353b6e;
    border-radius: 5px;
}

    .sb-FilterControl .filterHeader {
        background-color: #353b6e;
        padding: 5px;
    }

    .sb-FilterControl .filterEntry {
        margin: 10px;
        background: whitesmoke;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid gainsboro;
    }

/*SHIREBURN CLIENT SIDE FILTER CONTROL  */

/*RECONCILIATION PAGE*/

.SalesReconciliationResult #resultHeader {
    padding: 10px;
    font-size: 20px;
    background-color: #dae9f2;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.SalesReconciliationResult .companyShopInfoTable {
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
}

.SalesReconciliationResult #resultHeader .signOffNotification {
    float: left;
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    background-color: lightgreen;
    padding: 0 10px 5px 11px;
    border: 1px solid #58ce58;
    border-radius: 5px;
    color: #008c00;
}

    .SalesReconciliationResult #resultHeader .signOffNotification.notSignedOff {
        background-color: salmon;
        border: 1px solid #a90f0f;
        color: white;
    }

.SalesReconciliationResult #resultHeader .resultTitle {
    width: 200px;
    margin: 0px auto;
    display: inline;
}

.SalesReconciliationResult #resultHeader .headerActions {
    float: right;
    margin-left: 10px;
}

.SalesReconciliationResult #fileCounts,
.SalesReconciliationResult #resultTotal,
.SalesReconciliationResult #resultMatchedAmountIncludingTax,
.SalesReconciliationResult #resultMatchedAmountExcludingTax,
.SalesReconciliationResult #resultMatchedBaskets,
.SalesReconciliationResult #resultMatchedTaxAmount,
.SalesReconciliationResult #resultMatchedAdditionalTaxAmount,
.SalesReconciliationResult #resultTransactionsFound {
    width: 100%;
}

.SalesReconciliationResult .ReconciliationResults {
    padding: 10px;
}

    .SalesReconciliationResult .ReconciliationResults .ReconciliationTabs .reconciliationTab {
        padding: 10px;
        font-size: 15px;
        background-color: hsl(0, 0%, 90%);
        cursor: pointer;
        white-space: nowrap;
        color: hsl(233, 24%, 38%);
        width: 100px;
        text-align: center;
        line-height: 0.9em;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
    }

        .SalesReconciliationResult .ReconciliationResults .ReconciliationTabs .reconciliationTab:hover {
            background-color: hsl(0, 0%, 79%);
        }

        .SalesReconciliationResult .ReconciliationResults .ReconciliationTabs .reconciliationTab.active {
            background-color: hsl(25, 49%, 54%);
            cursor: auto;
            color: hsl(0, 0%, 100%);
        }

    .SalesReconciliationResult .ReconciliationResults .reconciliationTabContent {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6px;
        background-color: #f9f9f9;
        border: 1px solid #c38050;
    }

#reconciliationUploadForm .editFormRow.resultNotification td {
    padding: 13px;
    background-color: salmon;
    color: white;
    border-radius: 5px;
}

/*RECONCILIATION PAGE END*/

/*CHANGE PASSWORD PAGE*/

.ForceChangePassowrd .changePasswordHeader {
    width: 494px;
    margin: 0px auto;
    margin-top: 60px;
    background-color: rgb(72, 77, 118);
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
    font-size: 19px;
    text-align: center;
    color: white;
}

.ForceChangePassowrd .changePasswordTable {
    width: 518px;
    margin: 0px auto;
    background-color: rgb(241, 241, 241);
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #484d76;
}

    .ForceChangePassowrd .changePasswordTable .messageCell {
        padding-bottom: 22px;
        text-align: justify;
    }

    .ForceChangePassowrd .changePasswordTable .submitCell {
        padding: 20px;
    }

/*CHANGE PASSWORD PAGE END*/

/*BILLING COMPANY EDIT FORM*/
.billingCompanyEditFromTableHeader {
    padding: 5px;
    background: #e8e8e8;
    font-weight: bold;
}

/*EDI TOOLBAR CLIENT SIDE*/
#EDIToolbar {
    position: absolute;
    top: -1px;
    right: 4px;
}

    #EDIToolbar.compact {
        top: 4px !important;
    }


/*CONTROL PANEL*/

.ControlPanel .Header {
    width: 99.2%;
    background-color: hsla(25, 54%, 53%, 0.9);
    padding: 7px;
    color: white;
    font-size: 20px;
}

.ControlPanel .ControlPanelAccess {
    margin: 20px auto;
    width: 500px;
    padding: 20px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.ControlPanel .Settings {
    width: 100%;
    margin: 10px auto;
    background-color: white;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .ControlPanel .Settings .section {
        font-size: 17px;
        background-color: #545a82;
        color: white;
        padding: 5px;
    }

.ControlPanel .ControlPanelAccess table {
    width: 100%;
}

.stockCateogryToolbar {
    background-color: whitesmoke;
    padding: 5px;
    text-align: right;
}

/*TWO FACTOR AUTH PAGE*/

.TwoFactorAuth .twoFactorHeader {
    width: 494px;
    margin: 0px auto;
    margin-top: 60px;
    background-color: rgb(72, 77, 118);
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
    font-size: 19px;
    text-align: center;
    color: white;
}

.TwoFactorAuth .twoFactorTable {
    width: 518px;
    margin: 0px auto;
    background-color: rgb(241, 241, 241);
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #484d76;
}

    .TwoFactorAuth .twoFactorTable .messageCell {
        padding-bottom: 22px;
        text-align: justify;
    }

    .TwoFactorAuth .twoFactorTable .submitCell {
        padding: 20px;
    }

/*CHANGE PASSWORD PAGE END*/

.transactionGapExample {
    width: 100%;
    border: 1px solid #5a6088;
    margin: 20px 0px 26px 0px;
    padding: 10px;
    background-color: #f3f3f3;
}
