#add_pickup_location,
#pickup_job_assign,
#add_co_pickup_location {
    z-index: 9;
}

.input-err {
    color: red;
}

div#location {
    height: 250px;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .send_change_password_link {
        margin-bottom: 10px;
    }

    .location-data {
        overflow-x: scroll;
        width: 100%;
        float: none;
        max-width: 100%;
        display: inline-block;
    }

    #html_template_wrapper #html_template_filter label {
        float: none;
    }

    #html_template_wrapper #html_template_length,
    #html_template_wrapper #html_template_filter {
        width: 100%;
        float: none;
        padding: 0;
        display: block;
        margin: 5px 0;
    }

}

.show {
    pointer-events: none;
    z-index: 9999;
    background: url('../../images/loader_last.gif') 50% 50% no-repeat rgb(249, 249, 249);
    display: none;
}

.loader.show {
    display: block;
}

#sortable1,
#fixed_bank {
    width: 100%;
    padding: 10px;
}

#sortable1 li,
#fixed_bank li {
    width: 100%;
    background: #e8e2e2;
    margin: 10px 0px;
    cursor: pointer;
    padding: 10px;
    list-style: none;
}

#sortable1 li:hover,
#fixed_bank li:hover {
    width: 100%;
    background: #222;
    opacity: 0.5;
    color: #fff;
    margin: 10px 0px;
    cursor: pointer;
    padding: 10px;
}

#bank_selector,
#bank_selector1 {
    width: 100%;
    padding: 10px;
}

#bank_selector li,
#bank_selector1 li {
    width: 100%;
    background: #e8e2e2;
    margin: 10px 0px;
    cursor: pointer;
    padding: 10px;
    list-style: none;
}

#bank_selector li:hover,
#bank_selector1 li:hover {
    width: 100%;
    background: #222;
    opacity: 0.5;
    color: #fff;
    margin: 10px 0px;
    cursor: pointer;
    padding: 10px;
}

.ui-state-highlight {
    height: 3em;
    line-height: 1.2em;
}

input#pickup_store_id {
    color: #000;
}

.message-display-section img {
    width: 25px;
    height: 25px;
}

div#forgot_password .modal-backdrop {
    z-index: 0;
}

div#forgot_password {
    z-index: 22222;
}

.modal-header button.close {
    height: 30px;
    width: 30px;
    background-color: #000;
    opacity: 1;
    min-width: auto;
    text-shadow: none;
    color: #fff;
}

a#forgot_pwd {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}

.input-group-addon {
    display: none;
}

#frm_forgot_password .input-group {
    display: block;
}

#forgot_password .title {
    margin-bottom: 10px;

}

form .form-control {
    box-shadow: none;
}

form .form-control {
    position: relative;
    height: auto;

}

form .form-control:after {
    content: "";
    display: block;
    clear: both;

}

.td-width {
    width: 10%;
}

.change_incoming {
    padding-top: 10px;
}


.nav_pdf_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pdf_wrap {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-bottom: 15px;
}
.default-tab .nav.nav-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

.default-tab .tab-content {
    padding-top: 30px;
}

.default-tab .nav-tabs>li:hover>a,
.default-tab .nav-tabs>li.active>a:focus,
.default-tab .nav-tabs>li.active>a {
    background-color: #0071d1;
    color: #fff;
}

.default-tab .nav-tabs>li>a {
    border: 1px solid #0071d1 !important;
    border-radius: 0px 0px 0 0 !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card:not(:last-child) {
    margin-bottom: 15px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.trips-box-row-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.trips-box-row-head h3 {
    color: #000;
    margin-bottom: 0;
}

.trips-box-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -5px;
}

.trips-box-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.trips-count-box {
    /* text-align: center; */
    width: calc(33.33% - 10px);
    padding: 15px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.trips-count-box span {
    font-size: 22px;
    color: #0071d1;
    font-weight: 600;
}

.trips-count-box label {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.pdf-btn {
    display: block;
    background-color: #0071d1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    border: 1px solid transparent;
}

.pdf-btn:hover {
    border-color: #0071d1;
    background-color: transparent;
    color: #000;
}

.trips-box-row .pdf-btn {
    position: absolute;
    top: 0;
    right: 0;
}

/* PDF Css */

.printpdf-box {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.printpdf-box>h2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
}

.printpdf-box>h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
}

.printpdf-box>p {
    font-size: 18px;
}

.pdf-print-table > table{
    margin-bottom: 15px;
}

.pdf-print-table .trips-count-box{
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
}

.innerbox-table{
    background-color: #F0F1F3;
}

.pdf-print-table {
    margin-top: 50px;
}

.innerbox-table table td{
    padding: 15px;
}

.pdf-print-table .trips-box-row-head{
    padding: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.tab-pane .trips-box-row-block:not(:last-child) {
    margin-bottom: 15px;
}
.no-data-found {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #ffe1e1;
    color: #eb4d4b;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #eb4d4b;
}