


*:focus {
    outline: none;
}
body {
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
    color: #333;
}
main-content {
    position: relative;
    -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
}
a, a:visited, a:active, a:focus, a:hover { 
	text-decoration: none; 
} 
a { 
	padding: 5px;
}
br {
    clear: both;
}
h2 a {
    padding: 0px;
}
input { 
	padding: 5px;
    font-size: 0.9em;
}
ul.list {
	padding-left: 0;
}
ul.list li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
ul.list li span {
    word-break: break-all;
    display: inline-block;
}
ul.list li small {
	color: #aaa;
    display: block;
}
ul.list li:nth-child(odd) {
	background-color: #f3f3f3;
}
ul.list li:nth-child(even) {
	background-color: #ffffff;
}
.btn {
    min-width: 120px;
    font-size: 15px;
    border: 0;
    margin-bottom: 5px !important;
}
.btn-sm {
    min-width: auto;
    font-size: 95%;
}
.btn-primary {
    background-color: #337ab7;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #286090;
}
.btn-success {
    background-color: #26B99A;
    border: 0;
}
.btn-success:hover, .btn-success:active, .btn-success:not(:disabled):not(.disabled):active {
    background-color: #169F85;
}
.btn:disabled, .btn:disabled:hover {
    background-color: #aaa;
    cursor: default;
}
.btn-back {
    cursor: pointer;
    margin-right: 7px;
    user-select: none;
    color: #fff;
}
.margin-btm-20 {
    margin-bottom: 20px;
}
.card {
    color: #666;
}
ul.profile-detail {
    padding-left:0;
    display: block;
    font-size: 0.9em;
}
ul.profile-detail li { 
    list-style: none;
    padding:0;
    display: block;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
}
table td, table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table th {
    background-color: #505050;
    color: #FFF;
}
.table.table-2 th {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 10px 0px 10px !important;
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 3px solid #004750 !important;
    white-space: nowrap;
}
table.table-2 th>div{
    margin: 0 auto;
}
.table.table-3 th {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 10px 0px 10px !important;
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 3px solid #004750 !important;
    white-space: normal;
}
.table td, .table th {
    padding: 10px 5px;
    font-size: 13px;
}
.table-sm td {
    padding: 5px;
}
.table a {
    color: #5d7792;
    font-weight: bold;
}
.table{
    --table-th-width-sequence:30px;
    --table-th-width-action:80px;
}

.card-body {
    margin-bottom: 10px;
}
.max-width {
    width: 100%;
}
.gallery-wrapper {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}
.gallery {
    width:126px;
    height:120px;
    overflow:hidden;
}
.gallery img.gallery-img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.gallery img.gallery-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}
.gallery img.gallery-close:hover {
    opacity: 1;
}
.profile-thumb {
    width:210px;
    height:210px;
    overflow:hidden;
    -webkit-border-radius: 210px;
    -moz-border-radius: 210px;
    border-radius: 210px;
}
.profile-thumb img.profile-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}
.profile-thumb-sm {
    width:140px;
    height:140px;
}
.profile-thumb img.profile-img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.max-350 {
    width: auto;
    max-width: 350px;
    margin-bottom: 20px;
}
.max-400 {
    width: auto;
    max-width: 400px;
    margin-bottom: 20px;
}
.max-500 {
    width: auto;
    max-width: 500px;
    margin-bottom: 20px;
}
.max-600 {
    width: auto;
    max-width: 600px;
    margin-bottom: 20px;
}
.max-700 {
    width: auto;
    max-width: 700px;
    margin-bottom: 20px;
}
.padding-10 {
    padding: 10px;
}
.dropzone {
    border: 2px dashed #ccc;
}
.border-right-null {
    border-right: 0;
}
.btn-navigation button {
    width: 40px;
}
.created-by {
    font-size: small;
    color: #aaa;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

/*------------------------------------ SVG LOADER - looks good, perform bad ----------------------------------------*/
/*.loader-wrapper {
    position: fixed;
    z-index:20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0;
}
.loader-wrapper:focus {
    outline: none;
}
.vld-icon {
    top: 48% !important;
    position: fixed !important;
    left: 50% !important;
    margin-left: -32px;
}
.fetching {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 20000;
}
.loader-wrapper img, .fetching img {
    width: 100%;
    height: 100%;
    -webkit-animation:spin 0.6s linear infinite;
    -moz-animation:spin 0.6s linear infinite;
    animation:spin 0.6s linear infinite; 
}*/

/*------------------------------------ CSS IMG LOADER - looks not bad, perform good ----------------------------------------*/
.loader-wrapper {
    position: fixed;
    z-index:20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0;
}
.loader-wrapper .loader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.7;
}
.fetching {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 20000;
}
.loader-wrapper .loader img, .fetching img {
    width: 100%;
    height: 100%;
    -webkit-animation:spin 0.8s linear infinite;
    -moz-animation:spin 0.8s linear infinite;
    animation:spin 0.8s linear infinite; 
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@keyframes spin { 100% { transform: rotate(360deg); transform:rotate(360deg); } }



.bg-green {
    background: #1ABB9C!important;
    border: 1px solid #1ABB9C!important;
    color: #fff;
}
ul.list-unstyled {
    width: 80%;
}
ul.list-unstyled li p {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 15px;
}
.progress {
    height: 0.7rem;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #dedddd3d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.service-level-price {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fc-unthemed td {
    border-color: #bbb;
}
.fc-unthemed .fc-content {
    padding: 3px;
}
.fc-event {
    border: 0;
}
.fc-event, .fc-event-dot {
    background-color: #3aada2;
}
.fc-event-container a, .fc-event-container a:visited {
    color: #FFF;
}
#loading_cal {
    position: absolute;
    top: -5px;
    left: 160px;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}
.device-logo {
    height: 20px;
}
.pill {
    padding: 4px 6px;
    color: #FFF;
    font-size: 12px;
    border-radius: 0px;
    background-color: #aaa;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.pill-Done, .cal-Done {
    background-color: #337ab7;
}
.pill-Confirmed, .pill-On, .pill-Verified, .pill-Paid {
    background-color: #26B99A;
}
.pill-Inactive, .pill-Canceled, .pill-Cancelled {
    background-color: #aaa;
}
.pill-Freeze, .pill-Pending {
    background-color: #1c9afd;
}
.pill-Cancelled, .cal-Cancelled, .pill-Off, .pill-Outstanding {
    background-color: #DC3542;
}
.pill-courier-pickup {
    background-color: #ffb400;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.pill-courier-dropoff {
    background-color: #4ab7ed;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.tile_count {
    font-size: 150%;
}
.tile_count .tile_stats_count .count {
    line-height: 47px;
    font-weight: 600;
    font-size: 45px;
    color: #666;
    margin-bottom: -10px;
}
.tile_count .tile_stats_count span {
    font-size: 0.6em;
}
.action-col {
    text-align: center;
    min-width: 150px;
    max-width: 150px;
    width: 170px;
}
.action-col-sm {
    text-align: center;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
.items {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.item-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.4;
}
.item-close:hover {
    opacity: 1;
}
.card-detail {
    font-weight: 700;
    color: #5d7792;
    margin-top: -15px;
    font-size: 1.2em;
}
.error-password {
    color: red;
    font-size: small;
    font-style: italic;
}
.modal-footer {
    display: block;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.modal-body {
    padding: 40px 40px 0px 40px;
}
.modal-success h3 {
    color: #56ab99;
}
.modal-error h3 {
    color: #ef5454;
}
.modal-warning h3 {
    color: var(--light-green);
}
.coll-4 {
    max-width: 33.333333%;
}






/* ========================================== GOOGLE MAP ========================================== */

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
    height: 0px;
    position: absolute;
}
/* Optional: Makes the sample page fill the window. */
/*html, body {
height: 500px;
margin: 0;
padding: 0;
}*/
/*#description {
    font-size: 15px;
    font-weight: 300;
}*/

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
    display: none;
}

.pac-controls label {
    
}


#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}
.toast {
    margin: 20px;
    font-size: 1rem;
    width: auto;
    height: auto;
    right: 0px;
    bottom: -200px;
    padding: 20px;
    color: #FFF;
    position: fixed;
    z-index: 10000;
    transition: top 0.3s;
    -webkit-transition: bottom 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    max-width: 300px;
}
.toast-success {
    background-color: #6DB96D;
}
.toast-show {
    bottom: 10px;
}
.toast-show-2 {
    bottom: 10px;
}
.toast-error {
    background-color: #e8473a;
}
.form-error-message {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
    width: 100%;
}
.input-error {
    border-color: red;
}
.ui-timepicker-list li {
    padding: 4px 0 4px 12px;
    font-size: 0.9em;
}
.form-group input.dodoo-input {
    margin-bottom: 0;
}
.form-group .dodoo-select input.dodoo-input {
    margin-bottom: 10px;
}
button.btn-delete-thumbnail {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 50%;
    margin-top: 140px;
    margin-left: -62px;
    color: #FFF;
    background-color: #FF2B00;
    height: initial;
}
.profile-photo:hover button.btn-delete-thumbnail {
    opacity: 1;
}
.bg-red {
    background-color: red !important;
}

table.table div.form-group {
    margin-bottom: 0;
}
table.table td, table.table th {
    vertical-align: middle;
}



/* ====================================== FONT-SIZE ====================================== */
.fs-18 {
    font-size:18px !important;
}
.fs-21 {
    font-size:21px !important;
}
/* ====================================== PADDING LEFT ====================================== */
.pl-0 {
    padding-left:0px;
}
.pl-5 {
    padding-left:5px !important;
}
.pl-7 {
    padding-left:7px;
}
.pl-10 {
    padding-left:10px;
}
.pl-15 {
    padding-left:15px;
}
.pl-20 {
    padding-left:20px;
}
.pl-25 {
    padding-left:25px;
}
.pl-30 {
    padding-left:30px;
}
.pl-35 {
    padding-left:35px;
}
.pl-40 {
    padding-left:40px;
}
.pl-45 {
    padding-left:45px;
}
.pl-50 {
    padding-left:50px;
}
.pl-55 {
    padding-left:55px;
}
.pl-60 {
    padding-left:60px;
}
.pl-65 {
    padding-left:65px;
}
.pl-70 {
    padding-left:70px;
}
.pl-75 {
    padding-left:75px;
}
/* ====================================== PADDING RIGHT ====================================== */
.pr-0 {
    padding-right: 0px;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-7 {
    padding-right:7px;
}
.pr-10 {
    padding-right:10px;
}
.pr-13 {
    padding-right:13px;
}
.pr-15 {
    padding-right:15px;
}
.pr-20 {
    padding-right:20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
/* ====================================== PADDING TOP ====================================== */
.pt-0 {
    padding-top: 0px;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-7 {
    padding-top: 7px;
}
.pt-9 {
    padding-top: 9px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
/* ====================================== PADDING BOTTOM ====================================== */
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom:10px !important;
}
.pb-15 {
    padding-bottom:15px !important;
}
/* ====================================== MARGIN-BOTTOM ====================================== */
.mb-auto {
    margin-bottom: auto;
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 10px;
}
.m-20 {
    margin: 20px;
}
.m-25 {
    margin: 25px;
}
.m-30 {
    margin: 30px;
}
.m-35 {
    margin: 35px;
}
.m-40 {
    margin: 40px;
}
.m-45 {
    margin: 45px;
}
.m-50 {
    margin: 50px;
}
.mb-30n {
    margin-bottom: -30px;
}
.mb-15n {
    margin-bottom: -15px;
}
.mb-8n {
    margin-bottom: -8px !important;
}
.mb-5n {
    margin-bottom: -5px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-17 {
    margin-bottom: 17px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-200 {
    margin-bottom: 200px;
}
/* ====================================== MARGIN-LEFT ====================================== */
.ml-auto {
    margin-left: auto;
}
.ml-8n {
    margin-left: -8px;
}
.ml-15n {
    margin-left: -15px;
}
.ml-20n {
    margin-left: -20px;
}
.ml-25n {
    margin-left: -25px;
}
.ml-60n {
    margin-left: -60px;
}
.ml-0 {
    margin-left: 0px;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-22 {
    margin-left: 22px;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-29 {
    margin-left: 29px;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-30n {
    margin-left: -30px;
}
.ml-37 {
    margin-left: 37px;
}
.ml-50 {
    margin-left:50px !important;
}
.ml-220 {
    margin-left: 220px;
}
.ml-250 {
    margin-left: 250px;
}
.ml-285 {
    margin-left: 285px;
}
.ml-5n {
    margin-left: -5px;
}
.ml-10n {
    margin-left: -10px;
}
.ml-15n {
    margin-left: -15px;
}
.ml-20n {
    margin-left: -20px;
}
.ml-25n {
    margin-left: -25px;
}

/* ====================================== MARGIN-TOP ====================================== */
.mt-auto {
    margin-top: auto;
}
.mt-2n {
    margin-top:-2px;
}
.mt-3n {
    margin-top:-3px !important;
}
.mt-5n {
    margin-top:-5px;
}
.mt-7n {
    margin-top:-7px;
}
.mt-10n {
    margin-top:-10px;
}
.mt-13n {
    margin-top:-13px;
}
.mt-15n {
    margin-top:-15px;
}
.mt-20n {
    margin-top:-20px;
}
.mt-25n {
    margin-top:-25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-30n {
    margin-top:-30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-40n {
    margin-top: -40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-50n {
    margin-top:-50px;
}
.mt-60 {
    margin-top:60px;
}
.mt-60n {
    margin-top:-60px;
}
.mt-70 {
    margin-top:70px;
}
.mt-70n {
    margin-top:-70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-80n {
    margin-top: -80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-90n {
    margin-top: -90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-100n {
    margin-top: -100px;
}
.mt-0 {
    margin-top:0px;
}
.mt-2 {
    margin-top:2px !important;
}
.mt-4 {
    margin-top:4px !important;
}
.mt-5 {
    margin-top:5px !important;
}
.mt-6 {
    margin-top:6px !important;
}
.mt-7 {
    margin-top:7px !important;
}
.mt-8 {
    margin-top:8px !important;
}
.mt-10 {
    margin-top:10px !important;
}
.mt-11 {
    margin-top:11px;
}
.mt-13 {
    margin-top:13px;
}
.mt-15 {
    margin-top:15px !important;
}
.mt-17 {
    margin-top: 17px;
}
.mt-18 {
    margin-top:18px;
}
.mt-20 {
    margin-top:20px;
}
.mt-22 {
    margin-top:22px;
}
.mt-25 {
    margin-top:25px;
}
.mt-29 {
    margin-top:29px;
}
.mt-30 {
    margin-top:30px;
}
.mt-35 {
    margin-top:35px;
}
.mt-40 {
    margin-top:40px;
}
.mt-45 {
    margin-top:45px;
}
.mt-50 {
    margin-top:50px;
}
.mt-60 {
    margin-top:60px;
}
.mt-70 {
    margin-top:70px;
}
.mt-80 {
    margin-top:80px;
}
.mt-90 {
    margin-top:90px;
}
.mt-100 {
    margin-top:100px;
}

/* ====================================== MARGIN-RIGHT ====================================== */
.mr-auto {
    margin-right: auto;
}
.mr-5n {
    margin-right: -5px;
}
.mr-10n {
    margin-right: -10px;
}
.mr-15n {
    margin-right: -15px;
}
.mr-25n {
    margin-right: -25px;
}
.mr-33n{
    margin-right: -33px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right:20px;
}
.mr-25 {
    margin-right:25px;
}
.mr-26{
    margin-right: 26px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.mr-55{
    margin-right: 55px;
}
.mr-65{
    margin-right: 65px;
}
/* ====================================== MIN WIDTH ====================================== */
.mw-ini {
    min-width: initial;
}
.mw-100p {
 min-width: 100%;
}
.mw-30 {
    min-width: 30px;
}
.mw-160 {
    min-width: 160px;
}
.mw-176 {
    min-width: 176px;
}
.mw-200 {
    min-width: 200px;
}
.mw-380 {
    min-width: 380px;
}
.mw-400 {
    min-width: 400px;
}
.mw-500 {
    min-width: 500px;
}
.mw-600 {
    min-width: 600px;
}
.mw-890 {
    min-width: 890px;
}
/* ====================================== MAX WIDTH ====================================== */
.mxw-30 {
    max-width: 30px;
}
.mxw-50 {
    max-width: 50px;
}
.mxw-70 {
    max-width: 70px;
}
.mxw-80 {
    max-width: 80px;
}
.mxw-100 {
    max-width: 100px;
}
.mxw-120 {
    max-width: 120px;
}
.mxw-130 {
    max-width: 130px;
}
.mxw-140 {
    max-width: 140px;
}
.mxw-150 {
    max-width: 150px;
}
.mxw-160 {
    max-width: 160px;
}
.mxw-170 {
    max-width: 170px;
}
.mxw-180 {
    max-width: 180px;
}
.mxw-190 {
    max-width: 190px;
}
.mxw-200 {
    max-width: 200px;
}
.mxw-210 {
    max-width: 210px;
}
.mxw-215 {
    max-width: 215px;
}
.mxw-220 {
    max-width: 220px;
}
.mxw-225 {
    max-width: 225px;
}
.mxw-230 {
    max-width: 230px;
}
.mxw-235 {
    max-width: 235px;
}
.mxw-240 {
    max-width: 240px;
}
.mxw-245 {
    max-width: 245px;
}
.mxw-250 {
    max-width: 250px;
}
.min-220 {
    min-width: 220px;
    max-width: 200px;
}
.mxw-250 {
    max-width: 250px;
}
.mxw-300 {
    max-width: 300px;
}
.mxw-400 {
    max-width: 400px;
}
.mxw-500 {
    max-width: 500px;
}
.mxw-600 {
    max-width: 600px;
}
.mxw-700 {
    max-width: 700px;
}
.mxw-900 {
    max-width: 900px;
}
.mxw-1000 {
    max-width: 1000px;
}
.mxw-10p {
    max-width: 10%;
}
.mxw-15p {
    max-width: 15%;
}
.mxw-18p {
    max-width: 18%;
}
.mxw-20p {
    max-width: 20% !important;
}
.mxw-22p {
    max-width: 22% !important;
}
.mxw-30p {
    max-width: 30% !important;
}
.mxw-35p {
    max-width: 35% !important;
}
.mxw-95p {
    max-width: 95%;
}
.mxw-100p {
    max-width: 100% !important;
}
/* ====================================== WIDTH ====================================== */
.w-auto {
    width: auto !important;
}
.w-fit-content {
    width: fit-content;
}
.w-max-content {
    width: max-content;
}
.w-min-content {
    width: min-content;
}
.minw-fit-content {
    min-width: fit-content;
}
.minw-max-content {
    min-width: max-content;
}
.minw-min-content {
    min-width: min-content;
}
.mxw-fit-content {
    max-width: fit-content;
}
.mxw-max-content {
    max-width: max-content;
}
.mxw-min-content {
    max-width: min-content;
}

.w-30 {
    width: 30px !important;
}
.w-40 {
    width: 40px !important;
}
.w-55 {
    width: 55px !important;
}
.w-60 {
    width: 60px;
}
.w-70 {
    width: 70px;
}
.w-80 {
    width: 80px;
}
.w-90 {
    width: 90px;
}
.w-100 {
    width: 100px !important;
}
.w-105 {
    width: 105px;
}
.w-110 {
    width: 110px;
}
.w-120 {
    width: 120px;
}
.w-125 {
    width: 125px !important;
}
.w-130 {
    width: 130px;
}
.w-140 {
    width: 140px;
}
.w-150 {
    width: 150px !important;
}
.w-160 {
    width: 160px !important;
}
.w-165 {
    width: 165px !important;
}
.w-170 {
    width: 170px !important;
}
.w-180 {
    width: 180px;
}
.w-200 {
    width: 200px !important;
}
.w-220 {
    width: 220px;
}
.w-266 {
    width: 266px;
}
.w-270 {
    width:270px !important;
}
.w-280 {
    width:280px;
}
.w-320 {
    width:320px !important;
}
.w-345 {
    width: 345px;
}
.w-650 {
    width: 650px;
    min-width: 650px;
}
.w-2p {
    width: 2%;
}
.w-5p {
    width: 5%;
}
.w-8p {
    width: 8%;
}
.w-10p {
    width: 10% !important;
}
.w-15p {
    width: 15% !important;
}
.w-20p {
    width: 20% !important;
}
.w-25p {
    width: 25%;
}
.w-30p {
    width: 30%;
}
.w-33p {
    width: 33.3333% !important;
}
.w-35p {
    width: 35% !important;
}
.w-40p {
    width: 40%;
}
.w-50p {
    width: 50% !important;
}
.w-60p {
    width: 60%;
}
.w-65p {
    width: 65%;
}
.w-67p {
    width: 67% !important;
}
.w-70p {
    width: 70% !important;
}
.w-80p {
    width: 80%;
}
.w-100p {
    width: 100% !important;
}
.w-80pc {
    width: 80%;
    margin: auto;
}
/* ====================================== OTHER ====================================== */
.bg-red {
    background-color: red !important;
}
.cur-p {
    cursor: pointer;
}
.cur-na {
    cursor: not-allowed;
}
.c-blue {
    color: blue;
}
.dis-b {
    display: block;
}
.dis-ini {
    display: initial;
}
.dis-in-b {
    display: inline-block;
}
.dis-in {
    display: inline;
}
.dis-in-f {
    display: inline-flex;
}
.dis-in-g {
    display: inline-grid;
}
.float-r {
    float: right;
}
.h-auto {
    height: auto !important;
}
.h-10 {
    height: 10px !important;
}
.h-14 {
    height: 14px !important;
}
.h-15 {
    height: 15px !important;
}
.h-16 {
    height: 16px !important;
}
.h-20 {
    height: 20px !important;
}
.h-25 {
    height: 25px !important;
}
.h-30 {
    height: 30px !important;
}
.h-35 {
    height: 35px !important;
}
.h-40 {
    height: 40px !important;
}
.h-42 {
    height: 42px !important;
}
.h-50 {
    height: 50px !important;
}
.h-100 {
    height: 100px !important;
}
.h-700 {
    height: 700px;
}
.left-85 {
    left: 85px;
}
.left-170 {
    left: 170px;
}
.lh-31 {
    line-height: 31px;
}
.lh-33 {
    line-height: 33px;
}
.lh-34 {
    line-height: 34px;
}
.ma-auto-20 {
    margin: auto 20px;
}
.minh-15 {
    min-height: 15px;
}
.minh-20 {
    min-height: 20px;
}
.minh-25 {
    min-height: 25px;
}
.minh-40 {
    min-height: 40px;
}
.minh-50 {
    min-height: 50px;
}
.minh-65 {
    min-height: 65px;
}
.minh-70 {
    min-height: 70px;
}
.minh-90 {
    min-height: 90px;
}
.minh-100 {
    min-height: 100px;
}
.minh-110 {
    min-height: 110px;
}
.minh-120 {
    min-height: 120px;
}
.minh-150 {
    min-height: 150px;
}
.minh-170 {
    min-height: 170px;
}
.minh-180 {
    min-height: 180px;
}
.minh-190 {
    min-height: 190px;
}
.minh-200 {
    min-height: 200px;
}
.minh-80p {
    min-height: 80%;
}
.minw-100 {
    min-width: 100px;
}
.minw-150 {
    min-width: 150px;
}
.minw-200 {
    min-width: 200px;
}
.minw-250 {
    min-width: 250px;
}
.minw-300 {
    min-width: 300px;
}
.minw-350 {
    min-width: 350px;
}
.minw-400 {
    min-width: 400px;
}
.ove-vis {
    overflow: visible;
}
.pos-a {
    position: absolute;
}
.pos-r {
    position: relative;
}
.p-0 {
    padding: 0px;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding:10px;
}
.p-15 {
    padding:15px;
}
.p-20 {
    padding:20px;
}
.p-25 {
    padding:25px;
}
.p-30 {
    padding:30px;
}
.r-0 {
    right: 0px;
}
.r-5 {
    right: 5px;
}
.r-10 {
    right: 10px;
}
.r-15 {
    right: 15px;
}
.r-20 {
    right: 20px;
}
.r-22 {
    right: 22px;
}
.r-25 {
    right: 25px;
}
.r-30 {
    right: 30px;
}
.r-35 {
    right: 35px;
}
.r-40 {
    right: 40px;
}
.r-45 {
    right: 45px;
}
.r-50 {
    right: 50px;
}
.top-42 {
    top: 42px;
}
.l-0 {
    left: 0px;
}
.l-5 {
    left: 5px;
}
.l-10 {
    left: 10px;
}
.l-15 {
    left: 15px;
}
.l-20 {
    left: 20px;
}
.l-25 {
    left: 25px;
}
.l-30 {
    left: 30px;
}
.l-35 {
    left: 35px;
}
.l-40 {
    left: 40px;
}
.l-45 {
    left: 45px;
}
.l-50 {
    left: 50px;
}

.l-5n {
    left: -5px !important;
}
.l-10n {
    left: -10px !important;
}
.l-15n {
    left: -15px !important;
}
.l-20n {
    left: -20px !important;
}
.l-25n {
    left: -25px !important;
}
.l-30n {
    left: -30px !important;
}
.l-35n {
    left: -35px !important;
}
.l-40n {
    left: -40px !important;
}
.l-45n {
    left: -45px !important;
}
.l-50n {
    left: -50px !important;
}
.l-140n {
    left: -140px !important;
}

.top-0 {
    top: 0px !important;
}
.top-2 {
    top: 2px !important;
}
.top-5 {
    top: 05px !important;
}
.top-8 {
    top: 8px !important;
}
.top-10 {
    top: 10px !important;
}
.top-15 {
    top: 15px !important;
}
.top-20 {
    top: 20px !important;
}
.top-25 {
    top: 25px !important;
}
.top-30 {
    top: 30px !important;
}




.valign-top {
    vertical-align: top;
}
.cont-info-div {
    border-bottom:2px solid #ccc;
    margin-bottom:20px;
    padding-bottom:20px;
}
.input-mul {
    margin-left: 50px;
}
.vertical-align-top {
    vertical-align: top;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.dashboard-icon-red {
    background-color: #be3257;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.dashboard-detail-red {
    background-color: #d93863;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}
.dashboard-icon-blue {
    background-color: #47a3b8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.dashboard-detail-blue {
    background-color: #53b9d1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}
.dashboard-icon-green {
    background-color: #83aa4f;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.dashboard-detail-green {
    background-color: #97c15d;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}
.dashboard-icon-orange {
    background-color: #d78a31;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.dashboard-detail-orange {
    background-color: #f29b37;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}
.dashboard-grey-div {
    background-color: #f2f5f7;
    padding: 15px;
    border-radius: 3px;
}
.dashboard-purple-div {
    background-color: #852c9a;
    padding: 15px 15px 10px 15px;
    border-radius: 3px;
}
.dashboard-purple-div label {
    color: #fff;
}
.quantity-stats {
    background-color: #fff;
    margin: 0px -15px 10px -5px;
    border-radius: 3px;
    padding: 5px 0px 5px 20px;
}
.dashboard-warehouse-stats {
    padding: 0px 18px 0px 6px;
}
.black-border-right {
    border-right: solid 1px #333;
}
.count-top {
    color: #505050;
}
.count-bottom {
    color: #505050;
    font-size: 35px;
    font-weight: bold;
}
img.clear_date {
    cursor: pointer;
    position: absolute;
    opacity: 0.4;
    top: 37px;
    right: 10px;
}
img.clear_date:hover {
    opacity: 1;
}


/*------------------------------------ NEW ----------------------------------------*/


.dodoo-input, .search-input, textarea.dodoo-input {
    border-radius: 4px !important;
}
.tab-wrapper.big-tab-wrapper {
    min-height: 97px;
}
.big-tab-wrapper .select-col {
    width: 320px !important;
}
.big-tab-wrapper .tab-content {
    margin-top: 7px !important;
    text-align: left !important;
}
.big-tab-wrapper input.dodoo-input {
    padding: 7px 15px !important;
}
.big-tab-wrapper .col {
    padding-left: 0px;
}

.distribution-detail-sidebar .select-col,
.pickup-detail-sidebar .select-col,
.edit-form .select-col {
    margin-left: 0px;
    width: 100% !important;
    margin-top: unset;
}
.distribution-detail-sidebar .table th {
    background-color: rgba(0,0,0,0);
    height: 25px;
    min-height: 25px;
}
.distribution-detail-sidebar .table td {
    border-top: solid 0px #fff;
    padding: 5px 0px !important;
}
.grey-div {
    background-color: #d9d9d9;
    padding: 15px;
    border-radius: 3px;
}
.distribution-detail-sidebar .grey-div,
.distribution-detail-modal .grey-div {
    background-color: #eee;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.grey-div .form-group {
    margin-bottom: 15px;
}
.grey-div.form-inputs {
    padding: 15px;
}
.distribution-detail-sidebar .grey-div .form-group,
.distribution-detail-modal .grey-div .form-group {
    margin-bottom: 5px;
}
.distribution-detail-sidebar .grey-div .grey-div-label, .grey-div .grey-div-label,
.distribution-detail-modal .grey-div .grey-div-label {
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px; 
    line-height: 35px;
}
.edit-form .select-col .dodoo-select button {
    line-height: 42px;
}
.edit-form div.dodoo-select {
    max-width: 100%;
}
.distribution-detail-sidebar .grey-div .select-col, .grey-div .select-col,
.distribution-detail-modal .grey-div .select-col,
.edit-form .select-col {
    margin-top: unset !important;
}
.distribution-detail-sidebar .grey-div .select-col .dodoo-select button, .grey-div .select-col .dodoo-select button,
.distribution-detail-modal .grey-div .select-col .dodoo-select button {
    line-height: 33px !important;
}
.pickup-detail-sidebar img.clear_date {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 22px;
}
.grey-div img.clear_date {
    top: 8px;
    width: 20px;
    right: 10px;
}
table.table-custom-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    table-layout: fixed;
}
table.table-custom-column td {
    border: 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    white-space: normal;
    overflow: initial;
    vertical-align: middle !important;
    word-break: break-word;
    line-height: 1.2em;
}
table.table-custom-column td.custom-column-label {
    text-align: right;
    font-size: 90% !important;
    font-weight: bold;
    padding-right: 10px;
    width: 35%;
    max-width: 35%;
}
table.table-custom-column td.custom-column-input {
    text-align: left;
    font-size: 100% !important;
    width: 65%;
    max-width: 65%;
}
table.table-custom-column td.custom-column-input .form-group {
    margin-bottom: 0px !important;
}
table.table-custom-column td.custom-column-input .dodoo-select {
    max-width: initial;
}
table.table-custom-column td.custom-column-input .dodoo-select ul.dodoo-select-opt li {
    line-height: inherit;
}

.grey-div .custom-column-input .form-group {
    margin-bottom: 0px !important;
}

.btn-red-trash {
    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);
}
.btn-red-trash i {
    font-size: 22px;
}
.btn-edit-option {
    background-color: #1853ef;
    color: #fff;
    font-weight: 500;
    min-width: 100px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
.btn-reset-default {
    background-color: red;
    color: #fff;
    font-weight: 500;
    height: 30px;
    min-width: 110px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.address-dropdown > .dodoo-select > button.dodoo-select-btn {
    height: 100px;
    overflow: hidden;
    word-wrap: normal;
    line-height: 20px;
    white-space: normal;
}
.address-dropdown .dodoo-select button div.select-address-option {
    display: inline-block;
}
.address-dropdown .dodoo-select button.dodoo-select-btn i.fa.fa-chevron-up, .address-dropdown .dodoo-select button.dodoo-select-btn i.fa.fa-chevron-down {
    top: 50%;
    margin-top: -10px;
}
.address-dropdown .dodoo-select button div.select-address-option span {
    display: block;
}
.address-dropdown .dodoo-select ul li div.select-address-option span {
    display: block;
}
.blue-div > .dodoo-select > button.dodoo-select-btn, 
.address-dropdown > .dodoo-select > button.dodoo-select-btn {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    word-wrap: normal;
    line-height: 20px;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-col-full-width {
    width: 100% !important;
}
.select-col-half-width {
    width: 50% !important;
}
.cust-th .select-col {
    margin-top: 0px;
}
.cust-th .select-col .dodoo-select-btn {
    line-height: 25px;
}
.cust-th .select-col button.dodoo-select-btn {
    padding: 0px 5pxS;
}
.cust-th {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-th:first-child {
    border-top-left-radius: 3px;
}
.cust-th:last-child {
    border-top-right-radius: 3px;
}
.cust-td input {
    height: 30px !important;
    font-size: 13px;
    padding: 5px 10px;
}
.cust-td i.btn-delete-item {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    width: 20px;
}
.cust-td {
    background-color: #eee;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-td:first-child {
    border-bottom-left-radius: 3px;
}
.cust-td:last-child {
    border-bottom-right-radius: 3px;
}
.add-item-row {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
}
.add-mixed-item-row {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
}
img.btn-unit-remove-do {
    right: 25px;
    top: 10px !important;
}
.btn-delete-item-mixed {
    position: absolute;
    cursor: pointer;
    right: 35px;
    font-size: 20px;
    margin-top: 7px;
}
.del-img-2 {
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 1;
    margin-top: 0px;
    margin-left: 5px;
}
.middle-link {
    display: flex;
    align-items: center;
}
table.table.table-job-detail td {
    vertical-align: middle !important;
}
.pickup-select-col .select-col,
.distribution-select-col .select-col {
    margin-left: 0px;
    width: 100% !important;
}
.pickup-select-col .address-dropdown {
    width: 100% !important;
}
.pickup-select-col img.clear_date {
    top: 8px !important;
}
.distribution-detail-modal .grey-div img.clear_date {
    top: 5px !important;
    left: 230px;
}

.job-info-sidebar-bg {
    display: block!important;
    height: auto;
    width: 310px;
    background-color: #aaffff;
    position: fixed;
    top: 8px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}
.job-timeline-sidebar-bg {
    height: auto;
    width: 200px;
    background-color: #aaffff;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}
.jobinfo-timeline-sidebar-bg {
    height: auto;
    width: 310px;
    background-color: #aaffff;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}
.job-detail-sidebar-bg {
    height: auto;
    width: 380px;
    background-color: #ddd;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block !important;
}

.agent-setting-timeline-wrapper {
    height: auto;
    position: absolute;
    bottom: 0px;
    top: 120px;
    left: 0px;
    right: 0px;
}
.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;
}
.btn-edit-form {
    background-color: #4ab7ed;
    color: #fff;
    font-weight: 500;
    height: 35px;
    width: 120px;
    margin-top: -5px;
}
.edit-form.select-col {
    margin-top: unset;
    margin-left: unset;
}
.edit-form.select-col .dodoo-select button {
    line-height: 40px;
}
.star-switch {
    font-size: 25px;
    color: #979797;
    cursor: pointer;
}
.star-switch.active {
    color: #ffb400 !important;
}
button:disabled {
    background-color: #aaa !important;
    cursor: not-allowed !important;
}
.alert {
    display: inline-block;
    padding: 7px;
}
.alert-dismissible {
    padding-right: 35px !important;
}
.alert-dismissible .close {
    padding: 4px 0px;
}
.alert-contact{    
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    margin-right: 10px;
}
button.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
button.btn-blue-dropdown {
    background-color: #1853ef;
    color: #fff;
    font-weight: 500;
    height: 42px;
    min-width: 130px;
}
button.btn-blue-dropdown.green {
    background-color: #00d00d;
}
button.btn-blue-dropdown.red {
    background-color: red;
}
button.btn-blue-dropdown-sm {
    background-color: #4ab7ed;
    color: #fff;
    height: unset;
    min-width: 80px;
}
button.btn-blue-dropdown:disabled {
    opacity: 1 !important;
}

button.btn-green-dropdown {
    background-color: #00d00d;
    color: #fff;
    font-weight: 500;
    min-width: 150px;
    line-height: 26px;
}
button.btn-green-dropdown-sm {
    background-color: #00d00d;
    color: #fff;
    height: unset;
    min-width: 80px;
}
button.btn-green-dropdown:disabled {
    opacity: 1 !important;
}

.btn-group .dropdown-menu {
    padding: 0px;
}
.btn-group .dropdown-menu.show {
    background-color: #00474f;
    margin-top: -1px;
    margin-left: -150px;
    min-width: 180px;
}
.dropdown-item {
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.side-nav-dropdown-menu .dropdown-item:hover, .side-nav-dropdown-menu.dropdown-item:focus {
    color: #000;
    background-color: #eee;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
}
.dropdown-item:focus,
.side-nav-dropdown-menu.dropdown-item:focus {
    background-color: transparent;
}
.btn-group .dropdown-menu.show,
.side-nav-dropdown-menu.dropdown-menu.show {
    background-color: #fff;
}
.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 85%;
}
.btn-group .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-menu .dropdown-item:focus {
    color: #000;
    background-color: #eee;
}
.btn-group .btn.dropdown-toggle {
    width: 30px;
    min-width: 30px;
    border-left: 1px solid #6c8ee8;
    text-align: center;
    margin: 0;
    margin-left: -1px;
}
button.btn-blue-dropdown.green.dropdown-toggle, .btn-group .btn.btn-green-dropdown.dropdown-toggle {
    border-left: 1px solid #67ef6f;
}
button.btn-blue-dropdown.red.dropdown-toggle {
    border-left: 1px solid #ec9393;
}
.btn-group .btn.dropdown-toggle-sm {
    height: unset;
    background-color: #4ab7ed;
    border-left: solid 1px #fff;
}
.btn-group .btn.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -0.4em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: initial;
}
.btn-plus-lg {
    font-size: 2em;
    margin-left: 5px;
}
.btn-plus-lg.green {
    color: #00d00d;
}


.indicator-green {
    color: #1dcf27;
}
.l-40n {
    left: -40px !important;
}
.pill-to-quote {
    background-color: #ccc;
}
.pill-quoted {
    background-color: #00ddee;
}
.pill-rejected {
    background-color: red;
}
.pill-accepted {
    background-color: #00d00d;
}
.pill-to-quote, 
.pill-quoted, 
.pill-rejected, 
.pill-accepted {
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    width: 80px;
    font-size: 10px;
    text-align: center;
}
.job-type-pill-xl {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
}
.row-top-bottom-border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-left: 0px;
    margin-right: 0px;
}
.div-job-summary-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00474f;
    margin-left: 0px;
    margin-right: 0px;
}
.div-job-summary-header .header-text {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.div-job-summary-body-striped:nth-child(odd) {
    background-color: #fff;
    box-shadow: 3px 3px 10px #ccc;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.div-job-summary-body-striped:nth-child(even) {
    background-color: #eee;
    box-shadow: 3px 3px 5px #ccc;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.div-job-summary-body-striped .body-text {
    text-align: center;
}
.div-job-summary-body-striped .body-text-green {
    text-align: center;
    color: #218691;
    font-weight: bold;
}
.div-job-summary-header .col-sm-1,
.div-job-summary-header .col-sm-2,
.div-job-summary-body-striped .col-sm-1,
.div-job-summary-body-striped .col-sm-2 {
    padding-left: 7px;
    padding-right: 7px;
}
.div-job-summary-children {
    background-color: #fff7dd;
    margin: 10px -5px 0px -5px;
    padding: 5px 0px;
}
.font-green-2 {
    color: #1dcf27;
}
.dodoo-gradient {
    background: linear-gradient(45deg, #FF2B00 0%, #1953FF 100%);
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.line-height-20 {
    line-height: 20px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-35 {
    line-height: 35px;
}
.line-height-36 {
    line-height: 36px;
}
.line-height-40 {
    line-height: 40px;
}
.line-height-45 {
    line-height: 45px;
}
.line-height-50 {
    line-height: 50px;
}
.line-height-55 {
    line-height: 55px;
}
.line-height-60 {
    line-height: 60px;
}
.form-inputs input {
    height: 35px;
}
.form-inputs .dodoo-select button {
    line-height: 35px;
    font-size: 95%;
}
.dark-blue {
    background-color: #218691;
    color: #FFF;
    margin-right: -25px;
    margin-left: 0px;
    margin-top: -7px;
}
img.img-del-signed-do {
    position: absolute;
    width: 16px;
    cursor: pointer;
    right: 0px;
}
img.img-del-grant {
    width: 16px;
    cursor: pointer;
}
div.signed-do-wrapper {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    text-align: right;
}
div.signed-do-wrapper font {
    margin-right: 25px;
}
.chevron-nav-profile {
    width: 30px;
    cursor: pointer;
    max-width: 30px; 
    padding-left: 0px;
    padding-right: 0px; 
    text-align: center;
}
.chevron-nav-profile i.fa {
    line-height: 58px;
}
.nav-inbox {
    max-width: 70px;
    border-left: 2px solid #00ddee;
    cursor: pointer;
}
.nav-inbox i, .navs i {
    font-size: 25px;
    margin-top: 20px;
}
div.offline {
    margin: auto;
    text-align: center;
    margin-top: 150px;
    opacity: 0.8;
}
div.offline img.img-offline {
    width: 100px;
}
div.offline p.text-offline {
    font-size: 30px;
}
.sidenav-2 {
    padding-left: 0px;
    padding-top: 20px;
}
.sidenav-2 ul {
    padding-inline-start: 0px !important;
    margin-bottom: 25px;
    padding-left: 0;
}
.sidenav-2 ul li a:hover + ul.hover, .sidenav-2 ul li ul.hover:hover {
    display: block;
}
.sidenav-2 ul li ul.hover {
    display: none;
    position: absolute;
    margin-left: 195px;
    margin-top: -40px;
    z-index: 1;
}
.sidenav-2 ul li {
    list-style-type: none;
    transition: background-color 0.2s;
    position: relative;
}
.sidenav-2 ul li i.fa {
    position: absolute;
    right: 15px;
    margin-top: 8px;
}
.sidenav-2 ul li i.fa.arrow-right {
    transform: rotate(-90deg);
}
.sidenav-2 ul li.active, .sidenav-2 ul li.active:hover {
    background-color: #004750;
}
.sidenav-2 ul li.hover, .sidenav-2 ul li:hover {
    background-color: #84d5d6;
}
.sidenav-2 ul li a {
    color: #004750;
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
}
.sidenav-2 ul li ul.hover li a {
    border-bottom: 1px solid #aafeff;
}
.sidenav-2 ul li .badge-light {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sidenav-2 ul li.active a {
    color: #fff;
}
.job-timeline-sidebar p {
    color: #004750;
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.tab-content-cust p {
    margin-top: unset;
    margin-bottom: unset;
    margin-top: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}
.tab-content-cust p, .tab-content-cust p a {
    color: #fff;
}


.preload {
    background-color: #eee;
    border-radius: 3px;
}
.preload-small {
    height: 42px;
}
.preload-th {
    background-color: #ccc;
}
.preload-text {
    display: inline-block;
    height: 20px;
    width: 95%;
    margin-bottom: 10px;

    background: linear-gradient(270deg, #eee, #ddd, #eee);
    background-size: 600% 100%;
    -webkit-animation: gradient_animate 2s ease infinite;
    -moz-animation: gradient_animate 2s ease infinite;
    animation: gradient_animate 2s ease infinite;
}
.preload-text-sidebar {
    display: inline-block;
    height: 20px;
    width: 95%;
    margin-bottom: 10px;

    background: linear-gradient(270deg, #8dd3d4, #b1eaea, #8dd3d4);
    background-size: 600% 100%;
    -webkit-animation: gradient_animate 2s ease infinite;
    -moz-animation: gradient_animate 2s ease infinite;
    animation: gradient_animate 2s ease infinite;
}

.preload-text-sm {
    width: 65%;
}
.preload-text-xsm {
    width: 40%;
}
.preload-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
}
.preload-consignment {
    height: 180px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 15px;
}

@-webkit-keyframes gradient_animate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradient_animate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradient_animate {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.btn-clear-filter {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    background-color: unset !important;
    border: unset !important;
    box-shadow: none;
}
@media (min-width: 768px) {
    .cust-md-20p {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    .cust-md-20p {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.cust-md-20p {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.btn-draft {
    background-color: #fff;
    color: #1953ff;
    border: solid 2px #1953ff;
    font-weight: 500;
    height: 42px;
}
.pill-job-flag {
    background-color: rgba(0,0,0,0);
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
    border: solid 3px #888;
    color: #888;
    font-size: 14px;
}
.pill-job-flag.active {
    color: #1853ef;
    border: solid 3px #1853ef;
}
.sidebar-job-info-div,
.sidebar-trip-info-div {
    border-top: solid 2px #00ddee;
    border-bottom: solid 2px #00ddee;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.edit-job-detail-link,
.edit-trip-info-link {
    text-align: right;
    text-decoration: underline;
    color: #00ddee;
}
.job-detail-price-grey {
    font-size: 20px;
    color: #888;
    font-weight: bold;
}
.job-detail-price {
    font-size: 20px;
    text-align: right;
}
.job-detail-price-div {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 25px;
}
div.top-bar .profile .col-profile {
    max-width: 200px; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;
}
div.top-bar .profile-dropdown {
    color: #666;
}
div.top-bar .profile-dropdown .profile {
    max-width: 300px;
    border-left: unset;
}
.sidenav-2 ul li p {
    color: #004750;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding: 7px 0px 5px 0px;
    margin-bottom: 0px;
}
.sidenav-2 ul li ul {
    margin-bottom: 0px;
    background-color: #0de;
    padding-right: 0px;
}
.fw-400 {
    font-weight: 400;
}
.setting-checkbox {
    width: auto;
    padding-right: 10px;
}
.btn-attach {
    min-width: 80px;
    color: #fff;
    background-color: #1853ef;
}
.db-white {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin: auto -8px;
}
.db-profile {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    margin-left: -40px;
    margin-right: -40px;
    border-left: solid 0px #ddd !important;
    border-right: solid 0px #ddd !important;
    border-radius: 0px !important;
}
.db-profile span {
    font-size: 25px;
    display: -webkit-inline-box;
    vertical-align: middle;
}
.btn-db-setting {
    background-color: #fff;
    color: #1953ff;
    border: solid 3px #1953ff;
    font-weight: 500;
    height: 42px;
    width: 150px;
}
.db-div-blue-1, .db-div-blue-2, .db-div-green-1,
.db-div-green-2, .db-div-green-3, .db-div-grey,
.db-div-orange, .db-div-red, .db-div-yellow {
    padding: 0px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 3px;
}
.db-div-blue-1 {
    background-color: #4ab7ed;
}
.db-div-blue-2 {
    background-color: #1877f2;
}
.db-div-green-1 {
    background-color: #0aa314;
}
.db-div-green-2 {
    background-color: #00d00d;
}
.db-div-green-3 {
    background-color: #004750;
}
.db-div-grey {
    background-color: #979797;
}
.db-div-orange {
    background-color: #f56e00;
}
.db-div-red {
    background-color: red;
}
.db-div-yellow {
    background-color: #ffb400;
}
.table-trans td {
    border: solid 0px #fff;
}
.icon {
    width: 22%;
    font-size: 35px !important;
    vertical-align: middle !important;
}
.icon-sm {
    width: 25%;
    font-size: 28px !important;
    vertical-align: middle !important;
}
.info {
    width: 75%;
    text-align: left;
    font-size: 14px !important;
    font-weight: 500;
}
.info-sm {
    width: 70%;
    text-align: left;
    font-size: 13px !important;
    font-weight: 500;
}
.info span {
    font-size: 30px;
}
.db-table {
    margin-bottom: 0px;
}
.table .icon, .table .info {
    vertical-align: middle !important;
}
.table .icon-sm, .table .info-sm {
    padding: 6px !important;
    vertical-align: middle !important;
}
.unread-notification {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: orange;
    left: 33px;
    top: 17px;
}
.custom-colum-input .form-group {
    position: relative;
}
input.dodoo-input.input-xs {
    padding: 3px 15px;
}
.btn-job-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 270px;
}
.btn-job-action button.btn-blue-dropdown {
    min-width: 220px;
    min-width: 90%;
}
.btn.btn-blue-dropdown.text-center {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.btn-job-action button.btn-blue-dropdown.dropdown-toggle {
    min-width: 30px;
    max-width: 30px;
}
.btn-job-action .dropdown-menu.show {
    min-width: 275px;
    margin-left: -245px;
}

.btn-job-action-agent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 270px;
}
.btn-job-action-agent button.btn-blue-dropdown {
    min-width: 205px;
}
.btn-job-action-agent button.btn-blue-dropdown.dropdown-toggle {
    min-width: 30px;
}
.btn-job-action-agent .dropdown-menu.show {
    min-width: 240px;
    margin-left: -210px;
}
.sidebar-saparator {
    border-top: 1px solid #23ccce;
}
.break-word {
    word-break: break-word;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.img-border {
    border: solid 1px #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
}
.company-list .company-profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
.company-list .company-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-list .company-profile-img + div {
    display: table-cell;
    vertical-align: middle;
}
.col-content {
    min-height: 600px;
    padding: 20px 25px;
}
.col-sidebar {
    padding-left: 0;
    padding-right: 0;
}
.col-job-sidebar {
    padding-left: 0;
    padding-right: 0;
}
.col-add-job-sidebar {
    padding-left: 0;
    padding-right: 0;
}
.job-timeline-sidebar {
    z-index: 1;
    margin-bottom: 100px;
    color: #fff;
}
.btn-consignment {
    color: blue;
    font-size: 13px;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    cursor: pointer;
    width: 30px;
    border-left: 1px solid #ccc;
    padding-top: 15px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.btn-consignment:hover {
    background-color: #eee;
}
.job-status {
    border: 2px solid #ff0aff;
    color: #ff0aff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 90%;
    cursor: pointer;
    min-width: 70px;
}
.job-status-grey {
    border: 2px solid #aaa;
    color: #aaa;
}
button.btn-transparent-blue {
    background-color: transparent;
    color: #1953ff;
    border: solid 2px #1953ff;
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 150px;
}
button.btn-transparent-blue:hover {
    box-shadow: 0px 0px 6px 1px #00000050 !important;
}
button.btn-transparent-blue:focus {
    border: solid 2px #1953ff;
}
button.btn-transparent-red {
    background-color: transparent;
    color: red;
    border: solid 2px red;
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 150px;
}
button.btn-transparent-red:hover {
    box-shadow: 0px 0px 6px 1px #00000050 !important;
}
button.btn-transparent-red:focus {
    border: solid 2px red;
}
.firebase-verify {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #FFF;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.job-price {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.job-price .price-title {
    color: #666;
    text-align: left;
    padding-right: 0px;
}
.job-price .price-amount {
    color: #000;
    text-align: right;
    min-width: 70%;
}
.job-price .price-amount .price-edit {
    font-size: 13px;
    margin-left: 5px;
    vertical-align: middle;
}
.btn-decoy {
    width: 220px;
    height: 45px;
    position: absolute;
    z-index: 2;
    background: transparent;
    cursor: not-allowed !important;
}
.login-loader {
    left: 67%;
    top: 45%;
}





/* -------------------------------- CONSIGNMENT ROW -------------------------------- */

.my-job-list {
    box-shadow: 3px 3px #ccc;
    padding: 15px 0px 0px 0px; 
    border: solid 1px #ccc; 
    font-size: 13px;
    margin-top: 15px;
    border-radius: 3px;
    position: relative;
}
.my-job-list-child {
    position: relative;
    padding: 0px;
    border-top: solid 2px #ccc;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    min-height: 180px;
}
.transit-list-child {
    position: relative;
    padding: 0; 
    border: solid 2px #ccc;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
}
.transit-list-group {
    position: relative;
    padding: 10px 0px;
    font-size: 13px;
    background-color: #eee;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    min-height: 160px;
}
.transit-list-group:last-child {
    margin-bottom: 0;
}



/*************************** CONSIGNMENT ***************************/
.consignment-wrapper:last-child {
    margin-bottom: 100px;
}
.consignment-wrapper-th {
    background-color: #00474f;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    min-width: 865px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.consignment-wrapper-tbody {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 835px;
}
.consignment-wrapper-with-ref-th {
    background-color: #00474f;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    min-width: 890px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.consignment-wrapper-with-ref-tbody {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 861px;
}
.col-shipper {
    width: 15%;
    padding: 15px;
    background-color: #eee;
    margin: -15px 0px 0px 0px;
}
.col-number {
    width: 2%;
    text-align: center; 
    position: relative;
}
.col-consignee {
    width: 22%;
    padding-left: 15px; 
    margin-bottom: 15px;
}
.col-area {
    width: 14%;
    padding-left: 10px; 
    text-align: center;
}
.col-area span {
    display: block;
}
.col-total {
    width: 14%;
    text-align: center; 
    position: relative;
}
.col-quantity {
    width: 9%;
    text-align: center; 
    position: relative;
}
.col-weight {
    width: 9%;
    text-align: center; 
    position: relative;
}
.col-m3 {
    width: 10%;
    text-align: center; 
    position: relative;
}
.column-action {
    width: 20%;
    text-align: center; 
    position: relative;
}
.consignment-wrapper-with-ref-tbody .col-consignee {
    width: 18%;
    padding-left: 15px; 
    margin-bottom: 15px;
}
.consignment-wrapper-with-ref-tbody .col-area {
    width: 10%;
    padding-left: 10px; 
    text-align: center;
}
.consignment-wrapper-with-ref-tbody .col-ref {
    width: 8%;
    padding-left: 10px; 
    text-align: center;
}
.consignment-wrapper-with-ref-tbody .col-total {
    width: 14%;
    text-align: center; 
    position: relative;
}
.consignment-wrapper-with-ref-tbody .col-quantity {
    width: 9%;
    text-align: center; 
    position: relative;
}
.consignment-wrapper-with-ref-tbody .col-weight {
    width: 9%;
    text-align: center; 
    position: relative;
}
.consignment-wrapper-with-ref-tbody .col-m3 {
    width: 10%;
    text-align: center; 
    position: relative;
}
.consignment-wrapper-with-ref-tbody .column-action {
    width: 22%;
    text-align: center; 
    position: relative;
}
.col-consignee .fa {
    color: #999;
    margin-right: 5px;
}
.col-total .row-name,
.col-quantity .row-name,
.col-weight .row-name,
.col-m3 .row-name  {
    min-height: 10px;
}

.pickup-grey-tr {
    box-shadow: 4px 3px #ccc;
    padding: 10px 0px;
    border: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
}
.pickup-grey-header {
    position: relative;
    box-shadow: 0px 5px 10px 2px #00000030;
    border-top: solid 3px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 890px;
    z-index: 2;
}
.pickup-blue-tr {
    border-left: solid 10px #00ddee;
    border-right: solid 10px #00ddee;
    border-bottom: solid 10px #00ddee;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 890px;
    z-index: 1;
}
.pickup-grey-header + div .pickup-blue-tr:first-child > table:first-child {
    margin-top: 10px;
}
.pickup-grey-header .col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.pickup-grey-header .col-area {
    width: 12%;
    padding-left: 10px;
    text-align: center;
}
.pickup-grey-header .col-all-total {
    width: 50%;
    padding-left: 10px;
}
.pickup-grey-header .column-action {
    width: 16%;
    text-align: center;
}


.pickup-blue-tr .col-consignee,
.transit-list-child .col-consignee, 
.transit-list-group .col-consignee {
    padding-left: 10px;
}
.pickup-blue-tr .col-area,
.transit-list-child .col-area, 
.transit-list-group .col-area {
    padding-left: 10px;
}
.pickup-blue-tr .with-ref .col-ref,
.transit-list-child .with-ref .col-ref,
.transit-list-group .with-ref .col-ref {
    padding-left: 10px;
    text-align: center;
}
.pickup-blue-tr .col-total,
.transit-list-child .col-total,
.transit-list-group .col-total {
    padding-left: 10px;
}
.pickup-blue-tr .col-m3,
.transit-list-child .col-m3,
.transit-list-group .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}
.pickup-blue-tr .column-action, 
.transit-list-child .column-action, 
.transit-list-group .column-action {
    padding-left: 10px; 
    padding-right: 10px; 
    position: relative;
}
.pickup-grey-header .total-label,
.col-all-total .total-label {
    font-size: 14px; 
    color: #999;
    font-weight: bold;
}
.pickup-grey-header .ref-label {
    font-size: 17px;
    color: #1853ef;
    font-weight: bold;
}
.col-all-total .total-value {
    font-size: 20px; 
    font-weight: bold; 
    color: #1853ef;
}



/* -------------------------------- GLOBAL CONSIGNMENT COLUM -------------------------------- */

.col-shipper {
    padding: 15px;
    margin: -15px 0px 0px 0px;
}
.transit-child-mb .col-shipper {
    margin: -9px 0px -10px 0px;
}
.pickup-blue-tr .col-shipper {
    margin: -15px 0px -5px 0px;
}
.col-consignee {
    width: 22%;
}
.with-ref .col-consignee {
    width: 18%;
}
.my-job-list-child .col-consignee, .transit-list-group .col-consignee {
    width: 24%;
}
.my-job-list-child.with-ref .col-consignee, .transit-list-group.with-ref .col-consignee {
    width: 20%;
}
.col-area {
    width: 14%;
}
.with-ref .col-area {
    width: 12%;
}
.with-ref .col-ref {
    width: 10%;
    text-align: center;
}
.col-total {
    width: 14%;
}
.with-ref .col-total {
    width: 12%;
}
.col-weight, .col-quantity, .col-weight {
    width: 9%;
}
.col-m3 {
    width: 10%;
}
.column-action {
    width: 20%;
}
.with-ref .column-action {
    width: 18%;
}


/* -------------------------------- GLOBAL CONSIGNMENT COLUM TH -------------------------------- */

.consignment-wrapper-th .col-shipper {
    background-color: unset;
}

.consignment-wrapper-th .col-shipper,
.consignment-wrapper-th .col-consignee,
.consignment-wrapper-th .col-area, 
.consignment-wrapper-th .col-ref,
.consignment-wrapper-th .col-total,
.consignment-wrapper-th .col-quantity,
.consignment-wrapper-th .col-weight,
.consignment-wrapper-th .col-m3,
.consignment-wrapper-th .column-action {
    padding: 0;
    margin: 0;
}


/* -------------------------------- GLOBAL CONSIGNMENT COLUM - SHOW SHIPPER -------------------------------- */

.my-job-list.show-shipper .col-shipper,
.consignment-wrapper-th.show-shipper .col-shipper,
.pickup-blue-tr.show-shipper .group-header .col-shipper,
.transit-child-mb.show-shipper .group-header .col-shipper {
    width: 16%;
}
.my-job-list.show-shipper.c-selected .col-shipper,
.consignment-wrapper-th.show-shipper.c-selected .col-shipper,
.pickup-blue-tr.show-shipper.c-selected .group-header .col-shipper,
.transit-child-mb.show-shipper.c-selected .group-header .col-shipper {
    background-color: #e6e69e;
}
.my-job-list.show-shipper .col-consignee,
.consignment-wrapper-th.show-shipper .col-consignee,
.pickup-blue-tr.show-shipper .group-header .col-consignee,
.transit-child-mb.show-shipper .group-header .col-consignee {
    width: 20%;
}
.my-job-list.show-shipper.with-ref .col-consignee,
.consignment-wrapper-th.show-shipper.with-ref .col-consignee,
.transit-child-mb.show-shipper .with-ref.group-header .col-consignee,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-consignee {
    width: 16%;
}
.my-job-list.show-shipper .col-area,
.consignment-wrapper-th.show-shipper .col-area,
.transit-child-mb.show-shipper .group-header .col-area,
.pickup-blue-tr.show-shipper .group-header .col-area {
    width: 12%;
}
.my-job-list.show-shipper.with-ref .col-area,
.consignment-wrapper-th.show-shipper.with-ref .col-area,
.transit-child-mb.show-shipper .with-ref.group-header .col-area,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-area {
    width: 11%;
}
.my-job-list.show-shipper.with-ref .col-ref,
.consignment-wrapper-th.show-shipper.with-ref .col-ref,
.transit-child-mb.show-shipper .with-ref.group-header .col-ref,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-ref {
    width: 9%;
}
.my-job-list.show-shipper .col-total,
.consignment-wrapper-th.show-shipper .col-total,
.transit-child-mb.show-shipper .group-header .col-total,
.pickup-blue-tr.show-shipper .group-header .col-total {
    width: 10%;
}
.my-job-list.show-shipper .col-quantity,
.consignment-wrapper-th.show-shipper .col-quantity,
.transit-child-mb.show-shipper .group-header .col-quantity,
.pickup-blue-tr.show-shipper .group-header .col-quantity {
    width: 7%;
}
.my-job-list.show-shipper .col-weight,
.consignment-wrapper-th.show-shipper .col-weight,
.transit-child-mb.show-shipper .group-header .col-weight,
.pickup-blue-tr.show-shipper .group-header .col-weight {
    width: 7%;
}
.my-job-list.show-shipper .col-m3,
.consignment-wrapper-th.show-shipper .col-m3,
.transit-child-mb.show-shipper .group-header .col-m3,
.pickup-blue-tr.show-shipper .group-header .col-m3 {
    width: 8%;
}
.my-job-list.show-shipper .column-action,
.consignment-wrapper-th.show-shipper .column-action,
.transit-child-mb.show-shipper .group-header .column-action,
.pickup-blue-tr.show-shipper .group-header .column-action {
    width: 18%;
}
.my-job-list.show-shipper.with-ref .column-action,
.consignment-wrapper-th.show-shipper.with-ref .column-action,
.transit-child-mb.show-shipper .with-ref.group-header .column-action,
.pickup-blue-tr.show-shipper .with-ref.group-header .column-action {
    width: 14%;
}


span.description {
     font-size: 15px; 
     font-weight: 500; 
     color: #999;
}
.blue {
    color: blue;
}
.red {
    color: red;
}

.grey {
    color: #999;
}
.grey-2 {
    color: #979797;
}
.btn-job-action-bg {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 0px 15px 0px;
    text-align: center;
    position: fixed;
    width: 305px;
}
.btn-job-action button.btn-blue-dropdown {
    width: 90%;
}
.btn-job-action .btn-group {
    width: 90%;
}
.btn-job-action .btn-group button.btn-blue-dropdown {
    width: 100%;
}
button.btn-transparent-grey-xxl {
    background-color: transparent;
    color: #999;
    border: solid 1px #999;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
button.btn-transparent-grey-xxl:hover,
button.btn-transparent-grey-xxl:hover > .btn-transparent-grey-sm {
    background-color: transparent;
    color: #1953ff;
    border: solid 1px #1853ff;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.btn-transparent-grey-xxl h5 {
    margin-bottom: 10px;
} 
.btn-transparent-grey-xxl p {
    margin-bottom: 0px;
    font-weight: normal;
}
.btn-transparent-grey-sm {
    background-color: transparent;
    border: solid 1px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 8px;
    border-radius: 5px;
    margin-top: 8px;
}
.grey-back-btn {
    background-color: #fff;
    min-width: auto;
    height: 30px;
    color: #999;
    font-size: 20px;
    margin-top:-7px;
}
.print-icon {
    font-size: 18px;
    color: #1953ef;
    vertical-align: middle;
    margin-right: 5px;
}
.dodoo-select.open-upside .dodoo-select-opt-wrapper {
    margin-top: -344px;
    box-shadow: 0px -10px 12px 1px #00000035;
}
.top-bar .col-profile {
     cursor: pointer; 
     padding-left: 0px;
}
.badge {
    padding: .45em .7em;
}
.nav-item {
    white-space: nowrap;
}
.warehouse-icon {
    position: absolute;
    top: 7px;
    right: 20px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
}
.warehouse-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.warehouse-img-preview {
    position: absolute;
    top: -160px;
    right: -160px;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
}
.warehouse-img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delete-icon-warehouse {
    font-size: 18px !important;
    color: red;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
}
.invoice-tab {
    position: relative;
    font-weight: bold;
    min-height: 38px;
}
.invoice-tab .nav-tabs {
    border-bottom: solid 2px #dee2e6;
    padding-left: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit;
}
.invoice-tab .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.invoice-tab .nav-link {
    border-bottom: solid 5px transparent;
    transition: background-color 0.2s;
}
.invoice-tab .nav-link:hover {
    background-color: #eee;
    border-bottom: solid 5px #eee;
}
.invoice-tab .nav-link.active {
    color: #000;
    border-bottom: solid 5px #218691;
    border-top: solid 0px transparent;
    border-left: solid 0px transparent;
    border-right: solid 0px transparent;
}
.invoice-tab .nav-link.active:hover {
    border-color: #218691;
}
.invoice-action-link {
    font-weight: bold;
    color: #1853ef;
    cursor: pointer;
    margin-right: 5px;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
}
.modal.fade .modal-dialog {
    transition: transform .25s ease-out,-webkit-transform .25s ease-out
}
.modal-fade-elem {
    position: absolute;
    height: auto;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000060;
    z-index: 10;
}
.fa-envelope {
    color: #00ddee;
}
.is-online {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 10px;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
}
#modal-courier-detail .modal-body {
    padding: 25px 25px 0px 25px;
}
#modal-courier-detail .pill {
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}
.courier-ref {
    font-size: 20px;
    font-weight: 500;
}
.courier-price {
    font-size: 20px;
    font-weight: bold;
}
.courier-status {
    border: 2px solid #ff0aff;
    color: #ff0aff;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 95%;
    cursor: pointer;
    margin-top: 3px;
}
.courier-label {
    color: #777;
    font-weight: bold;
}
.div-courier-detail {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px 10px 0px 10px;
    height: 160px;
    margin-bottom: 15px;
}
.div-courier-detail-2 {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px 10px 0px 10px;
    margin-bottom: 15px;
}
table.table-courier-detail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}
table.table-courier-detail td {
    border: 0;
    padding: 0 0 10px 0 !important;
    position: relative;
    white-space: normal;
    overflow: initial;
    word-break: break-word;
    line-height: 1.3em;
    vertical-align: unset !important;
    font-size: 14px !important
}
table.table-courier-detail td.label-col {
    text-align: right;
    font-weight: bold;
    padding-right: 10px !important;
    width: 34%;
    max-width: 34%;
}
table.table-courier-detail td.detail-col {
    text-align: left;
    width: 66%;
    max-width: 66%;
}
.courier-detail .btn-blue-dropdown {
    height: 38px !important;
    min-width: 120px !important;
}
.courier-detail .dropdown-toggle {
    height: 38px !important;
    min-width: 30px !important;
}
.add-detail {
    color: #1853fe;
    cursor: pointer;
    font-weight: bold;
}
.add-detail-hr {
    border-color: #1853fe;
}
.courier-detail-modal-side-info {
    background-color: #aaffff; 
    margin-top: -25px; 
    margin-left: -10px; 
    border-top-left-radius: .3rem; 
    border-bottom-left-radius: .3rem; 
    padding: 25px 20px 20px 20px;
}
.courier-detail-modal-side-info .btn-div {
    position: absolute;
    bottom: 30px;
}
.courier-detail-modal-side-info .btn-blue-dropdown {
    min-width: 185px;
}
.courier-detail-modal-side-info .btn-div .dropdown-menu.show {
    min-width: 215px;
    transform: translate3d(150px, 42px, 0px) !important;
}
.courier-detail-btn-arrow {
    color: #1853ef;
    border: solid 2px #1853ef;
    min-width: 38px; !important;
    background-color: #fff !important;
}
.courier-detail-pagination {
    text-align: center;
}
.courier-detail-pagination h5 {
    color: #1853ef;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}
.location-list-container {
    padding: 10px;
}
.location-list {
    border-top: solid 2px #eee;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.location-list .row {
    margin-bottom: 15px !important;
}
.location-list-container .selected {
    background-color: #ffeb0045;
}
#modal-dodoo-location-list a {
    color: #1853ef !important;
}
#modal-job-trip-note-setting .btn-blue-dropdown:first-child {
    border-right: solid 1px #1853ef !important;
}
#modal-job-trip-note-setting .btn-blue-dropdown:last-child {
    border-left: solid 1px #1853ef !important;
}
#modal-job-trip-note-setting .btn-blue-dropdown {
    color: #1853ef;
    border: solid 2px #1853ef;
    background-color: #fff;
    height: 36px !important;
    width: 125px !important;
}
#modal-job-trip-note-setting .btn-blue-dropdown.dropdown-toggle {
    width: 30px !important;
}
#modal-job-trip-note-setting .btn-blue-dropdown.show {
    min-width: 154px !important;
    margin-left:-124px;
}
#modal-job-trip-note-setting input[type=radio] {
    height: 18px;
    width: 18px;
}
#modal-job-trip-note-setting .layout-checkbox label {
    vertical-align: middle !important;
    font-weight: 400;
}
.checkbox label font {
    vertical-align: middle;
}
.modal-content.modal-shadow {
    box-shadow: 0px 0px 18px 20px #00000030;
}
.info-editable {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaa;
    z-index: 2;
}
img.img-clear-filter {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}
.view-trip-grey-header {
    position: relative;
    padding-top: 15px;
    box-shadow: 0px 5px 10px 2px #00000030;
    border-top: solid 3px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 890px;
}
.view-trip-grey-header .col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.view-trip-grey-header .col-area {
    width: 15%;
    padding-left: 10px;
    text-align: center;
}
.view-trip-grey-header .col-all-total {
    width: 47%;
    padding-left: 10px;
}
.view-trip-grey-header .column-action {
    width: 16%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.view-trip-grey-body {
    margin-right: -15px;
    background-color: #eee;
    min-width: 890px;
    padding-bottom: 15px;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody {
    padding: 1px 15px 0px 15px;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-consignee {
    width: 18%;
    padding-left: 15px; 
    margin-bottom: 15px;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-area {
    width: 12%;
    padding-left: 10px; 
    text-align: center;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-ref {
    width: 8%;
    padding-left: 10px; 
    text-align: center;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-total {
    width: 14%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-quantity {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-weight {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-m3 {
    width: 10%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .column-action {
    width: 18%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-consignee {
    width: 26%;
    padding-left: 15px; 
    margin-bottom: 15px;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-area {
    width: 14%;
    padding-left: 10px; 
    text-align: center;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-total {
    width: 14%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-quantity {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-weight {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-m3 {
    width: 10%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .column-action {
    width: 18%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-consignee {
    width: 22%;
    padding-left: 15px; 
    margin-bottom: 15px;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-area {
    width: 14%;
    padding-left: 10px; 
    text-align: center;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-total {
    width: 14%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-quantity {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-weight {
    width: 9%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-m3 {
    width: 10%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .column-action {
    width: 22%;
    text-align: center; 
    position: relative;
}
.view-trip-grey-body .my-job-list {
    background-color: #fff;
}
.custom-listing {
    overflow-x: auto;
}
.haha {
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
}
.filter-sidebar-bg {
    position: fixed;
    background-color: #eee; 
    height: auto;
    right: 0px; 
    top: 0px;
    bottom: 0px;
    z-index: 6;
    width: 310px; 
    border-left: solid 3px #ddd;
}
.filter-sidebar {
    position: absolute;
    padding: 20px;
    z-index: 6;
    width: 310px;
    overflow: auto;
    right: 0px;
    top: -10px;
    bottom: 0px;
}
.shipper-sidebar {
    position: absolute; 
    background-color: #eee; 
    left: 0px; 
    height: 100%; 
    top: 0px; 
    padding: 25px;
    z-index: 6; 
    width: 310px; 
    overflow: auto;
    border-right: solid 3px #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.shipper-sidebar-mini {
    position: absolute; 
    background-color: #eee; 
    left: 0px; 
    height: 100%; 
    top: 0px; 
    z-index: 1;
    width: 25px; 
    overflow: auto;
    border-right: solid 3px #ddd;
}
.shipper-sidebar-mini:hover {
    background-color: #ddd;
}
.shipper-sidebar-mini i {
    top: 45vh;
    position: fixed;
    margin-left: 7px;
    color: #bbb;
    font-size: 16px
}
.btn-close-grey {
    background-color: rgba(0,0,0,0);
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 5px;
    border-color: rgba(0,0,0,0);
}
.grey-fav {
    color: #ccc !important;
}
.no-scroll {
    overflow: hidden !important;
}
.btn-white {
    background-color: transparent;
    color: #1953ff;
    border: solid 2px #1953ff;
    font-weight: bold;
    min-width: 130px;
}
.btn-white:disabled {
    color: #000;
}
.checkbox, .checkbox * {
    user-select: none;
}
ul.dropdown-ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 90%;
    margin-bottom: 0;
}
ul.dropdown-ul li {
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
}
ul.dropdown-ul li:hover {
    background-color: #eee;
}
ul.dropdown-ul li:focus {
    outline: none;
}
ul.dropdown-ul li:hover .dropdown-ul-group {
    display: block;
}
ul.dropdown-ul li .dropdown-ul-group {
    display: none;
    position: absolute;
    background-color: #FFF;
    margin: -28px 0 0 -145px;
    box-shadow: 0px 0px 4px 0px #00000055;
    font-size: 110%;
}
ul.dropdown-ul li .dropdown-ul-group button {
    margin-bottom: 0 !important;
    font-size: 14px;
}
button.btn-filter, button.btn-filter:focus {
    background-color: transparent;
    color: #1953ff;
    border-bottom: solid 2px #1953ff;
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 100px;
    border-radius: 0px;
    line-height: 1.2;
}
.my-job-list.c-selected, .pickup-blue-tr.c-selected, .my-job-list-child.c-selected {
    background-color: #ffffcf;
}
.modals {
    position: absolute;
}
.disabled-for-onhold {
    position: absolute;
    width: 180px;
    height: 40px;
    cursor: not-allowed;
}
button.dodoo-select-btn:focus {
    border: 1px solid #888;
}
button.btn-close, button.btn-download {
    border: 0;
    padding: 3px 5px;
    background-color: transparent;
    line-height: 1;
}
button.btn-close i.fa, button.btn-download i.fa {
    color: #aaa;
}
button.btn-close:focus i.fa, button.btn-close:hover i.fa, button.btn-close:active i.fa {
    color: #888;
}
button.btn-download:focus i.fa, button.btn-download:hover i.fa, button.btn-download:active i.fa {
    color: #888;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.tooltip {
    font-size: 90%;
}
.filter-sidebar.sticky {
    position: fixed;
    top: 40px;
}
.job-timeline-sidebar.sticky {
    position: fixed;
    top: 70px;
    width: 200px;
}
.timeline-wrapper:focus {
    outline: none;
}
.dodoo-intro {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dodoo-intro img {
    width: 100%;
    height: auto;
}

/* ========== NEW ========== */ 
.job-new-sidebar {
    z-index: 1;
    margin-bottom: 100px;
    width: 350px;
    top: 20px;
}
.job-info-sidebar {
    z-index: 1;
    margin-bottom: 100px;
    margin-top: 25px;
    width: 280px;
}
.sidenav-2 {
    z-index: 1;
    margin-bottom: 100px;
    margin-right: -25px;
    width: 195px;
}
.sidenav-2.layered {
    top: 165px;
}
.sidenav-2 p {
    margin-left: 20px;
}
#sideinfo-display.col-job-sidebar,
#sidenav-opt-display.col-sidebar,
#sidedetail-display.col-add-job-sidebar {
    top: 0px;
    bottom: 0px;
}
.mobile-sidenav {
    position: absolute;
    height: 100%;
}
.ds-job-info-margin,
.ds-trip-info-margin,
.du-job-info-margin,
.du-job-detail-margin {
    margin-top: 20px; 
    margin-left: 5px; 
    margin-right: 5px;
    margin-bottom: 50px;
}
.nav-container {
    width: 195px;
    position: relative;
    margin-left: -15px;
    margin-bottom: 50px;
}
.nav-container.sticky {
    position: fixed;
    top: 65px;
}
.mobile-sidenav {
    display: none;
}
#sideinfo-display.col-job-sidebar {
    width: 310px !important;
    background-color: #aaffff;
    border-right: 5px solid #00ddee;
    height: 100vh;
    position: fixed;
    top: 40px;
}
#sidenav-opt-display.col-sidebar {
    width: 200px !important;
    background-color: #aaffff;
    border-right: 5px solid #00ddee;
    height: 100vh;
    position: fixed;
    top: 40px;
}
#sidedetail-display.col-add-job-sidebar {
    width: 380px !important;
    background-color: #ddd;
    border-right: 5px solid #ddd;
    height: 100vh;
    position: fixed;
    top: 40px;
}
.col-content-detail-width {
    width: calc(100% - 380px);
    padding: 20px 25px;
}
.col-content-info-width {
    width: calc(100% - 310px);
    padding: 20px 25px;
}
.col-content-width {
    width: calc(100% - 200px);
    padding: 20px 25px;
}

ul.dropdown-ul li .dropdown-ul-group {
    margin: -28px 0 0 -130px;
}
.table.cart-header {
    margin-bottom: 0px;
    min-width: 800px;
}
.table.cart-header thead th {
    border-bottom: unset;
    border-top: unset;
    min-height: 20px;
    height: 20px;
    padding: 0px !important;
}
.cart-body,.cart-body-group {
    border: unset;
    margin-bottom: 0px;
}
.table.cart-body td {
    vertical-align: top;
    padding: 10px !important;
    border-top: unset;
    font-size: 90% !important;
}
.table.cart-body .col-report {
    vertical-align: top;
    padding: 10px 0px !important;
    border-top: unset;
    font-size: 90% !important;
}
.table.cart-body td .cart-body-section {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 5px 0px;
    padding-top: 5px;
}
.table.cart-header th.td-numbering, .table.cart-body td.td-numbering {
    width: 50px;
    max-width: 50px;
}
.table.cart-body td.td-shipper {
    background-color: #aaaaaa50;
}
.cart-body-section .row {
    margin-left: 0px;
    margin-right: 0px;
    margin: 15px 0px 20px 0px;
}
.cart-body-section .row .col {
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
.cart-body-section .row .col i,
.value-position i {
    margin-right: 3px;
}
.with-right-border {
    border-right: 1px solid #ccc;
}
.my-job-list {
    padding: 0px;
}
.cart-body span.row-summary,
.cart-body span.row-summary-reported {
    font-size: 95% !important;
}
.split-bg .row-name {
    line-height: unset;
    margin-bottom: -1px;
}
.cart-body .status-position {
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
}
.cart-body .value-position {
    bottom: 0px;
    margin-left: 0px;
    margin-bottom: 8px;
    position: absolute;
    left: 30;
}
.cart-body .container {
    min-height: 160px;
}
.green-fav {
    color: #42bac8;
    margin-right: 5px;
    font-size: 25px;
}
.my-job-list span.row-summary-reported, .my-job-list-child span.row-summary-reported {
    position: initial;
}
.container::after {
    content: none !important;
}
.image-lhw {
    max-width: 100%; 
    height: auto; 
}
.modal-xs {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.modal-sm {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
/***** Original modal width is 500px *****/
.modal-md {
    min-width: 600px;
    margin-left: -50px;
}
.modal-lg {
    min-width: 750px;
    margin-left: -125px;
}
.modal-xl {
    min-width: 900px;
    margin-left: -200px;
}
.modal-xxl {
    min-width: 1035px;
    margin-left: -270px;
}
.vertical-align {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.copy-to-clipboard {
    color: #4272f2;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.link-modal:hover, .link-modal-2:hover {
    text-decoration: underline;
}
.side-nav-dropdown-menu.dropdown-menu.btn-fail-pickup-wrapper.show {
    min-width: 160px;
    margin-left: -130px;
    background-color: red;
    border: 0;
}
.btn-group .dropdown-menu .dropdown-item.btn-fail-pickup {
    line-height: 12px;
    height: auto;
    font-size: 85%;
    background-color: transparent;
    color: #FFF;
    border: 0;
}
.btn-group .dropdown-menu .dropdown-item.btn-fail-pickup:hover {
    background-color: transparent;
    color: #FFF;
}
#modal-blank .modal-content span.driver-online-state {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    vertical-align: middle;
}
#modal-blank .modal-content span.driver-online-state.online {
    background-color: green;
}
#modal-blank .modal-content span.driver-online-state.offline {
    background-color: #ccc;
}
.disappear {
    transform: scale(1.2);
    opacity: 0;
}
.full {
    width: 100% !important;
    background-color: #fff !important;
}
#timeline {
  list-style: none;
  position: relative;
  margin: 50px auto;
  width: 100%;
  max-width: 500px;
  color: #a8a9ac;
}
#timeline .timeline-movement:first-child {
    color: #1877f2;
    font-weight: 500;
}
#timeline .timeline-movement.red-alert {
    color: red;
}
#timeline .timeline-movement:first-child .timeline-badge {
    background-color: #1877f2;
    border-color: #1877f2;
}
#timeline .timeline-movement.red-alert .timeline-badge {
    background-color: red;
    border-color: red;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #a8a9ac;
  left: 36%;
  margin-left: 7px;
  /*margin-bottom: 30px;*/
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 36%;
    background-color: #fff;
    z-index: 6;
    border-radius: 50%;
    border: 1px solid #a8a9ac;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-movement {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
    float: right;
    width: 55%;
    height: auto;
    background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
    float: left;
    width: 45%;
    padding: 0 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
  width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
    float: left;
    width: 55%;
    height: auto;
    background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    float: right;
    width: 45%;
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
    width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
    width: 100%;
    height: auto;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
    color: #666;
    width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo  {
  color: #468c1f;
  font-size: 1.3em;
  font-weight: 600;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a.importo {
  color: #e2001a;
  font-size: 1.3em;
  font-weight: 600;
}
main-content.blurit {
    filter: blur(4px);
}
.location-sidebar {
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
}
.tpc-opt-content {
    margin-bottom: 15px; 
}
.location-opt-div.active, .location-opt-div:hover {
    background-color: #00474f;
    color: #fff;
}
.location-opt-div {
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.location-opt-div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: solid 1px #ccc;
}
.location-opt-div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #ccc;
}
div.location-opt-div .col-country-img {
    width: 50px;
    max-width: 50px;
    padding-left:10px;
}
div.location-opt-div .country-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border: solid 1px #ccc;
}
div.location-opt-div .country-img img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.tpc-div {
    border: solid 1px #ccc;
    border-radius: 5px;
    min-height: 330px;
    width: auto;
    margin-bottom: 15px;
}
.tpc-detail-div {
    padding: 10px;
}
.tpc-detail-div .pill {
    color: #fff;
    border-radius: 3px;
    background-color: #04a311;
    font-size: 10px; 
    padding: 0px 7px;
}
.tpc-detail-div i {
    font-size: 17px;
    color: #ffb400;
}
.tpc-detail-div button {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    width: 120px;
    height: 35px;
    border-radius: .25rem;
    font-size: 13px;
}
.flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}

.modal.fade .modal-dialog {
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.modal-fade-elem {
    position: absolute;
    height: auto;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000060;
    z-index: 10;
}

.modal.fade-right .modal-dialog {
    transform: translate(50%, 0);
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal.fade-right.show .modal-dialog {
    transform: translate(0, 0);
}

.fade-right {
    opacity: 0;
    transition: opacity .12s linear;
}

.fade-right.show {
    opacity: 1;
}

.modal-xs {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.modal-sm {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/***** Original modal width is 500px *****/
.modal-md {
    min-width: 600px;
    margin-left: -50px;
}

.modal-lg {
    min-width: 750px;
    margin-left: -125px;
}

.modal-xl {
    min-width: 900px;
    margin-left: -200px;
}

.modal-xxl {
    min-width: 1035px;
    margin-left: -270px;
}
.modal.fade .modal-dialog {
    transform: translate(0, -15%);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}
.modal.fade-right .modal-dialog {
    margin: 0 0 0 auto;
}

.modal.fade-right .modal-content {
    height: 100vh;
    overflow: auto;
}

.modal.fade-right .modal-lg {
    margin-left: -248px;
}

.modal.fade-right .modal-md {
    margin-left: -98px;
}

.modal.fade-right .modal-xl {
    margin-left: -400px;
}

.modal.fade-right .modal-xxl {
    margin-left: -535px;
}
.modal-footer {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.modal-body {
    padding: 40px 40px 20px 40px;
}

.modal-success h3 {
    color: #56ab99;
}

.modal-error h3 {
    color: #ef5454;
}

.modal-warning h3 {
    color: var(--light-green);
}





/* --------------------------------------------------------------- FLEX --------------------------------------------------------------- */
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-center-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center-space-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flex-start-space-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-start-space-around {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flex-end-space-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.flex-end-space-around {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flex-start-start {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-start-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.flex-end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}









@media (max-width: 1024px) {
    .col.location-sidebar {
        max-width: 300px;
        margin-left: 0px;
        height: unset;
    }
    .col.tpc-opt-content {
        margin-left: 0px;
    }
}









/*------------------------------------ MOBILE ----------------------------------------*/

@media only screen and (max-width: 600px) {
    #timeline .timeline-movement .timeline-item .timeline-panel {
        margin-top: 90px;
    }
}

@media (max-width: 1035px) {
    .cust-lg-2p {
        flex: 200px;
        max-width: 200px;
        padding-bottom: 50px;
    }
    .cust-lg-4p {
        flex: 415px;
        max-width: 415px;
        padding-bottom: 50px;
    }
    .cust-lg-6p {
        flex: calc(100% - 415px);
        max-width: calc(100% - 415px);
        padding-bottom: 50px;
    }
    .cust-lg-8p {
        flex: calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .consignment-wrapper-tbody,
    .consignment-wrapper-with-ref-tbody {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .consignment-wrapper {
        overflow-x: auto;
    }
    div.grey-div {
        padding: 0;
    }
    table.table-2 {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    table.table-2 th, table.table-2 td {
        width: 1%;
        white-space: nowrap;
    }
    table.table-trans {
        display: table;
    }
    table td.company-list {
        min-width: 200px;
    }
    .mxw-100, .mxw-200, .mxw-300, .mxw-400, .mxw-500 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .modal button.btn {
        min-width: 110px;
    }
    .toast {
        right: 0px;
    }
    .hidden-mobile {
        display: none;
    }
}

/*------------------------------------ MOBILE MODAL ----------------------------------------*/

@media only screen and (max-width: 599px) {
    .modal-md {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mob-overflow {
        overflow: auto;
    }
}

@media only screen and (max-width: 749px) {
    .modal-lg {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mob-overflow {
        overflow: auto;
    }
    .consignment-wrapper {
        overflow: auto;
    }
}

@media only screen and (max-width: 899px) {
    .modal-xl {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mob-overflow {
        overflow: auto;
    }
}

@media only screen and (max-width: 1034px) {
    .courier-detail-modal-side-info {
        background-color: #aaffff; 
        margin-top: auto; 
        margin-left: auto;
        padding: 20px;
    }
    .courier-detail-modal-side-info .btn-div {
        position: inherit;
        bottom: 30px;
        margin-top: 15px;
    }
    .mob-overflow {
        overflow: auto;
    }
}



/* ========== NEW MOBILE ========== */
@media (max-width: 1200px) {
    .col-content-width .consignment-wrapper,
    .col-content-info-width .consignment-wrapper,
    .col-content-detail-width .consignment-wrapper {
        overflow: auto;
    }
}
@media (max-width: 1024px) {
    .job-new-sidebar {
        width: 280px !important;
    }
    .sidenav-2.layered {
        top: unset;
    }
    .mobile-sidenav {
        display: unset;
    }
    .mobile-col {
        height: 100vh;
        margin-left: -15px;
        z-index: 9;
    }
    .mobile-sidenav-btn-lg {
        height: 100vh;
        background-color: transparent;
        border: solid 1px transparent;
        position: fixed;
        margin-top: -170px;
    }
    .mobile-sidenav-btn-lg i {
        color: #fff;
        font-size: 30px;
    }
    .job-info-sidebar, .sidenav-2, .job-new-sidebar {
        display: none;
    }
    #sidenav-opt-display.col-sidebar,
    #sideinfo-display.col-job-sidebar {
        width: 20px !important;
        background-color: #00ddee;
        z-index: 9;
        height: 100vh;
        position: fixed;
        overflow: auto;
    }
    #sidedetail-display.col-add-job-sidebar {
        width: 20px !important;
        background-color: #ddd;
        z-index: 9;
        height: 100vh;
        position: fixed;
        overflow: auto;
    }
    #sidenav-opt-display.col-sidebar.show {
        width: 200px !important;
        background-color: #aaffff;
        border-right: 5px solid #00ddee;
        position: fixed;
    }
    #sideinfo-display.col-job-sidebar.show {
        width: 310px !important;
        background-color: #aaffff;
        border-right: 5px solid #00ddee;
        position: fixed;
    }
    #sidedetail-display.col-add-job-sidebar.show {
        width: 310px !important;
        background-color: #ddd;
        border-right: 5px solid #ddd;
        position: fixed;
    }
    .mobile-opensidenav-grey-bg {
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
    .job-info-sidebar.show {
        position: absolute;
        display: block;
        margin-left: 15px;
    }
    .sidenav-2.show {
        position: absolute;
        display: block;
        z-index: 9;
    }
    .job-new-sidebar.show {
        position: absolute;
        display: block;
        z-index: 9;
    }
    .sidenav-2.layered.show {
        position: absolute;
        display: block;
        z-index: 9;
    } 
    .col-job-sidebar.show {
        position: absolute;
        display: block;
        z-index: 9;
    }
    .col-content-info-width,
    .col-content-detail-width,
    .col-content-width {
        width: calc(100% - 20px);
        padding: 20px 15px 15px 35px;
    }
    .job-info-sidebar {
        top: 20px;
    }
    .nav-container {
        height: 100%;
        overflow: auto;
        display: inline-block;
        padding-bottom: 200px;
        position: fixed;
        z-index: 10;
        margin-left: 0px;
    }
    .ds-job-info-margin, 
    .ds-trip-info-margin, 
    .du-job-info-margin, 
    .du-job-detail-margin {
        margin-left: 20px;
    }
    .modal-xxl {
        min-width: 100%;
        margin-left: auto;
    }
}






