
* {
    box-sizing: border-box;
}

:root {
    --dodoo-grey: #ECF1FA;
    --dodoo-highlight: #36778e;
    --dodoo-highlight-blue: #4a75b9;
    --dodoo-focus-bg: #208890;
    --dodoo-focus-bg-hover: #20889040;
    --dodoo-blue: #00ffff;
    --dodoo-btn-primary-bg: #1A2B3C;
    --dodoo-btn-primary-hover: #1A2B3C;
    --dodoo-btn-red-bg: #F94144;
    --dodoo-btn-red-hover: #F94144;
    --dodoo-btn-green-bg: #00D00D;
    --dodoo-btn-green-hover: #00D00D;
    --dodoo-tab-wrapper-bg: #208890;
    --dodoo-tab-wrapper-hover: #2f6e77;
    --dodoo-tab-active: #4A75B9;
    --dodoo-jobtype-dropoff: #1877F2;
    --dodoo-jobtype-dropoff-bg: #E8F1FE;
    --dodoo-jobtype-pickup: #F56E00;
    --dodoo-jobtype-pickup-bg: #FFF4DA;
    --dodoo-jobtype-transit: #48CAE4;
    --dodoo-jobtype-transit-bg: #EDFAFC;
    --dodoo-th-bg: #EDF1F9;
    --dodoo-th-border: #D3D7E3;
    
    --dark-green: #00474f;
    --light-green: #218691;
    --main-color: #adbbd3;
    --agent-color: #4975b9;
    --haulier-color: #37758c;
    --btn-color: var(--dodoo-btn-primary-bg);
    --light-blue: #ecf1fa;
}

input:focus,
input.form-control:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
button:focus,
button.form-control:focus {
    outline: none;
    border-color: var(--dodoo-btn-border);
    box-shadow: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}

app {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

main-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    display: block;
    transition: transform 1s, opacity 1s;
}

content-login {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    overflow: hidden;
    display: block;
    background-image: url(../../images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2db0c4;
    background-position: center;
}

content {
    min-height: 500px;
    height: auto;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    color: #555;
}

.main-container {
    width: 1200px;
    height: auto;
    position: relative;
    margin: -280px auto 0 auto;
    -webkit-overflow-scrolling: touch;
}

h6 {
    font-weight: bold;
}

.dodoo-login-form {
    width: auto;
    max-width: 420px;
    margin: 350px auto 50px 0;
    color: #2A3F54;
    background-color: #FFF;
    position: relative;
    border: 0;
    padding: 0;
    font-weight: bold;
}

footer {
    margin: 50px auto;
    padding-top: 50px;
    font-size: 0.9em;
    color: #aaa;
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
    display: block;
}

top-bar {
    --main-color: #adbbd3;
    --agent-color: #4975b9;
    --haulier-color: #37758c;
}
content {
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* ====================================== TABLE ====================================== */

table {}

table td {
    white-space: normal;
}

table ul {
    padding-left: 12px;
}

.table td,
.table th {
    padding: 10px;
}

/* ====================================== FORM INPUT ====================================== */

input::placeholder {
    color: rgba(153, 153, 153, 0.8) !important;
}

input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.8) !important;
}

input:-moz-placeholder {
    color: rgba(153, 153, 153, 0.8) !important;
}

input::-moz-placeholder {
    color: rgba(153, 153, 153, 0.8) !important;
}

input:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.8) !important;
}

/* -------- OTHERS -------- */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

/* -------- FIREFOX -------- */
input[type=number] {
    -moz-appearance: textfield;
}

.attach-grey {
    background-color: #888 !important;
}

.btn-submit {
    background-color: #1dcf27;
    color: #fff;
    font-weight: bold;
    height: 42px
}

.btn-delete {
    color: #FFF;
    background-color: #FF2B00;
    border-bottom: 4px solid #d02800;
    box-shadow: 2px 2px #ccc;
}

.btn-delete:hover,
.btn-delete:active {
    background-color: #d02800;
    border-bottom: 4px solid #d02800;
}

.btn-delete,
.btn-edit,
.btn-view {
    height: 30px;
    cursor: pointer;
}

.btn-view {
    background-color: #1853fe;
    color: #fff;
}

.link-modal {
    color: var(--dodoo-highlight-blue) !important;
    cursor: pointer;
}

.link-modal-2 {
    color: #1853fe;
    cursor: pointer;
}

.red-link-modal {
    color: red;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}

.link-modal-noline {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}

.dodoo-search {
    border: 1px solid #ccc;
    transition: border-color 0.2s;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.dodoo-search .magnifier {
    padding: 0;
    position: absolute;
    line-height: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.dodoo-search i.fa {
    padding: 0 12px;
    font-size: 16px;
    color: #999;
}

.dodoo-search input.search-input {
    border: 0;
    padding: 17px 15px;
    font-size: 15px;
    width: 100%;
    padding-left: 45px;
    height: 30px;
}

.dodoo-search i.search-remove {
    cursor: pointer;
    position: absolute;
    margin-right: 0px;
    right: 0px;
    font-size: 1.2em;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
}

.dodoo-search i.search-remove.search-containers {
    margin-right: 35px;
}

.dodoo-search i.search-remove-2 {
    cursor: pointer;
    position: absolute;
    margin-right: 20px;
    margin-top: 12px;
    right: 0px;
    font-size: 1.2em;
    z-index: 10;
}

.dodoo-search i.search-remove-2.search-containers {
    margin-right: 35px;
}

.dodoo-search input.search-input.search-active {
    background-color: #fdff7a;
}

input.dodoo-input,
textarea.dodoo-input {
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    text-align: left;
    transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
}

input.dodoo-input.input-sm {
    padding: 7px 15px;
}

input.dodoo-input:focus {
    border: 1px solid #999;
}

input.dodoo-input:disabled,
textarea.dodoo-input:disabled,
button.dodoo-select-btn:disabled {
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
}

input+span.input-unit {
    font-size: 0.9em;
    color: #666;
    line-height: 44px;
    position: absolute;
    right: 20px;
    margin-top: -44px;
}

label {
    font-weight: bold;
    font-size: 14px;
}

ul.list-unstyled {
    width: 100%;
}

span.total-rating {
    float: right;
}

ul.list-unstyled li p {
    margin-top: 0px;
}

div.form-group.checkbox {
    text-align: center;
}

.checkbox {
    position: relative;
    z-index: 5;
    padding-top: 2px;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 3px solid #ccc;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin: auto .65em auto 0;
    background-color: #fff;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 0%;
    color: #000;
}

/*------------------------------------ CHECKBOX | RADIO ----------------------------------------*/
input[type=radio],
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 1px solid #dcdcdc;
    accent-color: var(--haulier-color);
    opacity: 0.6;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
input[type=radio] {
    -webkit-appearance: radio;
}
input[type=radio].cb-sm,
input[type=checkbox].cb-sm {
    width: 16px;
    height: 16px;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
    opacity: 1;
}
input[type=radio],
input[type=checkbox] {
    background: none;
}
input[type="radio"]:checked::after, 
.checkbox input[type="radio"]:checked::after, 
.checkbox-inline input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after, 
.checkbox input[type="checkbox"]:checked::after, 
.checkbox-inline input[type="checkbox"]:checked::after {
    display: none;
}

table th .checkbox {
    color: #000;
}

a.chosen-single {
    height: 44px;
    padding: 5px 10px;
}

.profile-dropdown,
.mobile-nav-dropdown {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    z-index: 1000;
    text-align: left;
    width: 270px;
    margin-top: 60px;
}

img.dodoo-triangle {
    position: absolute;
    margin: -24px 0 0 155px;
}

ul.dropdown-link {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.dropdown-link li {}

ul.dropdown-link li a {
    font-size: 14px;
    color: #666;
    padding: 15px 25px;
    padding-right: 15px;
    display: block;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
}

ul.dropdown-link li a i.icon {
    color: #218691;
    font-size: 1.6em;
    display: inline-block;
    margin-right: 10px;
}

ul.dropdown-link li a i.fa-chevron-down {
    color: #aaa;
    font-size: 1.2em;
    display: inline-block;
    float: right;
    line-height: 25px;
}

ul.dropdown-link li a:hover {
    background-color: #e1e1e1;
}

ul.dropdown-link-child {
    padding-left: 0;
    background-color: #f1f1f1;
    height: 0px;
    overflow: hidden;
}

li.toggle-setting a i.fa-chevron-up {
    color: #aaa;
    font-size: 1.2em;
    display: none;
    float: right;
    line-height: 25px;
}

li.toggle-setting.open a i.fa-chevron-down {
    display: none;
}

li.toggle-setting.open a i.fa-chevron-up {
    display: inline;
}

li.toggle-setting.open ul.dropdown-link-child {
    height: auto;
}

ul.dropdown-link-child li a:hover {
    background-color: #d5d5d5;
}

li.toggle-setting-customers a i.fa-chevron-up {
    color: #aaa;
    font-size: 1.2em;
    display: none;
    float: right;
    line-height: 25px;
}

li.toggle-setting-customers.open a i.fa-chevron-down {
    display: none;
}

li.toggle-setting-customers.open a i.fa-chevron-up {
    display: inline;
}

li.toggle-setting-customers.open ul.dropdown-link-child {
    height: auto;
}

/* ====================================== AUTO COMPLETE ====================================== */
.auto-complete {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #ccc;
    z-index: 100;
    margin-top: -1px;
    box-shadow: 0px 10px 14px 1px #00000035;
    font-weight: normal;
    height: auto;
    max-height: 300px;
    overflow-x: auto;
}

.auto-complete ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.auto-complete ul li {
    padding: 10px 15px;
}

.auto-complete ul li:hover,
.auto-complete ul li:focus,
.auto-complete ul li.selected {
    background-color: #e5ebf1;
    cursor: pointer;
    outline: none;
}

.auto-complete ul li.disabled {
    background-color: #eee;
    cursor: not-allowed;
    color: #666;
}

.auto-complete ul li .auto-complete-small {
    font-size: 0.8em;
    color: #aaa;
}





/* ====================================== dodoo SWITCH ====================================== */
.dodoo-switch {
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}

.dodoo-switch.disabled {
    cursor: not-allowed;
}

.dodoo-switch .switch-track {
    width: 40px;
    height: 15px;
    background-color: #c7c7c7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}

.business-on-off.switch-track {
    width: 30px !important;
    height: 10px !important;
}

.business-on-off.switch-knob {
    width: 17px !important;
    height: 17px !important;
    margin-top: -14px !important;
}

.dodoo-switch.on .business-on-off.switch-knob {
    margin-left: 14px !important;
}

.dodoo-switch .switch-knob {
    width: 20px;
    height: 20px;
    background-color: #F1F1F1;
    margin-top: -17px;
    margin-left: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 2px 2px #00000035;
    transition: margin-left 0.2s, background-color 0.2s;
    -webkit-transition: margin-left 0.2s, background-color 0.2s;
    -moz-transition: margin-left 0.2s, background-color 0.2s;
    -o-transition: margin-left 0.2s, background-color 0.2s;
}

.dodoo-switch.on .switch-track {
    background-color: #09A312;
}

.dodoo-switch.on .switch-knob {
    background-color: #00d00d;
    margin-left: 20px;
}




/* ====================================== dodoo SWITCH 2 ====================================== */
.dodoo-switch-2 {
    display: inline-block;
    width: auto;
    padding: 0;
    cursor: pointer;
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0 0 10px #00000077;
}

.dodoo-switch-2-indicator {
    background-color: #218691;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
}

.dodoo-switch-2-option {
    display: inline-block;
    width: 49%;
    position: relative;
    color: #218691;
    line-height: 30px;
    padding: 0 20px;
    z-index: 2;
    color: #000;
    user-select: none;
    font-weight: bold;
    text-align: center;
}

.dodoo-switch-2.selected-1 .dodoo-switch-2-option:nth-child(2) {
    color: #FFF;
}

.dodoo-switch-2.selected-1 .dodoo-switch-2-indicator {
    margin-left: 0px;
}

.dodoo-switch-2.selected-2 .dodoo-switch-2-option:nth-child(3) {
    color: #FFF;
}

.dodoo-switch-2.selected-2 .dodoo-switch-2-indicator {
    margin-left: 50%;
}

/* ====================================== dodoo SWITCH 3 ====================================== */
.dodoo-switch-3 {
    display: inline-block;
    width: 500px;
    padding: 0;
    cursor: pointer;
    position: relative;
    background-color: #ccc !important;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0 0 10px #00000077;
}

.dodoo-switch-3-indicator {
    background-color: #218691;
    position: absolute;
    height: 100%;
    width: 33.33%;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
}

.dodoo-switch-3-option {
    display: inline-block;
    position: relative;
    width: 32%;
    color: #FFF;
    line-height: 30px;
    z-index: 2;
    user-select: none;
    text-shadow: 0 0 2px #00000087;
    font-weight: bold;
}

.dodoo-switch-3.selected-1 .dodoo-switch-3-option:nth-child(2) {
    color: #FFF;
}

.dodoo-switch-3.selected-1 .dodoo-switch-3-indicator {
    margin-left: 0px;
}

.dodoo-switch-3.selected-2 .dodoo-switch-3-option:nth-child(3) {
    color: #FFF;
}

.dodoo-switch-3.selected-2 .dodoo-switch-3-indicator {
    margin-left: 33.33%;
}

.dodoo-switch-3.selected-3 .dodoo-switch-3-indicator {
    margin-left: 66.66%;
}

/* ====================================== dodoo SWITCH 4 ====================================== */
.dodoo-switch-4 {
    display: inline-block;
    width: 750px;
    padding: 0;
    cursor: pointer;
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0 0 10px #00000077;
}

.dodoo-switch-4-indicator {
    background-color: #218691;
    position: absolute;
    height: 100%;
    width: 24%;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
}

.dodoo-switch-4-option {
    display: inline-block;
    position: relative;
    width: 24%;
    color: #FFF;
    line-height: 30px;
    padding: 0 10px;
    z-index: 2;
    user-select: none;
    text-shadow: 0 0 2px #00000087;
    font-weight: bold;
}

.dodoo-switch-4.selected-1 .dodoo-switch-4-option:nth-child(2) {
    color: #FFF;
}

.dodoo-switch-4.selected-1 .dodoo-switch-4-indicator {
    margin-left: 0px;
}

.dodoo-switch-4.selected-2 .dodoo-switch-4-option:nth-child(3) {
    color: #FFF;
}

.dodoo-switch-4.selected-2 .dodoo-switch-4-indicator {
    margin-left: 25%;
}

.dodoo-switch-4.selected-3 .dodoo-switch-4-indicator {
    margin-left: 50%;
}

.dodoo-switch-4.selected-4 .dodoo-switch-4-indicator {
    margin-left: 76%;
}

/* ====================================== dodoo SWITCH 5 ====================================== */
.dodoo-switch-5 {
    display: inline-block;
    width: 750px;
    padding: 0;
    cursor: pointer;
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0 0 10px #00000077;
}

.dodoo-switch-5-indicator {
    background-color: #218691;
    position: absolute;
    height: 100%;
    width: 20%;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
}

.dodoo-switch-5-option {
    display: inline-block;
    position: relative;
    width: 19%;
    color: #FFF;
    line-height: 30px;
    padding: 0 10px;
    z-index: 2;
    user-select: none;
    text-shadow: 0 0 2px #00000087;
    font-weight: bold;
}

.dodoo-switch-5.selected-1 .dodoo-switch-5-option:nth-child(2) {
    color: #FFF;
}

.dodoo-switch-5.selected-1 .dodoo-switch-5-indicator {
    margin-left: 0px;
}

.dodoo-switch-5.selected-2 .dodoo-switch-5-option:nth-child(3) {
    color: #FFF;
}

.dodoo-switch-5.selected-2 .dodoo-switch-5-indicator {
    margin-left: 20%;
}

.dodoo-switch-5.selected-3 .dodoo-switch-5-indicator {
    margin-left: 40%;
}

.dodoo-switch-5.selected-4 .dodoo-switch-5-indicator {
    margin-left: 60%;
}

.dodoo-switch-5.selected-5 .dodoo-switch-5-indicator {
    margin-left: 80%;
}

/* ====================================== dodoo TIMEPICKER ====================================== */
div.dodoo-timepicker {
    position: absolute;
    width: auto;
    max-height: 250px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 12px 1px #00000035;
    overflow-x: auto;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

div.dodoo-timepicker ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

div.dodoo-timepicker ul li {
    padding: 0;
    padding-left: 15px;
    line-height: 34px;
    cursor: pointer;
    font-size: 1em;
}

div.dodoo-timepicker ul li.selected,
div.dodoo-timepicker ul li:focus,
div.dodoo-timepicker ul li.touchstart,
div.dodoo-timepicker ul li:hover {
    background-color: #e5ebf1;
    outline: none;
}

div.dodoo-timepicker.open {
    display: block;
}

/* ====================================== dodoo SELECT ====================================== */
select {
    display: none;
}

div.dodoo-select {
    position: relative;
    user-select: none;
    text-align: left;
}

button.dodoo-select-btn {
    padding: 0 30px 0 20px;
    line-height: 35px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    border-radius: 4px;
    margin-bottom: 0px;
}

div.dodoo-select.select-sm button.dodoo-select-btn {
    line-height: 36px;
    font-size: 13px;
    min-height: 30px;
}

button.dodoo-select-btn:hover,
button.dodoo-select-btn:active {
    background-color: #F1F1F1;
    border: 1px solid #aaa;
}

button.dodoo-select-btn.disabled,
button.dodoo-select-btn:disabled {
    background-color: #F5F5F5 !important;
    border: 1px solid #CCC;
    color: #999;
    cursor: not-allowed;
}

button.dodoo-select-btn.disabled:hover {
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    color: #999;
}

button.dodoo-select-btn i.fa.fa-chevron-down,
button.dodoo-select-btn i.fa.fa-chevron-up {
    position: absolute;
    right: 15px;
    line-height: inherit;
    color: #aaa;
}

button.dodoo-select-btn.disabled i.fa.fa-chevron-down,
button.dodoo-select-btn.disabled i.fa.fa-chevron-up {
    color: #bbb;
}

button.dodoo-select-btn i.fa.fa-chevron-up {
    display: none;
}

div.dodoo-select-opt-wrapper {
    position: absolute;
    width: auto;
    max-height: 300px;
    right: 0px;
    left: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 12px 1px #00000035;
    overflow-x: auto;
    z-index: 15;
    -webkit-overflow-scrolling: touch;
}

ul.dodoo-select-opt {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

ul.dodoo-select-opt li i.fa.fa-check {
    position: absolute;
    font-size: 15px;
    margin-top: : 5px;
    color: #aaa;
    right: -25px;
}

ul.dodoo-select-opt li {
    line-height: 20px;
    padding: 8px 20px;
    display: list-item;
    user-select: none;
    font-size: inherit;
    font-weight: normal;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

ul.dodoo-select-opt li:hover,
ul.dodoo-select-opt li:focus,
ul.dodoo-select-opt li.touchstart,
ul.dodoo-select-opt li:active,
ul.dodoo-select-opt li.selected {
    background-color: #e5ebf1;
    outline: none;
}

ul.dodoo-select-opt li.selected {
    cursor: default;
}

ul.dodoo-select-opt li.saparator {
    height: 0px;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
}

ul.dodoo-select-opt.multiple li.selected {
    background-color: #F1F1F1;
    font-weight: bold;
    cursor: pointer;
}

ul.dodoo-select-opt li.selected i.fa.fa-check {
    right: 15px;
    line-height: inherit;
}

ul.dodoo-select-opt li.disabled {
    background-color: #F9F9F9;
    color: #ccc;
    cursor: not-allowed;
}

div.dodoo-select.open div.dodoo-select-opt-wrapper {
    display: block;
}

div.dodoo-select.open button.dodoo-select-btn i.fa.fa-chevron-up {
    display: inline-block;
}

div.dodoo-select.open button.dodoo-select-btn i.fa.fa-chevron-down {
    display: none;
}

div.dodoo-select.open button.dodoo-select-btn {
    background-color: #F1F1F1;
    border-color: #ccc;
    z-index: 10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dodoo-select-opt-wrapper .dodoo-input {
    margin: 10px auto;
    padding: 5px 8px;
    width: calc(100% - 24px);
    display: block;
}



center.form-submit {
    margin: 30px auto 20px auto;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    display: block;
}

button {
    cursor: pointer;
}

/* ====================================== TOP BAR ====================================== */

div.top-bar {
    color: #FFF;
    position: relative;
    z-index: 1010;
}

div.top-bar .row .col {
    height: 60px;
}

div.top-bar .col.logo {
    max-width: 250px;
    line-height: 60px;
}

div.top-bar .logo img.logo {
    margin-left: 13px;
}

div.top-bar .navs {
    /*min-width: 400px;*/
    text-align: right;
}

div.top-bar .navs ul {
    padding-left: 0;
}

div.top-bar .navs ul li {
    display: inline-block;
    position: relative;
}

div.top-bar .navs ul li ul.dropdown-menu.dropdown-nav {
    top: 60px;
    background-color: #00474f;
    box-shadow: 0px 0px 12px 0px #00000066;
    margin-top: -5px;
}

div.top-bar .navs ul li ul.dropdown-menu.dropdown-nav li ul.dropdown-menu.dropdown-nav {
    top: 0px;
    left: 155px;
}

div.top-bar .navs ul li a.dropdown-toggle:after {
    margin-left: 20px;
}

div.top-bar .navs ul li ul li a.dropdown-toggle:after {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

div.top-bar .navs ul li ul.dropdown-menu.dropdown-nav li {
    display: initial;
}

div.top-bar .navs ul li a {
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 20px;
    padding-top: 16px;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
}

div.top-bar .navs ul li ul.dropdown-menu.dropdown-nav a {
    border-bottom: 1px solid #ffffff52;
}

div.top-bar .navs ul li a:hover,
div.top-bar .navs ul li a:active {
    color: #00feff;
}

div.top-bar .navs ul li a.touch+ul.dropdown-menu.dropdown-nav,
div.top-bar .navs ul li a:hover+ul.dropdown-menu.dropdown-nav,
ul.dropdown-menu.dropdown-nav:hover {
    display: block;
}

div.top-bar .navs ul li a:hover+ul.dropdown-menu.dropdown-nav.hide,
ul.dropdown-menu.dropdown-nav.hide:hover {
    display: none !important;
}

div.top-bar .navs ul li a {
    border-top: 4px solid transparent;
}

div.top-bar .navs ul li a.active {
    color: #00feff;
    border-top: 4px solid #00feff;
}

div.top-bar .profile {
    max-width: 300px;
    border-left: 1px solid #00ddee;
}

div.top-bar .profile .col-profile-detail {
    width: 155px;
    max-width: 155px;
}

div.top-bar .profile .col-profile-img {
    width: 60px;
    max-width: 60px;
    padding-left: 10px;
}

div.top-bar .profile span.name {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.top-bar .profile span.position {
    font-weight: normal;
    font-size: 90%;
    color: #ddd;
}

div.top-bar .profile .profile-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

job-drawer-side-nav .profile-img,
div.job-info-sidebar .profile-img,
.listing-profile .profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

job-drawer-side-nav .profile-img img,
div.top-bar .profile .profile-img img,
div.job-info-sidebar img,
div.modal-contact-layout img,
.listing-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ====================================== DATEPICKER ====================================== */

.datepicker {
    font-size: 0.9em;
}

.datepicker td,
.datepicker th {
    width: 35px;
    height: 30px;
}

.datepicker table tr td.disabled {
    background-color: #f1f1f1;
}

.datepicker.dropdown-menu {
    box-shadow: 0px 0px 10px #00000030;
    z-index: 2;
    margin-top: -5px;
}

ul.chosen-results li.disabled-result {
    color: #c1c1c1 !important;
    cursor: not-allowed !important;
}

.chosen-disabled {
    cursor: not-allowed !important;
    opacity: .8 !important;
}

.chosen-container.chosen-container-single.chosen-disabled {
    background-color: #f2f2f2 !important;
}

.chosen-container.chosen-container-single.chosen-disabled .chosen-single {
    background: none;
}

.hide {
    display: none;
}

.checkbox label {
    cursor: pointer;
}

p.user-point {
    font-size: 1.8em;
}

.info-grey {
    color: #aaa;
}

.job-tab-wrapper .dodoo-select {
    position: absolute;
    right: -24px;
    top: 0px;
    width: auto;
    bottom: 0px;
}

.job-tab-wrapper .col.select-country {
    max-width: 150px;
}

.job-tab-wrapper .col.select-warehouse {
    max-width: 250px;
}

.job-tab-wrapper .dodoo-select.open button {
    /*background-color: #44a2ad;*/
    color: #FFF;
    font-weight: bold;
}

.job-tab-wrapper .dodoo-select button {
    border: 0;
    border-radius: 0;
    /*background-color: #44a2ad;*/
    height: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 100%;
}

.job-tab-wrapper .dodoo-select button i.fa.fa-chevron-up,
.job-tab-wrapper .dodoo-select button i.fa.fa-chevron-down {
    color: #FFF;
}

.job-tab-wrapper .dodoo-select ul {
    font-size: 90%;
}

.job-tab-wrapper .dodoo-select ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.job-tab-wrapper div.dodoo-select.open div.dodoo-select-opt-wrapper {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.dodoo-select .select-img {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
    display: inline-block;
    margin: -2px 10px auto 10px;
    vertical-align: middle;
}

.dodoo-select button .select-img {
    position: absolute;
    right: 30px;
    top: 5px;
}

.dodoo-select ul li .select-img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 8px;
}

.job-tab-wrapper .dodoo-select li {
    position: relative;
    line-height: 27px;
}

.dodoo-select .select-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-wrapper,
.tab-wrapper-decoy {
    position: relative;
    background-color: #218691;
    font-weight: bold;
    font-size: 20px;
    padding: 0 40px;
    min-height: 40px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 10;
}

.tab-wrapper-decoy {
    display: none;
}

.tab-sticky {
    position: sticky;
    top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 30;
    cursor: pointer;
}

.tab-wrapper.tab-wrapper-2 {
    min-height: 0px;
}

.tab-wrapper .tab-title span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.tab-wrapper .tab-content {
    text-align: right;
}

.tab-wrapper .tab {
    display: inline-block;
    width: auto;
    margin: 6px 0px;
    position: relative;
}

.tab-content-to-arrive .tab,
.tab-content-cust .tab {
    display: inline-block;
    width: auto;
    position: relative;
}

.tab-content-to-arrive .tab:first-child,
.tab-content-cust .tab:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.tab-content-to-arrive .tab:last-child,
.tab-content-cust .tab:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.tab-wrapper .tab a {
    padding: 5px;
    line-height: 10px;
    display: block;
    color: #000;
    font-size: 14px;
}

.tab-content-to-arrive .tab a,
.tab-content-cust .tab a {
    color: #fff;
    font-weight: bold;
}

.tab-wrapper .tab.active a {
    color: #fff !important;
}

.tab-wrapper .tab .tab-bubble {
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: -7px;
    right: -14px;
    width: 22px;
    line-height: 22px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    z-index: 2;
    background-color: #ffeb00;
    color: #f78a00;
}

.tab-wrapper .tab.active {
    background-color: #218691;
}

.tab-content-to-arrive .tab,
.tab-content-to-arrive .tab:hover,
.tab-content-cust .tab,
.tab-content-cust .tab:hover {
    background-color: #979797;
    color: #d8d8d8;
    padding: 4px;
    width: 110px;
    text-align: center;
}

.tab-content-to-arrive .tab.active,
.tab-content-cust .tab.active {
    background-color: #00feff;
    padding: 4px;
}

.tab-content-to-arrive .tab.active a,
.tab-content-cust .tab.active a {
    color: #000 !important;
}

.tab-wrapper .tab_2 {
    display: inline-block;
    width: 32.333%;
    margin: 0;
}

.tab-wrapper .tab_2 a {
    padding: 0 15px;
    line-height: 30px;
    display: block;
    color: #FFF;
    font-size: 13px;
    line-height: 40px;
}

.tab-wrapper .tab_2.active {
    background-color: #cc870b;
}

.tab-wrapper .tab_2:hover,
.tab-wrapper .tab_2:active {
    background-color: #a9520c;
}


.tab-wrapper.tab-sticky+.tab-wrapper-decoy {
    display: block;
}

.daterangepicker {
    box-shadow: 0px 0px 12px #ccc;
}

.content-wrapper {
    margin: 20px auto;
}

.content-wrapper-1 {
    margin: 20px 15px;
}

.form-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.form-contact {
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 20px;
    padding-top: 0;
}

.form-contact .dodoo-input,
.form-address .dodoo-input {
    background-color: #FFFFFF;
}

.btn-del-round {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFF;
    background-color: red;
    border: 0;
    position: absolute;
    margin-top: 60px;
    right: 30px;
    cursor: pointer;
}

img.img-delete {
    cursor: pointer;
    height: 15px;
    cursor: pointer;
    position: absolute;
    margin-top: -17px;
    margin-left: 45px;
}

.btn-del-round i.fa.fa-remove {
    position: absolute;
    margin-left: -5px;
    height: 10px;
    line-height: 0px;
}

.form-address {
    background-color: #f1f1f1;
    padding: 20px;
    padding-top: 0;
}

.form-address a.del_address {
    color: red;
    text-decoration: underline;
    display: block;
    margin-top: 30px;
}

h3.page-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

form label.title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.col-gap {
    margin-top: 20px;
}

.form-error-message {
    color: red;
    font-size: 0.9em;
    display: block;
}

.input-error {
    border-top-color: red !important;
    border-right-color: red !important;
    border-bottom-color: red !important;
    border-left-color: red !important;
}

.container-items {
    margin-bottom: 10px;
}

.container-items .col,
.container-total .col {
    /*max-width: 110px;*/
    max-width: 16.5%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.container-items .form-group {
    margin-bottom: 0;
}

.container-items .dodoo-input {
    padding: 8px 15px;
    text-align: center;
}

i.btn-add-item {
    font-size: 1.5em;
    line-height: 40px;
    cursor: pointer;
}

.container-items .col:first-child,
.container-total .col:first-child {
    /*max-width: 300px;*/
    max-width: 49.5%;
    text-align: left;
    padding-left: 15px;
}

.container-items .col:first-child .dodoo-input,
.container-total .col:first-child .dodoo-input {
    text-align: left;
}

.container-total {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
}

.container-total label {
    font-size: 1.8em;
    margin-bottom: 0;
    line-height: 40px;
}

.do-doc {
    width: auto;
    height: 120px;
    margin: 20px auto 30px auto;
    text-align: center;
    word-break: break-all;
}

.do-doc img {
    width: auto;
    height: 100px;
    margin-bottom: 15px;
    opacity: 0.6;
    cursor: pointer;
    margin: auto;
    display: block;
}

.do-doc span {
    font-size: 0.9em;
}

.table thead th,
.table thead td {
    vertical-align: middle;
}

table td .row-name,
table td .row-summary {
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

table tr td div.edited-by-admin {
    font-size: 0.9em !important;
    line-height: 16px;
    margin-bottom: 5px;
    color: #aaa;
}

table tr td div.row-address {
    color: #000;
    margin-bottom: 5px;
}

table td .row-address.wordwrap {
    white-space: normal;
}

table td .wordwrap {
    white-space: normal;
}

table td .row-state {
    white-space: normal;
}

.dodoo-upload {
    width: 30px;
    height: 30px;
}

.profile-search {
    position: absolute;
    margin: 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.profile-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-pill {
    padding: 7px;
    background-color: #e9e9e9;
    margin: 2px 3px;
    display: inline-block;
    font-size: 0.9em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.profile-photo {
    width: 165px;
    height: 165px;
    overflow: hidden;
    margin: 25px auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border: solid 2px #ccc;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pending-indicator {
    position: absolute;
    width: 25px;
    background-color: red;
    color: #FFF;
    padding: 0;
    text-align: center;
    top: 63px;
    right: 217px;
    line-height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.arrived-indicator {
    position: absolute;
    width: 25px;
    background-color: red;
    color: #FFF;
    padding: 0;
    text-align: center;
    top: 63px;
    right: 130px;
    line-height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.item-conditions span:not(:last-child):after {
    content: ', ';
    display: inline;
}

.item-dos span:not(:last-child):after {
    content: ', ';
    display: inline;
}

.radius-none {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.trip-reminder {
    margin-bottom: 0;
}

.margin-top-15 {
    margin-top: 15px;
    display: block;
}

div.total-ctn-kg-m3 span {
    color: #218691;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

div.master-total-ctn-kg-m3 span {
    color: #fff;
}



table tr td span.row-summary,
table tr td span.total-row,

table tr th span.row-summary,
table tr th span.total-row {
    font-size: 13px !important;
}

table tr.row-split td span.row-summary,
table tr.row-split td span.total-row,
table tr.row-split th span.row-summary,
table tr.row-split th span.total-row {
    font-size: 13px !important;
}

span.admin-edit {
    display: block;
    font-size: 0.9em !important;
    color: #aaa;
}

table th .form-group {
    margin-bottom: 0;
}

.tab-panel-2 {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    margin-top: -30px;
    overflow-x: auto;
}

.container-cart-summary {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0 15px;
    background-color: #FFF;
    min-height: 65px;
    font-size: 1.3em;
    box-shadow: 0px 0px 15px 4px #00000053;
    z-index: 5;
    line-height: 64px;
    /*width: 200px;*/
}

.container-cart-summary .row {
    margin-left: 0px;
    margin-right: 0px;
}

.container-cart-summary span.summary-total {
    font-size: 13px;
    margin-left: 10px;
    font-weight: bold;
}

.container-cart-summary span.summary-value {
    font-weight: bold;
    color: #218691;
}

.container-cart-summary div.btn-col {
    min-width: 380px;
}

.container-cart-summary font.font-green {
    color: #218691 !important;
}

.container-cart-summary button.btn {
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.container-cart-summary i.fa,
.container-cart-summary button {
    vertical-align: middle;
}

table td span.block {
    display: block;
}

.progress {
    border: 0;
    border-radius: 0;
}

.container-progress-bar {
    display: inline-block;
    background-color: #666;
    color: #FFF;
    vertical-align: middle;
    position: relative;
    width: 100%;
    min-width: 100px;
    max-width: 140px;
}

.container-progress-bar .progress {
    height: 25px;
    width: 0%;
    margin-bottom: 0;
    background-color: green;
}

.container-progress-bar .progress-bar-text {
    position: absolute;
    margin: auto;
    font-size: 70%;
    margin-top: -34px;
    text-align: center;
    width: 100%;
}


.consignment-progress-bar {
    display: inline-block;
    background-color: #666;
    color: #FFF;
    vertical-align: middle;
    position: relative;
    width: 100%;
    min-width: 100px;
    max-width: 140px;
    border-radius: 3px;
}

.consignment-progress-bar .progress {
    width: 0%;
    margin-bottom: 0;
    background-color: green;
    padding: 15px 0;
}

.consignment-progress-bar .progress-bar-text {
    position: absolute;
    margin: auto;
    font-size: 70%;
    margin-top: -24px;
    text-align: center;
    width: 100%;
    line-height: 20px
}


.consignment-progress-bar-2 {
    display: inline-block;
    background-color: #666;
    color: #FFF;
    vertical-align: middle;
    position: relative;
    width: 100%;
    min-width: 100px;
    max-width: 140px;
    min-height: 12px;
    overflow: hidden;
    border-radius: 3px;
}

.consignment-progress-bar-2 .progress-onhold {
    width: 0%;
    margin-bottom: 0;
    background-color: red;
    padding: 8px 0;
    position: absolute;
    z-index: 4;
}

.consignment-progress-bar-2 .progress-delivered {
    width: 0%;
    margin-bottom: 0;
    background-color: aqua;
    padding: 8px 0;
    position: absolute;
    z-index: 3;
}

.consignment-progress-bar-2 .progress-not-delivered {
    width: 0%;
    margin-bottom: 0;
    background-color: #666;
    padding: 8px 0;
    position: absolute;
    z-index: 3;
}

.consignment-progress-bar-2 .progress-assigned {
    width: 0%;
    margin-bottom: 0;
    background-color: rgb(0, 208, 13);
    padding: 8px 0;
    position: absolute;
    z-index: 2;
}

.consignment-progress-bar-2 .progress-reattempt {
    width: 0%;
    margin-bottom: 0;
    background-color: yellow;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
}

.consignment-progress-bar-2 .progress-do-uploaded {
    width: 0%;
    margin-bottom: 0;
    background-color: #79da21;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
}

.progress-legend-holder {
    text-align: left;
}

.container-bar .row .col span {
    text-align: center;
    display: block;
    line-height: 20px;
}

.container-bar .row .col span.progress-text {
    display: inline-block;
    margin-top: 0px;
}

.progress-legend {
    width: 17px;
    height: 17px;
    border: 1px solid red;
    display: inline-block;
    vertical-align: middle;
}

.progress-green {
    background-color: green;
}

.progress-blue {
    background-color: aqua;
}

.progress-red {
    background-color: red;
}


table td .items-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: auto;
}

table td .items-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

table td .items-thumb-2 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: auto;
}

table td .items-thumb-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

table td span.items-status {
    color: #888;
    display: block;
    font-style: italic;
    font-size: 0.9em;
}

.padding-0 {
    padding: 0;
}

img.warning-icon {
    height: 16px;
    cursor: pointer;
}

i.dodoo-tooltip.tooltip-orange {
    color: #218691;
}

.dodoo-warning {
    padding: 5px 15px;
    background-color: red;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 25px;
    display: inline-block;
    margin-top: 7px;
    width: max-content;
    margin-left: 15px;
}

a.do-link {
    display: inline-block;
    white-space: nowrap;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    overflow: hidden;
    width: 85px;
}

a.do-link-edit {
    display: inline-block;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    overflow: hidden;
    word-break: break-all;
}






/* ====================================== CONTAINER HTML containers-admin and containers-agent ====================================== */
.return-by {
    padding: 7px 15px;
    color: #FFF;
    background-color: red;
}

.return-by-0,
.return-by-1 {
    background-color: #00D00D;
}

.return-by-2 {
    background-color: #EAD000;
}

.container-wrapper table {
    margin-top: -2px;
    margin-bottom: 20px;
    border-bottom: 0px solid #ccc;
}

.container-bar {
    position: relative;
    margin-bottom: 0;
    background-color: #218691;
    color: #FFF;
    padding: 0 40px;
}

.container-bar p {
    margin-bottom: 0;
}

.container-detail {
    padding: 20px 40px 0px 40px;
    background-color: #f1f1f1;
    margin-top: -30px;
    line-height: 20px;
}

table a.a-block {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}

table a.a-items {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    padding: 0;
    overflow: hidden;
    margin: auto;
    margin-right: 18px;
}

table td span.row-summary,
table th span.row-summary {
    color: #218691;
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
}

table td span.row-summary-split {
    color: #FFF;
    background-color: #218691;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px 0px;
    position: absolute;
    width: 100%;
}

table td span.row-summary-reported {
    color: #FFF;
    background-color: red;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px 0px;
    position: absolute;
    width: 100%;
}

table th span.row-summary-reported {
    color: #FFF;
    background-color: red;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px 0px;
    width: 100%;
}

span.item-condition {
    padding: 2px 5px;
    background-color: red;
    color: #FFF;
    cursor: pointer;
    line-height: 20px;
}

span.item-condition.normal {
    background-color: blue;
}

span.item-condition:hover {
    text-decoration: underline;
}

tr.is_new td {
    background-color: #ffeb0045;
}

.dodoo-select ul li img {
    height: 20px;
    margin-right: 15px;
    display: inline-block;
}

.dodoo-select button img {
    height: 25px;
    margin-right: 15px;
    display: inline-block;
}

table.margin-bottom-td tr td {
    padding-bottom: 30px;
    vertical-align: top;
}

.img-del-round {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: -28px;
    right: 30px;
    cursor: pointer;
}

.img-del-round-signed-do {
    width: 17px;
    height: 17px;
    position: absolute;
    margin: -20px 55px;
    cursor: pointer;
}

table a.a-block.signed-do {
    margin: auto 20px;
    overflow: hidden;
    padding: 3px 0;
}


/* ====================================== CONTAINER HTML containers-detail ====================================== */
.a-block.inline-block {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-left: 5px;
}

span.row-summary-total {
    color: #218691;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

.bar-draft {
    color: #FFF;
    padding: 5px;
    background-color: #00264d;
    padding: 10px 40px;
}

.bar-arrived {
    color: #FFF;
    text-align: center;
    padding: 5px;
    background-color: #00D00D;
}

.bar-unload {
    color: #FFF;
    text-align: center;
    padding: 5px;
    background-color: #00D00D;
}

.bar-arrived-0,
.bar-arrived-1,
.bar-unload-0,
.bar-unload-1 {
    background-color: #00D00D;
}

.bar-arrived-2,
.bar-unload-2 {
    background-color: #EAD000;
}

.bar-unloaded {
    background-color: #1953FF;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.container-detail .dodoo-select button.disabled {
    background-color: #FFF;
}

.modal-dialog.modal-table {
    min-width: 1080px;
}

.modal-dialog.modal-table .modal-body {
    padding: 30px;
    position: relative;
}

.container_status {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.damage-qty {
    margin-top: 10px;
    margin-left: 85px;
    position: relative;
    height: 40px;
}

.damage-qty-col {
    display: inline-block;
    max-width: 75px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
}

.upload-btn {
    background-color: #1953ff;
    background-image: url(../../images/upload.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    color: #FFF;
    text-align: right;
    border: 0;
    width: 100px;
    height: 34px;
    padding-right: 10px;
}

table.vertical-align-top td {
    vertical-align: top;
}

img.dodoo-delete-doc {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    right: 0px;
}


.btn {
    background-color: var(--haulier-color);
    border: 1px solid var(--haulier-color);
    color: white;
}
.btn.red {
    background-color: red;
    border-color: red;
    color: white;
}
.btn.outline {
    background-color: white;
    border-color: var(--haulier-color);
    color: var(--haulier-color);
}
.btn.outline.red {
    background-color: white;
    border-color: red;
    color: red;
}
.modal-footer .btn {
    width: 150px;
    height: 36px;
}
.btn.square {
    min-width: unset;
    min-height: unset;
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
}

.modal .btn-del-round {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    color: #FFF;
    background-color: red;
    border: 0;
    position: absolute;
    margin-top: -17px;
    right: 0px;
    user-select: none;
}

.modal .btn-del-round i.fa.fa-remove {
    position: absolute;
    margin-left: -0.4em;
    height: 10px;
    line-height: 1px;
    font-size: 85%;
}

div.select-wrapper .dodoo-select button.dodoo-select-btn {
    line-height: 36px;
}

div.select-wrapper .dodoo-select ul li {
    line-height: 36px;
}

span.unload-by {
    display: block;
}

span.reminder {
    font-size: 0.9em;
    color: red;
    line-height: 14px;
    display: block;
    margin-bottom: 15px;
}

input.input-sm {
    padding: 5px 0px;
}

input.input-sm.remark {
    padding-left: 15px;
}

.link {
    padding: 0;
    color: blue;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    position: absolute;
}

.auto-approve-switch {
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
}

.auto-approve {
    padding: 10px;
    margin-bottom: 5px;
    color: #979797;
    background-color: #f1f1f1;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.auto-approve-trans {
    padding-top: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.font-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

.font-white {
    color: #fff;
}

.font-black {
    color: #333;
}

.font-grey {
    color: #777 !important;
}

.font-grey-2 {
    color: #999;
}

.font-blue {
    color: var(--dodoo-highlight-blue) !important;
}

.font-red {
    color: red;
}

.font-pink {
    color: #fb28fc;
}

.font-green {
    color: #218691;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.font-green-2 {
    color: #00474f;
}

.font-green-3 {
    color: #00d00d;
}

.font-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.font-link-red {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.font-red {
    color: red;
    cursor: pointer;
}

.font-link-green {
    color: #64b5bc;
    text-decoration: underline;
    cursor: pointer;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.info-orange {
    color: #218691;
    font-size: 15px;
}

.h3-draft {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px !important;
    font-weight: normal;
}

.for-height {
    height: 40px;
    display: block;
}

.must-receive-before {
    position: absolute;
    color: red;
    font-style: italic;
    right: 50px;
}

.truck-img {
    width: auto;
    height: 200px;
    overflow: hidden;
    margin-bottom: 2px;
}

.truck-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
}

.truck-thumbnail-holder {
    width: 270px;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
}

.truck-thumbnail-slider {
    width: auto;
    height: 45px;
}

.truck-img-small {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    margin-left: 0;
    margin-right: 2px;
    position: relative;
}

.truck-img-small img.del-img,
img.del-img {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
    opacity: 0;
}

.truck-img-small img.del-img {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
    opacity: 0;
}

.truck-img-small:hover img.del-img {
    opacity: 1;
}

.truck-img-small img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
}

.text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-camera {
    height: 100%;
    cursor: pointer;
}

table.item-condition td span {
    display: block;
}

table td span.items-total {
    color: #218691;
    font-size: 1.3em !important;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

/* ====================================== CONTAINER HTML containers-consignment-add ====================================== */
.profile-search {
    position: absolute;
    margin: 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.profile-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consignee-info {
    padding: 20px;
    background-color: #f1f1f1;
    margin-right: 5px;
}

.container-total {
    border-bottom: 4px solid #aaa;
}

.del-do {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
    right: 20px;
    margin-top: 20px;
    z-index: 2;
}

.del-do:hover {
    opacity: 1;
}

.div-border-orange {
    border: 2px solid #218691;
    border-radius: 5px;
}

.div-red {
    background-color: #ff2b00;
    border: 2px solid #ff2b00;
    color: #fff;
    border-radius: 5px;
}

.div-border-orange label,
.div-red label {
    margin-bottom: 0px;
}

/* ====================================== CONTAINER MODAL HTML modal-item-condition ====================================== */
.modal-dialog.modal-item-condition {
    min-width: 960px;
}

.modal-dialog.modal-img-p2p {
    min-width: 560px;
}

.modal-dialog.modal-item-condition .modal-body {
    padding: 40px;
    position: relative;
}

.img-preview {
    width: 100%;
    height: 520px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
    cursor: pointer;
}

.img-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-preview-1 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    background-color: #d8d8d8;
    cursor: pointer;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
}

.img-preview-1.enlarge {
    height: auto;
    /*min-height: 600px;*/
}

.img-preview-1 img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-prev,
.btn-next,
.btn-next-gallery,
.btn-prev-gallery {
    width: 40px;
    height: 30px;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    border: 0;
}

.btn-next-gallery,
.btn-prev-gallery {
    background-color: #eee;
}

.btn-prev:hover,
.btn-next:hover {
    /*background-color: #e1e1e1;*/
}

.btn-prev:active,
.btn-next:active {
    /*background-color: #d5d5d5;*/
}

.item-title {
    color: #218691;
    margin-bottom: 0px;
}

.item-detail {
    font-size: 1.8em;
}

.item-detail-normal {
    font-size: 1em;
}

.item-detail-2 {
    font-size: 1.4em;
    margin-bottom: 0px;
}

img.close {
    float: right;
    margin-top: -5px;
    cursor: pointer;
}

.item-conditions {
    display: inline-block;
    margin-right: 15px;
}

.img-remark {
    text-align: center;
    background-color: #000;
    color: #FFF;
    padding: 10px;
}

.img-remark-2 {
    background-color: #eee;
    color: #333;
    padding: 8px;
    min-height: 60px;
    border: solid 1px #d8d8d8;
    border-radius: 2px;
}

.img-remark-2 .font-smaller {
    color: #666;
}

.img-remark-2 textarea {
    font-size: 13px !important;
    padding: 5px !important;
}


/* ====================================== CONTAINER MODAL HTML modal-edit-condition ====================================== */
.item-condition {
    cursor: pointer;
}

.container-detail .profile-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.container-detail .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkbox-checkout {
    color: #333;
}

button.btn-condition {
    border: 0;
    font-size: 0.9em;
    background-color: #999;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
    width: 80px;
}

button.btn-condition.btn-selected {
    background-color: #218691;
}

img.plus-minus {
    position: absolute;
    cursor: pointer;
    width: 16px;
    margin-top: 8px;
}

img.plus-minus.minus {
    margin-left: -18px;
}

img.plus-minus.plus {
    margin-left: 47px;
}

/* ====================================== DASHBOARD HTML ====================================== */
.summary {
    width: auto;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.summary span {
    font-size: 1em;
    display: block;
    margin-bottom: 0;
}

.summary span.big {
    font-size: 2em;
    font-weight: bold;
}

.summary.yellow {
    background-color: #FFB400;
}

.summary.orange {
    background-color: #D66000;
}

.summary.green {
    background-color: #00D00D;
}

.summary.blue {
    background-color: #07A7C7;
}

.summary.light-blue {
    background-color: #00b8ff;
}

.summary.black {
    background-color: #333;
}


/* ====================================== DELIVERY HTML items-pending ====================================== */
div a.a-block.show-more {
    display: inline-table;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: unset;
    font-size: 12px;
    line-height: 5px;
    margin-left: 10px;
}

div a.a-block.hide {
    display: none;
}

.select-wrapper {
    /*height: 50px;
    position: absolute;*/
}

table a.a-items {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    padding: 0;
    max-width: 120px;
    overflow: hidden;
    margin: auto;
}

.container-bar .row .col {
    text-align: center;
}

table.collapse {
    display: none;
}

.btn-rollback {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

.container-bar-1 {
    padding: 6px 40px !important;
    cursor: pointer;
    user-select: none;
}

/* ====================================== DELIVERY HTML delivery-list ====================================== */
span.row-location {
    display: block;
}

/* ====================================== DELIVERY HTML delivery-detail ====================================== */
span.edit-trip-info {
    display: block;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    width: 100px;
}

table .dodoo-select ul.dodoo-select-opt li {
    word-break: break-word;
    white-space: initial;
    border-bottom: none;
    line-height: 1.6em;
}

/* ====================================== DELIVERY HTML model-new-trip ====================================== */
.row.existing-trip .col .form-group {
    margin-bottom: 0;
}

/* ====================================== LOGIN HTML ====================================== */
.login-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: auto;
}

.form-container {
    width: 350px;
    margin: 100px auto;
    text-align: center;
}

input.dodoo-login-input {
    font-size: 18px;
    display: block;
    padding: 10px;
    padding-bottom: 8px;
    width: 100%;
    border: 0;
    background-color: #ffffff00;
    border-bottom: 1px solid #8c8c8c;
    transition: border-bottom 0.3s;
    color: #ddd;
    text-align: center;
}

.form-check-label {
    cursor: pointer;
    color: #000;
}

.dodoo-login-btn {
    background-color: #f79d20;
    padding: 10px;
    color: #FFF;
    width: 100%;
    font-size: 1.4em;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

input.dodoo-login-input:focus {
    border-bottom: 1px solid #ababab;
}

.footer {
    margin: 50px 20px;
    padding-top: 50px;
    font-size: 0.9em;
    color: #aaa;
    display: block;
    text-align: center;
    border-top: 1px solid #888;
}

/* ====================================== SUPPLIER HTML suppliers-add-vehicle ====================================== */
a.a-block {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #1953FF;
    text-decoration: underline;
}

table.service-history th,
table.service-history td {
    text-align: center;
}

/* ====================================== TAB HTML ====================================== */

table tr td div.dodoo-select {
    max-width: 140px;
    margin: auto;
}

/* ====================================== VEHICLES HTML vehicles-add ====================================== */
.truck-thumbnail-slider-1 {
    width: 300px;
    height: 100px;
}

.truck-img-small:hover img.del-img {
    opacity: 1;
}

/* ====================================== VEHICLES HTML modal-add-service ====================================== */
.btn-add-item-1 {
    font-size: 2em;
    position: absolute;
    right: 50px;
    margin-top: 5px;
}

.input-unit.left {
    right: initial;
    left: 20px;
}

.total-cost {
    font-size: 1.6em;
    font-weight: bold;
    color: #218691;
}

/* ====================================== J-CUSTOM-CSS container html p2p-new ====================================== */
.p2p-carton {
    margin-left: 60px;
    margin-right: -5px;
}

.p2p-weight {
    margin-left: 15px;
    margin-right: : -19px !important;
}

.p2p-m3 {
    margin-right: 35px;
}

.p2p-remove {
    margin-top: 5px;
    margin-left: 67%;
}

.p2p-pickup {
    padding-top: 20px;
}

.dodoo-bg-2 {
    background-color: #218691;
    padding: 10px 15px 5px 15px;
    margin-bottom: 0px;
}

.title-2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.title-3 {
    font-size: 20px;
    font-weight: bold;
    color: #218691;
}

.dodoo-bg-3 {
    background-color: #fff;
    padding: 10px 15px 5px 15px;
    margin-bottom: 0px;
}

.row-line {
    border-bottom: 2px solid #218691;
    margin-left: 0px;
}

.dodoo-close {
    margin-top: -25px !important;
    margin-right: 40px !important;
}

.cust-do {
    background-color: #09a214 !important;
}

input[type="text"].input-bgcolor {
    background-color: #f1f1f1;
}

.cust-thumb {
    width: 38px;
    height: 38px;
}

.tb-width {
    width: 100%;
    margin-top: 5px;
}

.cust-cal {
    padding-right: 0px !important;
    max-width: none;
    text-align: left;
}

.cust-cal-total {
    text-align: right !important;
    max-width: none !important;
    width: 90px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-add-stop {
    color: #FFF;
    background-color: #218691;
    border-bottom: 4px solid #d66000;
}

.btn-add-stop:hover,
.btn-add-stop:active {
    background-color: #d66000;
    border-bottom-width: 4px;
}

.cust-head {
    text-align: left !important;
    font-size: 20px !important;
    line-height: 44px !important;
}

.header-detail {
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-2 {
    font-size: 18px;
}

.title-4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.detail-space {
    margin-top: 5px;
}

.br-cust {
    display: block;
}

.cust-cent {
    margin-right: 14px !important;
}

.clearable {
    position: relative;
    display: inline-block;
    width: 100%;
}

.clearable input[type=text] {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}

.clearable-clear {
    position: inherit;
    right: 35px;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    display: none;
}

.upload-1 {
    margin-top: 0px !important;
}

/*.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
}
.container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -17px;
    background-color: white;
    border: 4px solid #218691;
    top: 10px;
    border-radius: 50%;
    z-index: 1;
}*/
.right {
    left: 0%;
}

.right::before {
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.right::after {
    left: 30px;
}

.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* ====================================== INPUT LINE ====================================== */
.custom-input input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.custom-input input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.dodoo-table td:first-child {
    border-left: 1px solid #ccc !important;
}

.dodoo-table td {
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

.remark-p2p {
    display: contents;
    color: #aaa;
    font-style: italic;
}

.remark-p2p-1 {
    display: contents;
    color: #000;
    font-style: italic;
}

tr.diff-border {
    border-top: 10pt solid #ccc !important;
}

.img-del-round-new {
    width: 17px;
    height: 17px;
    margin-top: -50px;
    cursor: pointer;
}

.pill-lg {
    padding: 10px 15px !important;
    margin-top: 0px !important;
}

.pill-quotation,
.pill-invoice {
    padding: 8px 20px !important;
    margin-top: 0px !important;
    border-radius: 17px;
    background-color: rgba(220, 111, 33, 1);
    font-size: 12px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}

.pill-quotation.active,
.pill-invoice.active {
    background-color: #96450b;
}

.min-width-auto {
    min-width: auto;
}

.container-bar .p2p-link {
    font-weight: bold;
    color: #555;
}

#map {
    height: auto;
    position: absolute;
    top: 110px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: auto;
    position: absolute;
    top: -9999px;
}

.bg-grey {
    background-color: #f1f1f1;
}

.unloader-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-top: 0px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    display: inline-block;
    margin-right: 5px;
}

.unloader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.unloader-img i {
    margin-top: 10px;
    font-size: 15px;
}

.green-bg {
    background-color: #00d00d;
    color: #fff;
    text-align: center;
}

.unloader-img img.del-img {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 2px;
    margin-left: 35px;
    cursor: pointer;
    opacity: 0;
}

.unloader-img img.del-img {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
    cursor: pointer;
    opacity: 0;
}

.unloader-img:hover img.del-img {
    opacity: 1;
}

.lg-pill {
    padding: 7px 7px 7px 7px !important;
}

.modal-dialog.modal-item-condition-1 {
    min-width: 80%;
    min-height: 80%;
}

img.close {
    margin-left: 94%;
    margin-top: -5px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    z-index: 1000;
}

.center-align {
    width: 100%;
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.item-photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-dropzone {
    width: 180px;
    padding: 0px;
    margin-top: 15px;
    float: right;
}

.item-img-bg {
    width: 80px;
}

.item-img-bg p {
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    font-size: 30px;
    margin: -70px auto;
    text-shadow: 2px 2px #555;
    cursor: pointer;
}

.toast {
    opacity: 1;
}

.introjs-tooltip li[role='presentation'] a {
    padding: 0;
}

.img-delete {
    margin-left: auto;
    z-index: 99;
    margin-right: 20px;
    margin-top: -50px;
}

.img-delete-2 {
    position: absolute;
    margin-top: -300px;
    margin-left: 140px;
}

.summary-orange {
    background-color: #218691;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.summary-red {
    background-color: red;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.th-orange {
    background-color: #218691 !important;
}

.dodoo-textarea {
    width: 100%;
}

.pickup-list-header th {
    background-color: #218691;
    color: #fff;
}

table td .invoice-generated {
    font-size: 0.9em;
    color: #999;
    margin-top: 5px;
    display: block;
}

table tr th.w-80px {
    width: 80px;
}

table tr th.w-90px {
    width: 90px;
}

table tr th.w-100px {
    width: 100px;
}

table tr th.w-120px {
    width: 120px;
}

table tr th.w-140px {
    width: 140px;
}

table tr th.w-180px {
    width: 180px;
}

table tr th.w-190px {
    width: 190px;
}

table tr th.w-200px {
    width: 200px;
}

table tr th.w-220px {
    width: 220px;
}

table tr th.w-240px {
    width: 240px;
}

table tr th.w-460px {
    width: 460px;
}

table td.relative {
    position: relative;
}

.summary-header .summary-col {
    font-size: 16px;
    color: #218691;
}

.auto-approve-notice {
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.remove-do-link {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    opacity: 1;
}

img.btn-remove-do {
    right: 8px;
    top: 10px;
    width: 20px;
}

.introjs-helperNumberLayer {
    top: 10px;
}

.nav-notification {
    color: #00d00d;
    font-size: 10px;
    height: 17px;
    vertical-align: bottom;
}

div.dropdown-menu.dropdown-bubble a {
    font-weight: bold;
    line-height: 40px;
}

div.tab-content a:hover+div.dropdown-menu.dropdown-bubble,
div.dropdown-menu.dropdown-bubble:hover {
    background-color: #00264d;
    left: 0px;
    margin-top: 0px;
    display: block;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu.show {
    background-color: #00474f;
    left: 0px;
    margin-top: 0px;
}

.job-dropdown-option.dropdown-menu.show {
    background-color: #fff;
    left: 0px;
    margin-top: 0px;
}

div.dropdown-menu.dropdown-bubble a:hover,
div.dropdown-menu.dropdown-bubble a:active {
    color: #218691;
}

.tab-wrapper .tab a.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #218691;
}

.font-smaller {
    font-size: 80%;
}

.icon-status {
    width: 40px;
}

.mw-200 {
    min-width: 200px;
    width: 200px;
}

.mw-250 {
    min-width: 250px;
    width: 250px;
}

table.table {
    table-layout: fixed;
}

table.table th {
    min-height: 54px;
    height: 54px;
}

table.table.modal-split tr td,
table.table.modal-split tr td input {
    font-size: 20px !important;
}

table.table.modal-split tr td.error {
    background-color: #ffbfbf;
}

.dodoo-business-bg {
    background-color: #00474f;
}

.pickup-detail-list-edit {
    margin-right: 10px;
    color: #00264d;
    font-size: 16px;
}

.pickup-detail-list-close {
    color: red;
    font-size: 16px;
}

.picked-up-text {
    color: #4063d5;
    margin-right: 5px;
}

.pickup-tr {
    border-bottom: 2px solid #00264d;
}

.tab-badge {
    background-color: red;
    font-size: 100%;
    position: absolute;
    margin-top: -3px;
    margin-left: -2px;
    border-radius: 50%;
    padding: 2px 6px;
}

.clear-font {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

.edit-font {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    float: right;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-100 {
    line-height: 100px;
}

.bar-draft.pickup {
    margin-top: -30px;
}

.toggle-off {
    cursor: not-allowed !important;
}

.white-font {
    color: #fff;
}

.red-lock {
    color: #ff2b00;
    font-size: 30px;
    margin-right: 5px;
}

.green-unlock {
    color: #00d00d;
    font-size: 30px;
    margin-right: 5px;
}

.btn-red:disabled {
    background-color: #999;
    cursor: default;
}

.btn-blue-outline {
    background-color: white;
    color: #2D3399;
    border: 2px solid #2D3399 !important;
    cursor: default;
    outline: none;
}

.btn-red-outline {
    background-color: white;
    color: #2D3399;
    border: 2px solid #2D3399 !important;
    cursor: default;
    outline: none;
}

.btn-red-outline {
    border: 2px solid red !important;
    color: red;
    background-color: inherit;
    height: 30px;
    min-width: 90px;
}

.nav-link-dodoo {
    color: #000;
    font-weight: bold;
    border: 2px solid #979797;
    border-radius: 5px;
    margin-right: 10px;
}

.nav-link-dodoo.active {
    color: #1853fe;
    font-weight: bold;
    border: 2px solid #1853fe;
    border-radius: 5px;
    margin-right: 10px;
}

.nav-link-dodoo.active:hover {
    color: #1853fe;
}

.nav-link-dodoo:hover {
    color: #000;
}


.pickup-table th {
    background-color: #00474f !important;
}

.nav-item-pickup,
.nav-item-delivery,
.nav-item-transit,
.nav-item-invoice {
    width: 50%;
    text-align: center;
}

.nav-link-pickup,
.nav-link-pickup:hover,
.nav-link-invoice,
.nav-link-invoice:hover {
    color: #777;
    padding: 15px;
}

.switch-pickup {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
}

.switch-pickup input {
    display: none;
}

.tab-content-pickup,
.tab-content {
    margin-top: 10px;
}

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #218691;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    z-index: 2;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    -webkit-transition: .4s;
    transition: all 0.4s ease-in-out;
}

.slider:after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "Metre";
    font-size: 15px;
    text-align: left !important;
    line-height: 34px;
    padding-left: 0;
    width: 100px;
    color: #fff;
    height: 34px;
    border-radius: 100px;
    background-color: #218691;
    -webkit-transform: translateX(-66px);
    -ms-transform: translateX(-66px);
    transform: translateX(-66px);
    transition: all 0.4s ease-in-out;
}

input:checked+.slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    padding-left: 15px;
}

input:checked+.slider:before {
    background-color: #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(66px);
    -ms-transform: translateX(66px);
    transform: translateX(66px);
}

.slider.round {
    border-radius: 15px;
}

.slider.round:before {
    border-radius: 50%;
}

.absolute-no {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: right !important;
    font-size: 15px;
    width: calc(100% - 25px);
    height: 100px;
    line-height: 34px;
    cursor: pointer;
}

.btn-sp {
    width: 40px;
    height: 40px;
}

.nav-link-delivery {
    font-weight: bold;
    color: #777;
    padding: 5px;
}

.nav-link-delivery.active {
    color: #218691 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #ffb400 #ffb400 #f1f1f1 !important;
    border-top: 5px solid !important;
}

.nav-link.active .fa-cust:before {
    content: "\f14a";
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
}

.nav-link .fa-cust:before {
    content: "\f0c8";
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}

input[class*="cubic-feet"]:disabled,
input[class*="input-height"]:disabled,
input[class*="input-length"]:disabled,
input[class*="input-width"]:disabled {
    background: #f5f5f5;
}

.nav-tabs-delivery {
    border-bottom: 1px solid #ffb400;
}

.pickup-list tbody th {
    border-bottom: 0px solid #dee2e6 !important;
    border-top: 0px solid #dee2e6 !important;
}

#modal-blank .modal-content {
    text-align: center;
}

#modal-blank .modal-content h3 {
    color: #ffb400;
}

#modal-blank .modal-content span.driver-online-state {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    vertical-align: middle;
    background-color: #ccc;
}

#modal-blank .modal-content span.driver-online-state.online {
    background-color: green;
}

.modal-split table td input {
    text-align: center;
}

.timeline-sidebar-summary {
    display: block !important;
    margin-left: -40px;
    height: auto;
    width: 280px;
    background-color: #eee;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-content-cust,
.tab-content-to-arrive {
    margin-top: 0px !important;
    /* line-height: 48px; */
}


.invoice-timeline-wrapper {
    height: auto;
}

.stick {
    position: fixed;
    top: 50px;
    z-index: 999;
    width: 300px;
}

.dodoo-light-orange {
    color: #000 !important;
    background-color: rgba(245, 110, 0, 0.8);
}

.btn-remove-child {
    margin-top: 5px;
    background-color: red;
    color: #FFF;
}

button.btn-orange:disabled {
    background-color: #aaa;
    border-color: #aaa;
    cursor: not-allowed;
}

table td span.row-summary-balance {
    color: #FFF;
    background-color: #218691;
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    font-size: 13px !important;
}

table td span.row-summary-reported-deliver {
    color: #FFF;
    background-color: red;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    font-size: 100% !important;
}

table td span.row-summary+span.row-summary-reported-deliver {
    margin-top: 40px;
}

table td span.row-summary-split+span.row-summary-reported-deliver {
    margin-top: 40px;
}

table td span.row-summary-reported-deliver+button.btn-remove-child,
table td span.row-summary-reported-deliver+div.btn-split-decoy {
    display: block;
    margin: auto;
    margin-top: 73px;
}

table td span.row-summary-reported+span.row-summary-balance {
    margin-top: 40px;
}

table td span.row-summary-split+button.btn-remove-child,
table td span.row-summary-split+div.btn-split-decoy {
    display: block;
    margin: auto;
    margin-top: 40px;
}

.search-bg {
    background-color: #f56e00;
    border-radius: 5px;
    padding: 5px;
}

.sidebar .dodoo-select {
    padding-right: 20px;
    padding-bottom: 10px;
}

.sidebar .dodoo-select-opt-wrapper {
    margin-right: 20px;
}

.sidebar .dodoo-search {
    margin-right: 20px;
    margin-bottom: 10px;
}

.table tr.row-split,
.table tr.row-split:nth-of-type(odd) {
    background-color: #fff7dd;
    border-top: 1px solid #ddd;
}

.modal .table-striped tbody:nth-of-type(odd) {
    background-color: transparent;
}

.modal .table-striped tbody tr:nth-of-type(odd) {
    background-color: #EDF1F9;
}

.show-more i {
    font-size: 30px;
    font-weight: bold;
}

.accordion-heading-wh table td {
    color: #fff !important;
}

.accordion-heading-wh i {
    font-size: 17px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
}

.accordion-heading-wh table {
    margin-top: -15px;
}

.accordion-heading-wh .form-group {
    margin-top: 10px;
}

.accordion-heading-wh i {
    margin-top: 0px;
}

.listing-style .accordion-heading {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.accordion-inner-wh table {
    background-color: rgba(0, 0, 0, 0.03);
}

.item-radio {
    width: 100%;
}

.item-radio input[type="radio"] {
    display: none;
}

.item-radio input[type="radio"]:checked+.box {
    border: solid 2px #1853fe;
}

.item-radio input[type="radio"]:checked+.box span {
    color: #1853fe;
    top: 6px;
}

.item-radio input[type="radio"]:checked+.box span:before {
    /*transform: translateY(0px);*/
    opacity: 1;
}

.item-radio .box {
    width: 90px;
    height: 90px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: solid 2px #c2c2c2;
    border-radius: 5px;
    margin-right: 10px;
}

.item-radio .box.disabled {
    cursor: not-allowed;
}

.item-radio .box i {
    font-size: 35px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.item-radio .box span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 13px;
    user-select: none;
    color: #c2c2c2;
    top: 6px;
}

.item-radio .box span:before {
    font-size: 35px;
    font-family: FontAwesome;
    display: block;
}

.grey-bg {
    background-color: #eee;
}

.grey-bg-2,
.table-invoice-div tr:last-child {
    background-color: #eee;
}

.btn-calculator {
    min-width: 30px;
    color: #FFF;
    background-color: #1853fe;
    padding: 0px;
    font-size: 18px;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
textarea.dodoo-input:disabled {
    background: #eee;
}

.db-login-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
}

.db-login-form {
    width: 300px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img.login-logo {
    width: 220px;
    margin-bottom: 25px;
}

input.dodoo-input,
textarea.dodoo-input {
    width: 100%;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    text-align: left;
    transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
}

.btn-user-submit {
    background-color: #00feff;
    color: #000;
    font-weight: bold;
    height: 42px;
    border-radius: 0px;
}

.btn-user-cancel {
    background-color: #a1a1a1;
    color: #000;
    font-weight: bold;
    height: 42px;
    border-radius: 0px;
}

.btn-google {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    height: 42px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.btn-facebook {
    background-color: #1877f2;
    color: #fff;
    font-weight: bold;
    height: 42px;
    border-radius: 0px;
}

.one-input {
    width: 48px !important;
}

input.one-input {
    text-align: center !important;
    border: 2px solid #ccc;
}

input.one-input:focus {
    text-align: center !important;
    border: 2px solid #1953ff;
}

.profile-photo-login {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;
}

.profile-photo-login img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 400px) {
    .agree-photo {
        width: 300px;
        height: 250px;
        overflow: hidden;
        margin: 30px auto;
    }
}

@media only screen and (min-width: 401px) {
    .agree-photo {
        width: 400px;
        height: 250px;
        overflow: hidden;
        margin: 30px auto;
    }
}

.agree-photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


div.top-bar .navs ul {
    top: 0px;
}

div.top-bar .navs ul li a {
    padding: 15px 15px 15px !important;
}

.mob-prof {
    margin-left: auto;
}

.navbar-brand {
    height: 63px !important;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand s img {
    display: block;
}

.no-padding {
    padding: 0px;
}

.mobile-cust-nav {
    width: 100%;
    margin-left: 0px;
    display: -moz-box !important;
}

.mobile-profile {
    width: 20%;
    cursor: pointer;
    border-left: none !important;
    padding-right: 5%;
}

.mobile-logo {
    width: 60%;
    margin-top: -22px;
}

.mobile-logo a {
    padding: none !important;
}

.mobile-burger {
    cursor: pointer;
    padding-left: 5%;
    margin-top: 22px;
    width: 20%;
}

.burger {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
}

.cust-table td {
    vertical-align: middle !important;
}

.border-left {
    border-left: .25rem solid #1c53fc !important;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.active-job,
.online-cash {
    color: #fff;
    background-color: #479ad1;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
}

.online-transporter,
.online-charge {
    color: #fff;
    background-color: #d2a148;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
}

.online-commission {
    color: #fff;
    background-color: #49d39c;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
}

.online-expired {
    color: #fff;
    background-color: #f65893;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
}

.online-commission h3,
.active-job h3,
.online-cash h3,
.online-transporter h3,
.online-charge h3,
.online-expired h3,
.total-commission h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
}

.online-commission p,
.active-job p,
.online-cash p,
.online-transporter p,
.online-charge p,
.online-expired p,
.total-commission p {
    margin-bottom: 5px;
}

.search-bt {
    color: #fff;
    background-color: #363946;
    font-weight: bold;
    height: 42px;
}

.dodoo-vehicle {
    width: 60px;
    margin-top: -5px;
}

.pill-online,
.pill-active,
.pill-approved {
    background-color: #1dcf27;
}

.pill-suspended {
    background-color: #dc3545;
}

.pill-pending {
    background-color: #ffc107;
}

.pill-offline,
.pill-expired,
.pill-terminated,
.pill-inactive {
    background-color: #444;
}

.pill-blue {
    background-color: #3363c8;
    border-radius: 4px;
    font-size: 10px;
}

.pill-agent {
    background-color: #218691;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.pill-personal {
    background-color: #58c2ce;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.pill-generated {
    background-color: #26B99A;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.pill-sm-grey {
    color: #888;
    border-radius: 3px;
    border: solid 1px #888;
    background-color: #ddd;
    font-size: 10px;
    padding: 0px 7px;
}

.pill-sm-blue {
    color: #2d3399;
    border-radius: 3px;
    border: solid 2px #2d3399;
    background-color: #fff;
    font-size: 10px;
    padding: 0px 7px;
    font-size: 10px;
}

.pill-invoice-pending {
    background-color: #ccc;
}

.pill-invoice-sent {
    background-color: #00ddee;
}

.pill-invoice-partial {
    background-color: #ffb400;
}

.pill-invoice-overdue {
    background-color: red;
}

.pill-invoice-paid {
    background-color: #00d00d;
}

.pill-invoice-pending,
.pill-invoice-sent,
.pill-invoice-partial,
.pill-invoice-overdue,
.pill-invoice-paid {
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    width: 80px;
    font-size: 10px;
    text-align: center;
}

.timeline-p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    top: 35%;
    position: relative;
}

.timeline-stop {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    top: 20%;
    position: relative;
}

.connector::before {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #1853fe;
    top: -25px;
    left: 50%;
    margin-left: -6px;
    height: 26px;
}

.timeline {
    border: solid 2px #979797;
    height: 70px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #979797;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.timeline-disabled {
    border: solid 2px #979797;
    height: 70px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #979797;
    background-color: #fff;
    cursor: not-allowed;
    border-radius: 5px;
}

.timeline.active {
    border-color: #1853fe !important;
    color: #1853fe !important;
}

.timeline-add-stop {
    border: solid 2px #00d00d;
    height: 50px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #00d00d;
    cursor: pointer;
    margin-bottom: 100px;
}

.timeline-add-stop-disabled {
    border: solid 2px #a7a5a6;
    height: 50px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #a7a5a6;
    cursor: not-allowed;
}

#close {
    margin-left: 155px;
    margin-top: 10px;
    position: absolute;
    z-index: 99;
}

#counter {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    opacity: 0;
}

.pb-pills {
    border: 2px solid #979797;
    height: 30px;
    width: 100px;
    padding-top: 3px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
}

.pb-pills a {
    color: #000;
}

.pb-pills.active {
    border: 2px solid #1853fe;
    height: 30px;
    width: 100px;
    padding-top: 3px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    color: #1853fe;
    font-weight: bold;
}

.pb-pills.active a {
    color: #1853fe;
}

.blue-div {
    background-color: #00ddee;
    padding: 6px 15px 15px 15px;
    border-radius: .25rem;
}

.btn-print {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 42px;
}

.btn-blue-full {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 42px;
    width: 100%;
}

.btn-blue-auto {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 42px;
    width: auto;
}

.btn-light-blue {
    background-color: #45aadd;
    color: #fff;
    font-weight: bold;
    min-width: 90px;
    height: 38px;
}

.btn-blue-2 {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 33px;
    width: auto;
}

.btn-blue-3 {
    background-color: #4ab7ed;
    color: #fff;
    font-weight: bold;
    min-width: 90px;
    line-height: 26px;
}

.btn-green-full {
    background-color: #00d00d;
    color: #fff;
    font-weight: bold;
    height: 42px;
    width: 100%;
}

.btn-green {
    background-color: #00d00d;
    color: #fff;
    font-weight: bold;
    min-width: 90px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
}

.btn-green-2 {
    background-color: #00d00d;
    color: #fff;
    font-weight: bold;
    height: 42px;
    width: auto;
}

.btn-transparent {
    background-color: rgba(0, 0, 0, 0);
    color: #979797;
    font-weight: bold;
    min-width: 90px;
    line-height: 26px;
}


input.input-length:focus,
input.input-height:focus,
input.input-width:focus {
    border: 1px solid #1853fe;
}

.btn-plus {
    background-color: #00d00d;
    color: #fff;
}

.btn-minus {
    background-color: red;
    color: #fff;
}

.pill-tag {
    background-color: #eee;
    font-size: 12px;
    border-radius: 4px;
    color: #999;
    padding: 1px 7px 1px 7px;
    border: solid 1px #999;
}

.summary-total-div {
    position: fixed;
    bottom: 0;
    background-color: #fff;
}

.summary-total-div td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.do-table {
    border-bottom: solid 1px #ccc;
    padding-bottom: 0px;
}

.btn-edit {
    color: #FFF;
    background-color: #218691;
    box-shadow: 2px 2px #ccc;
}

.btn-add {
    color: #FFF;
    background-color: #1dcf27;
}

.delete-icon {
    margin-top: 7px;
    font-size: 25px;
    color: red;
    cursor: pointer;
}

.delete-icon-address {
    margin-top: 18px;
    font-size: 25px !important;
    color: red;
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: 2;
}

.add-icon {
    margin-top: 7px;
    font-size: 25px;
    color: #00d00d;
    cursor: pointer;
    ;
}

.balance-div {
    box-shadow: 0px 0px 30px 5px #ccc;
    padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.dodoo-link,
.dodoo-link:hover {
    font-weight: bold;
    color: #000;
    width: auto;
    padding: 10px 10px 5px 10px !important;
    text-align: center;
}

.credit-balance .dodoo-link,
.credit-balance .dodoo-link:hover {
    width: 120px;
}

.dodoo-link.active {
    color: #218691;
}

.dodoo-link.bigger {
    width: 200px;
}

.dodoo-link.md {
    width: 150px;
}

.dodoo-link.medium {
    min-width: 130px;
}

.table th {
    background-color: #00474f;
}

.font-rm {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 20px;
}

.table-wallet td {
    padding: 10px 20px 10px 20px !important;
}

.dropzone {
    min-height: auto !important;
    padding: 10px 20px;
}

.btn-change {
    min-width: 90px !important;
    height: 42px;
    color: #000;
    background-color: #00feff;
    font-weight: bold;
}

.new-message {
    background-color: #ffffcc !important;
}

.table-auto {
    table-layout: auto !important;
}

.db-contact-dismissable {
    width: auto;
    padding: 8px 5px 8px 20px;
}

.du-email-dismissable {
    width: 100%;
    padding: 8px 5px 8px 20px;
}

.du-email-dismissable button,
.db-contact-dismissable button {
    margin-top: 3px;
    margin-right: 15px;
}

.add-new-email {
    color: #1953FF;
    cursor: pointer;
    font-weight: bold;
}

.white-link {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
}

.notification-panel-red {
    background-color: red;
    color: #fff;
    padding: 10px;
    position: sticky;
    left: 0px;
    right: 0px;
    top: 50px;
    z-index: 1000;
}

.sidebar-option {
    cursor: pointer;
    margin-left: 0px;
    margin-top: 15px;
    border-left: 4px solid #00474f;
}

.sidebar-option.active {
    border-left: 4px solid #27dbe9;
}

.sidebar-option.active p {
    color: #27dbe9;
    font-size: 15px;
}

.sidebar-option p {
    color: #fff;
    font-weight: bold;
    margin-left: 22px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.sidebar-option:hover p {
    color: #27dbe9;
}

.sidebar-option:hover {
    border-left: 4px solid #27dbe9;
}

.job-breadcrumb {
    margin-top: -20px;
    margin-bottom: 25px;
    margin-left: -25px;
    margin-right: -25px;
    height: 52px;
}

.job-breadcrumb.tab {
    background-color: #004750;
}

.job-breadcrumb .col {
    background-color: #004750;
}

.job-breadcrumb p {
    color: #fff;
    margin-top: 15px;
    margin-left: 10px;
}

.job-top-info {
    background-color: #dee2e6;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -30px;
    margin-bottom: 25px;
    padding: 20px 40px 0px 27px;
}

.job-status-bar {
    background-color: #00264d;
    margin-left: -55px;
    margin-right: -65px;
    margin-top: -30px;
    margin-bottom: 25px;
    padding: 20px 40px 0px 27px;
    min-height: 60px;
}

.job-status-bar h5 {
    color: #fff;
}

.summary-header {
    font-size: 13px;
    margin-left: -30px;
    margin-right: -30px;
}

.nav-tabs-warehouse {
    border-bottom: 1px solid #218691;
}

.nav-item-warehouse {
    width: 25%;
    text-align: center;
    font-weight: bold;
}

.nav-link-warehouse {
    background-color: #218691;
    color: #fff;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    cursor: pointer;
}

.nav-link-warehouse.active {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #218691 #218691 #fff #fff !important;
}

.nav-link-warehouse:hover {
    border-color: #218691 #218691 !important;
    color: #fff;
}

p.fancy {
    margin-top: 20px;
}

.fancy {
    line-height: 0;
    text-align: center;
}

.fancy span {
    display: inline-block;
    position: relative;
    color: #218691;
    font-weight: bold;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #218691;
    top: 0;
    width: 200px;
}

.warehouse-210 {
    min-width: 210px;
    width: 210px;
}

.btn-split-warehouse {
    margin-top: 5px;
    background-color: #4ab7ed;
    color: #FFF;
    font-size: 13px;
    ;
}

.btn-remove-warehouse {
    margin-top: 5px;
    background-color: red;
    color: #FFF;
    font-size: 13px;
}

.btn-info-contact {
    margin-top: 5px;
    background-color: #2d3399;
    color: #FFF;
}

.btn-onhold {
    color: #FFF;
    background-color: #e6562b;
}

.btn-status-container {
    min-width: 80px;
    box-shadow: 2px 2px #ccc;
}

table td span.row-summary-balance+button.btn-split-warehouse {
    display: block;
    margin: auto;
    margin-top: 40px;
}

table td span.row-summary-reported+button.btn-split-warehouse {
    display: block;
    margin: auto;
    margin-top: 40px;
}

table td span.row-summary-reported-deliver+button.btn-split-warehouse {
    display: block;
    margin: auto;
    margin-top: 73px;
}

.warehouse-wrapper {
    height: auto;
    position: absolute;
    bottom: 0px;
    top: 142px;
    left: 40px;
    right: 40px;
}

.warehouse-table th,
.warehouse-table td {
    padding: 10px 0px !important;
}

.warehouse-table td {
    font-size: 13px !important;
}

.warehouse-table td:first-child {
    padding-left: 10px !important;
}

table td,
table th {
    font-size: 13px !important;
}

.rollback-fav {
    color: red;
    font-size: 17px;
    cursor: pointer;
    margin-left: 5px;
}

.white-fav {
    color: #fff;
    font-size: 17px;
}

.blue-fav {
    color: #2d3399 !important;
    font-size: 17px;
}

.status-div-blue {
    background-color: #2d3399;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
    border: none;
}

.status-div-red {
    background-color: red;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
    z-index: 2;
    border: none;
}

.status-div-blue:disabled,
.status-div-red:disabled {
    background-color: #b7b7b7;
    cursor: not-allowed;
}

.status-div-trans-blue {
    border: solid 2px #2d3399;
    background-color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 5px;
}

.status-dot-green {
    color: #00d00d;
    font-size: 15px;
    height: 17px;
    vertical-align: bottom;
}

.status-dot-red {
    color: red;
    font-size: 15px;
    height: 17px;
    vertical-align: bottom;
}

.btn-minus {
    background-color: red;
}

.btn-plus {
    background-color: #00d00d;
}

.do-table td {
    font-size: 14px !important;
}

.do-table .do-no {
    padding-top: 16px !important;
    text-align: left;
}

.dropdown-cust-height .dodoo-select button {
    line-height: 36px;
}

.dropdown-cust-height button.dodoo-select-btn {
    font-size: 13px;
}

.whitespace-n th {
    white-space: normal !important;
}

.nav-link-pickup.active,
.nav-link-invoice.active {
    color: #fff !important;
    background-color: #00474f !important;
    border-color: #fff #fff #00474f !important;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-link-pickup,
.nav-link-invoice {
    border-color: #fff #fff #ffff !important;
}

.nav-tabs-pickup,
.nav-tabs-invoice {
    border-bottom: 1px solid #979797;
    font-size: 18px;
}

.pickup-header-box {
    border: solid 2px #d8d8d8;
    box-shadow: 5px 5px #d8d8d8;
}

.pickup-list-th th {
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

.pickup-list-th th:first-child {
    padding-left: 10px !important;
    text-align: left !important;
}

.pickup-list-th th:last-child,
.pickup-list-th td:last-child {
    padding-right: 20px !important;
}

.pickup-list-th th {
    white-space: normal;
    vertical-align: top !important;
}

.pickup-list-th th.double-arrow,
div.double-arrow,
.pickup-blue-tr td.double-arrow {
    text-align: right;
    vertical-align: middle !important;
}

.pickup-list-th th.double-arrow i {
    cursor: pointer;
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
}

.grey-table-border {
    border: solid 5px #ddd;
}

.transit-grey-tr {
    border-left: solid 10px #d8d8d8;
    border-right: solid 10px #d8d8d8;
    border-bottom: solid 10px #d8d8d8;
    font-size: 13px;
    margin-top: -8px;
}

.clickable-i {
    cursor: pointer;
    color: #007bff;
    font-size: 15px;
}

.cust-width-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 5px;
}

.cust-width-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
}

.no-data {
    padding: 30px;
    margin: 50px auto;
    color: #ccc;
    width: 200px;
    text-align: center;
}

.no-data.no-data-modal {
    padding: 10px;
    margin: 0px auto;
    color: #ccc;
    width: 200px;
    text-align: center;
}

.no-data h1 {
    font-size: 6em;
}

.no-data h3 {
    font-size: 2em;
}

.cust-dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    z-index: 1;
    color: #666;
    text-align: left;
    border-radius: 5px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.cust-dropdown-content p {
    margin-bottom: 0px;
    padding: 7px 10px;
    cursor: pointer;
}

.cust-dropdown-content p:hover {
    background-color: #e5ebf1;
}

.btn-take-out {
    background-color: #2d3399;
    min-width: auto;
    height: 30px;
    color: #fff;
    font-size: 13px;
}

.btn-hold {
    background-color: red;
    min-width: 90px !important;
    height: 30px;
    color: #fff;
    font-size: 13px;
}

.btn-hold i {
    font-size: 16px;
    margin-right: 5px;
}

table td span.row-summary-reported-total {
    color: #FFF;
    background-color: red;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    font-size: 100% !important;
}

table td span.row-summary-deliver {
    color: #FFF;
    background-color: #218691;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    font-size: 100% !important;
}

table td span.row-summary-reported-total+span.row-summary-deliver {
    margin-top: 40px;
}

table td span.row-summary-reported-total+span.row-summary-deliver+button.btn-split-warehouse,
table td span.row-summary-reported-total+span.row-summary-deliver+button.btn-remove-warehouse {
    margin-top: 75px;
}

table td span.row-summary-deliver+button.btn-split-warehouse,
table td span.row-summary-deliver+button.btn-remove-warehouse {
    margin-top: 40px;
}
}

table td span.row-summary-reported-total+button.btn-split-warehouse,
table td span.row-summary-reported-total+button.btn-remove-warehouse {
    margin-top: 40px;
}

.modal-row-summary {
    color: #218691;
    display: block;
    font-weight: bold;
    text-align: center;
}

.table td.modal-summary {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
}

.table td.modal-reported-td {
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 13px !important;
}

.table td.modal-deliver-td {
    background-color: #218691;
    color: #fff;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 13px !important;
}

.separate-border {
    border-top: solid 5px #fff;
}

.onhold-back-btn {
    background-color: red;
    min-width: auto;
    height: 30px;
    color: #fff;
    font-size: 13px;
}

.dodoo-select-opt-wrapper .dodoo-input {
    margin: 10px auto;
    padding: 5px 8px;
    width: calc(100% - 24px);
    display: block;
}

.list-consignment-status {
    position: absolute;
    bottom: 20px;
}

.my-job-tab {
    margin: -20px -25px 25px -25px;
    background-color: #00474f;
    padding: 8px 6px 1px 6px;
    border-bottom: solid 1px #fff !important;
}

.my-job-tab .nav-item a {
    background-color: #00474f;
}

.my-job-tab .nav-item-2 {
    width: 50% !important;
    background-color: #00474f;
}

.my-job-tab .nav-item.active a {
    background-color: #fff;
}

.my-job-tab a.dodoo-link {
    font-weight: normal;
    color: #fff;
    border-color: #00474f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px !important;
    font-size: 13px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
}

.my-job-tab a.dodoo-link:hover,
.my-job-tab a.dodoo-link:focus {
    background-color: #10626b;
}

.my-job-tab .nav-item.active a.dodoo-link:hover,
.my-job-tab .nav-item.active a.dodoo-link:focus {
    background-color: #fff;
}

.my-job-tab .nav-item.active .dodoo-link {
    color: #777;
    border-bottom: solid 1px #fff !important;
}

.my-job-tab .my-job-tab-header {
    font-weight: bold;
    font-size: 14px;
}

.my-job-tab .nav-item.active .my-job-tab-header {
    color: #2d3399;
}

.my-job-tab li {
    margin-left: auto;
    margin-right: auto;
}

.my-job-list span.row-custom,
.my-job-list span.row-summary,
.my-job-list-child span.row-summary,
.my-job-list-child span.row-custom,
.transit-list-child span.row-summary,
.transit-list-child span.row-custom,
.pickup-blue-tr span.row-summary,
.pickup-blue-tr span.row-custom,
.transit-grey-tr span.row-summary,
.transit-grey-tr span.row-custom,
.transit-list-group span.row-summary,
.transit-list-group span.row-custom,
.parent-list-header span.row-summary,
.parent-list-header span.row-custom {
    color: #000;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.my-job-list span.row-summary-reported,
.my-job-list-child span.row-summary-reported,
.pickup-blue-tr span.row-summary-reported {
    color: #FFF;
    background-color: red;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px 0px;
    /*position: absolute;*/
    width: 100%;
}

.my-job-list span.row-summary-reported-total,
.my-job-list-child span.row-summary-reported-total,
.transit-list-child span.row-summary-reported-total,
.pickup-blue-tr span.row-summary-reported-total,
.transit-grey-tr span.row-summary-reported-total,
.parent-list-header span.row-summary-reported-total {
    color: #FFF;
    background-color: red;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px -5%;
    width: 115%;
}

.my-job-list span.row-summary-deliver,
.my-job-list-child span.row-summary-deliver,
.pickup-blue-tr span.row-summary-deliver,
.transit-grey-tr span.row-summary-deliver,
.parent-list-header span.row-summary-deliver {
    color: #FFF;
    background-color: #218691;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px -5%;
    width: 115%;
}

.nav-tabs {
    border-bottom: solid 1px #dee2e6;
}

.btn-sm-custom {
    font-size: 12px;
    color: #fff;
    height: 30px;
    width: 115px !important;
    min-width: 115px !important;
    margin-top: -10px;
    line-height: 12px;
}

.btn-sm-red-custom {
    font-size: 12px;
    color: #fff;
    height: 30px;
    min-width: 70px !important;
    background-color: red;
}

.trash-icon {
    cursor: pointer;
    color: red;
    font-size: 20px;
    margin-left: 6px;
    margin-right: 6px;
}

.pencil-icon {
    cursor: pointer;
    color: #2d3399;
    font-size: 20px;
    margin-left: 6px;
    margin-right: 6px;
}

.pickup-child {
    background-color: #eee;
    border-left: solid 10px #00ddee;
    border-right: solid 10px #00ddee;
    border-bottom: solid 2px #cccccc;
}

.pickup-child:last-child {
    border-bottom: solid 10px #00ddee;
}

.invoice-dash-info,
.billing-dash-info {
    margin-bottom: 25px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 15px;
}

.billing-overdue-alert {
    background-color: #f8d7da;
    border: none;
}

.parent-list-header {
    font-size: 13px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    min-width: 890px;
}

.pickup-blue-tr .my-job-list-child,
.transit-grey-tr .my-job-list-child {
    box-shadow: unset;
}

table.invoice-table td,
table.billing-table td {
    vertical-align: middle !important;
}

.img-batch {
    background-image: url(../../images/arrive-by-batch.png);
    background-size: contain;
}

.img-ctnr {
    background-image: url(../../images/arrive-by-ctnr.png);
    background-size: contain;
}

.dash-img {
    border: solid 2px #ddd;
    cursor: pointer;
}

.arrive-by-white-filter {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 83%;
}

.arrive-by-white-filter:hover {
    background-color: #00474f;
    height: 100%;
    width: 100%;
}

.arrive-by-white-filter p {
    color: #00474f;
    padding-top: 90%;
}

.arrive-by-white-filter:hover p {
    color: #b0b0b0;
    padding-top: 90%;
}

.row-split,
.split-div {
    background-color: #fff7dd;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.invoice-preview-div {
    position: absolute;
    height: auto;
    width: 50%;
    margin-top: -30px;
    margin-left: -25px;
    padding: 15px 15px 0px 15px;
    font-size: 12px;
    min-height: 900px;
    background-color: #eee;
}

@media (max-width: 1024px) {
    .invoice-preview-div {
        margin-left: -30px;
    }

    .dodoo-select button .select-img {
        top: 8px;
    }
}

.invoice-half {
    background-color: #ccc;
    min-height: calc(100% - 110px);
    height: auto;
    width: 50%;
}

.btn-green-dropdown {
    background-color: #1dcf27;
    color: #fff;
    font-weight: bold;
    height: 33px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.transform-1 {
    transform: translate3d(-40px, 33px, 0px) !important;
}

.transform-2 {
    transform: translate3d(-77px, 33px, 0px) !important;
}

.transform-3 {
    transform: translate3d(150px, 38px, 0px) !important;
}

.transform-4 {
    transform: translate3d(150px, 42px, 0px) !important;
}

.invoice-div-1 {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px;
}

.btn-trans-blue {
    border: solid 2px #2d3399;
    color: #2d3399;
    font-weight: bold;
    background-color: #fff;
    height: 30px;
    min-width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.btn-topup-trans-blue {
    border: solid 2px #2d3399;
    color: #2d3399;
    font-weight: bold;
    background-color: #fff;
    height: 40px;
    min-width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.btn-topup-trans-blue:focus,
.btn-topup-trans-blue.focus {
    border: solid 2px #2d3399;
    color: #fff;
    background-color: #2d3399;
}

table.table-invoice-div {
    border-collapse: separate;
    border-spacing: 0;
    /*min-width: 310px;*/
    width: 100%;
}

table.table-invoice-div tr td {
    vertical-align: middle !important;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

table.table-invoice-div tr:first-child td:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

table.table-invoice-div tr:last-child td:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.label-green {
    color: #00474f;
    font-size: 14px;
    margin-top: 10px;
}

.top-8 {
    top: 8px;
}

.timeline-sidebar-bg {
    display: block !important;
    position: fixed;
    width: 200px;
    background-color: #eee;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.timeline-sidebar-add {
    display: block !important;
    height: auto;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -25px;
}

.timeline-sidebar-add.sticky {
    position: fixed;
    top: 50px;
}

.timeline {
    border: solid 2px #979797;
    height: 70px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #979797;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.timeline-disabled {
    border: solid 2px #979797;
    height: 70px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #979797;
    background-color: #fff;
    cursor: not-allowed;
    border-radius: 5px;
}

.timeline.active {
    border-color: #1853fe !important;
    color: #1853fe !important;
}

.timeline-add-stop {
    border: solid 2px #00d00d;
    height: 50px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #00d00d;
    cursor: pointer;
    margin-bottom: 100px;
}

.timeline-add-stop-disabled {
    border: solid 2px #a7a5a6;
    height: 50px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #a7a5a6;
    cursor: not-allowed;
}

.stop-times-fa {
    color: #979797;
}

.mixed-extra-div {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.invoice-cust-header {
    background-color: #00474f;
    margin-left: 1px;
    margin-right: 1px;
    height: 60px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.invoice-cust-body {
    margin-left: 1px;
    margin-right: 1px;
    height: 60px;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 9px;
}

.invoice-cust-body:nth-child(even) {
    background-color: #eee;
}

.invoice-div-red {
    background-color: red;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
}

.invoice-div-red i {
    font-size: 22px;
}

.invoice-div-blue {
    background-color: #2d3399;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
}

.invoice-div-blue i {
    font-size: 22px;
}

.custom-input input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: inherit;
}

.invoice-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 3px #00474f;
}

.no-show {
    display: none;
}

.invoice-upload-msg {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #999;
}

.trash-pencil {
    cursor: pointer;
    color: #2d3399;
    font-size: 25px;
    margin-left: 12px;
    margin-right: 5px;
}

.job-breadcrumb a {
    color: #fff;
}

.warehouse-table tr:last-child {
    border-bottom: solid 2px #ddd;
}

.dropdown-toggle-split {
    min-width: 30px !important;
    background-color: #2d3399;
    color: #fff;
    border-left: solid 1px #ccc;
}

.dropdown-toggle-split-light-blue {
    min-width: 30px !important;
    background-color: #45aadd;
    color: #fff;
    border-left: solid 1px #ccc;
    height: 38px;
}

.dropdown-toggle-split-green {
    min-width: 30px !important;
    background-color: #00d00d;
    color: #fff;
    border-left: solid 1px #ccc;
    height: 38px;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus {
    z-index: 0;
}

.btn-red-sm {
    background-color: red;
    color: #fff;
    font-weight: bold;
    height: 30px;
    min-width: 90px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.btn-merge {
    background-color: #2d3399;
    color: #fff;
    height: 43px;
    min-width: 80px;
}

.parent-list-header .row-summary-reported,
.transit-list-group .row-summary-reported,
.transit-list-child .row-summary-reported,
.my-job-list .row-summary-reported,
.my-job-list-child .row-summary-reported {
    color: #FFF;
    background-color: red;
    font-size: 13px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    margin: 5px 0px;
    position: inherit;
    width: 100%;
}

textarea::placeholder {
    color: rgba(153, 153, 153, 0.8);
}

.border-0 {
    border: solid 0px #fff !important;
}

.custom-right {
    margin-left: calc(100% - 145px);
}

.invoice-list-dropdown {
    text-align: right;
    background-color: unset;
    color: #2d3399;
    box-shadow: unset !important;
}

.dropdown-toggle-invoice-dropdown,
.dropdown-toggle-invoice-dropdown:focus {
    min-width: 30px;
    height: 30px;
    background-color: unset;
    color: #2d3399;
    border: solid 2px #2d3399;
    box-shadow: unset !important;
    border-radius: 5px;
}

.dropdown-toggle-invoice-dropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: unset !important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.l-56n {
    left: -56px !important;
}

.l-73n {
    left: -73px !important;
}

.l-130n {
    left: -130px !important;
}

.l-145n {
    left: -145px !important;
}

.invoice-listing.dropdown-menu.show {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    text-align: left;
    border-radius: 5px;
}

.invoice-dropdown-content p {
    margin-bottom: 0px;
    padding: 7px 10px;
    cursor: pointer;
}

.invoice-dropdown-content p:hover {
    background-color: #e5ebf1;
}

.invoice-listing .dropdown-item:hover,
.invoice-listing .dropdown-item:focus {
    color: #fff !important;
    background-color: #218691;
}

.invoice-listing .dropdown-item,
.invoice-listing .dropdown-item:active {
    color: #333;
    font-weight: normal;
    padding: 7px 10px;
}

.job-dropdown-option .dropdown-item:hover,
.job-dropdown-option .dropdown-item:focus {
    color: #000 !important;
    background-color: #eee;
}

.job-dropdown-option .dropdown-item,
.job-dropdown-option .dropdown-item:active {
    color: #000;
    font-weight: normal;
    padding: 7px 10px;
}

.invoice-logo-div,
.printing-logo-div {
    overflow: hidden;
    height: auto;
    width: 150px;
}

.printing-logo,
.invoice-logo {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 150px;
    max-height: 200px;
}

.invoice-amount-due {
    background-color: #ccc;
    margin-top: 5px;
    padding: 5px;
}

.invoice-list-header {
    color: #fff;
    background-color: #333;
    padding: 5px;
}

.split-bg {
    background-color: #ccc;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    box-shadow: 3px 3px #ccc;
}

.transit-bg {
    background-color: #ccc;
    /*box-shadow: 3px 3px #ccc;*/
    padding-top: 12px;
    min-width: 890px;
}

.job-detail-th {
    background-color: #00474f;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.dodoo-select-opt-wrapper .kt-input {
    margin: 10px auto;
    padding: 5px 8px;
    width: 90%;
    display: block;
    border: 1px solid #ccc;
}

.invoice-add-item,
.create-add-item {
    color: #2d3399;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.transit-bg:first-child {
    padding-top: 10px;
}

.transit-bg:last-child {
    /*padding-bottom: 15px;*/
}

.transit-group-div {
    box-shadow: 0px -3px 5px #ccc;
    margin-top: -8px;
    margin-bottom: 12px;
}

.transit-child-mb {
    /*margin-bottom: 10px;*/
}

.transit-child-mb:last-child {
    /*margin-bottom: unset;*/
}

.invoice-footer-input input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.invoice-footer-input input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.invoice-footer-style {
    text-align: center;
    bottom: 0;
    color: #aaa;
    font-style: italic;
}

.thick-hr {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.blue-hr {
    border-top: 1px solid #00feff;
}

.trial {
    background-color: #ffffe6;
}

.package-div {
    border: 3px solid #38dede;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.package-div label {
    color: #38dede;
    font-weight: bold;
    font-size: 20px;
}

.ribbon {
    background-image: radial-gradient(circle farthest-side at center top, #ee4b5a 0%, #a4081f 100%);
    width: 65px;
    height: 65px;
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: -30px;
    margin-left: auto;
    color: #fff;
    text-align: center;
    padding-top: 22px;
    font-weight: bold;
    box-shadow: 0px 3px 5px 2px #999;
    font-size: 13px;
}

.ribbon:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid #a4081f;
    border-right: 2.5em solid transparent;
}

.ribbon:after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 18px solid #a4081f;
    border-left: 2.5em solid transparent;
}

.plan-price {
    font-size: 40px;
    color: #333;
}

.plan-per {
    font-size: 20px;
    color: #555;
}

.plan-desc {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 320px;
}

.plan-desc p {
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
}

.card {
    border: 1px solid #c2c2c2;
    border-radius: 0px;
}

.training-card {
    border: 0px solid #c2c2c2;
    border-radius: 0px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 20px;
}

.md-accordion .card .fa-angle-down {
    float: right;
    font-size: 20px;
}

.training-card .card-header {
    padding: .75rem 1.25rem .75rem 0rem;
}

.card-header a {
    padding: unset;
}

.card-header p {
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
    color: #333;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #c2c2c2;
}

.training-card-body {
    background-color: #fff;
    margin-bottom: 0px;
    text-align: left;
    color: #000;
    padding: 10px 0px;
}

.card-body {
    background-color: #eee;
    margin-bottom: 0px;
    text-align: left;
    color: #000;
}

.card-body ul {
    margin-left: -20px;
    margin-bottom: 0px;
}

.nav-icon {
    font-size: 1.6em;
    margin-right: 10px;
    width: 25px;
}

.sub-nav-icon {
    font-size: 1.0em;
    width: 25px;
}

button.btn-split-warehouse,
button.btn-hold {
    transition: color 0s ease-in-out 0s, background-color 0s ease-in-out 0s, border-color 0s ease-in-out 0s, box-shadow 0s;
    -webkit-transition: color 0s ease-in-out 0s, background-color 0s ease-in-out 0s, border-color 0s ease-in-out 0s, box-shadow 0s;
    -moz-transition: color 0s ease-in-out 0s, background-color 0s ease-in-out 0s, border-color 0s ease-in-out 0s, box-shadow 0s;
}

.split-modal-row {
    margin-bottom: 10px;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
}

.split-modal-total-row {
    border-bottom: solid 2px #eee;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: -5px;
}

.setting-plan {
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

ul.plan-list {
    list-style-type: none;
    padding-left: 0px;
}

ul.plan-list .fa-check,
.plan-desc .fa-check {
    color: #00d00d;
    margin-right: 10px;
}

.plan-desc .fa-times {
    color: red;
    margin-right: 10px;
}

ul.plan-list li {
    line-height: 25px;
}

.slash-price {
    font-size: 18px;
    text-decoration: line-through;
}

.credit-balance {
    margin-bottom: 25px;
}

.consignment-image-delete {
    cursor: pointer;
    font-size: 17px;
    float: right;
    margin-right: 10px;
    margin-top: -24px;
    position: inherit;
    color: red;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.btn-save-remark {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: auto;
    min-width: 30px;
}

.btn-cancel-remark {
    background-color: red;
    color: #fff;
    font-weight: bold;
    height: auto;
    min-width: 30px;
}

.remark-textarea {
    flex-grow: 1;
}

.remark-action {
    flex-grow: 1;
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remark-nav {
    align-items: center;
    margin-top: 10px;
}

.remark-nav button,
.remark-action button {
    margin-bottom: 0 !important;
}

.remark-nav span {
    flex-grow: 1;
    text-align: center;
}

.remark-save {
    width: 50px !important;
    max-width: 50px !important;
    flex: 38px !important;
    -webkit-box-flex: 0;
    position: relative;
    padding-left: 15px;
}

.upload-receipt-div {
    text-align: left;
    border: solid 2px #ccc;
    padding: 10px;
}

.business-open {
    position: absolute;
    margin-top: 30px;
    margin-left: -15px;
    color: #00d00d;
    font-size: 12px;
}

.business-close {
    position: absolute;
    margin-top: 30px;
    margin-left: -15px;
    color: #c0c0c0;
    font-size: 12px;
}

.invoice-setting-checkbox,
.setting-checkbox {
    width: auto;
    padding-right: 10px;
    /*display: inline-block;*/
}

.count-row {
    margin: 50px 0px 50px 0;
    background-color: #f2f5f7;
    padding: 10px;
}

.warehouse-row {
    margin: 0 5px;
    background-color: #f2f5f7;
    padding: 10px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.dashboard-count {
    border-right: 1px solid #00474f;
    padding: 10px 20px 0 10px;
}

.wallet-top {
    color: #00474f;
}

.wallet-bottom {
    color: #00474f;
    font-size: 35px;
    font-weight: bold;
}

.jumbotron {
    background-color: #f2f5f7;
    border-radius: 0px;
    height: 300px;
    text-align: center;
}

.tile-stats {
    position: relative;
    display: block;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background: #FFF;
}

.dashboard-warehouse-stats1 {
    position: relative;
    display: block;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background: #FFF;
    text-align: center;
}

.dashboard-invoice-header {
    color: #000;
    background-color: #00feff;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 7px;
}

.dashboard-invoice-header p {
    margin-bottom: 8px;
}

.dashboard-div-header {
    color: #00474f;
    background-color: #fff;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
}

.dashboard-div-body {
    color: #00474f;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0px;
}

.dashboard-div-footer {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-dashboard th {
    background-color: unset;
    color: #333 !important;
}

.invoice-notes-footer {
    background-color: #eee;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
}

table.table-import-customer th {
    padding-left: 15px !important;
}

table.table-import-customer td {
    padding-left: 15px !important;
}

.fa-3x.font-green {
    font-size: 3em;
}

.setting-job-trip-list {
    margin-top: 15px;
    width: 100%;
}

.setting-job-trip-list td {
    font-size: 14px !important;
    padding: 5px 10px;
}

.setting-job-trip-list .dodoo-switch {
    padding: 5px 0 0 0;
}

.action-button-list {
    text-align: right;
}

.for-desktop {
    display: initial;
}

.mobile {
    display: none;
}

.btn-sm {
    max-width: initial;
    min-width: 0 !important;
    height: initial;
    font-size: 12px;
    width: auto;
    line-height: 20px;
}

.cart-summary-icon {
    cursor: pointer;
    font-size: 30px;
    color: #979797;
    margin-right: 15px;
    vertical-align: middle;
}

/* ============ COLOR CHANGED ACCORDINGLY BASED ON DIFFERENT WAREHOUSE ============ */

.my-warehouse-color-1 {
    background-color: var(--my-warehouse-color-1) !important;
}

.my-warehouse-color-1-dark {
    background-color: var(--my-warehouse-color-1-dark) !important;
}

.my-warehouse-color-2 {
    background-color: var(--my-warehouse-color-2) !important;
}

.my-warehouse-color-2-dark {
    background-color: var(--my-warehouse-color-2-dark) !important;
}

.my-warehouse-color-3 {
    background-color: var(--my-warehouse-color-3) !important;
}

.my-warehouse-color-3-dark {
    background-color: var(--my-warehouse-color-3-dark) !important;
}

.my-warehouse-color-4 {
    background-color: var(--my-warehouse-color-4) !important;
}

.my-warehouse-color-4-dark {
    background-color: var(--my-warehouse-color-4-dark) !important;
}

.my-warehouse-color-5 {
    background-color: var(--my-warehouse-color-5) !important;
}

.my-warehouse-color-5-dark {
    background-color: var(--my-warehouse-color-5-dark) !important;
}

.partner-warehouse-color-1 {
    background-color: var(--partner-warehouse-color-1) !important;
}

.partner-warehouse-color-1-dark {
    background-color: var(--partner-warehouse-color-1-dark) !important;
}

.partner-warehouse-color-2 {
    background-color: var(--partner-warehouse-color-2) !important;
}

.partner-warehouse-color-2-dark {
    background-color: var(--partner-warehouse-color-2-dark) !important;
}

.partner-warehouse-color-3 {
    background-color: var(--partner-warehouse-color-3) !important;
}

.partner-warehouse-color-3-dark {
    background-color: var(--partner-warehouse-color-3-dark) !important;
}

.partner-warehouse-color-4 {
    background-color: var(--partner-warehouse-color-4) !important;
}

.partner-warehouse-color-4-dark {
    background-color: var(--partner-warehouse-color-4-dark) !important;
}

.partner-warehouse-color-5 {
    background-color: var(--partner-warehouse-color-5) !important;
}

.partner-warehouse-color-5-dark {
    background-color: var(--partner-warehouse-color-5-dark) !important;
}

/* ----------------------------------------- NAV LINK ----------------------------------------- */

.navs.nav-my-warehouse-color-1 a:hover {
    color: var(--my-warehouse-color-1) !important;
}

.navs.nav-my-warehouse-color-2 a:hover {
    color: var(--my-warehouse-color-2) !important;
}

.navs.nav-my-warehouse-color-3 a:hover {
    color: var(--my-warehouse-color-3) !important;
}

.navs.nav-my-warehouse-color-4 a:hover {
    color: var(--my-warehouse-color-4) !important;
}

.navs.nav-my-warehouse-color-5 a:hover {
    color: var(--my-warehouse-color-5) !important;
}

.navs.nav-my-warehouse-color-1 a.active {
    color: var(--my-warehouse-color-1) !important;
    border-top: 4px solid var(--my-warehouse-color-1) !important;
}

.navs.nav-my-warehouse-color-2 a.active {
    color: var(--my-warehouse-color-2) !important;
    border-top: 4px solid var(--my-warehouse-color-2) !important;
}

.navs.nav-my-warehouse-color-3 a.active {
    color: var(--my-warehouse-color-3) !important;
    border-top: 4px solid var(--my-warehouse-color-3) !important;
}

.navs.nav-my-warehouse-color-4 a.active {
    color: var(--my-warehouse-color-4) !important;
    border-top: 4px solid var(--my-warehouse-color-4) !important;
}

.navs.nav-my-warehouse-color-5 a.active {
    color: var(--my-warehouse-color-5) !important;
    border-top: 4px solid var(--my-warehouse-color-5) !important;
}

/* ===== Color 1 ===== */
.job-tab-wrapper.color-1,
.select-warehouse-wrapper.color-1 {
    /* background-color: #7fd1d3 !important; */
    background-color: #95E0FF !important;
}

.job-tab-wrapper.color-1 .dodoo-select.open button {
    background-color: #44a2ad !important;
}

.job-tab-wrapper.color-1 .dodoo-select button,
.job-tab-wrapper.color-1 .btn-country {
    /* background-color: #5eaeb2 !important; */
    background-color: #8ccdd0 !important;
}

.job-timeline-sidebar-bg.color-1 {
    background-color: #aaffff !important;
}

/* ===== Color 2 ===== */
.job-tab-wrapper.color-2,
.select-warehouse-wrapper.color-2 {
    /* background-color: #bfb914 !important; */
    background-color: #fee001 !important;
}

.job-tab-wrapper.color-2 .dodoo-select.open button {
    background-color: #8f9c22 !important;
}

.job-tab-wrapper.color-2 .dodoo-select button,
.job-tab-wrapper.color-2 .btn-country {
    /* background-color: #8f9c22 !important; */
    background-color: #ccb511 !important;
}

.job-timeline-sidebar-bg.color-2 {
    background-color: #FFE000 !important;
}

/* ===== Color 3 ===== */
.job-tab-wrapper.color-3,
.select-warehouse-wrapper.color-3 {
    /* background-color: #74c1a0 !important; */
    background-color: #a6ff95 !important;
}

.job-tab-wrapper.color-3 .dodoo-select.open button {
    background-color: #59a28b !important;
}

.job-tab-wrapper.color-3 .dodoo-select button,
.job-tab-wrapper.color-3 .btn-country {
    /* background-color: #59a28b !important; */
    background-color: #89cd80 !important;
}

.job-timeline-sidebar-bg.color-3 {
    /* background-color: #9beabd !important; */
    background-color: #a6ff95 !important;
}

/* ===== Color 4 ===== */
.job-tab-wrapper.color-4,
.select-warehouse-wrapper.color-4 {
    /* background-color: #beb3c9 !important; */
    background-color: #fdd8f0 !important;
}

.job-tab-wrapper.color-4 .dodoo-select.open button {
    background-color: #8f98ab !important;
}

.job-tab-wrapper.color-4 .dodoo-select button,
.job-tab-wrapper.color-4 .btn-country {
    /* background-color: #8f98ab !important; */
    background-color: #ccafc4 !important;
}

.job-timeline-sidebar-bg.color-4 {
    /* background-color: #fdd7ef !important; */
    background-color: #ffd8ef !important;
}

/* ===== Color 5 ===== */
.job-tab-wrapper.color-5,
.select-warehouse-wrapper.color-5 {
    /* background-color: #b3c4c6 !important; */
    background-color: #eeeeee !important;
}

.job-tab-wrapper.color-5 .dodoo-select.open button {
    background-color: #86a4ab !important;
}

.job-tab-wrapper.color-5 .dodoo-select button,
.job-tab-wrapper.color-5 .btn-country {
    /* background-color: #86a4ab !important; */
    background-color: #bfc0c3 !important;
}

.job-timeline-sidebar-bg.color-5 {
    background-color: #eeeeee !important;
}

/* ===== Color 6 ===== */
.job-tab-wrapper.color-6,
.select-warehouse-wrapper.color-6 {
    background-color: #fdcfcf !important;
}

.job-tab-wrapper.color-6 .dodoo-select.open button {
    background-color: #fdcfcf !important;
}

.job-tab-wrapper.color-6 .dodoo-select button,
.job-tab-wrapper.color-6 .btn-country {
    background-color: #cca9ac !important;
}

.job-timeline-sidebar-bg.color-6 {
    background-color: #ffcfcf !important;
}

/* ===== Color 7 ===== */
.job-tab-wrapper.color-7,
.select-warehouse-wrapper.color-7 {
    background-color: #d0cfff !important;
}

.job-tab-wrapper.color-7 .dodoo-select.open button {
    background-color: #d0cfff !important;
}

.job-tab-wrapper.color-7 .dodoo-select button,
.job-tab-wrapper.color-7 .btn-country {
    background-color: #a8a9d0 !important;
}

.job-timeline-sidebar-bg.color-7 {
    background-color: #d0cfff !important;
}

/* ===== Color 8 ===== */
.job-tab-wrapper.color-8,
.select-warehouse-wrapper.color-8 {
    background-color: #ffffcc !important;
}

.job-tab-wrapper.color-8 .dodoo-select.open button {
    background-color: #ffffcc !important;
}

.job-tab-wrapper.color-8 .dodoo-select button,
.job-tab-wrapper.color-8 .btn-country {
    background-color: #cccda9 !important;
}

.job-timeline-sidebar-bg.color-8 {
    background-color: #ffffcc !important;
}

/* ===== Color 9 ===== */
.job-tab-wrapper.color-9,
.select-warehouse-wrapper.color-9 {
    background-color: #95e0ff !important;
}

.job-tab-wrapper.color-9 .dodoo-select.open button {
    background-color: #95e0ff !important;
}

.job-tab-wrapper.color-9 .dodoo-select button,
.job-tab-wrapper.color-9 .btn-country {
    background-color: #7cb5d0 !important;
}

.job-timeline-sidebar-bg.color-9 {
    background-color: #95e0ff !important;
}

/* ===== Color 10 ===== */
.job-tab-wrapper.color-10,
.select-warehouse-wrapper.color-10 {
    background-color: #ddca99 !important;
}

.job-tab-wrapper.color-10 .dodoo-select.open button {
    background-color: #ddca99 !important;
}

.job-tab-wrapper.color-10 .dodoo-select button,
.job-tab-wrapper.color-10 .btn-country {
    background-color: #b2a483 !important;
}

.job-timeline-sidebar-bg.color-10 {
    background-color: #ddc999 !important;
}

/* ============ END ============ */
.btn-dodoo-dropdown {
    min-width: 90px !important;
    line-height: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sidenav {
    height: 100%;
    width: 60px;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
}

.closebtn {
    position: absolute;
    top: 209px;
    right: -25px;
    font-size: 28px;
    display: none;
    color: #0de;
}

.openbtn {
    position: absolute;
    top: 209px;
    right: -25px;
    font-size: 28px;
    color: #0de;
}

.openbtn.no-warehouse,
.closebtn.no-warehouse {
    top: 110px !important;
    font-size: 28px;
}

.openbtn.with-tag,
.closebtn.with-tag {
    top: 156px !important;
    font-size: 28px;
}

.btn-side-nav-info {
    position: absolute;
    height: 100%;
    background-color: #00ddee;
    min-width: 20px;
    padding: 0px;
}

.centralize {
    margin-left: auto;
    margin-right: auto;
}

table.table.listing tr th:first-child,
table.table.listing tr th:last-child,
table.table.listing tr td:first-child,
table.table.listing tr td:last-child {
    white-space: nowrap;
    width: 3%;
    max-width: fit-content;
    min-width: fit-content;
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

table.table.listing tr td:last-child button {
    margin-left: 1.5px !important;
    margin-right: 1.5px !important;
}

.side-summary .col-sidebar {
    width: 180px !important;
    background-color: #eee;
    border-right: 5px solid #eee;
    height: 100vh;
    position: absolute;
    right: 0;
}

.side-summary .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 160px;
}

.side-summary .button-div {
    position: fixed;
    bottom: 25px;
}

.side-summary label {
    margin-bottom: 0px;
    font-size: 13px;
}

.side-summary .row.counter:nth-child(odd) {
    padding-top: 5px;
}

.side-summary .row.counter:nth-child(even) {
    border-bottom: solid 2px #ccc;
    padding-bottom: 5px;
    text-align: right;
}

.side-summary .col-12 {
    font-size: 17px;
}

.side-summary .sidenav {
    z-index: 1;
    margin-right: -25px;
    width: 180px;
    padding-top: 0px;
    position: initial;
}

.side-summary .nav-container {
    margin: 12px 0px 0px 0px;
    width: 160px;
}

.side-summary .col-sm-12 {
    margin-top: 10px;
}

.side-summary i {
    margin-right: 10px;
    font-size: 17px;
}

.side-summary .cart-summary-opt {
    color: #2d3399;
    cursor: pointer;
    margin-left: 15px;
}

.container-cart-summary {
    z-index: 10;
}

.filter-sidebar-bg,
.filter-sidebar {
    z-index: 15;
}

.job-tab-wrapper .mobile-select-country,
.job-tab-wrapper .mobile-select-warehouse {
    max-width: 375px;
}

.dodoo-select ul li .select-img {
    background-color: #ccc;
}

#modal-edit-pack-send .grey-div.form-inputs {
    padding: 15px 15px 0px 15px;
}

#modal-wallet-detail ul {
    list-style-type: disc;
    margin-inline-start: -17px;
    margin-block-start: -3px;
}

#modal-wallet-detail ul li:first-child {
    color: #007bff;
}

#modal-wallet-detail ul li:last-child {
    color: #777;
}

#modal-wallet-detail ul li::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 30px;
    margin-left: -19px;
    border: dashed 1px #777;
}

#modal-wallet-detail ::marker {
    font-size: 24px;
    line-height: 24px;
}

#modal-wallet-detail .col-md-4 {
    padding-right: 10px;
}

#modal-wallet-detail .col-md-8 {
    padding-left: 10px;
}

@media (min-width: 600px) {
    #modal-wallet-detail .col-md-4 {
        text-align: right;
    }
}

#modal-add-vehicle img {
    user-select: none;
}

#modal-add-vehicle .whos-vehicle label {
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;
    font-weight: normal;
    margin-bottom: 0;
}

#modal-add-vehicle .whos-vehicle label:first-child() {
    margin-right: 45px;
}

#modal-add-vehicle .whos-vehicle input {
    margin-right: 10px;
}

#modal-add-vehicle .vehicle-type {
    font-size: 17px;
}

#modal-add-vehicle .edit-vehicle-type {
    text-align: center;
}

#modal-add-vehicle .edit-vehicle-type img {
    width: 100%;
}

#modal-add-vehicle .edit-vehicle-type-button {
    user-select: none;
    color: #1953FF;
    font-size: 13px;
    cursor: pointer;
    padding: 3px;
    background-color: transparent;
    border: none;
}

#modal-add-vehicle .whos-select {
    border-top: 1px solid #d8d8d8;
    margin-bottom: 0 !important;
}

#modal-add-vehicle .whos-select .checkbox.radio {
    padding-top: 10px;
    padding-bottom: 10px;
}

#modal-add-vehicle .pb-40 {
    padding-bottom: 40px;
}

#modal-add-driver .add-driver {
    padding: 30px;
}

#modal-add-driver .whos-vehicle {
    margin-bottom: 0 !important;
}

#modal-add-driver .whos-vehicle label {
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;
    font-weight: normal;
    margin-bottom: 0;
}

#modal-add-driver .whos-vehicle label:first-child() {
    margin-right: 45px;
}

#modal-add-driver .whos-vehicle input {
    cursor: pointer;
    margin-right: 10px;
}

#modal-add-driver .whos-select {
    margin: auto 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px !important;
}

#modal-add-driver .vehicle-type-action {
    text-align: center;
    margin: 20px auto 10px;
}

#modal-add-driver .form-group {
    margin-bottom: 20px;
}

#modal-add-driver .whos-select .checkbox.radio {
    padding-top: 10px;
    padding-bottom: 10px;
}

#modal-vehicle-type h3 {
    margin-bottom: 0px !important;
}

#modal-vehicle-type input {
    width: 0;
    opacity: 0;
}

#modal-vehicle-type .vehicle-type-select label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 10px;
}

#modal-vehicle-type .vehicle-type-select label:last-child {
    margin-bottom: 15px;
}

#modal-vehicle-type .vehicle-type-select label>div {
    margin: 0 16px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#modal-vehicle-type .vehicle-type-select label p {
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
}

#modal-vehicle-type .vehicle-type-select label i {
    font-size: 24px;
    color: #00D00D;
}

#modal-vehicle-type .vehicle-type-select input:checked+label {
    border: 2px solid #001BBB;
    color: #001BBB;
    font-weight: bold;
}

#modal-vehicle-type .vehicle-type-select input:checked+label p {
    font-weight: bold;
}

#modal-vehicle-type .vehicle-type-select .vehicle-type-action {
    text-align: center;
    margin: 20px auto 10px;
}

#modal-vehicle-type .vehicle-type-select img {
    height: 60px
}

#modal-pack-job-detail .item-radio-div img {
    width: 33px;
    margin-right: 10px;
}

#modal-pack-job-detail .item-radio-div label {
    width: 100%;
    font-size: 13px;
}

#modal-pack-job-detail .item-radio-div .hand {
    border: solid 2px #ccc;
    border-radius: 5px;
    padding: 15px;
    color: #ccc;
    cursor: pointer;
    margin: 2px;
}

#modal-pack-job-detail .item-radio-div .hand.checked,
#modal-pack-job-detail .item-radio-div .hand.checked {
    border: solid 2px #2d3399;
    color: #2d3399;
}

#modal-pack-job-detail .item-radio-div .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#modal-add-on-selection .modal-content>p:first-of-type {
    font-size: 20px;
    font-weight: bold;
}

#modal-add-on-selection .modal-content>p:nth-of-type(2) {
    font-size: 15px;
}

#modal-add-on-selection .add-on-section {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px;
}

#modal-add-on-selection .add-on-section> :first-child>*+* {
    margin-top: 10px;
}

#modal-add-on-selection .add-on-section> :first-child>p {
    font-size: 17px;
    font-weight: bold;
}

#modal-add-on-selection .add-on-section> :first-child>p+* {
    font-size: 13px;
}

#modal-add-on-selection .add-on-summary {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

#modal-add-on-selection .add-on-action {
    padding: 20px;
}

#modal-add-on-selection p,
#modal-add-on-selection s {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#modal-add-on-selection s {
    color: #666;
}

#modal-add-on-selection .btn:focus {
    border: none;
}

#modal-add-on-selection .count-button {
    height: 32px;
    margin-top: 5px;
}

#modal-add-on-selection input.dodoo-input {
    text-align: center;
    padding: 5px;
    width: 50px;
    margin: 0 5px;
}

#modal-add-on-selection .btn-sm {
    min-width: 30px !important;
}

#modal-report-new .table.item-total th,
#modal-report-new .table.item-listing th {
    border-bottom: 2px solid #004750;
    height: 35px;
    min-height: 35px;
}

#modal-report-new .table.item-total th,
#modal-report-new .table.item-listing th,
#modal-report-new .table.item-listing td {
    padding: 0px !important;
    border-top: 1px solid #fff;
    color: #000;
    background-color: #fff;
    text-align: center;
}

#modal-report-new .table.item-total th {
    border-top: 2px solid #004750;
}

#modal-report-new .btn-choose-item {
    width: 100%;
    border: solid 1px #eee;
    background-color: #fff;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
}

#modal-report-new .btn-choose-item:hover,
#modal-report-new .btn-choose-item.active {
    width: 100%;
    border: solid 1px #2d3399;
    background-color: #2d3399;
    color: #fff;
    /*border-radius: 5px;*/
    cursor: pointer;
}

#modal-report-new .col-5,
#modal-report-new .col-6,
#modal-report-new .col-1 {
    padding-left: 5px;
    padding-right: 5px;
}

#modal-report-new .grey-div {
    padding: 5px;
}

#modal-report-new .do-table {
    margin-bottom: 0px;
    border-bottom: solid 0px #fff;
}

#modal-report-new .do-table p {
    margin-bottom: 8px;
}

#modal-report-new .do-table td {
    padding: 5px !important;
    border-top: solid 0px #fff;
    border-bottom: solid 0px #fff;
    vertical-align: unset !important;
}

#modal-report-new .do-table td:first-child {
    text-align: right;
    width: 90px;
}

#modal-report-new input.dodoo-input {
    padding: 5px;
}

#modal-parcel-detail .consignment-wrapper {
    overflow: auto;
}

#modal-parcel-detail .modal-consignment-wrapper-th {
    background-color: #00474f;
    margin: 15px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    min-width: 700px;
}

#modal-parcel-detail .modal-consignment-wrapper-tbody {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 670px;
}

#modal-parcel-detail .parcel-detail-modal-side {
    background-color: #aaffff;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 20px 20px 25px 25px;
    min-height: 600px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1025px) {
    #modal-parcel-detail .consignment-wrapper {
        margin-left: -17px;
    }
}

@media only screen and (max-width: 1024px) {
    #modal-parcel-detail .parcel-detail-modal-side {
        min-height: 400px;
        margin: 0px 15px;
    }
}

#modal-parcel-detail .parcel-detail-modal-main {
    padding: 25px 50px;
    width: 100%;
}

#modal-parcel-detail .parcel-detail-modal-side .btn-group,
#modal-parcel-detail .parcel-detail-modal-side .btn-dodoo-dropdown {
    width: 100%;
}

#modal-parcel-detail .parcel-detail-modal-side .btn-group .dropdown-menu .dropdown-item:disabled {
    background-color: unset !important;
}

#modal-parcel-detail .parcel-detail-modal-side .btn-group .side-nav-dropdown-menu.show {
    width: 100%;
    left: -45px !important;
}

#modal-parcel-detail table.table th {
    height: 45px;
}

#modal-parcel-detail .profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

#modal-parcel-detail .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modal-parcel-detail .parcel-modal-price {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 1024px) {
    #modal-parcel-detail .parcel-modal-price {
        position: unset;
    }
}

#modal-parcel-detail .cart-summary-icon {
    cursor: pointer;
    font-size: 30px;
    color: #979797;
    margin-right: 15px;
    vertical-align: middle;
}

#modal-parcel-detail .container-cart-summary {
    position: absolute;
    padding-top: unset;
    left: 15px;
    right: 30px;
    z-index: 1;
}

#modal-parcel-detail .table.cart-body .col-report {
    padding: 10px 5px !important;
}

#modal-parcel-detail .btn-blue {
    width: 100%;
}

#modal-parcel-detail .minh-250 {
    min-height: 250px;
}

#modal-balance td.edit-form,
#modal-driver-fee td.edit-form,
#modal-edit-form td.edit-form,
#modal-petty-cash td.edit-form {
    overflow: initial;
}

#modal-edit-form table input.dodoo-input {
    padding: 6px 10px;
}

#modal-edit-form table .dodoo-select button {
    line-height: 34px;
}

#modal-edit-form table .dodoo-select ul.dodoo-select-opt li {
    line-height: 18px;
}

#modal-create-consignment div.cust-th div.form-group {
    width: 100%;
}

#modal-create-consignment div.cust-th div.dodoo-select button,
#modal-create-consignment div.cust-th div.dodoo-select.open button {
    line-height: 30px;
    background-color: #00474f;
    color: #fff;
    font-size: 95%;
}

#modal-create-consignment div.cust-th div.dodoo-select.open ul.dodoo-select-opt li {
    font-size: 95%;
    line-height: 18px;
}

#modal-create-consignment img.del-consignment {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 15px;
    right: 30px;
    cursor: pointer;
}

#modal-create-consignment div.items-total {
    margin: 0;
    margin-left: 80px;
    margin-right: 10px;
}

#modal-create-consignment div.items-total div {
    display: inline-block;
    padding: 10px;
    width: 23%;
    text-align: center;
}

#modal-create-consignment div.items-total-title {
    font-weight: bold;
}

#modal-create-consignment div.create-consignments {
    padding: 15px;
    border-radius: 7px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px 0px #00000060;
    min-width: 630px;
}

#modal-create-consignment input.consignments-item {
    text-align: center;
}

#modal-create-consignment button.add-new-btn {
    border: 2px dashed #2d3399;
    color: #2d3399;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: transparent;
    width: 100%;
    font-weight: bold;
}

#modal-create-consignment button.add-new-btn-sm {
    padding: 7px 0;
    font-size: 95%;
}

#modal-create-consignment div.grey-box {
    background-color: #eee;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#modal-create-consignment div.col-dos-doc {
    line-height: 42px;
}

#modal-create-consignment div.consignment-dos img.dos-doc {
    height: 30px;
    cursor: pointer;
}

#modal-create-consignment img.btn-unit-remove-do {
    opacity: 0;
}

#modal-create-consignment input.input-do:hover+img.btn-unit-remove-do,
#modal-create-consignment img.btn-unit-remove-do:hover {
    opacity: 0.4;
}

#modal-create-consignment textarea.input-remark {
    font-size: 14px;
}

#modal-create-consignment button.btn-unit {
    position: relative;
    top: 3px;
}

#modal-create-consignment input.consignments-item {
    padding: 10px 0;
}

#modal-consignment .table-total {
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    margin-top: -15px;
}

#modal-consignment .table-total td {
    width: 100px;
    font-weight: bold;
}

#modal-consignment .img-preview-1 {
    height: auto;
}

#modal-consignment .col-2 {
    margin: auto;
}

#modal-split tr.split-total-row td {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-weight: bold;
}

#modal-split .original-total-row td {
    font-weight: bold;
    color: #777;
}

#modal-split .dodoo-input {
    padding: 5px 10px;
    width: 111px;
    margin-right: 5px;
}

#modal-split .table-grey-div {
    background-color: #f2f2f2;
    border: solid 1px #dee2e6;
    padding: 0px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: auto;
}

#modal-split .table.table-2 th {
    background-color: transparent !important;
    padding: 10px !important;
    color: #000 !important;
    height: 45px !important;
    border-bottom: solid 2px #000 !important;
}

#modal-split .table th {
    border-top: none;
}

#modal-split .table td {
    border-top: solid 1px #dee2e6;
}

.btn-vehicle-img {
    text-align: center;
    background-color: #fff;
    border: solid 1px #fff;
    font-weight: 400;
    color: #9c9c9c;
}

.btn-vehicle-img img {
    display: block;
}

.btn-vehicle-img:hover,
.btn-vehicle-img:active,
.btn-vehicle-img:disabled {
    border: solid 1px #ccc;
    background-color: #eee !important;
    transition: unset !important;
    font-weight: bold;
    color: #000;
    opacity: 1.0 !important;
}

.payroll-accordion-header {
    width: 100%;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 2px #8c8c8c;
    border-radius: 4px;
    padding: 15px;
}

.payroll-accordion-header .checkbox {
    width: calc(100% - 110px);
    cursor: pointer;
}

.payroll-accordion-header span {
    float: right;
}

.payroll-accordion-header .checkbox.radio .cr {
    margin: auto 0.5em auto 0;
}

.payroll-accordion-body {
    padding: 15px;
    background-color: #f7f7f7;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    margin-top: 2px;
}

.payroll-accordion-body .grey-div-bordered {
    padding: 8px 15px;
}

.payroll-accordion-header .checkbox label,
.payroll-accordion-body .checkbox label {
    font-weight: unset;
}

.payroll-accordion-body .table.table-2 th {
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: center;
}

.payroll-accordion-body .span-to {
    width: 12%;
    font-size: 15px;
    margin: 5px;
    text-align: center;
}

.payroll-accordion-body .table.table-2 tr:last-child .span-to {
    width: 92px;
    font-size: 15px;
    margin: 5px;
    text-align: center;
}

.payroll-profile {
    display: flex;
    /*justify-content: center;*/
    gap: 25px;
    align-content: center;
    grid-auto-flow: column;
}

.payroll-profile .profile-photo {
    margin: 5px 15px;
    width: 100px;
    height: 100px;
}

.payroll-profile .dropzone-profile {
    width: 250px;
}

.grey-div-bordered {
    background-color: #eee;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: solid 1px #d8d8d8;
}

.white-div-bordered {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: solid 1px #d8d8d8;
}

table.payroll-listing {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.payroll-listing tr {
    border-bottom: 1px solid #ccc;
}

.payroll-listing td {
    vertical-align: top !important;
}

.payroll-listing td:first-child {
    border-left: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.payroll-listing td:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.payroll-listing td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.payroll-listing tr td:nth-child(3) {
    text-align: right;
    width: 80px;
}

.payroll-listing th .row,
.payroll-listing td .row {
    flex-wrap: unset !important;
    text-align: center;
}

.payroll-listing th>div {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.payroll-listing .radio label {
    font-size: 13px;
}

.payroll-listing .radio.checkbox .cr .cr-icon {
    top: 51%;
    left: -17%;
}

.payroll-listing .white-div-bordered {
    padding: 6px 10px;
    display: inline;
}

.payroll-listing .white-div-bordered .radio {
    display: inline-block;
}

.payroll-listing .white-div-bordered .radio:first-child {
    margin-right: 15px;
}

.payroll-listing .fa {
    margin-left: 5px;
}

.payroll-add-value {
    color: #00d00d;
}

.payroll-minus-value {
    color: red;
}

span.frac {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

span.frac>sup,
span.frac>sub {
    display: block;
    font: inherit;
    padding: 0 0.3em;
}

span.frac>sup {
    border-bottom: 0.08em solid;
}

span.frac>span {
    display: none;
}

span.frac sub:first-child {
    margin-top: -8px;
}

span.frac sub:last-child {
    line-height: 0px;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.payroll.nav-pills .nav-link {
    border-radius: 0px;
    border-top: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
}

.payroll.nav-pills .nav-link:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.payroll.nav-pills .nav-link:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #dee2e6;
}

.payroll.nav-pills .nav-link {
    color: #333;
}

.payroll.nav-pills .nav-link.active {
    background-color: #004750;
    color: #fff;
}

.driver-fee-calculation-header .img-responsive {
    height: 66px;
    width: auto;
}

.driver-fee-calculation-header {
    background-color: #aaffff;
    border-bottom: 5px solid #00ddee;
    padding: 15px;
}

.driver-fee-calculation-header .right-bordered {
    border-right: 1px solid #00ddee;
}

.driver-fee-calculation-header label {
    margin-bottom: 0px;
}

.driver-fee-calculation-header .font-17 {
    font-weight: 400;
}

dodoo-date-input input {
    text-align: left !important;
}

.payroll-toggle {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #aaffff;
    color: #2e8590;
    cursor: pointer;
    width: 255px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #00ddee;
}
.payroll-toggle:hover {
    color: #004750;
}

.rollback-icon {
    cursor: pointer;
    color: red;
}
.flashing {
    animation-name: flashing;
    animation-timing-function: ease-in-out;
    /* animation-duration: var(--flash_duration, 1s); */
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.days-in-warehouse-reminder {
    text-align: left;
}
@keyframes flashing {
    0% {
        opacity: 1;
    }
    8% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    22% {
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    59% {
        opacity: 1;
    }
    63% {
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    73% {
        opacity: 1;
    }
    75.5% {
        opacity: 0;
    }
    78% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    82% {
        opacity: 1;
    }
    84% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    88% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    92% {
        opacity: 1;
    }
    93% {
        opacity: 0;
    }
    94% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    96.5% {
        opacity: 0;
    }
    97% {
        opacity: 1;
    }
    97.5% {
        opacity: 0;
    }
    98% {
        opacity: 1;
    }
    98.5% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.sidenav-2 ul li ul li a {
    margin-left: 25px;
}








/* --------------------------------------------------------------- V5.1 --------------------------------------------------------------- */
.btn-dodoo {
    --dodoo-button-height: 36px;
    --dodoo-button-width: 155px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    padding: 0 20px;
    color: white;

    height: var(--dodoo-button-height);
    min-width: var(--dodoo-button-width);
    font-size: var(--text-md);
    background-color: var(--dodoo-btn-bg);
    border-color: var(--dodoo-btn-border);
}
.btn-dodoo.primary {
    --dodoo-btn-bg: var(--dodoo-btn-primary-bg);
    --dodoo-btn-border: var(--dodoo-btn-primary-bg);
}
.btn-dodoo.primary:hover,
.btn-dodoo.primary:focus {
    --dodoo-btn-bg: var(--dodoo-btn-primary-bg);
    --dodoo-btn-border: var(--dodoo-btn-primary-bg);
    border-color: var(--dodoo-btn-primary-bg);
}
.btn-dodoo.red {
    --dodoo-btn-bg: var(--dodoo-btn-red-bg);
    --dodoo-btn-border: var(--dodoo-btn-red-bg);
}
.btn-dodoo.red:hover,
.btn-dodoo.red:focus {
    --dodoo-btn-bg: var(--dodoo-btn-red-bg);
    --dodoo-btn-border: var(--dodoo-btn-red-bg);
    border-color: var(--dodoo-btn-red-bg);
}

table .btn-dodoo {
    min-width: 36px;
    max-width: 36px;
}

.btn-dodoo.with-icon {
    padding: 0 10px;
    justify-content: start;
    gap: 10px;
}

.btn-dodoo.small {
    --dodoo-button-height: 30px;
    --dodoo-button-width: 120px;
    font-size: var(--text-sm);
}

.btn-dodoo.square {
    min-width: unset;
    width: var(--dodoo-button-height);
    padding: 0;
}

.btn-dodoo.blue {
    --dodoo-btn-bg: var(--color-blue);
    --dodoo-btn-border: var(--color-blue);
}

.btn-dodoo.green {
    --dodoo-button-color: var(--color-green);
    --dodoo-btn-border: var(--color-green);
}

.btn-dodoo.orange {
    --dodoo-button-color: var(--color-orange);
    --dodoo-btn-border: var(--color-orange);
}

.btn-dodoo.outline {
    color: var(--dodoo-btn-primary-bg);
    border-color: var(--dodoo-btn-primary-bg);
    background-color: white;
}
.btn-dodoo.red.outline {
    color: var(--dodoo-btn-red-bg);
    border-color: var(--dodoo-btn-red-bg);
    background-color: white;
}

.btn-dodoo.ghost {
    min-width: auto;
    color: var(--dodoo-button-color);
    border: none;
    background-color: transparent;
    font-weight: 500;
    border-radius: 0;
}

.btn-dodoo.linking {
    min-width: auto;
    color: var(--dodoo-button-color);
    border: none;
    border-bottom: 2px solid var(--dodoo-button-color);
    background-color: transparent;
    font-weight: bold;
    border-radius: 0;
}

.btn-dodoo:not(.square) {
    padding: 0px 10px;
}

.btn-dodoo:not(.square)>*+* {
    margin-left: 10px;
}

.btn-dodoo:disabled {
    background-color: unset;
    border-color: #999;
}

table tr td .btn-dodoo {
    display: inline;
}
.btn:disabled,
.btn:disabled:hover {
    background-color: #aaa;
    border-color: #999;
    cursor: default;
}

.job-tab-wrapper {
    position: relative;
    z-index: 20;
    font-weight: bold;
    padding: 0 40px;
    min-height: 38px;
    margin: -20px -30px 15px -30px;
    padding: 5px 20px 0px 20px;
    background-color: var(--dodoo-tab-wrapper-bg);
}
.job-tab-wrapper .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 5px;
}
.job-tab-wrapper .nav-tabs .nav-link {
    color: white;
    transition: background-color 0.2s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    line-height: 1;
    padding: 10px 25px;
}
.job-tab-wrapper .nav-tabs .nav-link:hover {
    background-color: var(--dodoo-tab-wrapper-hover);
}
.job-tab-wrapper .nav-tabs .nav-link.active,
.job-tab-wrapper .nav-tabs .nav-link.active:hover {
    color: var(--dodoo-tab-wrapper-bg);
    border-color: var(--dodoo-tab-wrapper-bg);
    background-color: white;
}
.job-tab-wrapper .nav-tabs {
    border-bottom: none;
}
.gap-3 {
    column-gap: 3px;
}
.gap-5 {
    column-gap: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--dodoo-th-bg);
}
.table td, .table th {
    border-top: 1px solid var(--dodoo-th-border);
}







/*************************** RESPONSIVE ***************************/
@media only screen and (max-width: 500px) {
    div.top-bar .col.logo {
        margin-right: 15% !important;
    }

    div.col-profile-img .col {
        height: 60px !important;
    }

    div.top-bar .profile {
        cursor: pointer;
        border-left: none !important;
    }

    div.top-bar .profile .profile-img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-top: 10px;
    }

    .hidden-xs {
        display: none !important;
    }

    .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: initial !important;
    }

    .job-timeline-sidebar-bg,
    .jobinfo-timeline-sidebar-bg {
        width: 0px;
        z-index: 9;
    }

    .openbtn,
    .closebtn {
        top: 208px;
    }

    #closebtnInfo,
    #openbtnInfo {
        top: 140px;
    }

    .job-timeline-sidebar {
        z-index: 9;
    }

    .my-job-tab {
        margin: -20px -15px 15px -30px;
    }

    .payroll-profile {
        display: unset;
    }

    .payroll-profile .profile-photo {
        margin: 5px auto !important;
    }

    .payroll-profile .dropzone-profile {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    .mobile-logo a img {
        width: 100%;
    }

    div.top-bar .col.logo {
        margin-right: 37% !important;
        max-width: 250px;
    }

    .hidden-sm {
        display: none !important;
    }

    div.top-bar .navs {
        /*min-width: 300px;*/
        text-align: right;
    }

    div.col-profile-img .col {
        height: 60px !important;
    }

    div.top-bar .profile {
        cursor: pointer;
        border-left: none !important;
    }

    div.top-bar .profile .profile-img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin-top: 10px;
    }

    .content-wrapper-1 {
        margin: 20px 20px;
    }

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .search-mb {
        margin-bottom: 37px;
    }

    .modal-dialog.modal-item-condition,
    .modal-dialog.modal-table {
        min-width: auto !important;
    }

    .img-preview {
        width: auto;
    }

    .dodoo-warning {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .mob-center {
        text-align: center;
    }

    .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: initial !important;
    }

    .job-timeline-sidebar-bg,
    .jobinfo-timeline-sidebar-bg {
        width: 0px;
        z-index: 9;
    }

    .openbtn,
    .closebtn {
        top: 208px;
    }

    #closebtnInfo,
    #openbtnInfo {
        top: 140px;
    }

    .job-timeline-sidebar {
        z-index: 9;
    }

    /* .my-job-tab {
        margin: -40px -15px 15px -20px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }

    div.top-bar .col.logo {
        margin-right: 55% !important;
        max-width: 200px;
    }

    div.top-bar .profile {
        border-left: none;
    }

    .content-wrapper-1 {
        margin: 20px 20px;
    }

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .search-mb {
        margin-bottom: 37px;
    }

    .modal-dialog.modal-item-condition,
    .modal-dialog.modal-table {
        min-width: auto !important;
    }

    .tab-list-mw350 {
        min-width: 350px !important;
    }

    .tab-list-mw250 {
        min-width: 250px !important;
    }

    .img-preview {
        width: auto;
    }

    .mob-center {
        text-align: center;
    }

    .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: initial !important;
    }

    .job-timeline-sidebar-bg,
    .jobinfo-timeline-sidebar-bg {
        width: 0px;
        z-index: 9;
    }

    .openbtn,
    .closebtn {
        top: 160px;
    }

    #closebtnInfo,
    #openbtnInfo {
        top: 110px;
    }

    .job-timeline-sidebar {
        z-index: 9;
    }

    /* .my-job-tab {
        margin: -20px -15px 15px -30px;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }

    .cust-pad-nav {
        flex-basis: auto !important;
    }

    .search-mb {
        margin-bottom: 37px;
    }

    div.top-bar .col.logo {
        max-width: 167px;
    }

    .for-desktop {
        display: initial !important;
    }

    .for-mobile {
        display: none !important;
    }

    .closebtn,
    .openbtn {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .search-mb {
        margin-bottom: 37px;
    }

    .hidden-xl {
        display: none !important;
    }

    .for-desktop {
        display: initial !important;
    }

    .for-mobile {
        display: none !important;
    }

    .closebtn,
    .openbtn {
        display: none;
    }

    .consignment-wrapper-th {
        position: sticky;
        top: 39px;
    }
}


@media (min-width: 500px) {
    .cust-lg-2p {
        flex: 200px;
        max-width: 200px;
        padding-bottom: 50px;
    }

    .cust-lg-3p {
        flex: 300px;
        max-width: 300px;
        padding-bottom: 50px;
    }

    .cust-lg-7p {
        flex: calc(100% - 300px);
        max-width: calc(100% - 300px);
        padding-bottom: 50px;
    }

    .cust-lg-8p {
        flex: calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 550px) {
    .summary {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .social-row {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .social-row {
        margin-top: 80px;
    }

    .col-md-6 .col-md-6:nth-child(1) {
        padding-right: 15px;
    }

    .col-md-6 .col-md-6:nth-child(2) {
        padding-left: 15px;
    }

    .row .col-md-4:nth-child(1) {
        padding-right: 15px;
    }

    .row .col-md-4:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row .col-md-4:nth-child(3) {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    div.top-bar .logo img.logo {
        width: auto;
        height: 60px;
    }

    div.blue-div {
        margin-bottom: 25px;
    }

    div.profile-photo {
        margin-top: 25px;
    }

    div.timeline-wrapper,
    div.job-timeline-wrapper,
    div.invoice-timeline-wrapper,
    div.agent-setting-timeline-wrapper {
        left: 15px;
        right: 15px;
    }

    div.invoice-preview-div {
        position: relative;
        margin-left: 0px;
        margin-bottom: 25px;
        padding-top: 30px;
        width: 100%;
        min-width: 600px;
        margin-top: -15px;
    }

    div.top-bar .profile {
        max-width: 60px;
    }

    .profile-dropdown {
        min-width: 100%;
        margin-right: 0px;
    }

    .mobile-nav-dropdown {
        min-width: 100%;
        margin-right: 0px;
        overflow: auto;
    }

    .tab-wrapper {
        padding: 0 20px;
    }

    .job-tab-wrapper {
        padding: 0 20px !important;
        z-index: 16;
    }

    .job-tab-wrapper .mobile-job-tab ul,
    .job-tab-wrapper .mobile-trip-tab ul {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: inherit;
        padding-left: 10px;
        padding-right: 20px;
    }

    .job-tab-wrapper .mobile-select-warehouse,
    .job-tab-wrapper .mobile-select-country {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .job-tab-wrapper .dodoo-select {
        position: unset;
        width: 100%;
        height: 50px;
    }

    .job-tab-wrapper .nav-tabs .nav-link:hover {
        background-color: unset;
        border-color: transparent;
    }

    .invoice-mobile {
        min-width: 991px;
        width: 100%;
    }

    .mobile-open-nav {
        background-color: #00ddee;
        width: 20px;
        z-index: 9;
        height: 100vh;
        margin-left: 0px;
        position: absolute;
    }

    .mobile-open-nav i {
        color: #fff;
        font-size: 30px;
    }

    .mobile-close-nav {
        background-color: #00ddee;
        z-index: 9;
        height: 100vh;
        margin-left: 195px;
        position: absolute;
        display: none;
        width: 100vh;
        background-color: #00000050;
    }

    .mobile-close-nav i {
        color: #fff;
        font-size: 30px;
    }

    .mobile-open-info {
        background-color: #00ddee;
        width: 20px;
        z-index: 9;
        height: 100vh;
        margin-left: 0px;
        position: absolute;
    }

    .mobile-open-info i {
        color: #fff;
        font-size: 30px;
    }

    .mobile-close-info {
        background-color: #00ddee;
        z-index: 9;
        height: 100vh;
        margin-left: 305px;
        position: absolute;
        display: none;
        width: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .mobile-close-info i {
        color: #fff;
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    div.top-bar .logo img.logo {
        width: auto;
        height: 60px;
    }

    .mobile-open-nav,
    .mobile-close-nav,
    .mobile-open-info,
    .mobile-close-info {
        display: none
    }
}





