﻿.id_proofs {
    box-shadow: 0 12px 12px rgba(43,52,148,.08);
    padding: 30px 0 15px;
    position: relative;
    z-index: 2;
}

#dropMap, #driverMap, #pickupMap {
    width: 100%;
    height: 500px;
}

.show_hide {
    display: none;
}

.driverMedia1, .driverMedia2, .driverMedia3, .driverMedia4, .driverMedia5, .driverMedia6 {
    display: none;
}

/*-------- Term And Consition ---------*/
.termConditionAgree {
    margin-bottom: 15px;
    margin-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-right:30px;
}

.tab-pane .termCondition {
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right:30px;
}

    .tab-pane .termCondition a {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .tab-pane .termCondition ul {
        counter-reset: licount;
        display: none;
    }

    .tab-pane .termCondition li {
        margin: 0 0 8px;
        position: relative;
        padding-left: 25px;
        font-size: 14px;
        font-weight: 400;
        color: #707070;
    }

        .tab-pane .termCondition li:before {
            counter-increment: licount;
            content: ''counter(licount)'.';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            font-weight: 700;
            color: #000;
        }

.tab-pane .checkboxWrap {
    margin-bottom: 10px;
    margin-left: 30px;
}
/*--------End Term And Consition ---------*/

/* Checkbox  */
.checkboxWrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkboxWrap p {
        font-size: 14px;
        font-weight: 400;
        color: #707070;
        margin-left: 10px;
    }
    /* Hide the browser's default checkbox */
    .checkboxWrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
}

.editAddress {
    -webkit-appearance: none;
    resize: none;
    color: rgba(40,40,40,.75);
    border: none;
    font-size: 14px;
}

@media (min-width:360px) {
    .editAddress{
        width: 93%;
        min-height: 85px;
        padding: 1px 25px 0px 0px;
    }

    .editAddress_img {
        position: absolute;
        top: 22px;
        right: 24px;
        color: #003c8e;
        cursor: pointer;
        font-size: 14px;
    }
}

@media (min-width:480px) and (max-width:700px) {
    .editAddress{
        width: 94%;
        min-height: 75px;
        padding: 1px 23px 0px 0px;
    }
    
    .editAddress_img {
        position: absolute;
        top: 22px;
        right: 35px;
        color: #003c8e;
        cursor: pointer;
        font-size: 14px;
    }
}

@media (min-width:720px) {
    .editAddress{
        width: 96%;
        min-height: 60px;
        padding: 1px 24px 0px 0px;
    }
    
    .editAddress_img {
        position: absolute;
        top: 22px;
        right: 32px;
        color: #003c8e;
        cursor: pointer;
        font-size: 14px;
    }
}

@media (min-width:1080px) {
    .editAddress{
        width: 97%;
        min-height: 60px;
        padding: 1px 22px 0px 0px;
    }
    
    .editAddress_img {
        position: absolute;
        top: 22px;
        right: 26px;
        color: #003c8e;
        cursor: pointer;
        font-size: 14px;
    }
}

#pinLocation {
    display: none;
}

/*-------- Loader ----------- */
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

    .loader img {
        max-width: 50px;
    }

    .loader > div {
        position: absolute;
        top: 50%;
        left: 50%;
    }

.pin_loc {
    font-size: 17px;
    color: #003c8e;
    cursor: pointer;
    float: right;
}

.PickUpMap, .DriverMap {
    padding: 30px 0 15px;
}

.btnRefresh {
    display: inline-block;
    padding: 3px 8px;
    background: #003c8e;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 6px;
}

.ml-auto {
    margin-left: auto !important;
}

.txtDateLabel {
    color: #003c8e;
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
}

.lightbox{display:flex;justify-content:center;flex-direction:column;}
.lb-outerContainer{order:2}
.lb-dataContainer{order:1;background-color:#fff;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;padding:10px 0;border-top-left-radius:10px;border-top-right-radius:10px;}
.lightbox .lb-image{border-width:20px !important;border-top-width:0px !important;border-top-left-radius: 0px !important;border-top-right-radius: 0px !important;}
.lb-data .lb-number{display:none !important;}
.lb-data .lb-close{background:url(../css/images/popup-cross.png) center no-repeat !important;opacity:1 !important;background-size:45% !important}

.eta_info{
    padding: 20px 0px 10px 0px;
}

.di_list li .lblETA{ font-size: 14px; color: #003c8e; font-weight: 700;}
.di_list li .nameETA{ font-size: 16px; color: rgba(40,40,40,.45); font-weight: 700;}

/* The Modal (background) */
.modalMSR {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentMSR {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.closeMSR {
    color: black;
    float: right;
    font-size: 26px;
    font-weight: bold;
}

    .closeMSR:hover,
    .closeMSR:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-headerMSR {
    padding: 0px 16px;
    background-color: white;
    color: white;
    height: 25px;
}

.modal-bodyMSR {
    padding: 0px 16px;
}

.modal-footerMSR {
    padding: 12px 16px;
    height: 60px;
}

.btnMoveMSR {
    background-color: #0D1050;
    border: none;
    color: white;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.btnMoveMSR:hover{
    color: white;
}