* {
    margin: 0;
    padding: 0;
}

    *:focus {
        outline: none !important;
    }

* {
    -webkit-tap-highlight-color: transparent !important;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.dashboard-quick-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-left: 13px;
    background-color: white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .dashboard-quick-control {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dashboard-quick-control .quick-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .dashboard-quick-control .quick-status .quick-status-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding: 12px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
    }

        .dashboard-quick-control .quick-status .quick-status-item:not(:last-child) {
            margin-right: 5px;
        }

@media (min-width: 1080px) {
    .dashboard-quick-control .quick-status .quick-status-item:not(:last-child) {
        margin-right: 8px;
    }
}

@media (min-width: 1280px) {
    .dashboard-quick-control .quick-status .quick-status-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (min-width: 1366px) {
    .dashboard-quick-control .quick-status .quick-status-item:not(:last-child) {
        margin-right: 25px;
    }
}

.dashboard-quick-control .quick-status .quick-status-item .quick-status-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
}

    .dashboard-quick-control .quick-status .quick-status-item .quick-status-link span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
    }

        .dashboard-quick-control .quick-status .quick-status-item .quick-status-link span.tm-icon {
            margin-right: 5px;
        }

@media (min-width: 1080px) {
    .dashboard-quick-control .quick-status .quick-status-item .quick-status-link span.tm-icon {
        margin-right: 8px;
    }
}

@media (min-width: 1280px) {
    .dashboard-quick-control .quick-status .quick-status-item .quick-status-link span.tm-icon {
        margin-right: 15px;
    }
}

.dashboard-quick-control .quick-status .quick-status-item .quick-status-link span.tm-text span:first-child {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    -webkit-transition: color .3s ease-in-out 0s;
    -moz-transition: color .3s ease-in-out 0s;
    -o-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s;
    text-transform: uppercase;
    color: black;
}

.dashboard-quick-control .quick-status .quick-status-item .quick-status-link span.tm-text span:last-child {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    -webkit-transition: color .3s ease-in-out 0s;
    -moz-transition: color .3s ease-in-out 0s;
    -o-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s;
    color: black;
}

.dashboard-quick-control .quick-status .quick-status-item .quick-status-link:hover span.tm-text span:first-child {
    color: #3e904b;
}

.dashboard-quick-control .quick-status .quick-status-item .quick-status-link:hover span.tm-text span:last-child {
    color: #3e904b;
}

.dashboard-quick-control .quick-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    max-width: 198px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 198px;
    -ms-flex-preferred-size: 198px;
    flex-basis: 198px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
}

    .dashboard-quick-control .quick-control .quick-control-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        border-left: 1px solid #e0e0e0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
    }

@media (max-width: 1599px) {
    .dashboard-quick-control .quick-control .quick-control-item {
        border-bottom: 1px solid #e0e0e0;
    }
}

@media (max-width: 1023px) {
    .dashboard-quick-control .quick-control .quick-control-item {
        border: 1px solid #e0e0e0;
    }
}

.dashboard-quick-control .quick-control .quick-control-item .quick-control-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 60px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tmdoyle-login {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 60px 15px 15px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .tmdoyle-login .tmdoyle-login-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 12.5px 15px;
        background: -webkit-linear-gradient(270.01deg, #04781c .2%, #02430c 155.27%);
        background: -moz-linear-gradient(270.01deg, #04781c .2%, #02430c 155.27%);
        background: -o-linear-gradient(270.01deg, #04781c .2%, #02430c 155.27%);
        background: linear-gradient(179.99deg, #04781c .2%, #02430c 155.27%);
    }

        .tmdoyle-login .tmdoyle-login-header img {
            margin-right: auto;
            margin-left: auto;
        }

    .tmdoyle-login .tmdoyle-login-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media (min-width: 321px) {
    .tmdoyle-login .tmdoyle-login-body {
        max-width: 300px;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
}

.tmdoyle-login .tmdoyle-login-body .tmdoyle-login-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
}

    .tmdoyle-login .tmdoyle-login-body .tmdoyle-login-wrapper form .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
    }

        .tmdoyle-login .tmdoyle-login-body .tmdoyle-login-wrapper form .form-group .control-label {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 8px;
            text-transform: capitalize;
            color: black;
        }

        .tmdoyle-login .tmdoyle-login-body .tmdoyle-login-wrapper form .form-group .form-control {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            height: 35px;
            color: black;
            border: 1px solid #c6c2c2;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .tmdoyle-login .tmdoyle-login-body .tmdoyle-login-wrapper form .form-group button {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            height: 35px;
            text-transform: uppercase;
            color: white;
            border: none;
            background-color: #3e904b;
        }

/* =begin__order_grid */
#order-grid {
    display: grid;
    grid-template: auto / 1fr 290px;
    grid-gap: 10px;
}

@media (max-width: 1600px) {
    #order-grid {
        grid-template: auto / 1fr 290px;
    }
}

@media (max-width: 1348px) {
    #order-grid {
        grid-template: auto / 1fr 280px;
    }
}

@media (max-width: 1023px) {
    #order-grid {
        grid-template: auto / 1fr 250px;
    }
}

#order-grid .order-details-right .smart-accordion-default .panel-title a {
    background-color: #02500f;
}

.order-grid-wrapper .order-grid-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .order-grid-wrapper .order-grid-header {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.order-grid-wrapper .order-grid-header .order-grid-quick-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .order-grid-wrapper .order-grid-header .order-grid-quick-button a:not(:last-child) {
        margin-right: 6px;
    }

#order-grid .create-order {
    border-color: #d77300;
    background-color: #d77300;
}

    #order-grid .create-order:hover {
        color: #d77300;
        background-color: white;
    }

#order-grid .print-orders,
#order-grid .sync-qb,
#order-grid .order-mapview {
    background-color: #3e904b;
}

    #order-grid .print-orders:hover,
    #order-grid .sync-qb:hover,
    #order-grid .order-mapview:hover {
        background-color: white;
    }

.order-grid-wrapper .order-grid-header .order-grid-quick-button .print-orders:hover span,
.order-grid-wrapper .order-grid-header .order-grid-quick-button .sync-qb:hover span,
.order-grid-wrapper .order-grid-header .order-grid-quick-button .order-mapview:hover span {
    color: #3e904b;
}

.order-grid-wrapper .order-grid-header .nav-tabs {
    border-bottom: none;
}

    .order-grid-wrapper .order-grid-header .nav-tabs .nav-tabs-item {
        margin-right: 0;
        margin-bottom: 0;
    }

        .order-grid-wrapper .order-grid-header .nav-tabs .nav-tabs-item:not(:last-child) {
            margin-right: 10px;
        }

        .order-grid-wrapper .order-grid-header .nav-tabs .nav-tabs-item .nav-tabs-link {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 300;
            line-height: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
            height: 35px;
            margin: 0 !important;
            padding: 10px 18px;
            text-transform: uppercase;
            color: #848484;
            border: none;
            -webkit-border-top-left-radius: 8px;
            -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
            background-color: #f1f1f1;
            -webkit-box-shadow: 0 -2px 4px rgba(201, 201, 201, .5);
            -moz-box-shadow: 0 -2px 4px rgba(201, 201, 201, .5);
            box-shadow: 0 -2px 4px rgba(201, 201, 201, .5);
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .order-grid-wrapper .order-grid-header .nav-tabs .nav-tabs-item.active .nav-tabs-link {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-weight: 700;
            color: #3e904b;
            background-color: white;
        }

.order-grid-wrapper .order-grid-body {
    position: relative;
    padding-bottom: 60px;
    background-color: white;
}

.order-grid-table-wrapper .table-responsive {
    height: calc(100vh - 175px);
}

    /*
    .order-grid-wrapper .order-grid-body .order-grid-table-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 735px;
    } */

    .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter {
        position: absolute;
        z-index: 1;
        top: 6px;
        right: 6px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item:not(:last-child) {
            margin-right: 8px;
        }

        .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group {
            display: flex;
            flex-direction: row;
            align-items: stretch;
        }

            .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .input-group-addon {
                width: auto;
                height: 30px;
                padding: 6px 7px;
                border-width: 1px 0 1px 1px;
                border-style: solid;
                border-color: #c6c2c2;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                background-color: transparent;
            }

            .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .form-control {
                font-family: 'Roboto', Arial, Helvetica, sans-serif;
                font-size: 10px;
                font-weight: 400;
                width: 86px;
                height: auto;
                text-transform: uppercase;
                color: black;
                border-color: #c6c2c2;
                border-top-right-radius: 3px !important;
                border-bottom-right-radius: 3px !important;
            }

                .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .form-control::-webkit-input-placeholder {
                    color: black;
                }

                .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .form-control::-moz-placeholder {
                    color: black;
                }

                .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .form-control:-moz-placeholder {
                    color: black;
                }

                .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-date-filter .order-date-filter-item .input-group .form-control:-ms-input-placeholder {
                    color: black;
                }

    .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-filter-predispatch {
        font-size: 12px;
        position: absolute;
        z-index: 1;
        top: 6px;
        left: 296px;
        width: 85px;
        height: 30px;
        text-transform: uppercase;
        color: white;
        border: none;
        border-radius: 3px;
        background-color: #4a90e2;
    }

        .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-filter-predispatch span:first-child {
            margin-right: 8px;
        }

        .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-filter-predispatch span i {
            font-size: 14px;
        }

        .order-grid-wrapper .order-grid-body .order-grid-table-wrapper .order-filter-predispatch.collapsed {
            background-color: #3e7ac1;
        }

#collapse-filter th {
    min-width: 60px;
}

#collapse-filter .form-control {
    padding: 3px;
    min-width: 50px;
}

.order-filter-clear {
    font-size: 12px;
    z-index: 1;
    width: auto;
    height: 30px;
    text-transform: uppercase;
    color: white;
    border: #4a90e2 1px solid;
    border-radius: 3px;
    background-color: #4a90e2;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper .dt-toolbar {
    height: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    background-color: white;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper .dt-toolbar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 10px 15px 10px 10px;
    border: none;
    background-color: white;
    box-shadow: 0 -3px 4px rgba(201, 201, 201, .5);
    align-items: center;
    flex-wrap: wrap;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_length {
    position: absolute;
    top: 6px;
    left: 234px;
}

    .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_length select {
        padding: 5px 5px 6px;
        border-radius: 3px !important;
        height: auto;
    }

.dataTables_wrapper .dataTables_filter {
    display: flex;
    width: auto;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter {
    position: absolute;
    top: 6px;
    left: 7px;
}

.dataTables_wrapper .dataTables_filter label,
.order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label {
    display: flex;
    margin-bottom: 0;
}
    .dataTables_wrapper .dataTables_filter label span,
    .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label span {
        display: flex;
        width: 30px;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-color: #c6c2c2;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: white;
        align-items: center;
        justify-content: center;
    }

    .dataTables_wrapper .dataTables_filter label span i,
    .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label span i {
        font-size: 17px;
        color: #3e904b;
    }

    .dataTables_wrapper .dataTables_filter label .form-control,
    .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label .form-control {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 300;
        width: 190px;
        height: 30px;
        color: #848484;
        border-color: #c6c2c2;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        border-bottom-left-radius: 0 !important;
        background-color: white;
    }

            .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label .form-control::-webkit-input-placeholder {
                color: #848484;
            }

            .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label .form-control::-moz-placeholder {
                color: #848484;
            }

            .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label .form-control:-moz-placeholder {
                color: #848484;
            }

            .order-grid-wrapper .order-grid-body .dataTables_wrapper .dataTables_filter label .form-control:-ms-input-placeholder {
                color: #848484;
            }

.order-grid-wrapper .order-grid-body .dataTables_wrapper table thead {
    margin: 0 0 20px !important;
    border-right: none;
    border-left: none;
    background-color: white;
}

    .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child {
        background-color: #4a90e2;
        background-image: none;
    }

        .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th {
            padding: 5px;
            vertical-align: middle;
            border: none;
            background-color: transparent;
        }

            .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th .form-control {
                font-size: 12px;
                height: 25px;
                padding: 0 6px;
                color: #aaa;
                border: none;
                -webkit-border-radius: 3px !important;
                -moz-border-radius: 3px !important;
                border-radius: 3px !important;
                background-color: white;
            }

                .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th .form-control::-webkit-input-placeholder {
                    color: #aaa;
                }

                .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th .form-control::-moz-placeholder {
                    color: #aaa;
                }

                .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th .form-control:-moz-placeholder {
                    color: #aaa;
                }

                .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:first-child th .form-control:-ms-input-placeholder {
                    color: #aaa;
                }

    .order-grid-wrapper .order-grid-body .dataTables_wrapper table thead tr:last-child th {
        white-space: nowrap;
        border-width: 1px !important;
        border-style: solid !important;
        border: 1px solid #9e9b9b;
        border-left-color: #9e9b9b !important;
        background-color: white;
    }

.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px;
    color: black;
    border-style: solid;
    border: 1px solid #9e9b9b;
    white-space: nowrap;
}

table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td input[type='checkbox'] {
    margin: 0 0 3px;
    vertical-align: middle;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td.sorting_1 {
    text-align: center;
    vertical-align: middle;
}

.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td:nth-child(2) {
    text-align: center;
}

    .order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td:nth-child(2) a {
        color: #4a90e2;
    }

        .order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody td:nth-child(2) a:hover {
            color: rgba(74, 144, 226, .6);
        }

.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody tr:hover,
.order-grid-wrapper .order-grid-body .dataTables_wrapper table tbody tr.selected {
    background-color: rgba(126, 211, 33, .2);
}

/* =begin__order_details */

/* Set the background color to white so that the separator lines between panels appear white. */
.smart-accordion-default {
    background-color: #fff;
}

    .smart-accordion-default .panel {
        border: none;
    }

        /* Add a 1px gap between panels. '+' indicates a .panel that is a sibling of another .panel. */
        .smart-accordion-default .panel + .panel {
            margin-top: 1px !important;
        }

/* Override the accordion panel title for Edit Order. */
.order-edit-details-body .smart-accordion-default .panel-title a {
    text-transform: uppercase;
    font-size: 16px;
}

.smart-accordion-default.panel-group .panel-title a {
    padding: 8px 10px 8px 15px;
    font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
    display: grid !important;
    grid-template: auto / 1fr 25px;
    grid-gap: 5px;
    background-color: #3e8f4a;
    color: #fff;
}

.smart-accordion-default .panel-title a i {
    font-size: 16px;
}

.smart-accordion-default .panel-title a[aria-expanded='false'] .fa-minus,
.smart-accordion-default .panel-title a[aria-expanded='true'] .fa-plus {
    display: none;
}

.smart-accordion-default .panel-title a[aria-expanded='true'] .fa-minus,
.smart-accordion-default .panel-title a[aria-expanded='false'] .fa-plus {
    display: inline-block;
}

/* Override the Smartadmin default value. */
.smart-accordion-default .panel-title a span:first-child {
    display: inline-block;
}

/* Center-align the +/- icons. */
.smart-accordion-default .panel-title a span:last-child {
    text-align: center;
}

.smart-accordion-default .edit-pickup-drop {
    position: relative;
}

.smart-accordion-default.panel-group .edit-pickup-drop a {
    padding: 11px 10px 11px 15px;
}

.smart-accordion-default .pickupdrop-popup-group {
    position: absolute;
    top: 3px;
    right: 8px;
    display: flex;
    align-items: center;
}

.smart-accordion-default .panel .panel-body {
    padding: 0;
    border-top: 0 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
}

/* =end__order_details */

#order-grid .order-details-right .order-details-header {
    display: grid;
    grid-template: auto / 15px 1fr;
    grid-gap: 5px;
    padding: 5px 0 5px 4px;
    margin: 7px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #order-grid .order-details-right .order-details-header span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #order-grid .order-details-right .order-details-header label {
        text-transform: uppercase;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin: 1px 0 0;
    }

#order-grid .order-details-right .order-details-header-address {
    display: grid;
    grid-template: auto / 15px .6fr 1.4fr;
    grid-gap: 5px;
    padding: 5px 0 5px 4px;
    margin: 7px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #order-grid .order-details-right .order-details-header-address span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #order-grid .order-details-right .order-details-header-address label {
        text-transform: uppercase;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin: 1px 0 0;
    }

    #order-grid .order-details-right .order-details-header-address .item-value {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 4px;
        font-size: 11px;
    }

        #order-grid .order-details-right .order-details-header-address .item-value span {
            padding: 0 2px;
        }

#edit-order .order-details-header,
#order-grid .order-details-right .order-details-details-header {
    background-color: #ffad26;
}
#edit-order .order-details-header {
    background-color: #93b5da;
}
.customer-details-header {
    background-color: #ffad26;
}
#order-grid .order-details-right .order-details-driver-header {
    /*background-color: #dedede;
    margin: 7px 0;
    padding: 5px 10px;
    border-radius: 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FDD42E;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#order-grid .order-details-right .order-details-jobdetail-header {
    /*background-color: #dedede;
    margin: 7px 0;
    padding: 5px 10px;
    border-radius: 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #2DBC40;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#order-grid .order-details-right .order-details-document-header {
    /*background-color: #dedede;
    margin: 7px 0;
    padding: 5px 10px;
    border-radius: 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffb3b3;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#order-grid .order-details-right .order-details-customer-header {
    background-color: #c1a1de;
}

#edit-order .shipper-details-header,
#order-grid .order-details-right .order-details-shipper-header {
    background-color: #b8e986;
}

#edit-order .consignee-details-header,
#order-grid .order-details-right .order-details-consignee-header {
    background-color: #d5e9ff;
}

#order-grid .order-details-right .order-details-jobnumber {
    margin: 4px 8px;
}

    #order-grid .order-details-right .order-details-jobnumber .order-jobnumber-item {
        display: grid;
        grid-template: auto / 20% 79%;
        grid-gap: 5px;
        margin: 4px 0 0;
        font-size: 14px;
        color: #000;
		font-weight:bold;
    }

        #order-grid .order-details-right .order-details-jobnumber .order-jobnumber-item .item-value {
            margin: -6px 0px 2px;
            font-weight: bold;
            font-size: 24px;
            color: darkgreen;

        }

#order-grid .order-details-right .item-container .order-jobnumber-item-status {
    display: grid;
    grid-template: auto / 20% 79%;
    grid-gap: 5px;
    margin: 4px 2px 2px;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
}

#order-grid .order-details-right .order-details-jobnumber .order-jobnumber-item-status .item-label {
    color: #000;
	text-align:left;
    font-weight: bold;
    padding: 10px 0;
	
}

#order-grid .order-details-right .order-details-jobnumber .order-jobnumber-item-status .item-value {
    background-color: #f55c23;
    color: #fff;
    padding: 5px 0;
    border-radius: 3px;
	text-align: center;
}

#order-grid .order-details-right .item-container .item-row {
    display: grid;
    grid-template: auto / 1fr 1fr;
    grid-gap: 5px;
    border-top: 1px solid #979797;
    min-height: 21px;
    padding: 4px 0;
}

#order-grid .order-details-right .item-container .item-row-customer {
    grid-template: auto / 1.3fr .7fr;
}

#order-grid .order-details-right .item-container .item-row-no-border {
    border-top: 0;
}

#order-grid .order-details-right .item-container .item-row:first-child {
    border-top: 0;
}

#order-grid .order-details-right .item-container .item-row .item-label {
    font-weight: bold;
    padding-left: 8px;
}

#order-grid .order-details-right .item-container  .item-row .item-label-normal {
    font-weight: normal;
}

#order-grid .order-details-right .item-container  .item-label-content {
    padding: 3px 0 3px 8px;
}

#order-grid .order-details-right .item-container .item-row .item-value {
    text-align: right;
    padding-right: 0px;
}
#order-grid .order-details-right .item-container .item-value-phone {
	margin-left:5px;
}
#order-grid .order-details-right .item-container .item-value-phone .item-value-inner {
    display: inline-block;
}

#order-grid .order-details-right .item-container .item-value-phone .item-value-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*background: #f3f3f3;*/
    border-radius: 3px;
    padding: 1px 4px;
}

#order-grid .order-details-right .item-container .item-value-phone .title-icon {
    margin-right: 5px;
}

#order-grid .order-details-right .item-container .item-value-phone .item-value {
    padding-right: 0;
}

#order-grid .order-details-right .item-container .item-address-name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 8px;
}

#order-grid .order-details-right .special-instructions {
    background: #fffde6;
    padding: 8px;
    margin: 5px 1px 8px;
}

    #order-grid .order-details-right .special-instructions h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #order-grid .order-details-right .special-instructions p {
        margin-bottom: 0;
    }

#order-grid .order-details-right .order-assign-details {
    display: grid;
    grid-gap: 10px;
    grid-template: auto / 20% 78%;
    margin-bottom: 7px;
    margin-top: 2px;
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #order-grid .order-details-right .order-assign-details h4 {
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

        #order-grid .order-details-right .order-assign-details h4.header-left {
            padding-left: 8px;
        }

        #order-grid .order-details-right .order-assign-details h4.header-right {
            padding-right: 8px;
        }

    #order-grid .order-details-right .order-assign-details hr {
        grid-column: 1 / 3;
        border-color: #979797;
        height: 1px;
        margin: 0;
    }

    #order-grid .order-details-right .order-assign-details .assign-type {
        padding-left: 8px;
        text-transform: uppercase;
    }

    #order-grid .order-details-right .order-assign-details .assign-details {
        padding-right: 8px;
    }
/* =begin__orders__driver_messages */
#order-grid .order-details-right #driver-messages .driver-message-header {
    background-color: #4a90e2;
}

#driver-messages .driver-message-header span {
    font-size: .9em;
}

#driver-message-collapse-one {
    overflow: hidden;
}

#driver-message-form {
    background: #f2f2f2;
}

#driver-messages .driver-message-body {
    border: 1px solid #c6c2c2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 7px 7px 0;
}

    #driver-messages .driver-message-body .driver-message-item {
        display: flex;
        margin-bottom: 5px;
    }

        #driver-messages .driver-message-body .driver-message-item .message {
            display: flex;
            flex-direction: column;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 3px 6px;
        }

            #driver-messages .driver-message-body .driver-message-item .message .message-from {
                color: #aaa;
            }

            #driver-messages .driver-message-body .driver-message-item .message .message-content {
                font-weight: 500;
            }

    #driver-messages .driver-message-body .driver-message-group {
        background: #fff;
        padding: 5px;
        min-height: 40px;
        max-height: 185px;
        overflow: auto;
    }

        #driver-messages .driver-message-body .driver-message-group .even .message {
            background: #f2f2f2;
        }

        #driver-messages .driver-message-body .driver-message-group .odd {
            flex-direction: row-reverse;
        }

#driver-messages .driver-message-footer {
    border: 1px solid #c6c2c2;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: grid;
    grid-template: auto / 1fr 30px;
    grid-gap: 5px;
    margin: 7px;
}

    #driver-messages .driver-message-footer .form-control {
        font-size: 1em;
        border: 0;
    }

    #driver-messages .driver-message-footer .message-send {
        background: none;
        border: none;
    }

/* =end__orders__driver_messages */

/* =begin__orders__driver_list */
.order-edit-details-body .dt-toolbar,
#divDriverList .dt-toolbar {
    display: none;
}

.order-edit-details-body .dataTables_wrapper,
#equipment-list .dataTables_wrapper,
#divDriverList .dataTables_wrapper {
    margin: 0 1px;
}

.dataTables_scroll + .dt-toolbar-footer {
    float: none;
}

.order-edit-details-body table.dataTable,
.order-sidebar-list-table {
    margin: 0 !important;
}

    .order-sidebar-list-table th {
        background-color: #fff /* !important */;
        white-space: nowrap;
        border: 0;
    }

    .order-sidebar-list-table > thead > tr > th {
        border-bottom: 0;
    }

    .order-sidebar-list-table > tbody > tr > td {
        padding: 6px;
        border: 0;
    }

    .order-sidebar-list-table tr {
        background: #fff;
    }

        .order-sidebar-list-table tr:nth-child(2n+1) {
            background: #f8f8f8;
        }

#driverList td .fa-minus-circle,
#driverList td .fa-plus-circle {
    font-size: 17px;
    color: #000;
}

#driverList td .driver-select {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    border: 1px solid #979797;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

#driverList td input[type='radio']:checked + span:after {
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff9f99;
}

#divDriverList .chat-btn {
    border: 1px solid #4a90e2;
    padding: 2px 4px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 11px;
}

    #divDriverList .chat-btn i {
        margin-right: 4px;
    }

#divDriverList tbody .shown {
    background: #fff !important;
}

    #divDriverList tbody .shown + tr table tr {
        border-bottom: 0;
    }

    #divDriverList tbody .shown + tr th,
    #divDriverList tbody .shown + tr td {
        background-color: rgba(198, 194, 194, 0.3);
        border: 0;
        padding: 3px 5px !important;
    }

#divDriverList .assign-driver {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 7px;
}

#btnAssignDriver {
    background: #3e904b;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 8px;
    border: 0;
    margin-right: 7px;
}

/* =end__orders__driver_list */

/* =begin__orders__equipment_list */

/* The table-responsive container == #equipment-list */
#equipment-list .dt-toolbar, #equipment-list .dt-toolbar-footer {
    display: none;
}

/* =end__orders__equipment_list */

.order-edit-details-wrapper {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

    .order-edit-details-wrapper .order-edit-details-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

        .order-edit-details-wrapper .order-edit-details-header .edit-order-controls {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 8px;
        }

            .order-edit-details-wrapper .order-edit-details-header .edit-order-controls > * {
                margin-left: 8px;
            }

            .order-edit-details-wrapper .order-edit-details-header .edit-order-controls .btn {
                padding: 6px 14px;
                border-radius: 3px;
            }

            .order-edit-details-wrapper .order-edit-details-header .edit-order-controls .checkbox {
                margin-top: 0;
            }

                .order-edit-details-wrapper .order-edit-details-header .edit-order-controls .checkbox .checkbox {
                    margin-top: 3px;
                }

                .order-edit-details-wrapper .order-edit-details-header .edit-order-controls .checkbox label {
                    font-weight: 700;
                    font-size: 14px;
                }

        .order-edit-details-wrapper .order-edit-details-header .heading {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            display: flex;
            flex-direction: row;
            height: 35px;
            padding: 0 15px;
            text-transform: uppercase;
            color: #3e904b;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: white;
            box-shadow: 0 -2px 4px rgba(201, 201, 201, .5);
            align-items: center;
            justify-content: center;
        }

        .order-edit-details-wrapper .order-edit-details-header .order-edit-details-print {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            display: flex;
            flex-direction: row;
            width: 125px;
            height: 30px;
            transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s;
            text-transform: uppercase;
            color: white;
            border: 1px solid #3e904b;
            border-radius: 3px;
            background-color: #3e904b;
            align-items: center;
            justify-content: center;
        }
		.order-edit-details-wrapper .order-edit-details-header .back-order-list {
			background-color: #3e904b;
			color: white;
            border: 1px solid #3e904b;
		}

            .order-edit-details-wrapper .order-edit-details-header .order-edit-details-print span:first-child {
                margin-right: 10px;
            }

            .order-edit-details-wrapper .order-edit-details-header .order-edit-details-print span i {
                font-size: 16px;
            }

            .order-edit-details-wrapper .order-edit-details-header .order-edit-details-print:hover,
			.order-edit-details-wrapper .order-edit-details-header .back-order-list:hover {
                text-decoration: none;
                color: #3e904b;
                background-color: white;
            }

/* Load / Drop buttons in Add/Edit Order */
.pickupdrop-popup-group button {
    border-radius: 0;
    margin-right: 1px;
    background-color: #ffc82c;
    color: #000;
    border: none;
    font: 12px 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 7px 15px;
    box-shadow: inset 0 -3px 0 #c09a2c;
}

.pickupdrop-popup-group .btn-delete {
    background-color: #f55c23;
    box-shadow: inset 0 -3px 0 #d0021b;
    margin-left: 4px;
}

#btnload {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#btndesctp {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#edit-order {
    display: grid;
    grid-gap: 0;
    grid-template: auto / [col1-start] 33% [col2-start] 1fr [col2-end];
}

    #edit-order .left-column {
        grid-area: auto / col1-start / auto / col2-start;
    }

    #edit-order .right-column {
        grid-area: auto / col2-start / auto / col2-end;
        display: grid;
        grid-template: [row1-start] 480px [row2-start] auto [row2-end] / [colA-start] 50% [colB-start] 50% [colC-start];
        grid-auto-rows: min-content;
    }

    #edit-order .shipper-details-edit-form {
        grid-area: row1-start / colA-start / row2-start / colB-start;
    }

    #edit-order .consignee-details-edit-form {
        grid-area: row1-start / colB-start / row2-start / colC-start;
    }

    #edit-order .buttons-edit-form {
        grid-area: row3-start / col3-start / row3-end / col3-end;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #edit-order .buttons-edit-form .btn {
            margin-right: 1em;
        }

    #edit-order .editable-pickup-drop-assignment {
        grid-area: row2-start / colA-start / row2-end / colC-start;
    }

.edit-order-details-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .edit-order-details-row .form-group {
        margin-left: 10px;
    }

        .edit-order-details-row .form-group:last-child {
            margin-right: 10px;
        }

/* Override the background color for the edit order accordion. */
.order-edit-details-wrapper .smart-accordion-default .panel-title a {
    background-color: #3e904b;
}

.section-one-bg {
    background-color: #f9f9f9;
}

.section-two-bg {
    background-color: #f1f1f1;
}


/* The label for all input fields. */
form .control-label {
    padding-top: 9px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 0;
}

form .no-control-label {
    margin-top: 25px;
}

form .form-control {
    border-radius: 5px !important;
    padding: 6px;
}

form .left-field-in-set {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0;
}

form .middle-field-in-set {
    border-radius: 0 !important;
    border-right: 0;
}

form .right-field-in-set {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#edit-order h4 {
    color: #000;
    font: bold 14px 'Roboto', Arial, Helvetica, sans-serif;
    padding: 5px 12px;
    text-transform: uppercase;
}

    #edit-order h4 img {
        float: right;
    }

#edit-order .driver-details-edit-form h5 {
    background-color: #f4d03f;
    color: #000;
    font: bold 14px 'Roboto', Arial, Helvetica, sans-serif;
    padding: 5px 12px;
}

#edit-order .edit-pickup-drop {
    padding: 0;
}

.edit-order-section {
    width: 100%;
    padding-bottom: 10px;
}

#edit-order .editable-equipment-details h4 {
    background-color: #19b5fe;
}

#edit-order .driver-details-edit-form h4 {
    background: #f4d03f;
}

form .form-control-value {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-header {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: black;
}

.order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body {
    display: block;
    float: left;
    width: 100%;
}

    .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .form-group {
        margin-bottom: 8px;
    }

        .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .form-group .col-xs-4:first-child .form-control {
            -webkit-border-top-right-radius: 0 !important;
            -moz-border-radius-topright: 0 !important;
            border-top-right-radius: 0 !important;
            -webkit-border-bottom-right-radius: 0 !important;
            -moz-border-radius-bottomright: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .form-group .col-xs-4:nth-child(2) .form-control {
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .form-group .col-xs-4:last-child .form-control {
            -webkit-border-top-left-radius: 0 !important;
            -moz-border-radius-topleft: 0 !important;
            border-top-left-radius: 0 !important;
            -webkit-border-bottom-left-radius: 0 !important;
            -moz-border-radius-bottomleft: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

    .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .control-label {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
        color: black;
    }

    .order-edit-details-wrapper .order-edit-details-body .editable-equipment-details .editable-equipment-details-body .form-control {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        padding: 4px;
        color: black;
        border: 1px solid #c6c2c2;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

.order-edit-details-wrapper .order-edit-details-body .pickupdrop-editable-wrapper .table th {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 20px 8px 4px;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #979797;
}

    .order-edit-details-wrapper .order-edit-details-body .pickupdrop-editable-wrapper .table th.no-sorting {
        padding: 8px 4px;
    }

.order-edit-details-wrapper .order-edit-details-body .pickupdrop-editable-wrapper .table td {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 4px;
    color: black;
    border: none;
}

    .order-edit-details-wrapper .order-edit-details-body .pickupdrop-editable-wrapper .table td.status {
        text-transform: uppercase;
    }

.order-edit-details-wrapper .editorder-details-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: white;
    -webkit-box-shadow: 0 -3px 4px rgba(201, 201, 201, .5);
    -moz-box-shadow: 0 -3px 4px rgba(201, 201, 201, .5);
    box-shadow: 0 -3px 4px rgba(201, 201, 201, .5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
}

    .order-edit-details-wrapper .editorder-details-footer .save-order-details,
    .order-edit-details-wrapper .editorder-details-footer .back-order-list {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        width: 110px;
        height: 35px;
        text-transform: uppercase;
        color: white;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .order-edit-details-wrapper .editorder-details-footer .save-order-details {
        margin-right: 5px;
        background-color: #3e904b;
    }

    .order-edit-details-wrapper .editorder-details-footer .back-order-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        background-color: #9b9b9b;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

#chargePopupModal .modal-dialog {
    width: 420px;
}

#chargePopupModal .order-total-charge {
    border: 1px solid #979797;
    border-width: 1px 0;
    background: none;
    border-radius: 0 !important;
}

#chargePopupModal .order-math-icon {
    padding-top: 38px;
}

.tm-dce-wrapper {
    /* Needed to position absolutely the child elements of search and per page elements. */
    position: relative;
    display: flex;
    flex-direction: column;
    /* For the paging elements. */
    padding-bottom: 53px;
}

    .tm-dce-wrapper .tm-dce-header {
        display: flex;
        align-items: flex-start;
    }

        .tm-dce-wrapper .tm-dce-header .tm-dce-header-title {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            background-color: #fff;
            color: #3e904b;
            margin-right: 10px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            padding: 9px 15px;
        }

        .grid-header-button,
        .tm-dce-wrapper .tm-dce-header .tm-dce-header-create {
            font-size: 12px;
            background-color: #d77300;
            line-height: 1;
            color: #fff;
            border-radius: 3px;
            text-transform: uppercase;
            display: grid;
            grid-gap: 9px;
            grid-template: auto / 15px 1fr;
            padding: 9px 12px 8px 9px;
        }

.grid-header-button {
    margin-bottom: 5px;
    padding: 7px 12px 5px 9px;
}

    .grid-header-button span:first-child,
    .tm-dce-wrapper .tm-dce-header .tm-dce-header-create span:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grid-header-button span:nth-child(2),
    .tm-dce-wrapper .tm-dce-header .tm-dce-header-create span:nth-child(2) {
        margin-top: 1px;
    }

    .grid-header-button span i,
    .tm-dce-wrapper .tm-dce-header .tm-dce-header-create span i {
        font-size: 16px;
    }

.tm-dce-wrapper .tm-dce-header .tm-dce-header-create:hover {
    background-color: rgba(215, 115, 0, .8);
}

.tm-dce-wrapper .tm-dce-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 735px;
    background-color: white;
}

    .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dt-toolbar {
        display: none;
    }

    .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dt-toolbar-footer {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
        padding: 10px 15px 10px 10px;
        background-color: white;
        box-shadow: 0 -3px 4px rgba(201, 201, 201, .5);
        align-items: center;
    }

    .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter {
        position: absolute;
        top: 0;
        right: 65px;
        width: auto;
    }

        .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label {
            display: flex;
        }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label span {
                display: flex;
                width: 35px;
                border-width: 1px 0 1px 1px;
                border-style: solid;
                border-color: #c6c2c2;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                background-color: white;
                align-items: center;
                justify-content: center;
            }

                .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label span i {
                    font-size: 17px;
                    color: #3e904b;
                }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label .form-control {
                font-size: 12px;
                width: 190px;
                color: #848484;
                border-color: #c6c2c2;
                border-top-left-radius: 0;
                border-top-right-radius: 3px !important;
                border-bottom-right-radius: 3px !important;
                border-bottom-left-radius: 0;
            }

                .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label .form-control::-webkit-input-placeholder {
                    color: #848484;
                }

                .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label .form-control::-moz-placeholder {
                    color: #848484;
                }

                .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label .form-control:-moz-placeholder {
                    color: #848484;
                }

                .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_filter label .form-control:-ms-input-placeholder {
                    color: #848484;
                }

    .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_length {
        position: absolute;
        top: 0;
        right: 0;
    }

        .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_length label {
            margin-bottom: 0;
        }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper .dataTables_length label .form-control {
                font-size: 12px;
                color: #848484;
                border: 1px solid #c6c2c2;
                border-radius: 3px !important;
                padding: 6px;
            }

    .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table {
        margin: 0 0 20px !important;
        border-width: 0 0 1px;
        background-color: white;
    }

        .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table thead tr {
            /* Remove the default gradient. */
            background-image: none;
        }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table thead tr th {
                white-space: nowrap;
                background-color: white;
                border-width: 1px !important;
                border-style: solid !important;
                border: 1px solid #9e9b9b;
                border-left-color: #9e9b9b !important;
            }

        .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table tbody td {
            font-size: 12px;
            line-height: 16px;
            padding: 4px;
            color: #000;
            border: 1px solid #9e9b9b;
        }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table tbody td.text-right {
                padding-right: 18px;
            }

            .tm-dce-wrapper .tm-dce-body .dataTables_wrapper table tbody td input[type='checkbox'] {
                margin: 0 0 3px;
                vertical-align: middle;
            }

/* Separate line in the left navigation. */
#left-panel .nav-separator {
    opacity: 0.2;
    border-top: 1px solid #fff;
}

.page-footer {
    position: absolute;
    background: #dedede;
    color: #000;
    border: 0;
    height: 50px;
    bottom: 0;
}

table.dataTable thead > tr > th {
    padding-left: 4px !important;
}

.min-nav-icon {
    margin-right: 10px;
}

.minified nav > ul > .nav-separator {
    display: none;
}

.sorting, .sorting_asc, .sorting_desc {
    background: none !important;
}

.acct-gen-invoice-content p {
    font-weight: bold;
    margin: 9px;
}

.acct-gen-invoice-content .acct-gen-num-orders {
    color: #3e904b;
    border: 1px solid #979797;
    border-width: 1px 0;
    padding: 9px;
}

.acct-gen-invoice-content .btn-invoice {
    margin: 10px 9px;
    background-color: #fff;
    color: #3e904b;
    border: 1px solid #3e904b;
    border-radius: 3px;
    width: 200px;
}
.acct-gen-invoice-content .btn-masterinvoice {
    margin: 10px 9px;
    background-color: #fff;
    color: #3e904b;
    border: 1px solid #3e904b;
    border-radius: 3px;
    width: 250px;
}
.acct-gen-invoice-content .panel-title {
    margin: 10px 9px;
    background-color: #3e8f4a;
    color: white;
    border: 1px solid #3e904b;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    
}

/* =Accounting_Com_Check */
.acct-com-check-container {
    width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: [colA-start] 2fr [colB-start] 1fr [colC-start] 20px [colD-start];
    color: #000;
}

    .acct-com-check-container label {
        grid-column: colA-start / colB-start;
        margin: 8px 10px 5px;
        font-weight: bold;
    }

    .acct-com-check-container span {
        grid-column: colB-start / colC-start;
        text-align: right;
        margin: 8px;
        font-weight: bold;
    }

    .acct-com-check-container .edit-col {
        grid-column: colC-start / colD-start;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .acct-com-check-container hr {
        grid-column: colA-start / colD-start;
        margin: 0;
        border-color: #979797;
    }

    .acct-com-check-container .acct-com-check-inner {
        font-size: 11px;
    }

    .acct-com-check-container .acct-com-check-field {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 4px 3px 4px 8px;
    }

    .acct-com-check-container .form-control {
        border-radius: 3px !important;
        padding: 3px 4px;
        font-size: 11px;
        width: 60px;
        height: auto;
        line-height: 1;
        margin-left: 5px;
        text-align: right;
    }

    .acct-com-check-container .acct-com-balance {
        color: #adadad;
        color: #adadad;
    }

    .acct-com-check-container .button-row {
        grid-column: colA-start / colD-start;
        margin: 0;
        padding: 16px 9px;
        text-align: right;
    }

.btn-solid {
    background-color: #3e904b;
    color: #fff;
    border-radius: 3px;
}
input[type=text].greentxt {
    color: #04781c;
    background-color: aliceblue;
    font-weight: bold;
    font-size: 16px;
}

.table-responsive .dataTables_wrapper table tbody tr:hover,
.table-responsive .dataTables_wrapper table tbody tr.selected {
    background-color: rgba(126, 211, 33, .2);
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

.input-group .form-control {
    float: none;
}

.input-group .input-buttons {
    position: relative;
    z-index: 3;
}

.mapbtn {
	height:27px;
	background:#3e904b;
	color:#fff;
	border:1px solid #3e904b;
	margin-top:2px;
}
.mapbtn:hover,.mapbtn:focus,.mapbtn:active {
background:#04781c;
color:#fff;
}
.mapicon {
background:url(../img/assets/map_icon.png)	no-repeat 0 0;
height:12px;
width:12px;
display:inline-block;
background-size:contain;
}
.modal .mapbtn {
	margin-top:25px;
}



#order-grid .order-details-right .item-container.customer-details .item-row,
#order-grid .order-details-right .item-container.driver-details .item-row {
    grid-template: auto / 95% 1%;
	padding:0;
}
#order-grid .order-details-right .item-container.customer-details .item-row .item-value-phone,
#order-grid .order-details-right .item-container.driver-details .item-row .item-value-phone{
	margin:0;
}
#order-grid .order-details-right .item-container .each-row {
    display: grid;
    grid-template: auto / 24% 70%;
    grid-gap: 3px;
    min-height: 21px;
}
#order-grid .order-details-right .item-container .item-row .each-label {
    font-weight: bold;
    padding-left: 8px;
}
#order-grid .order-details-right .item-container .item-row.full-row {
	grid-template: auto / 90% 2%;
}

#img-upload {
    width: 100%;
	height:auto;
    max-height: 200px;
    max-width: 200px;
	margin-top: 24px;
}
.companylogo {
	max-height: 100px;
    max-width: 100px;
}
.btn.clogo {
	margin:10px 0;
}
.container-number {
    text-transform:uppercase;
}
/* The popup header and close button. */
.modal-header { 
    cursor: move;
}


textarea {
    resize:vertical;
}

/*  styles for Reports */

 .reportfilter-container {
        width: 100%;
        display: inline-block;
       /*  padding: 5px; */
    }

    .reportfilter-box {
        margin: auto;
      width: 700px;
    }

    .lightbg {
        background-color: #f9f9f9;
        padding: 10px;
        border: 1px solid white;
        border-radius: 5px;
        display: inline-block;
        width: 700px;
        margin: auto;
    }

   /* END of More styles for Reports  */

.gridprono span {
    color: blue;
    font-size: 12px;
}

.gridprono:hover span {
    font-weight: bold;
}

.gridprono:hover {
    text-decoration: underline;
}

/*TD-1042 -- Start*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.4);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: grey;
    border-top-color: transparent;
    border-width: 6px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*TD-1042 -- End*/
.next-button {
    background-color: #04781c; /* Example blue background */
    color: white; /* White text color */
    padding: 10px 20px; /* Adjust padding as needed */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: flex; /* Use flexbox for easy alignment */
    align-items: center; /* Vertically align items */
    justify-content: center; /* Horizontally center items (optional, but good for single text/icon) */
}

    .next-button:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }

    /* Styling for the Font Awesome icon within the button */
    .next-button .fa {
        margin-left: 8px; /* Space between text and icon */
        font-size: 1em; /* Icon size relative to button's font-size */
    }

.previous-button {
    background-color: #04781c; /* Example blue background */
    color: white; /* White text color */
    padding: 10px 20px; /* Adjust padding as needed */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: flex; /* Use flexbox for easy alignment */
    align-items: center; /* Vertically align items */
    justify-content: center; /* Horizontally center items (optional) */
}

    .previous-button:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }

    /* Styling for the Font Awesome icon within the button */
    .previous-button .fa {
        margin-right: 8px; /* Space between icon and text */
        font-size: 1em; /* Icon size relative to button's font-size */
    }