﻿#dashboardDispatch_datepicker .fa.fa-calendar {
    padding-top: 0px;
}

#dashboardDispatch_datepicker .input-group-addon {
    padding: 0px 12px;
}

#dashboardDispatch_datepicker .font-normal h4 {
    padding-right: 5px;
    margin-bottom: 3px;
}

.dispatchheaders .font-normal h4 {
    padding-right: 5px;
    margin-bottom: 3px;
}

#btnDispatchSave, #btnDispatchCreateTrip, #ancDispatchRoutePlanner, #btnDispatchRemotePrint, #btnDispatchManualPrint, #btnDispatchAddPayrate {
    font-weight: 700;
}

input:checked + span.switchery.switchery-default {
    border-color: #C5E7F4 !important;
}

table#dispatchCurrentDispatch > tbody > tr > td:not(:last-child)::after, table#dispatchCurrentDispatch > thead > tr > th:not(:last-child)::after { /*change by krishna on 08/09/2022 #134088*/
    content: "";
    width: 1px;
    height: 80%;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}

table#dispatchCurrentDispatch > thead > tr > th, table#dispatchCurrentDispatch > tbody > tr > td {
    border-style: solid;
    border-width: 0 0 1px 0px !important;
    border-color: #d7d7d7 !important;
    position: relative;
}

#dispatchCurrentDispatch thead > tr > th {
    background-color: #ededed !important;
}

#ModalDispatchSrc .btn-close-manual {
    border-color: #2F9BC8;
    color: #2F9BC8;
    font-weight: 700;
}

#kendoDispatchSavedTrips table tbody tr {
    overflow: visible;
}
#kendoDispatchSavedTrips table tbody tr td{
    overflow: visible;
}
/*Change by krishna on 07/12/2022 #134088 */
/*#dispatch-info-full-view .modal-dialog.hana-modal-full .modal-content .modal-footer .btn-white {
    border: 1px solid #2F9BC8;
    color: #2F9BC8;
}*/
.close {
    opacity: 1;
}
#dispatch-info-full-view .modal-dialog.hana-modal-full .modal-content .modal-footer  {
    text-align: center;
}
#ModalDispatchSrc .modal-dialog .modal-content .modal-footer {
    text-align: center;
}

/*134088*/
/*Change by krishna on 07/13/2022 #134088 */
#dispatch-view-modal-body {
    display: block;
}
    #dispatch-view-modal-body .dispatch-view-row {
        margin: 0 0 25px 0;
    }
    #dispatch-view-modal-body .mediumaquamarine-bg.dispatchHeading span,
    #dispatchselectshop h4,
    #dispatchDelDate #dashboardDispatch_datepicker h4 {
        font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320))) !important; /*Modify by umang on 08/19/2022 for #134088*/
        font-weight: 600;
    }

#dispatch-info-full-view .switchery.switchery-default small {
    left: 23px;
    transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
    background-color: rgb(47, 155, 200);
}
/*Added by krishna on 07/15/2022 #134088*/
.modal-action-container-close-icon {
    font-size: 25px;
}
/*134088*/
/*@media (max-width: 1280px) {
    .dispatchHeading {
        height: 46px;
    }
   
}*/

@media (max-width: 985px) {
    .dispatch-trip {
        padding: 26px;
        padding-top: 65px;
    }
 /*   .dispatchHeading {
        height: 46px;
    }*/
    
}

@media (min-width: 768px) {

    .model-grid-block {
        padding-left: 25px;
        padding-right: 0;
    }
    div#dispatch-view-modal-body {
        padding: 0;
    }
} 
@media (max-width: 768px) {
    div#dispatch-view-modal-body {
        padding: 0;
    }
}


@media (max-width: 768px) {


    div#dispatch-view-modal-body {
        padding: 0;
    }
}
@media (max-width: 425px) {
    #dispatch-view-modal-body {
        display: block;
    }
/*134088*/   
}
/*Added by umang on 08/03/2022 for #134088*/
#dispatch-view-modal-body h4{
    margin: 0 !important;
    font-size: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
}
@media (max-width: 991px) {
    #dispatch-view-modal-body h4 {
        font-size: 14px;
    }
}
/*End  #134088*/