/* Body Layout */
.outer {
    margin-top: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px;
}

.outer_report {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px;
}

/*Booking Confirmation Page */
#confirm_button_prominent {
    float: right;
    margin: 5px 0px 20px 10px;    
}

/* Booking Page Two */
.btn-add {
    width: 100px;
}

.inlineBox {
    /* border-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow: 5px 5px #c0c0c0;*/
    width: 70%;
    margin: 20px auto;
}

@media only screen and (min-width:768px) {

    #additionalUserDetatils {
        display: block;
    }
}

.dataTables_length {
    margin-bottom: 4px;
}

/* Tariffs */
    .tariff-selector {
    width: 100%;
}

.tariff .content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
    height: 0;
    /*overflow: hidden;*/
    background-color: #fff;
}

.description {
    min-height: 50px;
    max-height: 120px;
    padding: 15px;
}

.details {
    padding: 15px;
}

.sub-quantity {
    padding-left: 5px;
    margin-bottom: 10px;
}

.tariff-flip-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    z-index: 1;
    position: relative;
}

    .tariff-flip-container.flip .tariff {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .tariff-flip-container .tariff {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        margin-bottom: 15px;
    }

.front, .back {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
}

.front {
    z-index: 1;

}

.back {
    z-index: 2;
    -webkit-transform: rotateY( -180deg ) translateZ(-1px);
    -moz-transform: rotateY( -180deg );
    -o-transform: rotateY( -180deg );
    -ms-transform: rotateY( -180deg );
    transform: rotateY( 180deg );
    position: absolute;
}

.tariff .content .main {
    padding: 0px;
}

.tariff-header {
    padding: 5px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tariff-footer {
    padding: 12px 0 12px 0;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ratio-4-3 {
    padding-bottom: 75%;
}

.m10bottom {
    margin-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back {
        -ms-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -moz-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
        -o-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
        -webkit-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
        transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }

    .front {
        z-index: 4;
    }

    .tariff-flip-container.flip .back {
        z-index: 5;
        visibility: visible;
    }
}

/* Modal */

#address-holder, #flight-holder {
    position: absolute;
    max-height: 40rem;
    overflow-y: auto;
    width: 96%;
    z-index: 10;
}

.address-display, .flight-display {
    overflow-x: hidden;
    padding: 7px 22px 7px 10px;
    width: 100%;
}

/* Auto Complete */

.ui-autocomplete {
    z-index: 2000;
    position: absolute;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 150px;
    color: #000;
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #ddd;
        }

.ui-helper-hidden-accessible {
    display: none;
}

/* Refresh Animation */

.fa-refresh-animate {
    -webkit-animation: spin-webkit .7s infinite linear;
    -moz-animation: spin-moz .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-moz-keyframes spin-moz {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-webkit {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Personal Profile */

.edit-btn, .delete-btn {
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
    .profile-options {
        float: left;
    }

    #holdOffButtons {
        margin-top: 5px;
    }
}

/* Address Book */

.address-list {
    margin-bottom: 5px;
}

/* Misc */

.recent-passenger-holder {
    max-height: 20em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.recent-passenger {
    margin-bottom: 5px;
    padding: 5px;
    min-height: 50px;
}

.recent-passenger-unselected {
    cursor: pointer;
}

.recent-passenger .recent-passenger-icon,
.recent-passenger .recent-passenger-chevron {
    line-height: 57px;
    vertical-align: middle;
    font-size: 1.3em;
}

.recent-passenger-telephone, .recent-passenger-mobile {
    margin-right: 5px;
    display: inline;
}

.recent-passenger-email {
    display: block;
    text-transform: lowercase;
}

.recent-passenger-name {
    text-transform: capitalize;
}

.recent-passenger-telephone, .recent-passenger-mobile, .recent-passenger-email {
    font-size: smaller;
}

.recent-passenger-unselected:hover {
    background-color: #eee;
}

@media (max-width:768px) {

    .recent-passenger {
        min-height: 74px;
    }

    .recent-passenger-email, .recent-passenger-mobile {
        display: block;
    }
}


@media screen and (min-width:768px) {
    .driver-details {
        height: 500px;
        text-align: center;
    }
}

.driver-photo {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
}

.view-more-details {
    display:none;
}

@media screen and (min-width:768px) {
    .driver-photo {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .view-more-details {
        display: block;
    }
}

/*Booking Conformation & View Booking Page*/

.addressContaner {
    float: left;
    padding-left: 0px;
}

.address-padding {
    margin-right: 10px;
    margin-bottom: 10px;
}

#map {
    height: 417px;
    width: 500px !important;
    overflow:hidden;
    padding-right:20px;
    }




@media (max-width:800px) {
    .addressContaner {
        width: auto;
        float: none;
        padding-left: 0px;
    }

   
    .address-padding {
        margin-right: 0px;
    }
}

.mapCust {
    height: 500px !important;
    width: 100% !important;
}

#asapLoadingMessage {
    padding-left: 20px;
    padding-top: 5px;
}

@media (max-width: 1170px){
    #asapLoadingMessage {
        padding-left: 30px;
    }
}

@media (max-width: 1018px) {
    #asapLoadingMessage {
        padding-left: 40px;
    }
}

@media (max-width: 906px) {
    #asapLoadingMessage {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    #asapLoadingMessage {
        padding-left: 25px;
        padding-top: 15px;
    }
}

.date-time {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    width: 50%;
    float: left;
}

.taligncenter {
    text-align:center;
}

.verification-panel {
    display: none;
}