@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

button, input, label, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    color:#000;
}

.bodyreserva{
    /*width: 100%;*/
    max-width: 1200px !important;
    background: rgba(255,255,255,0.95);
    height: 100%;
    padding: 20px 10px;
    border-radius: 10px;
    /*box-shadow: 10px 5px 5px rgba(0,0,0,0.5);*/
}

.bodyreserva2{
    /*width: 100%;*/
    max-width: 1200px !important;
    background: #fff;
    height: 100%;
    padding: 20px 10px;
}

#w2rForm{
    padding:0;
}

.row{
    margin: 0;
}


.w2r_header {
    background: #666;
    line-height: 1 !important;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.w2r_header h4{
    font-weight: 600;
    color:#fff;
}

.w2r_header_home {
    background: #F7F7F7;
    line-height: 1 !important;
    padding: 30px;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
}

.w2r_main_home{
    background: rgba(0,0,0,0.4);
    min-height: auto ;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 0px;
}

.w2r_main {
    min-height: 220px ;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background: #fff; /*rgba(0,0,0,0.7);*/
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 30px;
    font-weight: 500;
}

.w2r_main a {
    text-decoration: none;
    color: #666;
}

.w2r_main h4, .w2r_main h5, .w2r_main_data h4, .w2r_main_data h5{
    color:#666;
}

.w2r_main h4{
    font-size: 18px;
}

.w2r_main h5{
    font-size: 16px;
}

.w2r_main_nav {
        background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.w2r_main_nav div{
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;    
    font-size: 14px;
    color: #c6c6c6;
    width: 24.5%;
}

.w2r_main_nav a {
	padding-left: 10px;
	padding-right: 10px;
}

.w2r_main_nav .selected{
    background: #fff;
    border-bottom: 5px solid #FFD924;
    color: #FFD924;
}

.w2r_main_nav .selected a{
    color: #FFD924;
    font-weight: bold;
    /*border-bottom: 2px solid #fff;*/
}


.w2r_main_nav a:hover {
    color: #1A3762;
    /*border-bottom: 2px solid #F29200;*/
}

.sep {
    height: 1px;
    border-top: 1px solid #ddd;
}

.w2r_main_data {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-primary {
    background: #FFD924 !important;
    border-color: #FFD924 !important;
    text-transform: none;
    font-weight: 600;
    font-size: 16px!important;
    color:#000 !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    border:none;
}

.w2r_main_data select{
	margin-bottom:10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.w2r_home select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.btn-primary:hover {
    background: #DBB72E !important;
    border-color: #DBB72E !important;
    color:#000!important;
}


.form-control {
    width: 100%;
    border-radius: 0;
    padding: 6px 12px !important;
    font-size: 14px!important;
    background: #fff !important;
    color: #000 !important;
}

.form-control textarea{
    background: #fff !important;
    color: #000 !important;
}


input[type="date"].form-control, input[type="time"].form-control{
    line-height:20px;
}

/**********/

.home_search{
    display:flex;
    flex-flow:row wrap;
}

.home_search label{
    color:#fff!important;
    font-size:14px;
}

.home_search button{
    font-size:14px !important;
    padding:8px 12px !important;
}

.home_search .location{
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    flex-basis: 20%;
    flex-grow: 1;
}

.home_search .location .location_date{
    display:flex;
    flex-direction:row;
    padding-left: 0px;
    padding-right: 0px;
}

@media(max-width:768px){
    .home_search{
        flex-flow:column wrap;
    }
    
    .data_hora, .button_next_home, .location_dropoff{
        display:none;
    }
}




/************************************************/
/*** CAIXA DE DIALOGO */

.ui-widget-overlay{
    background:#000 url(../img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
    opacity:0.5 !important;
}

.ui-dialog{
    background: #fff;
    border-radius: 10px;
    margin:auto;
    position:absolute!important;
    min-height:240px;
    min-width: 370px;
    width: 430px!important;
    height:250px!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media(max-width:768px){
    .ui-dialog{
        width:370px!important;
    }
}

.ui-dialog p{
    color:#666 !important;
    text-align:center;
}

.ui-dialog .ui-dialog-titlebar-close{
    background: #666;
    border:none;
    border-radius:5px;
    line-height:5px;
}

.ui-dialog .ui-dialog-titlebar-close::before{
    content:'x';
    color:#666 !important;
    line-height: 16px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane button{
    border:none;
    border-radius:5px;
    font-weight:500;
    text-transform:uppercase;
    padding: 6px 20px;
}

.ui-dialog .ui-dialog-buttonpane button:first-child{
    color:#fff;
    background: #666;
}

.ui-dialog .ui-dialog-buttonpane button:last-child{
    color:#fff;
    background: #000;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float:none !important;
    text-align:center;
}


/************************************************/

.w2r_home{
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    border:none;
    color:#ffF;
    font-size:14px;
}

.w2r_home label{
    color:#fff;
}

.w2r_home .modulo{
    padding: 0 15px 0 15px;
    display:flex;
    flex-flow:row wrap;
}

@media (max-width:768px){
    .w2r_home .modulo{
        flex-flow:column wrap;
    }
}

.modulo{
    padding: 0;
}

.modulo .col-md-12{
    margin-bottom: 9.4px;
}

.modulo .icon-modulo{
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border:1px solid #bbb;
    z-index:0;
}

.modulo label{
    color: #fff;
}

.modulo .icon-modulo .form-control{
    border:none;
}

.icon-modulo2{
    z-index:0;
}

.modulo .icon-modulo select{
    min-width:200px!important;
}

.modulo select, .modulo input, .icon-modulo2 select, .icon-modulo2 input {
    background-color:#fff !important;
    color:#666;
    cursor:pointer;
    z-index:0;
}

.w2r_home .location{
    padding-bottom:10px;
    padding-left:4px;
    padding-right:4px;
    flex-basis:20%;
    flex-grow:1;
}

.icon-modulo span{
    position: absolute;
    top: 1px;
    right: 4px;
    background-color: #fff;
    color: #ffd924;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    z-index: 0;
}

.icon-modulo span img{
    height: 20px;
    top: 3px;
    position: relative;
}

.icon-modulo2 label{
    color:#000;
}

.icon-modulo2 span{
    position: absolute;
    top: 2px;
    right: 17px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    color:#ffd924;
}

.icon-modulo2 span img{
    height: 20px;
    top: 3px;
    position: relative;
}


.button_next{
    text-align: center;
}

.w2r_home .button_next .btn{
    border-radius:0;
}


.w2r_mh_red {
    margin: 15px 0 10px 0;
    color: #be3939;
}


.form-extras img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.form-vehicles1-img{
    padding-top: 15px;
}

/*.comercial{
	background: #D7E4F4;
    color: #1B3861;
    font-weight: 600;
    font-size: 10px;
    padding: 5px 0;
    border: 2px solid #1B3861;
    border-radius: 5px;
    top: 20px;
    position: relative;
    text-align: center;
	width:100px;
	display:flex;
	justify-content:center;
}*/

.comercial{
	width: 100%;
    text-align: center;
}

.comercial span{
	font-size: 15px;
    position: relative;
    top: 14px;
    text-align: right;
    color: #1A3860;
    font-weight: 600;}

.form-extras p{
    color:#000 !important;
}

.w2r-right img, .w2r-left img{
    max-width: 150px;
}

.w2r-right {
    text-align: right;
}
.w2r-left {
    text-align: left;
}
.w2r-center {
    text-align: center;
}
.w2r-right div {
    padding-right: 0px !important;
} 
.w2r-right-left, .w2r-right-left div {
    padding-right: 0px !important;
    padding-left: 0px !important;
	color:#666;
} 
.w2r_details {
    padding-top: 6%;
}
.w2r_details2 {
    padding-top: 6%;
}
/*.w2r_details2 button{
    margin-top: 20% !important;
}*/
.w2r_details3 {
    padding-top: 2%;
}
.w2r_details4 {
    padding-top: 2%;
	padding-bottom: 2%;
}
.w2r_red {
    color: #000;
}

.vehicle_price {
    font-size: 27px;
    color:#000;
    font-weight:700;
}
.vehicle_brand {
    padding-bottom: 1px;
    font-size: 25px;
    font-weight:700;
    color:#000;
    text-align:left;
}

.fleet_brand{
    padding-bottom: 1px;
    font-size: 20px;
    font-weight:700;
    color:#000;
    text-align:center;
}
.w2r_small {
    font-size: 10px;
}

.w2r_inline, .w2r_inline div {
    display: flex;
    justify-content:space-around;
}

.w2r_inline .features{
    padding-bottom: 10px;
    display:flex;
    flex-direction:column;
}

.w2r_inline img{
    width: 20px;
}

.w2r_disable, .w2r_disable a, .w2r_disable a:hover   {
    cursor: not-allowed;
    border: 0px;
    color: #c6c6c6;
}

.w2r_disable{
    background: #FFF;
    border-bottom: 5px solid #c6c6c6;
}

.w2r_passed, .w2r_passed a {
    border: 0px;
    color: #3f3f3f;
}

.w2r_passed{
	color: #bdbdbd;
    background-color: #fff;
    border-bottom: 5px solid #3f3f3f;
    /*border: 1px solid #eeeeee*/
}

.w2r_passed form {
    margin: 0;
}

.w2r_passed a:hover {
    border: 0px;
    color: #bdbdbd;
    background-color: #fff;
   /* border: 1px solid #eeeeee*/
    
}

.w2r-space-right {
    padding-right: 15px;
}


.div_price{
    padding: 10px;
    text-align:center;
}

.button_price{
    padding-top: 10px;
}

.car_main, .calendar-svg{fill:#333;}
.st1{fill:#0A0909;}

.nospace {
    padding: 0;
    margin: 0;
}

.error{
	
	border-color: #D8000C !important;
    background-color: #FFD2D2 !important;
}

.success{
	
	border-color: #4F8A10 !important;
}

.error-div{
	margin: 10px 0px;
	padding:12px;
	color: #D8000C;
    background-color: #FFD2D2;
    font-size:1.2em;
    vertical-align:middle;
    display: none;
}

.container-for-gmail-android.quantity{
	padding-left:15px;
}


.w2r_data_field_title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.w2r_data_field_title2{
	color: #666;
	font-weight: 500;
	font-size: 14px;
}

.panel-body .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
}

.dados_reserva, .dados_reserva_total{
    padding-top:15px;
    padding-bottom:15px;
}

.dates_location .row{
    display:flex; 
    flex-wrap: wrap; 
    width:100%;
    flex-direction:row;
}

@media(max-width:768px){
    .dates_location .row{
        flex-direction:column;
    }    
}

.pickup_div{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
}

.dropoff_div{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
    padding:15px;
}

.pickup_div_title, .dropoff_div_title{
    background:#eee;
    display:flex;
    flex-direction:column;
    flex:1;
    width:100%;
    padding: 5px 20px;
}

.pickup_div_title h5, .dropoff_div_title h5{
    padding: 0px 18px;
}


.pickup_div_text, .dropoff_div_text{
    display:flex;
    flex-direction:column;
    flex:2;
    border: 1px solid #eee;
    padding: 5px 20px;
}

.modifydates_div{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 0.5;
}

.modifydates_div .modifydates_div_button{
    padding:10px 0 0 0;
    display:flex;
    flex-direction: column;
    flex-basis: 100%;
    flex:1;
}

@media (max-width:768px){
    
    .panel-body .row{
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    
    }
    .modifydates_div{
        flex: 1;
    }
    .dropoff_div{
        padding:0;
        flex-direction:column;
        align-items:center;
        flex:1;
    }
    .pickup_div {
        flex-direction:column;
        align-items:center;
        flex:1;
    }
    
    .pickup_div_title, .dropoff_div_title, .pickup_div_text, .dropoff_div_text{
        width:100%;
        text-align:center;
    }
    .modifydates_div .modifydates_div_button{
        align-items:center;
    }
}

.cardetails a{
    color:#666;
    cursor:pointer;
}
.cardetails:before{
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    color:#000;
}

.cardetails_text{
    color:#666;
    cursor:pointer;
}

.cardetails_text i{
    color:#FFD924;
}

.reservation_form, .insurance_extras_select{
    padding-left:0;
    padding-right:15px;
}

@media(max-width:768px){
    .reservation_form, .insurance_extras_select{
        padding-right:0;
    }
}

.booking_info{
    padding-left:0;
    padding-right:0;
}

.dados_reserva{
    padding-top:15px;
    padding-bottom:15px;
}

.dados_reserva_total, .extras_total_price{
    border-radius:0px;
    border:none;
}

.dados_reserva_total{
    margin-top: 20px;
}

/*.col-md-7 {
    width:58.333333% !important;
}*/

.col-xs-5 {
    width: 41.66666667% !important;
}

.extras_total_price{
    border-radius:0px;
    border:none;
}


.extras_payment{
    padding-right:20px;
}

@media (max-width:800px){
    .extras_payment{
        padding-right:0px!important;
    }
}

.dados_reserva h5, .dados_reserva_total h5{
    color:#666!important;
    font-size: 15px !important;
    padding:0;
    margin:10px 0;
    font-weight:600;
}

.dados_reserva p, .dados_reserva_total p{
    font-size: 14px;
}

.dados_reserva p{
    color:#000!important;
    font-weight: 500;
}

.dados_reserva_total p{
    color:#666!important;
    font-weight: 500;
}

.extras_total_price p{
    color:#666!important;
    font-weight: 500;
}


.campos{
    padding: 5px 0;
}

.campos{
    background: #fff!important;
    color:#666!important;
}

.campos label{
    font-weight:500;
    font-size:13px;
}

.campos_small{
    float:left;
    padding-left:15px;
}

.campos_small input[type=checkbox] {
    -webkit-appearance: checkbox;
    width: 30px;
    height: 20px;
}

@media(max-width:768px){
    .campos_small{
        float:left;
        padding-left:0px;
    }
}

.circle{
	border-radius: 100%;
	color: #000;
	font-size: 30px;
	background-color: #FFD924;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 2px;
	padding-bottom: 7px;
}

.w2r_panel_discount{
	margin-left: 32%;
	margin-right: 32%;
	border-color: #666 !important;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 0px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: 'Raleway',Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 36px;
    border: 1px solid #999999; border-radius: 0px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


@media (max-width: 767px){
    
    .w2r_main_nav div{
        width: 49%;
    }

}


#w2rForm_extras .fa-3x{
    font-size:2em;
}

.change{
    border-radius:5px;
    padding: 10px 16px;
    border-radius:0px;
    line-height:1.42857143;
    vertical-align:middle;
    background:#14181c;
    color: #fff !important;
    font-size:16px;
    font-weight: 600;
}

.change:hover{
    background:#FFD924;
    border:none;
    color: #000 !important;
}

.modifydates_div .change{
    padding: 16px 16px;
    line-height:2.3;
}

.vehicle_type {
    color: #666;
    font-size:16px;
    font-weight:600;
}

.vehicles_fleet{
    display: inline-block;
    width: 24%;
    height: 380px;
    border: 1px solid #EDEEE1;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.vehicles_fleet_highlight{
    display: inline-block;
    width: 24.5%;
    height: 380px;
    border: 1px solid #EDEEE1;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.vehicles_fleet_highlight .form-vehicles{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-around;
    padding:5px;
}

.vehicles_fleet_highlight .vehicle_brand{
    text-align:center;
    padding-bottom:15px;
    height:50px;
}

.vehicles_fleet .img-fleet, .vehicles_fleet_highlight .img-fleet{
    max-height:110px;
    width:auto;
    margin:auto;
    padding-top:5%;
    padding-bottom:5%;
}


.vehicle_fleet_price{
    padding-top:10%;
}

#vehicles_toggle{
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

.vehicles_toggle_btn{
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.3);
    padding:10px 20px;
    background: #FFD924;
    color: #000;
    border:none;
    border-radius:5px;
}

.vehicles_toggle_btn:hover{
    background:#DBB72E;
    color:#000!important;
}


.vehicles_fleet .features_text{
    color:#666;
    font-size:12px;
}

.features_text a:hover{
    color:#666;
}


.icons{
    font-size:20px;
}

.panel{
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0px 8px rgba(0,0,0,0.1);
}


.panel-primary{
    border-color: #666;
}

/*.vehicle_grid{
    display: flex;
    flex-wrap: wrap;
}*/

.extras_grid{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:815px){
    .vehicle_grid{
        justify-content:space-around;
    }
}

.vehicle_grid .vehicle_single{
    width: 100%;
    /*width:33%;*/
    height: auto;
    /*min-height:328px;*/
    padding: 0 15px;
    margin:2px 1px;
    /*margin-bottom: 15px;
    margin-top: 15px;*/
    border:1px solid #EDEEE1;
}

.vehicle_grid .vehicle_single:hover{
    box-shadow:0px 0px 20px #EDEEE1;
}

.vehicle_grid .vehicle_layout{
    display:flex;
    flex-direction:row;
}


@media(max-width:981px){
    .vehicle_grid .vehicle_single{
        width:49%;
    }
}


@media(max-width:768px){
    .vehicle_grid .vehicle_layout{
        display:flex;
        flex-direction:column;
    }
}

@media(max-width:710px){
    .vehicle_grid .vehicle_single{
        width:100%;
    }
}

.vehicle_single .form-vehicles1{
    height: 100%;
    width: 100%;
    
    /*border-radius: 0px;
    box-shadow:0 0px 8px #e5e5e5;*/
}

.vehicle_single{
    border-bottom: 1px solid #ececec;
}
/*.vehicle_single:last-child{
    border-bottom:none;
}

.vehicle_single .form-vehicles1:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}*/

.insurance_grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.insurance_grid .insurance_single{
    width:calc(100%/3);
    display:flex;
    flex-direction:column;
    height: auto;
    padding: 0 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align:center;
}


.insurance_single .form-vehicles{
    height: 100%;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 0px;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
    cursor:pointer;
}

.insurance_single .form-vehicles:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    top: 20px;
}

.vehicle_grid .insurance_single:last-child {
    margin-bottom: 15px;
}

.insurance_single .insurance_obs ul, .insurance_obs ul{
    list-style-type: none !important;
    padding-bottom:0;
    margin-left:5px;
}

.insurance_single .insurance_obs ul li:before, .insurance_obs ul li:before{
    text-indent:20px !important;
    content: '- ';
    font-weight: 900;
    font-size: 14px;
    padding-right: 5px;
    color: #000;
    vertical-align: 3px;
    
}

.insurance_obs ul li:empty{
    content: '';
}


.vehicle_grid .extras_single{
    width: 25%;
    height: auto;
    padding: 0 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.extras_single .form-vehicles{
    height: 100%;
    width: 100%;
    border:none;
    border-radius: 0px;
    /*box-shadow:0 0px 8px rgba(0,0,0,0.1);*/
    border:1px solid #e5e5e5;
}

/*.extras_single .form-vehicles:hover{
    transform: scale(1);
    z-index: 1000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    top: 20px;
}*/


.vehicle_grid .pack_kms{
    width: 33%;
    height: auto;
    padding: 0 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pack_kms .form-vehicles{
    height: 100%;
    width: 100%;
    border:none;
    border-radius: 0px;
    /*box-shadow:0 0px 8px rgba(0,0,0,0.1);*/
    border:1px solid #e5e5e5;
}

.pack_kms:hover{
    cursor:pointer;
}


.vehicle_grid .insurance_single p{
    color: #000!important;
}

.w2r_main_nav a:hover {
    color: #555;
    /* border-bottom: 2px solid #F29200; */
}

.extras_quantity{
    height:95px;
}
.extra_price{
    height:35px;
}

.extra_final_price{
    height:35px;
}

.extra_description{
    min-height:65px;
    height:auto;
    padding-left: 5px;
    padding-right: 5px;
}

.extras_img{
    min-height:119px;
}

.extra_price p, .extras_fee p{
        color:#666 !important;
        font-weight: 500;
        font-size:14px;
    }
    
.extra_description span{
     color: #000!important;
     font-weight: bold;
     font-size:14px;
}   

.extra_final_price p{
     color: #000!important;
     font-weight: bold;
     font-size:18px;
}
    
.extra_description p{
     color: #666!important;
     font-weight: bold;
     font-size:14px;
}  

.extra_price, .extra_final_price{
    padding-left:0 !important;
    padding-right:0 !important;
}

/*.vehicle_grid .extras_single:last-child{
    margin-bottom:15px;
}*/

.fade {
    opacity:1;
}

.col-xs-6{
    width:50% !important;
}

.insurance_details1{
    min-height:30px;
    line-height:16px;
}
.insurance_details2{
    min-height:30px;
    line-height:16px;
}
.insurance_details3{
    min-height:30px;
    line-height:16px;
}
.insurance_details4{
    min-height:50px;
    line-height:16px;
}

.w3-modal {
    padding-top: 15% !important;
    z-index: 9999!important;
    padding-bottom: 15%;
}

.insurance-modal {
    text-align: center;
}

.insurance-modal ul{
    list-style-type: none;
    padding: 10px 0 0px 10px;
    line-height: 26px;

}

.insurance-modal p{
    color:#000 !important;
}

.modal-header .modal-title h5{	
	color:#666 !important; 
}

 
    .booking_data_txt{
        font-size:14px !important;
        color: #000;
    }


#paypal, #redsys, #redunicre, #stripe, #bank_transfer{
    padding:12px 10px;
    margin: 10px 10px;
    width:100%;
    height:80px;
}


/*.nice-number{
        width: 135px;
        height: 37px;
        margin: auto;
    }*/
    
.nice-number{
    width:auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
    
.spinner{
    display:inline-flex;
}
  
    
    
#exampleModalCenter{
    /*width:70%;
    height:80%;*/
}

.paypal-info img{
    width:100%;
}



.additional_fee{
    display:flex;
    flex-wrap:wrap;
}

.additional_fee .extras_fee{
    display:flex;
    flex-direction:row;
    width:100%;
    border-bottom:1px solid #e5e5e5;
}

.additional_fee .extras_fee:last-child{
    border-bottom:none;
}

.additional_fee .w2r_extras_titulo{
    display:flex;
    width:100%;
}

@media (max-width:768px){
    .additional_fee .extras_fee{
        display:flex;
        flex-direction:column;
        border:1px solid #e5e5e5;
        margin:5px 0;
    }
    
    .additional_fee .extras_fee:last-child{
        border-bottom:1px solid #e5e5e5;
    }
}


/********************************************************/
/* Resumo da reserva */

.reservas_title{
    padding:10px 15px 10px;
    border-left:4px solid #D8261A;
    background:#fff;
    font-weight:600;
    margin:0;
    font-size: 18px;
    box-shadow:0 3px 5px rgba(0,0,0,0.2);
}

.rental_summary{
    display:flex;
    flex-wrap:wrap;
}

.separator-title{
    display:flex;
    flex-direction:column;
    width:100%;
}

.separator-title-box{
    padding:10px 15px 10px;
    background:#FFD924;
    color:#000 !important;
    font-weight:600;
    margin:0;
    font-size: 16px!important;
    border-radius:5px 5px 0 0;
}

.separator-title-top{
    background:#FFD924;
    font-weight:600;
    margin:0;
    padding:10px 15px 10px;
    border-radius:5px 5px 0 0;
}

.separator-title-top h4{
    color:#000 !important;
    font-size: 16px;
    padding:0;
    margin:0;
}

.vehicle_detail{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    margin:10px 0;
}

.vehicle_detail_button{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:flex-end;
    width:100%;
    margin-top:15px;
}

.vehicle_div{
    flex:2;
}

.vehicle_div h6{
    margin:0;
}

.vehicle_div_price{
    flex:1;
    text-align:right;
    padding:0 3px;
}

.vehicle_div h4{
    font-size:16px;
}

.vehicle_title {
    color:#000;
    font-weight:700;
    margin:0;
    font-size:18px;
}

.vehicle_div span{
    font-size:12px;
}

.details_title{
    padding:5px 0px 5px;
    border-bottom:2px solid #000;
    font-weight:600;
    color:#14181c;
    font-size: 16px;
}

.details_div{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    margin:10px 0;
}
.details_div_right{
    flex:1;
    background:#eee;
    padding: 10px 8px;
}

.details_div_left{
    flex:2;
    padding: 0 10px;
    border:1px solid #eee;
}


.extras_total_price, .dados_reserva_total{
    display:flex;
    flex-direction:column;
    width:100%;
}

.extras_total_price_box{
    padding:15px 20px 15px;
    background:#14181c;
    color:#fff !important;
    font-weight:600;
    margin:0;
    font-size: 18px;
}



/*******************************************************/
/*** TOLTIP ***/


.extras_single .tooltip {
  position: relative;
  display: inline-block;
  opacity:1;
  border-bottom:none;
  cursor:help;
}

.extras_single .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1 !important;
  top: 100%;
  left: 42%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.extras_single .tooltip:hover .tooltiptext {
  visibility: visible;
}

.extras_single .tooltip .tooltiptext::after {

    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent #555 transparent;
}

.extras_single .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.pack_kms .tooltip {
  position: relative;
  display: inline-block;
  opacity:1;
  border-bottom:none;
  cursor:help;
}

.pack_kms .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1 !important;
  top: 100%;
  left: 42%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pack_kms .tooltip:hover .tooltiptext {
  visibility: visible;
}

.pack_kms .tooltip .tooltiptext::after {

    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent #555 transparent;
}

.pack_kms .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
 
    
/*******************************************************/

    .cnpBillingCheckoutWrapper {position:relative;}
    .cnpBillingCheckoutHeader {width:100%;border-bottom: 1px solid #c0c0c0;margin-bottom:10px;}
    .cnpBillingCheckoutLeft {width:240px;margin-left: 5px;margin-bottom: 10px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
    .cnpBillingCheckoutRight {width:50%;margin-left: 5px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
    .cnpBillingCheckoutOrange {font-size:110%;color: rgb(255, 60, 22);font-weight:bold;}
    div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper { width: 100%;color:#000 !important;}
    div.wpwl-group-expiry, div.wpwl-group-brand { width: 48%; float:left; font-weight:500;}
    div.wpwl-group-cvv { width: 48%; float:left; margin-left:4% ; font-weight:500;}
    div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry { clear:both; }
    div.wpwl-sup-wrapper-street1 { padding-top: 1px; }
    div.wpwl-wrapper-brand { width: auto ;}
    div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city { width:32%;float:left;margin-right:2%; }
    div.wpwl-sup-wrapper-postcode { width:32%;float:left; }
    div.wpwl-sup-wrapper-country { width: 66%; }
    div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand { display: none;}
    div.wpwl-group-cardNumber { width:60%; float:left; font-size: 16px; font-weight:500;  }
    div.wpwl-group-brand { width:35%; float:right; margin-top:28px; }
    div.wpwl-brand-card  { width: 65px; }
    /*div.wpwl-brand-custom  { margin: 0px 5px; background-image: url("http://sites.w4msolutions.com/oceancamper/wp-content/plugins/way2rentals/frontend/img/brand.png"); }*/
    
    
    
 .wpwl-wrapper-cardHolder .wpwl-control-givenName, .wpwl-wrapper-cardHolder .wpwl-control-surName, .wpwl-control-expiry, .wpwl-control-cardHolder{
    background-color:#fff !important;
}

.wpwl-control-expiry{
    padding:4px 4px !important;
}
.wpwl-control{
    border-color:#000 !important;
}

.btn-outline-secondary:hover{
    color: #666 !important;
}

.wpwl-button-pay{
    color: #fff !important;
    background: #666 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    padding:6px 20px !important;
}


.wpwl-form {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #000;
}

.wpwl-group-submit, .wpwl-wrapper-submit{
    height:20px;
}

div.wpwl-icon .ui-icon{
    background:url(../img/ui-icons_444444_256x240.png) -48px -143px !important;
}

/***************************************************/


@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}


@media screen and (max-width: 1200px){
.vehicles_fleet {
    width: 33%;
}
}

@media (max-width: 981px){
    
    .vehicle_grid .grid_single{
    	width: 47.3333%;
	}
	
	.vehicle_grid .insurance_single{
   		width: 47.3333%;
    
	}
	
	.vehicle_grid .extras_single
	{
   		width: 47.3333%;
    
	}

}

@media screen and (max-width: 919px){
.vehicles_fleet {
    width: 46%;
}

}

@media screen and (max-width: 643px){
.vehicles_fleet, .vehicles_fleet_highlight{
    width: 95%;
}
}

@media (max-width: 800px){
    .extras_single .form-vehicles .col-md-6{
        max-width:100% !important;
    }
    .insurance_grid .insurance_single{
        width:calc(100%/2);
    }

}


@media (max-width: 767px){
    
    
    .form-extras{
        text-align:center;
    }

    
    .vehicle_grid .grid_single{
        width: 100%;
        padding:0;
    }
	
	.vehicle_grid .insurance_single{
    	width: 100%;
    	padding:0;
	}
	
	.vehicle_grid .extras_single{
    	width: 50%;
    	padding:0;
	}

    .extra_price, .extra_description, .extra_final_price{
        text-align:center;
    }
    
    .nice-number{
        width: auto;
        height: 37px;
        margin: auto;
    }
    
    .extras_total_price{
        margin-top:20px;
    }
    
    .car_description, .car_more_details{
        text-align:center;
    }
    
    .booking_info{
        padding-left:0 !important;
        padding-right:0 !important;
    }
   
    
    .w2r_header h4{
        text-align:center;
        padding-bottom: 10px;
    }
    
    #exampleModalCenter{
        width:90% !important;
    }
    
    div.wpwl-group-expiry, div.wpwl-group-brand, div.wpwl-group-cvv, div.wpwl-group-cardNumber { 
        width: 100%; 
        
    }
    
    div.wpwl-group-cvv{
        margin-left: 0%;
    }
 
    .paypal-info img{
        width:50%;
    }
    
    .paypal-info .paypal_logo{
        text-align:center;
    }
    
    #paypal, #redsys, #redunicre, #bank_transfer{
        padding:12px 10px;
        margin: 10px;
    }


}


/******************************************************************************************************/

.loader_home {
	display: flex;
	align-items: center;
	justify-content: center;
}


.car__body {
    
    -webkit-animation: linear 1.2s ease-in-out  alternate;
    -moz-animation: linear 1.2s ease-in-out  alternate;
    -ms-animation: linear 1.2s ease-in-out  alternate;
    -o-animation: linear 1.2s ease-in-out  alternate;
    animation: linear 1.2s ease-in-out  alternate;
}

.car__line {
	 transform-origin: center right;
	 stroke-dasharray: 22;
	 
	 -webkit-animation: line 0.8s ease-in-out infinite;
	 -moz-animation:line 0.8s ease-in-out infinite;
	 -ms-animation:line 0.8s ease-in-out infinite;
	 -o-animation:line 0.8s ease-in-out infinite;
	 animation: line 0.8s ease-in-out infinite;
	 animation-fill-mode: both;
}

 .car__line--top {
	 
	 -webkit-animation-delay: 0s;
	 -moz-animation-delay:0s;
	 -ms-animation-delay:0s;
	 -o-animation-delay:0s;
	 animation-delay: 0s;
}

 .car__line--middle {
	 
	 -webkit-animation-delay: 0.2s;
	 -moz-animation-delay:0.2s;
	 -ms-animation-delay:0.2s;
	 -o-animation-delay:0.2s;
	 animation-delay: 0.2s;
}

 .car__line--bottom {
	 
	 -webkit-animation-delay: 0.4s;
	 -moz-animation-delay:0.4s;
	 -ms-animation-delay:0.4s;
	 -o-animation-delay:0.4s;
	 animation-delay: 0.4s;
}




@keyframes shake {
	0% {
		
		-webkit-transform: translateY(-1%);
        -moz-transform: translateY(-1%);
        -ms-transform: translateY(-1%);
        -o-transform: translateY(-1%);
        transform: translateY(-1%);
	}
	100% {
		
		-webkit-transform: translateY(3%);
        -moz-transform: translateY(3%);
        -ms-transform: translateY(3%);
        -o-transform: translateY(3%);
        transform: translateY(3%);
	}
}

@keyframes line {
	0% {
		stroke-dashoffset: 22;
		-webkit-stroke-dashoffset: 22;
        -moz-stroke-dashoffset: 22;
        -ms-stroke-dashoffset: 22;
        -o-stroke-dashoffset: 22;
	}
	
	25% {
		stroke-dashoffset: 22;
		-webkit-stroke-dashoffset: 22;
        -moz-stroke-dashoffset: 22;
        -ms-stroke-dashoffset: 22;
        -o-stroke-dashoffset: 22;
	}
	
	50% {
		stroke-dashoffset: 0;
		-webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        -ms-stroke-dashoffset: 0;
        -o-stroke-dashoffset: 0;
	}
	
	51% {
		stroke-dashoffset: 0;
		-webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        -ms-stroke-dashoffset: 0;
        -o-stroke-dashoffset: 0;
	}
	
	80% {
		stroke-dashoffset: -22;
		-webkit-stroke-dashoffset: -22;
        -moz-stroke-dashoffset: -22;
        -ms-stroke-dashoffset: -22;
        -o-stroke-dashoffset: -22;
	}
	
	100% {
		stroke-dashoffset: -22;
		-webkit-stroke-dashoffset: -22;
        -moz-stroke-dashoffset: -22;
        -ms-stroke-dashoffset: -22;
        -o-stroke-dashoffset: -22;
	}
}


/*****************************************************************************************************/
/* LOADER */

.loading-w2r {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading-w2r:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8));
    background: -webkit-radial-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading-w2r:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading-w2r:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

