.navbar-default {
    /* height: 78px; */
    /* padding: 15px 80px; */
    background: #FFFFFF;
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
}

.caret-clients {
    color: #A6A9B9;
}

.relative {
    position: relative;
}

.noti {
    position: absolute;
    top: 30px;
    right: 10px;
}

.small-login {
    width: 48px;
    height: 48px;
}

.link-a {
    color: #77838F !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 12px 16px !important;
}

.customers-nav-item-login .link-a:hover {
    /* background: #0D9DD2 !important;
    border-radius: 8px;
    color: #FFFFFF !important; */
    border-bottom: 2px solid;
    border-radius: 0 !important;
    border-color: #000000;
}

.hightlight-link-a {
    background: #0D9DD2 !important;
    border-radius: 8px;
    color: #FFFFFF !important;
}

.style-home {
    font-weight: 600 !important;
    color: #3C556F !important;
}

.body.customers {
    background: #E7EAEE !important;
}

.title-breadcrumb {
    font-size: 16px;
    font-weight: 500;
    color: #888B96;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.title-1 {
    color: #061E27;
    font-weight: 600;
    font-size: 22px;
}

.title-2 {
    color: #06638A;
    font-weight: 600;
    font-size: 22px;
}

/* form-custom */
.form-custom caption,
.form-custom th,
.form-custom td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

.form-custom q,
.form-custom blockquote {
    quotes: none;
}

.form-custom q:before,
.form-custom q:after,
.form-custom blockquote:before,
.form-custom blockquote:after {
    content: "";
    content: none;
}

.form-custom a img {
    border: none;
}

.form-custom article,
.form-custom aside,
.form-custom details,
.form-custom figcaption,
.form-custom figure,
.form-custom footer,
.form-custom header,
.form-custom hgroup,
.form-custom main,
.form-custom menu,
.form-custom nav,
.form-custom section,
.form-custom summary {
    display: block;
}


.form-custom {
    text-align: center;
    font-family: 'Lato', 'sans-serif';
    font-weight: 400;
}

.form-custom a {
    text-decoration: none;
}

.form-custom .info-text {
    text-align: left;
    width: 100%;
}

.form-custom header,
.form-custom form {
    /* padding: 4em 10%; */
}

.form-custom .form-group {
    margin-bottom: 20px;
}

.form-custom h2.heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    color: #506982;
    border-bottom: 1px solid #506982;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.form-custom .controls {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.form-custom .controls input[type="text"],
.form-custom .controls input[type="email"],
.form-custom .controls input[type="number"],
.form-custom .controls input[type="date"],
.form-custom .controls input[type="tel"],
.form-custom .controls textarea,
.form-custom .controls button,
.form-custom .controls select {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    /* margin-bottom: 18px; */
    color: #888;
    font-family: 'Lato', 'sans-serif';
    font-size: 16px;
    font-weight: 300;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
}

.form-custom .controls input[type="text"]:focus,
.form-custom .controls input[type="text"]:hover,
.form-custom .controls input[type="email"]:focus,
.form-custom .controls input[type="email"]:hover,
.form-custom .controls input[type="number"]:focus,
.form-custom .controls input[type="number"]:hover,
.form-custom .controls input[type="date"]:focus,
.form-custom .controls input[type="date"]:hover,
.form-custom .controls input[type="tel"]:focus,
.form-custom .controls input[type="tel"]:hover,
.form-custom .controls textarea:focus,
.form-custom .controls textarea:hover,
.form-custom .controls button:focus,
.form-custom .controls button:hover,
.form-custom .controls select:focus,
.form-custom .controls select:hover {
    outline: none;
    border-color: #9FB1C1;
}

.form-custom .controls input[type="text"]:focus+label,
.form-custom .controls input[type="text"]:hover+label,
.form-custom .controls input[type="email"]:focus+label,
.form-custom .controls input[type="email"]:hover+label,
.form-custom .controls input[type="number"]:focus+label,
.form-custom .controls input[type="number"]:hover+label,
.form-custom .controls input[type="date"]:focus+label,
.form-custom .controls input[type="date"]:hover+label,
.form-custom .controls input[type="tel"]:focus+label,
.form-custom .controls input[type="tel"]:hover+label,
.form-custom .controls textarea:focus+label,
.form-custom .controls textarea:hover+label,
.form-custom .controls button:focus+label,
.form-custom .controls button:hover+label,
.form-custom .controls select:focus+label,
.form-custom .controls select:hover+label {
    color: #0D9DD2 ;
    cursor: text;
}

.form-custom .controls .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999;
}

.form-custom .controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.form-custom .controls label {
    position: absolute;
    left: 8px;
    top: 8px;
    /* width: 60%; */
    min-width: 30%;
    color: #999;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
    background-color: white;
}

.form-custom .controls label.active {
    top: -15px;
    color: #555;
    background-color: white;
    width: auto;
}

.form-custom .controls textarea {
    resize: none;
    height: 200px;
}

/* .form-custom button {
    cursor: pointer;
    background-color: #1b3d4d;
    border: none;
    color: #fff;
    padding: 12px 0;
    float: right;
} */

/* .form-custom button:hover {
    background-color: #224c60;
} */

.form-custom .clear:after {
    content: "";
    display: table;
    clear: both;
}

.form-custom .grid {
    background: white;
}

.form-custom .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}

.form-custom[class*='col-'] {
    float: left;
    padding-right: 10px;
}

.form-custom .grid [class*='col-']:last-of-type {
    padding-right: 0;
}

.form-custom .col-2-3 {
    width: 66.66%;
}

.form-custom .col-1-3 {
    width: 33.33%;
}

.form-custom .col-1-2 {
    width: 50%;
}

.form-custom .col-1-4 {
    width: 25%;
}

@media (max-width: 760px) {

    .form-custom .col-1-4-sm,
    .form-custom .col-1-3,
    .form-custom .col-2-3 {
        width: 100%;
    }

    [class*='col-'] {
        padding-right: 0px;
    }
}

.form-custom .col-1-8 {
    width: 12.5%;
}

.floatLabel[disabled], .floatLabel[readonly], fieldset[disabled] .form-control {
    background-color: #eef1f6 !important;
    /* border-color: #d1dbe5; */
    color: #8babcc !important;
    cursor: not-allowed !important;
}

/* end form-custom */

.form-custom .bootstrap-select {
    width: 100% !important;
}

.form-custom .filter-option-inner-inner {
    color: #888;
}

.has-error p:nth-of-type(n+2) {
    display: none;
}

.dataTables_length select, .uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select.form-control, textarea.form-control {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    height: 36px
}

.dataTables_length select:focus, .uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=file]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none
}

.dataTables_length {
    float: left;
    margin-right: 5px
}

.dataTables_length select {
    padding-top: 5px;
    height: inherit
}

body.rtl .dataTables_length {
    float: right;
    margin-left: 5px
}

div.dataTables_wrapper div.dataTables_processing {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    color: #4e75ad
}

body.rtl div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

body.rtl div.dataTables_wrapper div.dataTables_filter .input-group .input-group-addon {
    border-right: 1px solid #ccc
}

body.rtl .dt-button-collection.dropdown-menu {
    right: auto
}

body.rtl div.dataTables_wrapper {
    direction: rtl
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        text-align: right;
        width: auto;
        float: right;
        z-index: 55
    }

    .dt-buttons.btn-group .btn {
        padding-top: 6.5px !important;
        padding-bottom: 6.5px !important
    }

    div.dataTables_wrapper div.dataTables_length {
        position: absolute;
        top: 0;
        z-index: 55
    }

    body.rtl div.dataTables_wrapper div.dataTables_length {
        left: 10px
    }
}

.dataTables_filter input {
    margin-left: 0 !important;
    width: 80px !important;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: 31px
}

.dataTables_filter input:focus {
    width: 160px !important
}

.dataTables_filter label {
    text-align: right
}

@media (max-width: 768px) {
    .dataTables_filter input, .dataTables_filter input:focus {
        width: 100% !important
    }

    .fn-gantt .fn-content {
        overflow-x: scroll
    }
}

.dataTables_empty, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label {
    color: #2d2d2d
}

.dataTables_empty {
    padding-top: 25px !important;
    padding-bottom: 180px !important;
    text-align: left !important;
    color: #777;
    font-size: 15px;
    background: url(../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px
}

.app_dt_empty .dataTables_info, .app_dt_empty .dataTables_paginate, .app_dt_empty table tfoot {
    display: none
}

.app_dt_empty .dataTables_length, .app_dt_empty .dt-buttons, .app_dt_empty table thead {
    opacity: .5
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 15px
}

.dt-table-loading.table, .table-loading .dataTables_filter, .table-loading .dataTables_length, .table-loading .dt-buttons, .table-loading table tbody tr, .table-loading table thead th {
    opacity: 0 !important
}

body.rtl .dataTables_paginate {
    text-align: left !important;
    margin-left: 15px !important
}

body.rtl .dt-page-jump .dt-page-jump-select {
    float: left;
    margin-right: 15px
}

div.dataTables_wrapper div.dataTables_length label {
    height: 30px;
}

/* .dataTables_length select, .uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select.form-control, textarea.form-control {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    height: 36px
}

.dataTables_length select:focus, .uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=file]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none
} */

.dataTables_length {
    float: left;
    margin-right: 5px
}

.dataTables_length select {
    padding-top: 5px;
    height: inherit
}

body.rtl .dataTables_length {
    float: right;
    margin-left: 5px
}

div.dataTables_wrapper div.dataTables_processing {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    color: #4e75ad
}

body.rtl div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

body.rtl div.dataTables_wrapper div.dataTables_filter .input-group .input-group-addon {
    border-right: 1px solid #ccc
}

body.rtl .dt-button-collection.dropdown-menu {
    right: auto
}

body.rtl div.dataTables_wrapper {
    direction: rtl
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        text-align: right;
        width: auto;
        float: right;
        z-index: 55
    }

    .dt-buttons.btn-group .btn {
        padding-top: 6.5px !important;
        padding-bottom: 6.5px !important
    }

    div.dataTables_wrapper div.dataTables_length {
        position: absolute;
        top: 0;
        z-index: 55
    }

    body.rtl div.dataTables_wrapper div.dataTables_length {
        left: 10px
    }
}

.btn-default-dt-options {
    background: #fff;
}

.dataTables_length li:last-child {
    /* display: none; */
}

.table-clients-cs tr th {
    border: 1px solid black !important;
}

.btn-default-dt-options i, .btn-default-dt-options span {
    color: #4e75ad !important;
}

.customers-nav-item-login.active a {
    /* background: #0D9DD2 !important;
    border-radius: 8px;
    color: #FFFFFF !important; */
    border-bottom: 2px solid;
    border-radius: 0 !important;
    border-color: #000000;
}

.customers-nav-item-login {
    margin-right: 2px;
}

.dataTables_length .caret {
    right: 10px !important;
    color: #4e75ad;
}

.div-block {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(102, 111, 232, 0.08);
    border-radius: 4px;
    filter: drop-shadow(0px 5px 20px rgba(90, 116, 209, 0.03));
}

.table tr td {
    color: #4a4a4a !important;
}

.pointer {
    cursor: pointer;
}

.modal-backdrop {
    background-color: rgba(45, 62, 80, .79) !important;
}

.modal-header {
    background: #226faa;
    background: -webkit-gradient(linear, left top, right top, from(#226faa), color-stop(37%, #2989d8), to(#72c0d3));
    background: linear-gradient(to right, #226faa 0, #2989d8 37%, #72c0d3 100%);
    border-radius: 6px;
    color: #fff;
    padding: 18px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
}

.mr-5 {
    margin-right: 5px;
}

.t-bold {
    font-weight: 500;
    color: #4a4a4a !important;
}

h2.heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    color: #506982;
    border-bottom: 1px solid #506982;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.dataTables_length .filter-option-inner-inner {
    color: #4e75ad ;
}

table .filter-option-inner-inner {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-100 {
    height: 100vh !important;
}

.pull-left {
    float: left;
}

.horizontal-scrollable-tabs .scroller {
    background: 0 0;
    font-weight: 600;
    cursor: pointer;
    color: #50637c;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 9px 10px
}

.horizontal-scrollable-tabs .scroller.disabled {
    opacity: .4;
    cursor: not-allowed
}

.firefox .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
    overflow: -moz-scrollbars-none
}

.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.horizontal-scrollable-tabs .tabs-submenu-wrapper li {
    position: static
}

.horizontal-scrollable-tabs .tabs-submenu-wrapper {
    position: absolute;
    z-index: 10;
    display: none
}

.firefox .preview-tabs-top {
    margin-bottom: 25px
}

.ribbon + .horizontal-scrollable-tabs .arrow-right {
    z-index: 2;
    border-top: 0;
    position: relative
}

.user-data .horizontal-scrollable-tabs .scroller {
    border-top: 0 !important;
    padding: 11.5px 10px
}

.firefox .user-data .horizontal-scrollable-tabs .scroller {
    padding: 9px 10px
}

.tab-custom .nav-tabs {
    border: 0px !important;
}

.tab-custom .nav-tabs>li.active>a, .tab-custom .nav-tabs>li.active>a:focus, .tab-custom .nav-tabs>li.active>a:hover, .tab-custom .nav-tabs>li>a:focus, .tab-custom .nav-tabs>li>a:hover {
    /* border-bottom: 0px !important; */
    font-weight: 500;
    background: #CCE5EE;
    border-radius: 8px;
    color: #061E27 !important;
}

.tab-custom a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #888B96 !important;
    padding: 12px 20px;
}

.input-date-home {
    position: absolute;
    width: 300px;
    right: 0;
    background: #CCE5EE;
    border-radius: 8px;
    padding: 12px 20px;
    height: 44px !important;
    border: 0px !important;
    color: #28353A !important;
    font-weight: 500;
    padding-left: 45px;
    font-size: 18px !important;
}

.box_left_1 {
    margin-top: 12px;
    padding: 12px 16px;
    gap: 8px;
    min-height: 70px;
    /* background: #FFFFFF; */
    border-radius: 12px;
    color: #fff;
}

.box_left_1_content_title {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 12px;
    color: #fff;
}

.box_left_1_content_total {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.tab-custom .nav-tabs {
    margin-bottom: 5px;
}

.box-home {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(102, 111, 232, 0.08);
    border-radius: 4px;
    filter: drop-shadow(0px 5px 20px rgba(90, 116, 209, 0.03));
}

.box-home .title-home {
    color: #061E27;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.filter-cs {
    font-size: 14px;
    color: #6E84AB;
    font-weight: 500;
}

.table-home {
    width: 100%;
    margin-top: 30px;
}

.table-home tr th {
    font-size: 14px;
    font-weight: 600;
    color: #64748B;
    width: 95px;
    height: 48px;
    padding: 8px 0px;
    vertical-align: middle;
    background: #F7F8F9;
}

.table-home tr td {
    color: #191D23;
    font-size: 14px;
    font-weight: 300;
    padding: 16px 8px;
    background: #FFFFFF;
    vertical-align: middle;
    border-top: 1px solid #E7EAEE;
}

.tag-order {
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 12px;
}

.w-100 {
    width: 100%;
}

#search_order {
    padding: 12px !important;
    background: rgba(227, 239, 255, 0.33) !important;
    border: 1px solid rgba(227, 239, 255, 0.7) !important;
    border-radius: 8px !important;
    padding-left: 35px !important;
}

.view-all {
    color: #8798AD !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.box-sub {
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E3EFFF;
    border-radius: 12px;
}

.w-50 {
    width: 50%;
}

.div-flex {
    display: flex;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 10%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-30 {
    width: 30%;
}

.box-sub .title-sub{
    color: #43484D;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
}

.box-sub .title-sub-1 {
    color: #767E83;
    font-size: 12px;
    font-weight: 400;
}

.box-sub .tag-sub {
    color: #06638A;
    font-weight: 500;
    background: #EEF5FB;
    border-radius: 12px;
    padding: 4px 8px;
}

.box-sub .title-sub-2 {
color: #2D3033 !important;
    font-weight: 500;
    font-size: 14px;
}

.box-sub .title-sub-3 {
    color: #43484D;
    font-weight: 400;
    font-size: 14px;
}

.box-sub .title-sub-4 {
    color: #626F76;
    font-weight: 400;
    font-size: 14px;
}

.span-sub-2 {
    color: #7A8085 !important;
}

.h-100-cs {
    height: 100% !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: '';
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6ed;
    border-radius: 1.5rem;
    -webkit-box-shadow: '';
    box-shadow: '';
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    /* color: #e3e6ed; */
}

.fs-1 {
    font-size: 1.25rem !important;
}

.w-svg {
    width: 20px;
}

.shadow-primary-100:before {
    background-color: rgba(56, 116, 255, 0.3);
}

.icon-wrapper-sm::before {
    position: absolute;
    content: "";
    height: 1.299rem;
    width: 1.299rem;
    border-radius: 0.243rem;
    top: 0.5rem;
    left: 0.2rem;
}

.text-1100 {
    color: rgba(20, 24, 36) !important;
    font-weight: 500;
}

.bg-box-1 {
    background: #3AB0FF;
}

.bg-box-2 {
    background: #F87474;
}

.bg-box-3 {
    background: #16C79A;
}

.bg-box-4 {
    background: #FFB562;
}