﻿body {
    background-color: #f4f4f4;
}

.field-validation-error {
    font-size: 12px;
}

html #toast-container > div {
    font-size: 13px;
}

body.auth-pages {
    background-color: #eee;
    background: url(/assets/images/logistics-cargo.jpg) no-repeat;
    /*background: url(/assets/images/bg-thanks.jpg) no-repeat;*/
    background-size: cover;
}
body .auth-footer-copyright {
    color: #fff;
}
body.auth-pages .bg-dark {
    background: #231f20 !important;
}
.auth-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.auth-footer-copyright {
    color: #bdbdbd; 
}
.auth-container .card {
    -webkit-box-shadow: 0px 5px 10px 0px #4a4a4a;
    -moz-box-shadow: 0px 5px 10px 0px #4a4a4a;
    box-shadow: 0px 5px 10px 0px #4a4a4a;
}
.auth-container .form-control {
    height: calc(1.5em + .94rem + 2px);
    padding: .3rem .6rem;
}
.user-profile-info-wrapper {
    background: #2a3042;
    padding-bottom: 10px;
    border-bottom: 1px solid #797979;
}
.auth-pages .auth-activate .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}
.auth-pages .auth-activate .field-validation-error {
    display: block;
    width: 100%;
    padding-left: 28px;
}
/*body[data-sidebar="dark"] .vertical-menu {*/
    /*   background: #2a3042;*/
    /*background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(30,35,48,1) 37%, rgba(42,48,66,1) 100%);
}

body[data-sidebar="dark"] .navbar-brand-box {
    background: #000;
}*/
body[data-sidebar="dark"] .vertical-menu {
    background: rgb(0,0,0);
    -moz-background: linear-gradient(180deg, rgb(35, 31, 32) 0%, rgba(30,35,48,1) 37%, rgba(42,48,66,1) 100%);
    -webkit-background: linear-gradient(180deg, rgb(35, 31, 32) 0%, rgba(30,35,48,1) 37%, rgba(42,48,66,1) 100%);
    background: linear-gradient(180deg, rgb(35, 31, 32) 0%, rgba(30,35,48,1) 37%, rgba(42,48,66,1) 100%);
}
body[data-sidebar="dark"] .navbar-brand-box {
    background: #231f20;
}
.navbar-brand-box {
    padding: 20px 1.5rem;
    text-align: center;
    width: 250px;
    margin-top: 15px;
    padding-bottom: 0px;
}

.vertical-menu {
    top: 100px;
}

.vertical-collpsed .navbar-brand-box {
    padding-left: 0;
    padding-top: 25px;
    margin-top: 0;
    height: 98px;
    padding-right: 0;
}

.vertical-collpsed .vertical-menu {
    top: 0px;
}

.invalid-tooltip {
    display: none;
}

.nav-tabs .nav-link.tabs-required,
.nav-tabs .nav-link.tabs-required:hover {
    color: #ff715b !important;
}

.custom-file-label::after {
    top: -1px;
    height: calc(1.3em + .94rem);
    color: #fff;
    background-color: #2a3042;
    line-height: 1.3;
}

.custom-file-label {
    height: calc(1.2em + .94rem + 2px);
    padding: .3rem .75rem;
    line-height: 1.9;
    font-size: 11px;
    cursor: pointer;
}

div.navbar-header div.d-flex button#vertical-menu-btn.header-item {
    height: 125px !important;
}

.input-group-text {
    line-height: 1.4;
    color: #fff;
    background-color: #2a3042;
    border: 1px solid #2a3042;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 31px;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    background: #fff;
}

.note-editor .dropdown-item:focus, .note-editor .dropdown-item:hover {
    background-color: #eee;
}

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}

.dataTables_wrapper div.dt-buttons {
    margin-top: -9px;
    margin-left: 10px;
}

.dt-buttons .btn {
    padding: 5px;
    min-width: 50px;
    font-size: 11px;
    height: 26px;
    line-height: 14px;
    border-left: 1px solid #ced4da;
    background: #fff;
    color: #000 !important;
    border-color: #ced4da;
}

.sh-datatable tbody tr.selected {
    background: #B0BED9;
}

.sh-datatable div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    font-weight: bold;
}

.dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .btn-secondary:not(:disabled):not(.disabled):active,
.dataTables_wrapper .show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
}

.user-header-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .user-header-info span {
        display: block;
    }

.page-content {
    padding: 70px 0px;
}

.page-title-box {
    background: #fff;
    border-top: 1px solid #f3f0f5 !important;
}

    .page-title-box h4 {
        font-size: 18px !important;
    }

.breadcrumb {
    margin-bottom: 0rem;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-file {
    overflow: hidden;
    height: calc(1.1em + .94rem + 2px);
}

.page-title-right a.btn i.fa {
    margin-right: 7px;
    font-size: 11px;
}

.page-content .card {
    margin-top: 15px;
    padding: 15px;
}

.page-content .card-footer {
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.btn-light {
    background-color: #e4e5e6;
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 600;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}

.page-content .card-body.row {
    padding: 0.5rem 0rem;
}

.card.datatable-card {
    margin-top: 0;
}

.datatable-card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.page-main-contents {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

table.datatable thead tr {
    background: #2a3042;
    color: #fff;
}

.datatable.sh-datatable .dropdown-toggle {
    background: #ddd;
    border: 1px solid #ccc;
    padding: 3px 10px;
}

table.table-bordered.dataTable.sh-datatable tbody th, table.table-bordered.dataTable.sh-datatable tbody td {
    border-bottom-width: 0;
    vertical-align: middle;
}

.modal-content {
    border: none;
}

.bg-primary {
    background-color: #2a3042 !important;
}

.vh100 {
    height: 100vh;
}

.modal-title.h4 {
    color: #fff;
    font-size: 17px;
}

.modal-header .close {
    text-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
}

.modal-footer {
    background: #f4f4f4;
}

.select2-wrapper .select2-half {
    width: 200px !important;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
    box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
    padding: 0;
    background: #fff;
}

#assign-user-group-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    justify-content: end;
}

.sh-datatable ul.dropdown-menu li a {
    padding: 5px 15px !important;
    display: block;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.card-footer .btn, .modal-footer .btn {
    min-width: 100px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    font-size: 15px;
}

.swal2-popup .swal2-content {
    font-size: 14px;
}

.swal2-popup .swal2-title {
    font-size: 20px;
}

#assign-user-group-row-search, #assign-user-group-row-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

#assign-user-group-row-listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.bootstrap-duallistbox-container .btn-group.buttons .btn-default,
.bootstrap-duallistbox-container .btn-group .btn {
    color: #fff;
    background-color: #74788d;
    border-color: #74788d;
}

.bootstrap-duallistbox-container .btn-group.buttons .moveall.btn-default i.glyphicon.glyphicon-arrow-right::before,
.bootstrap-duallistbox-container .btn-group.buttons .move.btn-default i.glyphicon.glyphicon-arrow-right::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.bootstrap-duallistbox-container .btn-group.buttons .removeall.btn-default i.glyphicon.glyphicon-arrow-left::before,
.bootstrap-duallistbox-container .btn-group.buttons .remove.btn-default i.glyphicon.glyphicon-arrow-left::before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.bootstrap-duallistbox-container .btn-group.buttons .btn-default:hover {
    background-color: #676975;
}

.inner-image-prev-wrapper {
    width: 40px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 62px;
    z-index: 8;
    /* cursor: ; */
}

.inner-image-prev-panel {
    display: block;
    height: 30px;
}

.custom-pic-img {
    width: 40px;
    height: 30px;
}

.sh-datatable select {
    min-width: 100px;
}

.sh-datatable .form-control {
    min-width: 100px;
    padding: 3px 5px;
    height: 30px;
}

.sh-dt-wrp .sh-datatable thead th {
    text-align: center;
}

.note-editor.note-airframe, .note-editor.note-frame {
    padding: 0 !important;
    margin-top: 0 !important;
}

.deal-view-inner {
    margin-top: 10px;
    padding-right: 15px;
}

.deal-view-inner-row.d-flex {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.deal-view-inner h4 {
    font-size: 11px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 0;
    line-height: 16px;
}

.deal-view-inner .deal-view-inner-row h4::before {
    content: ':';
    text-align: right;
    /* width: 100%; */
    position: absolute;
    right: 6px;
    /* top: 0; */
}

.deal-view-inner p {
    margin-bottom: 2px;
    font-size: 11px;
}

.badge-pill {
    font-size: 13px;
}

.deal-view-inner .deal-view-inner-row h4 {
    flex: 0 0 50%;
    border: none;
    padding-bottom: 0;
    position: relative;
}

.deal-view-inner .deal-view-inner-row p {
    text-align: left;
    flex: 0 0 50%;
    font-size: 11px;
}

.datatable p span.badge.badge-pill.badge-danger,
.datatable p span.badge.badge-pill.badge-soft-danger {
    font-size: 100%;
    line-height: 1.1;
}

.btn-outline-light {
    border: 1px solid #ced4da;
}

    .btn-outline-light:hover {
        border: 1px solid #ced4da;
    }

.input-group-append.lable-bg-bdr {
    border-color: #556ee6 !important;
    background: #556ee6 !important;
    border-radius: 0px 4px 4px 0px;
}

    .input-group-append.lable-bg-bdr button.btn:hover {
        color: #556ee6 !important;
        background: #fff;
        border-color: #ced4da !important;
    }

    .input-group-append.lable-bg-bdr button.btn {
        border-color: #556ee6 !important;
    }

        .input-group-append.lable-bg-bdr button.btn:hover i {
            color: #556ee6 !important;
        }

.datatable .select2-container {
    width: 95px !important;
}

.datatable .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.datatable .select2-container--default .select2-selection--single {
    height: 30px;
    line-height: 30px;
}

    .datatable .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
    }

.swal2-popup .swal2-styled.swal2-cancel {
    font-size: 15px;
}

.filetypepdf {
    font-size: 30px;
    position: absolute;
    right: 3px;
    height: 30px;
    top: 0;
    display: flex;
    background: #fff;
}

.datatable caption {
    color: #2b2b2d;
    text-align: center;
    caption-side: top;
    font-weight: 500;
    font-size: 14px;
}

.deal-view-inner h4.card-subtitle {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

h4.card-subtitle.deal-subtitle {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    width: 100%;
    color: #000;
}

.edit-appointment-main-panel .card-title.view-appointment-title {
    display: none;
}

.view-appointment-main-panel .edit-appointment-title {
    display: none;
}

table.dataTable.sh-datatable tbody td p img {
    max-width: 60px;
}

.page-item.active .page-link {
    background-color: #2a3042;
    border-color: #2a3042;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
    cursor: no-drop;
}

.footer {
    background-color: #ddd;
}

.select2-container--focus .select2-selection.select2-selection--single {
    border-color: #ced4da;
}

.form-control:focus, .form-control-file:focus {
    border-color: #959595;
}

.text-editor {
    width: 100%;
}

/*  APPOINTMENT TABLE ROWS COLORS */
.CargoType-red {
    background-color: #ef9a9a;
}

.CargoType-orange {
    background-color: #FFC671;
}

.CargoType-blue {
    background-color: #81D4FA;
}
/* ******* END APPOINTMENT TABLE ROWS COLORS ********** */

.bg-focus-error {
    background: #fbb9b9;
}

.bg-focus-error:focus {
    background: #fbb9b9;
}

.datatable-legend {
    line-height: 1;
    font-size: 11px;
}

.datatable-legend span {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
}

.dheader-item {
    margin-right: 5px;
    min-width: 80px;
}

.btn-primary-s1h {
    border-color: #f44336;
    color: #f44336;
    background: #fff;
}

.btn-primary-s1h:hover {
    background: #f44336;
    color: #fff;
}

.btn-primary-s2h {
    border-color: #1A237E;
    color: #1A237E;
    background: #fff;
}

.btn-primary-s2h:hover {
    background: #1A237E;
    color: #fff;
}


.btn-primary-s3h {
    border-color: #FFB300;
    color: #FFB300;
    background: #fff;
}

.btn-primary-s3h:hover {
    background: #FFB300;
    color: #fff;
}


.btn-primary-s4h {
    border-color: #006064;
    color: #006064;
    background: #fff;
}

.btn-primary-s4h:hover {
    background: #006064;
    color: #fff;
}


.btn-primary-s5h {
    border-color: #4CAF50;
    color: #4CAF50;
    background: #fff;
}

.btn-primary-s5h:hover {
    background: #4CAF50;
    color: #fff;
}


.btn-primary-s6h {
    border-color: #F57F17;
    color: #F57F17;
    background: #fff;
}

.btn-primary-s6h:hover {
    background: #F57F17;
    color: #fff;
}


.btn-primary-s7h {
    border-color: #455A64;
    color: #455A64;
    background: #fff;
}

.btn-primary-s7h:hover {
    background: #455A64;
    color: #fff;
}


.btn-primary-s8h {
    border-color: #7821BF;
    color: #7821BF;
    background: #fff;
}
.btn-primary-s8h:hover {
    background: #7821BF;
    color: #fff;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-control {
    height: calc(1.2em + .94rem + 2px);
    padding: .3rem .75rem;
    font-size: 11px;
}

.select2-container--default .select2-selection--single {
    height: 32px;
    font-size: 11px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
}

.table td, .table th {
    padding: .5rem;
    font-size: 11px;
}

.col-form-label, .form-label {
    font-size: 12px;
}

.input-group .btn {
    padding: .2rem .75rem;
}

.pos-right {
    right: 0;
}

.pos-bottom {
    bottom: 0;
}

.opacity-25 {
    opacity: 0.25;
}

.bg-gradient {
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    -moz-background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    -webkit-background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.dt-bootstrap4 .form-control {
    padding: 0.3rem 1.2rem 0.3rem 0.4rem;
}

.form-control:focus, .form-control-file:focus,
.select2-container--focus .select2-selection.select2-selection--single,
.custom-file-label:focus, .custom-file-input:focus ~ .custom-file-label,
.note-editing-area:focus, .note-editable.card-block:focus,
.note-editing-area:focus ~ .note-editable,
.note-editable:focus,
.focusme {
    border-color: #8fabff !important;
    background: #e1ecff !important;
}

.note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-frame .note-editing-area .note-editable {
    color: #404244;
}

#pie_chart_no_data {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
#pie_chart_no_data img {
	max-width: 100%;
	object-fit: cover;
	width: 300px;
	opacity: 0.8;
}
#pie_chart .apexcharts-legend.position-bottom .apexcharts-legend-series,
#pie_chart .apexcharts-legend.position-top .apexcharts-legend-series {
    width: 100%;
}


/* CLASSES FOR THE EVENT CALENDAR OF PICKUP STATUS */
a.fc-event-not-picked-up { /* not picked up | amber color */
    background-color: #FFBF00 !important;
    border-color: #FFBF00 !important;
}
a.fc-event-pickup-pending { /* pending pickup  | light blue */
    background-color: #3788d8 !important;
    border-color: #3788d8 !important;
}
a.fc-event-pickup-done { /* pickup done | light green */
    background-color: #32bf8d !important;
    border-color: #32bf8d !important;
}

/* --------------------------------------- */

.card { 
    -webkit-box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%);
    border: 1px solid #dfe5f3;
    background: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .datatable caption {
    color: #253b70;
}
p { 
    color: #000;
}
.panel-hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-radius: 4px 4px 0 0;
    -webkit-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
    padding: 15px; 
}
.panel-hdr h4 {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 0;
}
.deal-view-inner h2 {
    font-size: 12px; 
}
.mt-7 { margin-top:7px; }

.fc-tooltip-panel p, fc-tooltip-panel h6 {
    margin: 0;
    padding: 0;
    color: #fff !important;
    text-align: left;
}
.fc-tooltip-panel h6 {
    border-bottom: 1px solid #eee !important;
    text-align: left !important;
    padding-bottom: 5px;
    color: #fff !important;
}
.tooltip-inner {
    min-width: 250px; /* the minimum width */
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time { 
    color: #000;
    font-size: 12px;
}
.fc-daygrid-dot-event .fc-event-title { 
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}
.datepicker { 
    z-index: 1003 !important;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-image: -moz-linear-gradient(to bottom,#24488c,#4858ae) !important;
    background-image: -ms-linear-gradient(to bottom,#24488c,#4858ae) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#24488c),to(#4858ae)) !important;
    background-image: -webkit-linear-gradient(to #24488c,#fdd49a,#4858ae) !important;
    background-image: -o-linear-gradient(to bottom,#24488c,#4858ae) !important;
    background-image: linear-gradient(to bottom,#24488c,#4858ae) !important;
}
.custom-map-control-button {
    position: absolute;
    top: 100px;
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #346cc3;
    color: #fff;
    font-size: 13px;
    cursor:pointer;
}
.justify-space-between {
    justify-content: space-between;
} 
@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto;
    }

    .navbar-brand-box {
        width: auto;
        padding: 0 1.5rem;
        margin: inherit;
    }

    .navbar-header .d-block {
        display: flex !important;
    }

    .user-profile-info-wrapper {
        display: none;
    }

    body.sidebar-enable .user-profile-info-wrapper {
        display: block;
    }
}
