input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

input, textarea{
     outline:none;
}

.required-field-star {
    color: red;
    font-size: 1.5rem;
    position: relative;
    top: 0.5rem
}

.booking-title h1 {
    text-align: center;
    /*	font-size: 2.5rem;*/

}

.booking-title h1::before, .booking-title h1::after {
    content: "\272D ";
    /*	font-size: 1rem;*/
    position: relative;
    padding: 0 2rem;
}


.booking {
    max-width: 1080px;
    position: relative;
    margin: 20 auto;
    background-color: rgba(255, 255, 255, 0.15);
    /*background: url("../images/SplitShire-6317.jpg") 50% no-repeat fixed;*/
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #cccccc;
    z-index: 1;
}
.secure_picto{
    width: 80px;
    margin:-5px 0 5px 0px;
    /*margin-left: -80%;*/
    position: fixed;
}
.secure_picto img{
    width: 80px;
}

.booking-progress {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-stage-1, .booking-stage-2, .booking-stage-3 {
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*cursor: pointer;*/
    align-items: center;
    justify-content: center;
    border:1px solid #EFEFEF;
    /*color:#CCCCCC;*/
}

.date-come, [name='flight_number'], [name="airline_number"]{
    width: 165px !important;
}

.type-of-service{
    width: 190px !important;
}

.stage-checked{
    font-weight: 500;
    border:1px solid black;
    color:black;
}

.line-between-span{
    display: block;
    width: 10%;
    height: 1px;
    border: 1px solid rgba(200, 164, 98, 0.2);
    margin: 5px;
}

.booking-content {
    padding: 0 0;
    text-align: left;
}
.booking-passenger-names{
    white-space: nowrap;
}

.step-title p {
    white-space: nowrap;
    text-align: center;
    margin: 1rem 0 1rem 0
}

.booking-inputs {
    padding: 10px 10px 10px 15px;
    text-align: left;
    box-shadow: 1px 0px 5px 1px #cccccc;
    border-radius: 0rem;
    display: flex;
}
.booking-inputs>div>div{
	margin:0 0 0px 0;
}
.stops, .childs-info{
	padding:0 0 0 5%;
}
.add-stop-button, .add-child-seat-button{
	cursor:pointer; 
	white-space: nowrap;
}
.delete-stop,.delete-child-seat{
	margin-left:0.2rem;
	cursor:pointer;
}
.bottom-1rem{
	padding-bottom: 1rem;
}
.personal-meet{
	vertical-align: middle;
}
.car-elem{
    border:1px solid white;
    margin:2px 1px 5px 1px;
    padding:0 0 10px 0;
    width:295px;/*calc(25% - 25px);*/
    height: 400px;
    border-bottom:1px solid #F0F0F0;
}
.car-elem:hover:not(.selected-vehicle){
    border: 1px solid grey;
}
.car-info p{
    text-align: center;
}
.car-info{
    margin: 5px auto;    
    text-align: left;
    width: 900px;
    border-radius: 0rem;
    min-height: 650px;
   justify-content: center;
}
.car-info-root {
    margin: 0px auto;
}
.info-car{
    padding:20px 4px 0 0 ;
}
.info-car>img{
    /*margin:0.7rem 0.1rem 0 0 ;*/
    width: 1.5em;
}
.car-title{
    display: flex;
    justify-content: space-between;
}
.car-title>div{
    width: 100%;
}
.vehicle-item-head{
    font-size: 19px;
}
.pop-car-info{
    position: absolute;
    color:#4a4a4b;
    font-size: 11px;
    max-width:350px;
    max-height: 400px;
    background-color: #E5E5E5;
    padding:5px;
    border:1px solid grey;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)
}

.car-elem button{

    width: 160px;
}
.cars-info-buttons {
    display: flex;
    margin: 5px 0;
    text-align: center;
    font-size: 17px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.info-request-hover, .info-book-hover{
    margin: 3px 0 0 20px ;
    width: 20px;
}
.cars-info-buttons button{
    margin: 8px 0 5px;
    text-align: center;
    font-size: 17px;
    height: 40px;
}
.place-car-info{
    display: flex;
    justify-content: space-between;
    /*justify-content: center;*/
    align-items: center;
    width: 200px;
}
.car-tabs{
    /*flex: 0 1 33.3333%;*/
    display:flex;
    height: 40px;
    /*width: 400px;*/
    margin:0px auto;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    background-color: #EAEAEA;
    /*border-bottom: 1px solid #cccccc;   */
    
    /*border-bottom: 1px solid #cccccc;*/
}
.tabs-link-group{
    display: flex;
    justify-content: center;
    height: 41px;
}
.car-tabs-buttons{
    color:#e3e3e3;
    background-color: #4d4b4b;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:13px 7px;
    font-size: 13px;
    font-weight: 600;
}
.cars-group-active{
    background-color: #fff;
    border-bottom: 0px;
    color:black;
    font-size: 13px;
    font-weight: 600;
}
.button-sibblings{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
}

.cars-list{
    box-shadow: 1px 0px 5px 1px #cccccc;
    padding: 0px 0px 10px 0px;
}

.place-img{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:5px 0 5px 0px;
    border:1px solid #C4C4C4;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.place-img>img{
    width:25px;
    height: 25px;
}
.place-car-info>div{
    display:flex;
    position:relative;
}

.get-request-button{
    border-radius: 0;
    border:0px;
    background-color: #e6e6e6;
}
.book-now-button {
    color:white;
    background-color: #181818;
    border:0px;
}
 .veh-pict{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .veh-pict>img{
    width: 200px;
 }

/**** paagination **/
.pagination-cars{
    width: 90%;
    display: grid;
    /*padding: 0 0 0 35%;*/
    grid-template-columns: auto  50px auto 50px  auto;
    max-height: 30px;
}
.root-pag-cars{
    width:99%;
    display: flex;
    margin:15px 0 5px 0;
    flex-direction: column;
    justify-content: flex-end;
}
.pag-numbers{
    text-align:center;
    letter-spacing:15px;
}
.text-bold{
    font-weight: 800;
}
.switch-page-num{
    cursor:pointer;
}
.link-none-clickable{
    color:#ACACAC;
}
.link-none-clickable:hover{
   cursor: not-allowed;
}
.pag-prev, .pag-next, .pag-first, .pag-last{
    cursor:pointer;
} 

/**** END paagination **/


.booking-inputs [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.booking-inputs [type=radio]:checked + img {
  outline: 2px solid #f00;
}

input[type='radio'][name='step_tab']{
    display:none;
}

.passengers-info{
    margin:0 1.95rem 0 0rem;
}
.passengers-info:nth-child(2){
    /*margin-left:1rem;*/
}

/* ****------------------------------RADIO box */

.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 56px;
}

.switch input {
    display: none;
}
.checker {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s;
}

.checker:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 26px;
    left: 3px;
    position: absolute;
    transition: .2s;
    width: 25px;
}

input:checked + .checker {
    background-color: #66bb6a;
}

input:checked + .checker:before {
    transform: translateX(26px);
}

.checker.round {
    border-radius: 27px;
}

.checker.round:before {
    border-radius: 50%;
}
/* -------------------------   END radio box */

/* //////////////// --------- passenger - ... */
.passenger-1{
    display: inline-flex; 
    margin: 0.3rem 0 0.3rem 0.3rem;
    height: 2.4rem;
}

.num_of_hours{
    margin:10px 0 10px 5px !important;
}

.count_hours{
    display: flex;
    margin-top: 5px;
}
.count_hours input{
    margin:0px !important;
    text-align: center;
    height: 2.25rem !important;
    width: 2.4rem;
    font-size: 1.1rem;
    text-align: center;
}
.count_hours button{
    margin:0px !important;
    height: 2.4rem;
    width: 2.5rem;
    font-size: 1.1rem;
}

.passenger-1 button{
    margin:0;
    height: 2.4rem;
    width: 2.4rem;
}
.passenger-1 input[type='number']{
    margin:0; 
    width: 3rem; 
    text-align: center;
    font-size: 1.1rem;
    height: 2.25rem;

}
.pass-info{
    text-align: center;
}
.pass-info input{
    height: 2.28rem !important;
}

.one-child-seat{

}


.popup{
    position:fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
}
.popup_waiting{
    position:fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
    background-color: rgba(168,166,166,0.54) ;
}
.waiting-spiner{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.popup_body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px 10px;
    
}
.popup_content{
    background-color: #fff;
    color:#000;
    max-width: 400px;
    border:1px solid grey;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 5px grey;
}
.popup_title{
    font-size: 40px;
    margin: 0px 0px 1em 0px;
}
.popup_close{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 20px;
}
.popup_close_button{
    margin-left:80px;
}
.popup_home_button, .popup_close_button{
    border:1px solid #767676;
    height: 2.4rem;
    min-width: 5rem;
    font-weight: 800;
    background-color: #EFEFEF;
}
#map-location {
    width: 46%;
    max-height: 350px;
}

.booking-inputs input, .booking-inputs select, textarea{
    height: 2.4rem;
    border: 1px solid #B0B0B0;
    padding: 0 0 0 0.5rem;
    margin: 0.3rem 0 0.3rem 0.3rem;
    min-width: 5.1rem;
    max-width: 100rem;
}
.booking-inputs textarea, .agreements{
    border: 1px solid #ECE6D9;
    padding: 0 0 0 0.5rem;
    margin: 0.3rem 0 0.3rem 0.3rem;
}
.booking-elem{
    margin:1rem 0 0 0;
}

.booking-buttons button {
    border:1px solid #767676;
    height: 2.4rem;
    margin: 0.6rem 1rem 0.3rem 0;
    min-width: 5rem;
    font-weight: 800;
    background-color: #EFEFEF;
}
.selected-vehicle{
    border:1px solid red;
}

.configured {
    display: none;
}

.input-alert {
    /*background-color: #ffeae8;*/
    border:1px solid red;
    box-shadow: 0px 0px 3px red;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}
.billing-address{
        width: 357px;
    }
.zip-code, .cvc {
   min-width: 55px !important;
    width: 75px !important;
}
.card-number{
    width: 170px;
}
#pickup-location, #drop-off-location{
    width: 440px;
}
.e-mail{
    width: 170px;
}

.agreements{
    font-size: 0.8rem;
    color:grey;
    text-align: justify;
    padding:5px 15px 5px 5px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #B0B0B0;
}

.agreements_div{
    width: 370px;
}
textarea[name='comments']{
    resize: none;
    height: 8rem;
}

.iti{
    margin:0.3rem 0 0.3rem 0.3rem;    
}
.phone{
    width: 180px;
}

.ride-info, .passenger-info {
    min-width: 207px;
}
.booking-passenger-names input{
    width: 170px !important;
}
.get-request-button{
    /*/background-color: #C11C2D;
    color:white;*/
}
.book-now-button{
    background-color: #201E1E;
    color:white;
    font-size: 1rem;
}
.billing-address{
    margin-top: 0px !important;
}
.date-picker-input{
    width: 180px !important;
}
@media (min-width: 435px) {
    .booking div {
        margin: 5px 5px;
    }
}

@media (max-width: 730px) {
    .booking-buttons,.booking-spec-info{
        width: 350px;
        margin: 10px;
    }
    #map-location {
        display: none;
    }
    
}

@media (min-width:500px){
    .booking-inputs{
        min-height:500px;
        transition: all 0.3s ease;
    }
    .booking-inputs textarea{
        width: 357px;
    }

}

::placeholder {
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #CCCCCC;
}
.hidden{
    display:none;
}
button:enabled{
    cursor: pointer;
}
button:enabled:active{
    background-color: #CCCCCC;
}

@media(max-width:500px){
    
    #pickup-location, #drop-off-location{
        width: 300px;
    }
    .secure_picto{
        margin:-5px 0 5px 17px;        
    }
    .booking-inputs textarea{
        width: 357px;
    }
    
}

@media (max-width:400px){
    .booking-passenger-names{
        white-space: wrap;
    }
    input[name='first_name'], input[name='last_name']{
        width: 140px;
    }
    .billing-address{
        width: 300px;
    }
    .agreements{
        width:300px ;
    }
    .booking-inputs textarea{
        width: 300px;
    }
}

@media(min-width:500px){
    .tabs-link-group{
        margin: 10px 10px 10px 10px ;
    }
}
