/* 
    BLUE = 0E3D75
    DARKER BLUE = 0b305d
    LIGHTER BLUE = 265082
    GREEN = 008E6B


.modal-backdrop-2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
} */

form .form-control.highlight {
    border: 2px solid orange;
}

.nowrap {
    white-space: nowrap;
}
html body .la.small {
    font-size: 1.0rem!important;
    top:1px!important
}

.min-width-55 {
    min-width: 55px
}
.min-width-60 {
    min-width: 60px
}
.min-width-75 {
    min-width: 75px
}

.main-menu.menu-dark .navigation > li a.sub {
    padding: 5px 0px 5px 52px !important;
}

.form-control input[type="checkbox"] {
    margin: 2px 5px 0;
}

.chk_border_warning {
    border: solid 2px orange !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
    .chk_border_warning label {
        margin-left: 10px;
        text-transform: uppercase;
        font-weight: 700 !important;
    }
.input-group-append .btn {
    line-height: 1.0 !important;
}
.mt-quarter {
    margin-top: .25rem !important;
}
.mt-half {
    margin-top: .5rem !important;
}
.mt-2-5 {
    margin-top: 2.0rem !important;
}
.mt-8{margin-top:8px}
.mt-10{margin-top:10px}

.card-body.lesspadd {
    padding: 0.9rem;
}
.card-body.lesserpadd {
    padding: 0.3rem;
}

.lbl-charges {
    font-weight: 600;
    font-size: 1.3rem;
    /*
        border-bottom: 2px solid #0E3D75;
        padding-left: 10px;
    */
    text-align: right;
    background-color: #0E3D75;
    color: #fff !important;
    border-radius: 0.3rem;
    padding: 10px;
}

.lbl-charges-review {
    font-weight: 600;
    font-size: 1.1rem;
    /*
        border-bottom: 2px solid #0E3D75;
        padding-left: 10px;
    */
    text-align: right;
    background-color: #fff;
    color: #0E3D75 !important;
    border-radius: 0.3rem;
    border: solid 1px #0E3D75;
    padding: 10px;
}

.adjustDeleteBtn {margin-top:-8px!important; margin-left:5px!important}
.text-blue {
    color: #0E3D75
}
.bold {font-weight:bold;}
.tbl-head {
    background-color: #EDEDF1;
    color: #0E3D75;
    font-weight: bold;
}

.table-bordered .tbl-head th, .table-bordered .tbl-head td {
    border: 1px solid #fff;
}
.mr-wide {
    margin-right: 260px !important;
}

#sel_facility.form-control {
    border: 1px solid #0E3D75;
    color: #0E3D75;
    font-weight:800;
    padding: 0.40rem 0.55rem;
    height: auto;
    margin-top:19px;
}
.table.table-xs td.small {
    font-size: .8rem !important;
}

.table > tbody > tr.grid_paging > td {
    padding: 15px 0 !important;
}
.table > tbody > tr.grid_paging > td > a {
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #008E6B !important;
    border-radius: 3px;
    color: #008E6B !important;
    padding: 2px 7px;
}
.table > tbody > tr.grid_paging > td > span {
    margin: 0 2px !important;
    font-size: 10px;
    background-color: #008E6B;
    border: 1px solid #008E6B;
    border-radius: 3px;
    color: #fff;
    padding: 2px 7px;
}


.clr-blue {
    color: #0E3D75!important
}

tr.highlighted td {
    background: lightyellow;
}
.swal2-container{z-index:1200!important;}

.input-group > .select2-container {
    width: auto;
    flex: 1 1 auto;
}

.no-right-radius > .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.navbar-semi-dark .navbar-header {
    background: #E6E7EC;
}
.main-menu.menu-dark .navigation, .main-menu.menu-dark {
    background: #0b305d;
}
    .main-menu.menu-dark .navigation > li.active > a {
        background: #265082;
        border-right: 4px solid #008E6B;
    }

.navbar-semi-dark .navbar-header .brand-text {
    color: #0E3D75;
}
.header-navbar .navbar-header .navbar-brand .brand-text {
    letter-spacing:-1px;
}
.clr-theme, form .form-section {
    color: #008E6B !important
}
h4.form-section {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.00rem;
    letter-spacing: .30rem;
    border-bottom: 1px solid #008E6B;
}
h5.form-section {
    font-weight: 600;
    font-size: 1.0rem;
    border-bottom: 2px solid #0E3D75;
    background-color: #7290B4;
    color: #fff !important;
    border-radius: .3rem;
    margin: 0 0 14px 0;
    padding-left: 10px;
}

.form-subsection {
    font-weight: 600;
    font-size: 1.0rem;
    border-bottom: 1px solid #0E3D75;
    color: #0E3D75 !important;
    margin: 14px 0 14px 0;
    padding-bottom: 5px;
    text-align:center;
}


.pt-2-5 {
    padding-top: 2rem !important;
}
html body.bg-full-screen-image {
    background: url(../../app-assets/images/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    margin-top:-0.5rem;
    margin-bottom: 0rem;
}
.alert-yellow {
    border-color: #F9C91D !important;
    background-color: #F8F4C3 !important;
    color: #2D2D2D !important;
}
form .form-actions {
    padding: 15px 0;
    margin-top: 15px;
}
.table.table-xs th.font-small {
    font-size: .7rem !important;
}
.table.table-xs th, .table.table-xs td {
    font-size: .82rem !important;
    padding: 0.27rem 0.8rem;
}
.bg-modal {
    background-color: #0b305d !important;
}
.bg-green {
    background-color: lightgreen !important;
}
.bg-modal-theme {
    background-color: #008E6B !important;
    color:#fff;
}
label {
    font-size: .80rem;
    color: #1D2C67;
    font-weight: 600;
}
form .form-group {
    margin-bottom: 1.0rem;
}
.modal-footer {
    padding: 1rem;
    border-top: 1px solid #DDE2F5;
    vertical-align:top!important;
}
.search-title {
    font-weight: 400;
    letter-spacing: 0.07rem;
    font-size: 1.20rem;
    color:darkgrey;
}
.card-header {
    padding-top: .60rem;
    padding-bottom: .60rem;
}
/*.block-tag .badge-info {
    background-color: #1D2C67;
    font-size: .65rem !important;
    letter-spacing: 0.15rem;
    white-space: normal;
    text-align: left;
    line-height: 1.2rem !important;
    padding:1px 5px!important;
}*/
    .alert-primary {
    border-color: #FCFAE3 !important;
    background-color: #FCFAE3 !important;
    color: #545669 !important;
    padding: 0.25rem 0.3rem;
    font-size: .75rem !important;
}

.alert.alert-icon-left.skinny {
    border-width: 0px 0px 0px 2rem;
}

.skinny-alert-icon {
    width: 2rem !important;
    left: -2rem !important;
    font-size: .75rem !important;
    color: #545669 !important;
}

.min-vh-70 {
    min-height: 70vh !important;
}
.btn-xs {
    padding: 0.35rem 0.5rem !important;
    font-size: .85rem !important;
}
.btn-xxs {
    margin-top:2px;
    padding: 0.25rem 0.3rem !important;
    font-size: .7rem !important;
}
.table tbody tr td {
    vertical-align:middle !important;
}
.no-border {border:none!important}
.required {
    font-weight: bolder;
}
.btn-yellow {
    border-color: #F9C91D !important;
    background-color: #F9C91D !important;
    color: orangered !important;
}
    .btn-yellow:hover {
        border-color: #F9C91D !important;
        background-color: orangered !important;
        color: #F9C91D !important;
    }

.card-header.skinny {
    padding-top: .30rem;
    padding-bottom: .30rem;
}

.table-top tbody tr td {
    
    vertical-align: top !important;
}



.navbar-container .search-input .select2 {
    visibility: hidden;
}

.navbar-container .search-input.open .select2 {
    visibility: visible;
    width: 90% !important;
    /*min-height:70px!important;*/
    margin: 16px 0px 16px 10px;
}


.select2-container--classic .select2-selection--multiple .select2-selection__choice, 
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 11px !important;
    margin-top: 0px !important;
    background-color: #545669 !important;
    border-color: transparent !important;
    color: #fff;
    margin-right: 8px !important;
    margin-bottom: 3px !important;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    color: red !important;
}

.img-zoom-th { height:80px; width:auto; padding:2px }
.img-zoom-preview { height: auto; width: 110px }
.bigger { font-size: 1.7rem!important }

.text-discontinued {
    text-decoration: line-through;
    text-decoration-color: red;
}

.line-height-small {
    line-height: 0.95rem;
    letter-spacing: -0.04rem;
}