
@import url('./layout-onestop.css');

@import url('./theme-onestop.css');


/*
 * Customisation for VBS
 */

@font-face {
    font-family: 'VisbyCF-Heavy';
    src: url('../fonts/VisbyCF-Heavy.eot');
    src: url('../fonts/VisbyCF-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VisbyCF-Heavy.woff2') format('woff2'),
        url('../fonts/VisbyCF-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Nova-Semibold';
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefox') format('embedded-opentype'),
        url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'),
        url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'),
        url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#Proxima-Nova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Nova-Alt-Regular';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'),
        url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'),
        url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#Proxima-Nova-Alt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    Styles created to accomodate transition between OneStop New Theme and the old theme that 
    \will still co-exist in the transaction phase until everything is migrated to the new OneStop Theme.
*/

body .facilityLeftCol {
    font: 12px 'Trebuchet MS', Arial, sans-serif;
}

body .facilityRightCol {
    font: 12px 'Trebuchet MS', Arial, sans-serif;
}

.nav-holder {
    font: 12px 'Trebuchet MS', Arial, sans-serif;
}

.topbar.internalHeader {
    position:relative;
}

body #BelowHeader {
    font: 12px 'Trebuchet MS', Arial, sans-serif;
}

body .facility_select {
    width: 203px;
}

body .ui-tabs {
    border: none !important;
}

div.ganttview {
    background-color: #ffffff;
}
/*------------------------------------------------------------------------------------------------------------*/
/* 
    Temporary style applied to app rebranding elements due to lack of Bootstrap 3.7 library
    When Bootstrap 3.7/JQuery 3.2 will get applied in the Master Page (new libraries) then these classes can be removed.
*/
.tmpbox * {
    box-sizing: border-box;
    font-size: 12px;
}
.tmprow {
    margin-right: -15px;
    margin-left: -15px;
}
.tmprow:before {
    display: table;
}

.tmpcol-3, .tmpcol-9, .tmpcol-12 {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.tmpcol-3 {
    width: 25%;
}
.tmpcol-9 {
    width: 75%;
}
.tmpcol-12 {
    width: 100%;
}

/*
    drop-widget was introduced to replace equivalent classes from Bootstrap 3.2 - 
*/
.drop-widget {
    position: relative;
}

/*
    dropdown-widget was introduced to replace equivalent classes from Bootstrap 3.2 - 
*/
.dropdown-widget {
    font-size: 12px;
}

.dropdown-widget {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-sizing: border-box;
}

.dropdown-widget > li > a {
    display: block;
    padding-bottom: 3px;
}

.dropdown-widget > li > a:hover, .dropdown-widget > li > a.noIconMenu:hover {
    text-decoration:none;
    background-color: #33F7BD;
    color: #262626;
}

/* --------------------------------------------------------------------------*/
body {
    overflow: auto;
}

.login-logo {
    height: 56px;
    width: 276.56px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 30px auto 60px auto;
}
body.login {
    overflow: auto;
    /* background: url(../images/signin_bg_1280x800.jpg) !important;*/
    background-color: #00232C !important;
    background-size: cover !important;
}


.layout-main .row {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 20px;
}

.layout-container .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    height: 31.16px;
}

.login-heading {
    color: #2751A4;
    padding-top: 10px;
    padding-bottom: 10px; }
    .login-heading .vbs-app-label {
        font-family: 'VisbyCF-Heavy';
    }


#msgHolder {
    position: relative;
    top: -22px;
    height: 50px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em !important;
    vertical-align: middle;
    line-height: 1.1em;
}
#msgHolder > ul {
    position: relative;
    top: 5px;
    margin: 0 auto 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#msgHolder > span, #msgHolder > a  {
    position: relative;
    top: 11px;
    margin: 0 5px;
    padding: 0px;
}

.card-header .vbs-app-label {
    color: #ffffff;
}

.vbs-app-label, .modal-app-label {
    font-family: 'Proxima Nova';
    font-size: 28px;
    color: #00232C;
    font-weight: bold;
}

.vbs-app-text {
    font-family: 'Proxima Nova';
    font-size: 16px;
    color: #00232C;
    width: 95%;
    margin: auto;
    line-height: 18px;
    padding-top: 30px;
    text-align: center; }
    .vbs-app-text .useraccount {
        display: block;
        line-height: 22px; }
    .vbs-app-text a {
        color: #247CD3; }
    .vbs-app-text a:hover {
        text-decoration:none;
        font-weight: bold;
    }



.vbs-input-label {
    font-family: 'Proxima Nova';
    padding-bottom: 36px;
}
.vbs-button-label {
    font-family: 'Proxima Nova';
    color: #00232C;
    font-weight: bold;
}

.vbs-productname-label {
    font-family: 'Proxima Nova';
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 26px;
    position: absolute;
    cursor: default;
}


.logo {
    position: relative;
    margin: 22px 17px 18px 17px;
}
.topbar-items {
   position: relative;
   top: -12px;
}

body .md-inputfield {
    min-height: 55px; }
    body .md-inputfield label {
        top: -20px; }
    body .md-inputfield .lbl-center {
        width: 100%;
        text-align: center;
    }

.avatar-circle {
    width: 50px;
    height: 50px;
    margin-top: -6px;
    background-color: #5B968C;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
}

.initials {
    position: relative;
    top: 12px;
    font-size: 16px;
    color: #263238;
    font-family: 'Proxima Nova';
    font-weight: bold;
    text-transform: uppercase;
}

.avatar-circle-widget {
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-left: 5px;
    background-color: #5B968C;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
}

.initialsWidget {
    position: relative;
    top: 3px;
    color: #263238;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.username {
    font-size: 12px;
    font-weight: 700;
    float: left;
    visibility: visible;
}

.emailAddress {
    font-size: 10px;
    font-weight: 400;
    float: left;
    visibility: visible;
    padding-top: 3px;
}

#USERNAME {
    width: 100%;
    font-family: 'Proxima Nova';
}
#PASSWORD {
    width: 100%;
}

#errorMsg {
    /*min-width: 150px !important;
    width: 100% !important;
    position: relative !important;
    top: 5px !important;
    padding-right: 7px !important;*/
}

.card-header {
    background-color: #00232C;
    color: #ffffff;
    height: 75px;
    padding-top: 26px;
}

.card-desc {
   min-height: 120px;
   padding: 36px 48px 12px 48px;
}

div.feature {
    display: inline-block;
}
div.feature > img {
    height: 220px;
    width: 220px;
}

.input-container button {
    width: 320px !important;
    height: 70px;
}
div#modal,  
button#modal {
    background-color: #2751A4;
    border-color: #2751A4;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    margin: auto auto;
    width: 190px;
    height: 36px;
}
#modal > a {
    text-decoration: none;
}
#modal > a > span {
    position: relative;
    top: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

select.terminals {
    background-color: #FFFFFF;
    padding: 5px 5px;
    width: 280px;
    height: 36px;
}

select.terminals > option {
    /*text-align: center !important;*/
}

.layout-container .topbar .topbar-right #menu-button {
    /*background-color: #fff !important;*/
}

ul.dropdown-menu, ul.dropdown-widget {
    position: absolute;
    left: -113px;
    top: 65px;
    min-width: auto !important;
    width: 185.72px;
    background-color: #263238;
    color: #ffffff;
    float: left;
    text-align: center !important;
    margin: 0px 0px;
    padding: 6px 5px 6px 0px;
    border-radius: 5px 5px 5px 5px;
    font-family: "Proxima Nova","Helvetica Neue",sans-serif;
}
ul.dropdown-menu li, ul.dropdown-widget li {
    text-align: left;
    float: left;
    list-style-type: none;
}
ul.dropdown-menu li a, ul.dropdown-widget li a {
    width: 185.72px;
    padding-left: 10px !important;
    padding-top: 10px;
    color: #ffffff;
/*    font-size: 12px;*/    
    font-weight: 400;
}
a.noIconMenu {
    padding-left: 48px !important;
    padding-bottom: 12px !important;
}

ul.dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position:absolute;
    left: 200px;
    top: -12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
    width: 185px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #33F7BD;
}

@media (min-width: 1025px) {
    .card {
        min-height: 600px;
        padding: 0 0 0 0;
    }
    .layout-container .topbar-items {
        padding: 15px 0 0 0 !important;
    }
    .profile-name {
        color: white !important;
    }
    .profile-item {
        display: block;
        visibility: visible;
    }
    ul.dropdown-menu, ul.dropdown-widget > div:nth-child(2) {
        width: 185.72px;
    }
    ul.dropdown-menu, ul.dropdown-widget li {
        width: 185.72px;
    }
}


@media (max-width: 1024px) {
    .main-container {
        min-height: 720px;
    }
    .shadow-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .login-logo {
        background: url(../images/oneStop_logo_lightTheme.svg) no-repeat top center;
        background-size: 100% auto;
        height: 56px;
        width: 276.56px;
        /*width: 80%;*/
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .card {
        min-height: 550px;
        padding: 0 0 0 0;
    }
    .login-container {
        margin: 0 auto;
    }

    select.terminals {
        width: 220px;
        height: 36px;
    }

    .input-container {
        /*padding: 20px 0;*/
    }
    .layout-container .topbar .topbar-right .topbar-items {
        display: block;
        float: right;
        margin: 0;
        list-style-type: none;
        top: 78px;
        right: 18px;
        width: 0px !important;
    }
    .layout-container .topbar .topbar-right #topbar-menu-button {
        display: none;
    }
    .layout-container .topbar-items {
        float: right;
        margin: 0;
        padding: 5px 0 0 0;
        list-style-type: none;
    }
    .layout-container .topbar-items > li {
        float: right;
        /*position: relative;*/
        margin-left: 8px;
    }
    .avatar-circle {
        margin-top: -60px;
    }
    .profile-name-show {
        display: block;
        top: -60px;
    }
    ul.dropdown-menu, ul.dropdown-widget {
        position: absolute;
        left: -175px;
        top: -5px;
        min-width: auto !important;
        width: 185.72px;
        margin: 0px 0px;
        float: left;
        text-align: center !important;
        font-family: "Proxima Nova","Helvetica Neue",sans-serif;
    }
    ul.dropdown-menu, ul.dropdown-widget li {
        text-align: start;
        float: left;
        list-style-type: none;
         width: 185.72px;
    }
    ul.dropdown-menu, ul.dropdown-widget li a {
        width: 185px;
        color: #FFFFFF​;
    }
    ul.dropdown-menu, ul.dropdown-widget > div:nth-child(2) {
        width: 185.72px;
        /*margin-left: 24px;*/
    }
}

@media (max-width: 385px) {
    div.login-logo {
        margin-bottom: 0;
    }
    .login-container {
        min-width: 390px;
    }

    #msgHolder {
        display: flex;
    }    
    #msgHolder > ul {
        position: relative;
        top: 11px;
        width: 120px;
    }

    select.terminals {
        width: 190px;
        height: 36px;
    }

    .input-container button {
        width: 240px !important;
        align-items: center;
    }
}

    /*
 * 
 */

    .appVbs .vbs-app-label {
        content: 'VBS';
        visibility: visible;
        font-family: 'Proxima Nova';
        font-size: 20px;
        font-weight: bold;
    }

        .appVbs .vbs-app-label:after {
            content: 'VBS';
            visibility: visible;
            font-family: 'Proxima Nova';
            font-size: 20px;
            font-weight: bold;
        }

    .appTabs .vbs-app-label {
        content: 'TABS';
        visibility: visible;
        font-family: 'Proxima Nova';
        font-size: 20px;
        font-weight: bold;
    }

        .appTabs .vbs-app-label:after {
            content: 'TABS';
            visibility: visible;
            font-family: 'Proxima Nova';
            font-size: 20px;
            font-weight: bold;
        }

    .appVbs #card1 {
        content: 'VBS';
        visibility: visible;
        font-family: 'Proxima Nova';
        font-size: 20px;
        font-weight: bold;
    }

        .appVbs #card1:after {
            content: 'VBS';
            visibility: visible;
            font-family: 'Proxima Nova';
            font-size: 20px;
            font-weight: bold;
        }

    .appTabs #card1 {
        content: 'TABS';
        visibility: visible;
        font-family: 'Proxima Nova';
        font-size: 20px;
        font-weight: bold;
    }

        .appTabs #card1:after {
            content: 'TABS';
            visibility: visible;
            font-family: 'Proxima Nova';
            font-size: 20px;
            font-weight: bold;
        }

    .appBrandTabs {
        content: 'TABS';
        visibility: visible;
    }

        .appBrandTabs:after {
            content: 'TABS';
            visibility: visible;
        }

    .appBrandModal {
        content: '';
        visibility: hidden;
    }

        .appBrandModal:after {
            content: 'Container Park Bookings';
            visibility: visible;
        }

    .featureVbs {
        background: url('../images/circle/Vehicle%20Booking%20System%20(VBS).png') no-repeat center center;
        background-size: 100% auto;
        height: 220px;
        width: 220px;
        margin: auto auto;
    }

    .featureModal {
        background: url('../images/circle/1-Stop%20Modal.png') no-repeat center center;
        background-size: 100% auto;
        height: 220px;
        width: 220px;
        margin: auto auto;
    }

    .tooltip-inner {
        min-width: 200px;
        width: max-content;
        max-width: 400px;
        height: 35px;
        white-space: pre-line;
        text-align: left;
        font-family: 'Proxima Nova';
        font-size: 10px;
    }