/* (A) TABLE WRAPPER */
.horizontal-scrollable-table {
    width: 100%;
    overflow: auto;
}

.horizontal-scrollable-table.overflow-none {
    overflow: unset;
}

/* (B) STICKY HEADERS */
.horizontal-scrollable-table th {
    position: sticky;
    left: 0;
    z-index: 2;
}

.font-normal-link {
    font-size: inherit !important;
}

/* (B) STICKY HEADERS */
.horizontal-scrollable-table thead th,
.horizontal-scrollable-table thead td,
.horizontal-scrollable-table tfoot th,
.horizontal-scrollable-table tfoot td {
    background: #8adccb;
    vertical-align: middle !important;
}
.horizontal-scrollable-table tbody th,
.horizontal-scrollable-table tbody td {
    vertical-align: middle !important;
}
.horizontal-scrollable-table tbody tr:nth-child(odd) {
    background-color: transparent;
}
.horizontal-scrollable-table tbody tr:nth-child(even) {
    background-color: #f6f8fa;
}

body {
    background: #293949 !important;
}
body.mobile {
    height: fit-content;
}
body.mobile > #wrapper {
    background: none !important;
}
body.mobile > #wrapper > .content {
    padding: 15px 0 0 !important;
}

.dt-print-view {
    background: #FFFFFF !important;
}

.widget-link a {
    color: #1abc9c !important;
}

h4 a,
#side-menu li .nav-second-level li a,
table.dataTable thead > tr > th {
    color: #8f939e !important;
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
    color: #fff;
    border-left: solid 4px #1abc9c;
}

#header {
    background: #1abc9c !important;
}
body.mobile #header {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    overflow: visible;
}

#side-menu {
    background: #293949 !important;
    text-transform: none !important;
}

::placeholder {
    color: #fff !important;
}

.sidebar .nav>li>a {
    padding: 12px 10px;
    font-size: 14px;
    border-left: solid 4px #293949;
    border-radius: 0;
}

.sidebar .nav .nav-second-level li {
    list-style: none;
    padding: 0;
    background: #2e4051;
}

.nav-second-level > li:hover,
.nav-second-level > li > a:hover,
.sub-menu-text:hover {
    background: #293949 !important;
    color: #fff !important;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

ul.settings-menu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.settings-menu > li.label {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    padding: 10px 17px 10px 17px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    color: #fff;
    background-color: #1abc9c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.settings-menu div.dropdown-menu div.inner ul li a.disabled span {
    opacity: 0.5;
    /*text-decoration: line-through;*/
}

#side-menu {
    background: #293949 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

#side-menu > li + li {
    margin-top: 2px;
    margin-left: 0;
}

#side-menu li.active > a {
    border-radius: 0;
    color: #fff;
    background: #293949;
}

#side-menu li .nav-second-level li {
    border-bottom: 0 !important;
}

#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
    background: #293949;
    border-bottom: 0 !important;
    color: #fff;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

#side-menu li.active,
li .nav-second-level li {
    background: #fff;
    border-bottom: 0;
}

.nav-second-level li a {
    padding: 7px 10px 7px 45px;
    color: #8f939e;
    text-transform: none;
    font-size: 14px;
}

#side-menu li .nav-second-level li.active a {
    color: #fff !important;
    background-color: #2E4051 !important; /*293949*/
    border-radius: 0px;
    border-left: 0 !important;
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0 8px 35px;
}

#side-menu li .nav-second-level li.active {
    color: #fff !important;
    background-color: #2E4051 !important; /*293949*/
}

#side-menu li .nav-second-level li.active a {

}

#side-menu li, .nav-second-level a:hover {
    /*background-color: #293949;*/
}

.sidebar .nav > li > a:hover {
    color: #fff;
    border-left: solid 4px #1abc9c;
    background-color: #293949;
}

#side-menu li.quick-links {
    left: -12px;
    position: absolute;
    top: 0;
    border-bottom: 0 !important;
}

#side-menu li.dashboard_user {
    padding: 11px 10px 11px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#side-menu li.quick-links a {
    padding: 10px 10px 11px 23px;
    font-size: 17px;
}

#side-menu li.quick-links .dropdown-toggle {
    line-height: 40px;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #1abc9c !important;
}

.btn-info {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

div.filters div.dropdown ul.dropdown-menu li.disabled a span {
    text-decoration: line-through;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #1abc9c;
}

.table-orders a,
.table-db_flo_reports a,
.sbt-links a {
    color: #0eb090 !important;
}

.btn-default-dt-options span,
.dt-button-collection.dropdown-menu a {
    color: #0eb090;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #0eb090;
}

div.dataTables_length select option:not(:checked) {
    background-color: #fff;
}

.dataTables_paginate {
    /*max-width: calc(100% - 80px);*/
    float: right;
}
.dt-page-jump {
    float: right;
}

.input-group-addon {
    color: #0eb090;
}

.modal-header {
    background: linear-gradient(to right, #0ca98a 0, #12bf9e 37%, #8adccb 100%) !important;
}

#header #logo a {
    color: #fff;
    white-space: nowrap;
    max-width: calc(100vw - 350px);
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .small-logo {
    max-width: calc(100vw - 155px);
}

#header .small-logo a {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination > li > a,
.pagination > li > a:hover {
    color: #1abc9c;
}

input.form-control:focus {
    border-color: #1abc9c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, .6);
}

.radio input[type="radio"]:checked + label::after {
    background-color: #1abc9c;
}

textarea.form-control:focus, select.form-control:focus, .dataTables_length select:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input[type="color"]:focus {
    border-color: #1abc9c;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

#top_search input {
    border-radius: 0;
    background: transparent;
    height: 63px;
    border: 0;
    width: 100%;
    color: #000;
    font-size: 15px;
}
#top_search, #mobile-search, #top_search_button {
    display: none;
}

.clear-after:after {
    content: "";
    clear: both;
    display: table;
}

.clear {
    clear: both;
}

.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pointer-events-none {
    pointer-events: none;
}

.displayNone {
    display: none !important;
}

.dataTables_info {
    display: none;
}

body.ticket .client-reply .tc-content {
    overflow-x: auto;
}

.green-font {
    color: #19bc9c;
}

.red-font {
    color: #e62828;
}

.blank-font {
    color: #000000;
}

i.fa.green-icon {
    text-decoration: none;
    outline: 0;
    color: #1abc9c;
}

.clickable-green-icon {
    text-decoration: none;
    outline: 0;
    color: #1abc9c;
    cursor: pointer;
}

.all-dates-loader {
    width: 100%;
    padding-top: 100px;
    padding-left: 100px;
}

.all-dates-loader.validating span {
    font-size: 45px;
}

#all_dates.is_mobile .ui-datepicker {
    width: 100%;
    max-width: 420px;
}

.loading-wrapper, .message-wrapper, .loading-wrapper-balance, .loading-need-help, .loading-locations {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000b0;
    border-radius: 5px;
}
.loading-wrapper img, .loading-wrapper-balance img, .loading-need-help img, .loading-locations img, .loading-locations-table img {
    height: 50px;
}
.loading-locations-table {
    position: absolute;
    z-index: 10;
    margin-top: 25px;
    margin-left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000b0;
    border-radius: 5px;
}

table.table-fixed-head tr th {
    position: sticky;
    top: -1px;
}

.message-wrapper div.message-inner {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
}
.message-wrapper div.message-inner div.message-button-holder {
    margin-top: 20px;
}
.message-wrapper div.message-inner div.message-button-holder button {
    margin-left: 10px;
}

/*.dropzone-previews.styled {*/
/*    background-color: #fbfdff;*/
/*    border: 1px dashed #c0ccda;*/
/*    border-radius: 4px;*/
/*    padding: 10px 10px 0 10px;*/
/*    text-align: center;*/
/*    margin-bottom: 15px;*/
/*}*/

#attach-receipt-weekly-total #dropzoneDragArea {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#attach-receipt-weekly-total .dz-preview.dz-image-preview {
    width: inherit;
    height: 100%;
}
#attach-receipt-weekly-total .dz-image {
    width: 100%;
    height: 100%;
}
#attach-receipt-weekly-total .dz-details {
    display: none;
}
#attach-receipt-weekly-total .dz-progress {
    display: none;
}
#attach-receipt-weekly-total .dz-preview .dz-image {
    background: transparent;
    width: 100%;
    height: 100%;
}
#attach-receipt-weekly-total .dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
}
#attach-receipt-weekly-total .dz-preview:hover .dz-image img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
}
#attach-receipt-weekly-total .weekly-totals-attachment-exists-wrapper .preview_image {
    width: 100%;
    height: 100%;
}
#attach-receipt-weekly-total .weekly-totals-attachment-exists-wrapper .preview_image .table-image {
    width: 100%;
    height: 100%;
}

.col-12-padding-0-5 {
    padding: 0 5px;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mright5important {
    margin-right: 5px !important;
}
.mright0 {
    margin-right: 0 !important;
}
.pright0 {
    padding-right: 0 !important;
}
.pleft0 {
    padding-left: 0 !important;
}
.w-100 {
    width: 100%;
}

.pleft4 {
    padding-left: 4px !important;
}
.ptop2 {
    padding-top: 2px !important;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.text-underline {
    text-decoration: underline !important;
}

.mobile-btn {
    border: 1px solid #b9b9b9;
    box-shadow: 2px 2px 6px 1px #b9b9b9;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    /*width: 60px;*/
    /*height: 60px;*/
    justify-content: center;
    color: #415164;
    background-color: #F1F5F7;
    text-transform: none;
    font-weight: 500;
}
.mobile-btn.btn-square {
    aspect-ratio: auto 1 / 1;
}
.mobile-btn i.fa {
    font-size: 20px;
    margin-top: 5px;
}
.mobile-btn.dashboard-mobile-btn {
    aspect-ratio: auto 1 / 1;
    margin-left: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 67px;
    float: left !important;
}
.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-content: center;
    align-items: center;
}

.mbot0 {
    margin-bottom: 0;
}
.ml10 {
    margin-left: 10px;
}

.d-inline-block {
    display: inline-block;
}

.no-bs-searchbox .bs-searchbox {
    display: none;
}


/***************** 3 dots css ******************************************/
    .validating {
        display: inline-block;
    }

    .validating span {
        font-size: 36px;        line-height: 0;
        animation-name: blink_3_dots;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .validating span:nth-child(2) {
        animation-delay: .2s;
    }

    .validating span:nth-child(3) {
        animation-delay: .4s;
    }

    @keyframes blink_3_dots {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }
/***********************************************************/

/***************** RESPONSIVE CSS ******************************************/
@media (max-width: 991px) {
    #header ul.nav li#top_search {
        width: 150px;
    }
    /*#header #logo a {*/
    /*    max-width: calc(100vw - 350px);*/
    /*}*/
    /*.mobile-btn {*/
    /*    width: 67px;*/
    /*    height: 67px;*/
    /*}*/
    .mobile-btn i.fa {
        font-size: 32px;
    }

    .spantext12 li span {
        font-size: 12px !important;
    }
}
