:root {
    --header-height: 192px;
    --header-height-sm: 108px;
    --header-height-xl: 169px;
}

body {
    background-color: #132a37 !important;
}

.p-0 {
    padding: 0;
}

.pr-0 {
    padding-right: 0px;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-5px {
    margin-left: 5px;
}

.page-sidebar-fixed .page-sidebar {
    top: unset;
}

.header {
    height: var(--header-height);
    background-color: #f7f7f7 !important;
}

@media (max-width:415px) {

    .header {
        height: var(--header-height-sm);
    }
}

.page-sidebar {
    background-color: #132a37;
}

ul.page-sidebar-menu > li > a {
    border-top: 1px solid #203440 !important;
    color: #ffffff !important;
}

ul.page-sidebar-menu > li.active > a {
    background: #295d7d !important;
    border-top-color: transparent !important;
    /*color: #ffffff;*/
}

.page-content {
    margin-top: var(--header-height);
    padding: 0px 10px;
    min-height: unset !important;
}


.slimScrollDiv .logout {
    width: 100%;
    bottom: 0;
    position: absolute;
    border-top: 10px solid #fff;
}

.nav-pills {
    display: inline-block; /* Keep it inline */
    padding-left: 0; /* Remove default padding */
    list-style: none; /* Remove default list styling */
}

.nav > li > a {
    background: #eee;
}

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ccc;
    }

.login .logo img {
    width: 100%;
}

.login .logo {
    padding: 0;
    margin: 0 0 10px;
}

.login .content {
    margin: 10% auto 0;
    padding: 15px 0;
}

.form-actions {
    padding: 0;
}

@media(max-width: 480px) {
    .login .content {
        margin: 20% auto;
    }

        .login .content .form-actions {
            margin: 0;
            padding: 0;
        }
}

.field-validation-error {
    color: red;
}

.pt-15 {
    padding-top: 15px;
}

.mt-0 {
    margin-top: 0 !important;
}

.header {
    padding: 0 !important
}

.header-inner {
    padding: 0;
}



.username {
    display: block;
    font-weight: bold;
}

.navbar-toggle, .navbar-toggle:hover {
    padding: 2px 5px 3px !important;
}

.navbar-brand {
    padding: 5px 0;
}

    .navbar-brand img {
        width: 50%;
        margin: 0 !important;
    }

.row.banner {
    background: #fff;
}

.main-banner img {
    width: 50%;
}


/*@media (min-width:1300px) {

    .main-banner img {
        width: 65%;
    }
}*/

.login .content .form-actions .checkbox {
    margin-left: 20px;
}
/*
    .header {
    height: 200px;
    background-color: #f7f7f7 !important;
}

.page-header-fixed .page-container {
    margin-top: 200px;
}


.page-sidebar-fixed .page-sidebar {
    top: 200px;
}



.page-content {
    padding: 0px 10px;
    min-height: unset !important;
}

ul.page-sidebar-menu > li > a {
    border-top: 1px solid #203440 !important;
    color: #ffffff !important;
}

.logo-image {
    width: 100%;
    text-align: center;
}

.branding .logo-image img {
    height: 140px !important;   
    object-fit: cover;
}

.client-logo {
    padding: 10px
}

    .client-logo img {
        height: 120px !important;
        width: 150px !important;
    }

    .client-logo .media-heading {
        font-weight: bold !important;
        font-size: 14px
    }

    .client-logo .list-unstyled li {
        margin-bottom:2px;
    }

.cm-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .cm-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.cm-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .cm-switch-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .cm-switch-slider {
    background-color: #2196F3;
}

input:focus + .cm-switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .cm-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.cm-switch-slider.round {
    border-radius: 34px;
}

    .cm-switch-slider.round:before {
        border-radius: 50%;
    }


.job-nav a i {
    margin-right: 5px;
}


.fixed-bottom{
    position:fixed;
    bottom:40px;   
}

.actions.compact .form-group{
    margin-top:-12px;
    margin-bottom:0;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.portlet {   
    margin-bottom: 5px;
}

div.dt-container.dt-empty-footer .dt-scroll-body{
    border:none!important;
}

.dataTable thead tr th{
    background: #e9e9e9;
}*/
/* here you can put your own css to customize and override the theme */

.mt-12 {
    margin-top: 12px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-3 {
    margin-bottom: 3px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-0 {
    padding-left: 0px;
}

.plr-6 {
    padding: 6px 6px;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.PMA_caption {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
}

    .PMA_caption i {
        margin-top: 0px !important;
        font-size: 10px !important;
    }


.select-red {
    /*color: red;*/
    background-color: #e2bcc2;
}

    /* This prevents Chrome from inheriting the red color into dropdown items */
    .select-red option {
        /*color: black;*/
        background-color: #ffffff;
    }

.select-unmanaged {
    /*background-color: #ff870bcf;*/
    background-color: #bdbdbd;
}

    /* This prevents Chrome from inheriting the red color into dropdown items */
    .select-unmanaged option {
        background-color: #ffffff;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #0089ff;
}

.p-lr-4 {
    padding-left: 4.5%;
    padding-right: 4.5%;
}


.tabbable-custom .nav-tabs > li.active {
    border-bottom: 3px solid #000000;
    border-top: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    border: none;
    /* background-color: #B9B37E;*/
    color: #3F3D3D;
}

.tabbable-custom .nav-tabs > li > a {
    background: none;
}

.tabbable-custom .nav-tabs > li.active > a {
    background-color: #B9B37E;
}

    .tabbable-custom .nav-tabs > li.active > a:hover {
        background: #B9B37E;
        color: white;
    }

.select2-container-multi .select2-choices {
    border: none !important;
}

.input-daterange input:first-child {
    border-radius: unset !important
}

.bottom-line {
    border-bottom: 1px solid #ddd;
}

.bottom-shadow {
    margin: 0 auto;
}

    .bottom-shadow:after {
        content: "" !important;
        display: block !important;
        height: 8px !important;
        background: transparent;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

.text-r {
    text-align: right
}

.text-c {
    text-align: center
}

.dt-footer-margin {
    margin: .75em 0 !important;
}


.table-Grey-header > thead > tr > th {
    border: 1px solid #bfbfbf !important;
    background-color: #E0E0DB;
}