﻿/*** http://demo.rentincloud.it/web/reserve/ ***/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext);

body {
    padding: 0;
    font-size: 16px;
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#2a2a2a;
    line-height:1.5rem;
 	
}


h1 {
    font-size: 42px;
    line-height: 30px;
	text-align:center;
    margin-bottom: 30px;
    font-family:"Roboto Condensed", sans-serif;
    color: #000;
    font-style: normal;
}

.reserve-car .panel {
    border: 0;
}

.panel.panel-default {
    margin: 2rem 15px;
	clear:both;
}

form#form_chk {
    /* background: #ee252d; */
    padding: 1rem;
}

.form-group label {
    font-size: 18px;
}

.panel-body {
    background: #f0eded!important;
    padding: 14px !important;
    border-radius: 18px;    
}

.img-big img {
    width: 100%;
}

.reserve-car .btn-group {
    padding-bottom: 40px !important;
}

.reserve-car .btn-group .btn {
    margin-bottom: 10px;
}

.reserve-car .btn {
    text-transform: uppercase;
    padding: 6px 40px;
    border-radius: 0
}

.reserve-car .btn-default {
    background-color: #ee252d !important;
    border-color: #ee252d;
    border-radius: 0.5rem !important;
    text-transform: uppercase;
    position: relative;
    padding: 9px 16px;
    color: #fff;
}

.reserve-car .btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #cf2b36;
}

.reserve-car table {
    margin: 20px 0;
    background: #efefef;
    border: 1px solid #d7d7d7;
}

.reserve-car .table>thead>tr>th {
    color: #fff;
    background-color: #cf2b36;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 8px 5px;
    border-bottom: 0;
}

.reserve-car .table>tbody>tr>td {
    font-size: 1.1em;
    padding: 8px 5px;
}

.reserve-car h5 {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}

.reserve-car .form-group {
    font-size: 0.9em;
    margin-bottom: 30px;
}

.reserve-car .list-group {
    font-size: 0.95em;
    border-radius: 10px;
    margin-top: 2%;
}

.reserve-car .list-group-item {
    padding: 7px 10px;
    font-size: 0.95em;
	height:50px;
}
.reserve-car textarea.list-group-item {
	margin-bottom:60px;
}

.reserve-car .list-group-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.reserve-car .list-group-item li {
    display: inline-block;
    width: 48%;
    padding: 3px 0;
    border-bottom: 1px solid #ddd

}

.opt_list {
    font-style: italic;
    font-size: 0.8em;
}

.btn_opt_add,
.btn_opt_del {
    width: 24px;
    height: 24px;
    border: 0;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 0;
    border-radius: 50%;
}

.btn_opt_add {
    color: #333;
    background: #ddd;
}

.btn_opt_del {
    color: #333;
    font-size: 1.7em;
    background: #ddd;
}

.opt_checked {
    font-size: 1.4em;
    margin-right: 10px;
    color: #ee252d

}

.opt_unchecked {
    font-size: 1.4em;
    margin-right: 10px;
    color: #ee252d

}

.error {
    border: 2px solid red;
}

.reserve-car .align-btn-dx {
    text-align: right;
}

#form_res{margin:0 -15px;}

/* ==========================================================================
    Estensione Gold
   ========================================================================== */

/*lista*/
.carList {
    list-style: none;
    padding: 0 !important;
    color: #000;
}

.carList li {
    margin-bottom: 30px;
    min-height: 130px;
    padding: 0!important;
    border: 0px solid #ededed
}

.carList li .inner {
    position: relative;
    height: 100%;
    padding: 15px;
	border-radius:18px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.carList li .inner.innerpremium {
    border: 10px solid #094683;
}

.carList li a.fullsize {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carList li .img {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    overflow: hidden;
    text-align: center;
}

.carList li .img img {
    max-width: inherit;
    width: 100%;
}

.carList li .txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    left: 0;
    top: 15px;
    padding: 0px 10px 0px 15px;
    overflow: hidden;
}

.carList li .txt span {
    font-size: 0.8em;
    text-transform: uppercase;
}

.carList li .txt h2 {
    font-size: 1.4em;
    margin-bottom: -0.5em;
    text-transform: none;
    color: #000;
}

.carList li .txt .localita {
    font-weight: 700;
}

.carList li .optionals {
    padding: 20px 0;
}

.carList li .optionals ul {
    list-style: none;
    padding: 0;
}

.carList li .optionals ul li {
    display: list-item;
    height: auto;
    min-height: inherit;
    padding: 2px!important;
    margin: 2px;
    font-size: 0.7em;
    font-weight: 400;
    border: 0;
    list-style: disc;
    list-style-position: inside;
}

.carList li .price {
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 100%;
    padding: 20px;
    border-left: 1px solid #ededed;
    text-align: right;
}

.carList li .price h4 {
    font-size: 2em;
    color: #000;
    font-weight: 700;
}

.carList li .price h4 span {
    color: #bbb;
    font-size: 0.5em;
    font-weight: 300;
}

.carList li .price .lbl_ivacompresa {
    display: block;
    padding: 10px 0;
    font-size: 0.8em;
    color: #939393;
}

.carList li:hover {
    border: 0px solid #343a401a;
}

.carList li:hover .arrow .link-arrow span {
    right: 20px
}

.carList li .inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*filtri*/
.booking-filter {
    color: #000;
    margin-bottom: 30px;
    border: 1px solid #f0eded;
    border-radius: 18px;
    background: #f0eded !important;
}

.booking-filter h5 {
    color: #000;
    font-size: 1.8em;
    padding: 15px 15px;
    margin-bottom: 0em;
    border-bottom: 0px;
    background: #094683;
    margin: 0px;
}

.booking-filter h6 {
    color: #000;
    padding: 15px;

}

.col-md-4>.form-group>label {
    color: #000;
    font-weight: 400;
	font-size: 1em;
}

.optional-f label {
    font-size: 0.8em

}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
    font-size: 18px;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

/*breadcramb*/
.prod-breadcrumb {
    padding: 15px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}

.prod-breadcrumb ul {
    margin: 0;
}

.prod-breadcrumb ul li {
    display: inline-block;
    margin-right: 30px;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.7em;
}

.prod-breadcrumb ul li:last-child {
    margin-left: -10px;
}

.prod-breadcrumb ul li a {
    display: block;
    position: relative;
    margin-left: -20px;
    text-decoration: none;
    color: #364147;
}

.prod-breadcrumb ul li a:hover {
    color: #cf2b36;
}

.prod-breadcrumb ul li a span {
    font-size: 1.3em;
}

.prod-breadcrumb ul li a:hover span {
    color: #cf2b36;
    text-decoration: none;
}

/*dettaglio*/
.content.car {
    min-height: 1000px;
    padding-top: 0;
    background: #fff
}


.header-car {
    margin-bottom: 20px;
}

.header-car h1 {
    font-size: 2em;
    color: #000;
	text-align:left;
}

.header-car .costo {
    padding: 40px 20px 0 20px;
    color: #000;
}

.header-car .newricerca {
    padding-bottom: 40px;
}

.header-car .lbl_ivacompresa {
    display: block;
    padding: 10px 20px;
    font-size: 0.8em;
    color: #939393;
	text-align:right;
}

.header-car h1,
.header-car h4 {
    margin: 0;
    padding: 20px 0;
    text-wrap: pretty;
}

.header-car h4 {
    padding: 0;
    font-size: 2.4em;
    color: #125e9a !important;
    font-weight: 700;
    text-align: right;
}

.header-car h4 span {
    color: #bbb;
    font-size: 0.5em;
    font-weight: 300;
}

.header-car h6 {
    color: #bbb;
    font-size: 0.8em;
    text-align: right;
    
}

.header-car .optional {
    padding: 20px 0;
}

.header-car .optional span {
    display: inline-block;
    padding: 5px;
    font-size: 0.7em;
    font-weight: bold;
    border: 1px dotted #ddd;
}

.header-car .bottom {
    margin-top: 0px;
    padding: 15px;
    background: #efefef;
    font-size: 1.3em;
	border-radius:18px;
}

.header-car .bottom i {
    color: #000;
}

.header-car .bottom .data {
    padding: 10px 0 25px 0;
}

.header-car .bottom .ritiro_nome {
    padding: 0 0 15px 0;
}

.header-car .bottom .ritiro_indirizzo {
    font-size: 0.8em;
    margin-left: 28px;
}

.coupon {
    padding: 20px 0 40px 0;
}

.content.car .main-img img {
    max-width: 100%;
    height: auto;

}
.main-img {
    justify-items: center;
}

.more-optional table {
    margin: 20px 0;
}

.more-optional .table>thead>tr>th {
    color: #fff;
    background-color: #cf2b36;
    text-transform: uppercase;
    padding: 8px 5px;
    border-bottom: 0;
}

.more-optional .table>tbody>tr>td {
    padding: 8px 5px;
}

.btn_opt_add,
.btn_opt_del {
    width: 24px;
    height: 24px;
    border: 0.5px solid black;
    font-size: 1.5em;
    line-height: 0;
    border-radius: 50%;
    padding: 1px;
}

.btn_opt_add {
    color: #333;
    background: #ddd;
}


.btn_opt_del {
    color: #333;
    font-size: 1.7em;
    background: #ddd;
}


.user-form {
    margin-bottom: 100px;
}

.user-form .block-1,
.user-form .block-2,
.user-form .block-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 450px;
    margin-bottom: 20px;
    font-size: 0.9em;
    background-color: #efefef;
    border-top: 3px solid #d7d7d7;
    border-bottom: 3px solid #d7d7d7;

}

.user-form .block-1{
    border-radius: 10px 0 0 10px;
    border-left: 3px solid #d7d7d7;    

}
.user-form .block-2,
.user-form .block-3 {
    border-left: 3px solid #d7d7d7; 

}

.user-form .block-2,
.user-form .block-3 {

}
.user-form .block-3 {
    border-radius: 0 10px 10px 0;
    border-right: 3px solid #d7d7d7; 

}

.user-form .col-3 {
    width: 100%;
    float: left;
}

.user-form .col-3 label {
    display: block;
}

.user-form .col-3 .form-control {
    width: 31%;
    margin-right: 2%;
    float: left;
}

.user-form .col-2 {
    width: 100%;
    float: left;
}

.user-form .col-2 label {
    width: 46%;
    margin-right: 2%;
    float: left;
}

.user-form .col-2 .form-control {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #000;
    cursor: not-allowed;
}

i.glyphicon.glyphicon-calendar {
    color: #ee252d ;
}

i.glyphicon.glyphicon-map-marker {
    color: #ee252d ;
}

/*modifiche Alfa*/

.btn-primary {
    color: #044389;
    background-color: #ee252d;
    border-color: #044389;
  }
.btn-primary:hover {
    color: #fff;
    background-color: #bd6624;
    border-color: #044289a0;
  }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
  }

  .form-control {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    min-height: 34px;
}
.form-control:focus {
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
}
.reserve-car .btn-default {
    margin: initial;
    background-color: #064c9c;
}
.reserve-car .btn-default:nth-last-of-type(1) {
    min-width: 110px;

}
.reserve-car .btn-default:nth-last-of-type(2) {
    min-width: 110px;

}
.reserve-car .btn-default:hover {
    background-color: #ee252d;


}
.btn-primary:disabled {
    color: #fff;
    background-color: #884c1e;
    border-color: #0559ba;
}
.drp-calendar{
    color:#044389;
}
.drp-buttons{
    color:#044389;
    
}
.cancelBtn {
    color:#044389;
}
.btn{
    font-size: 14px;
}
.daterangepicker td.in-range {
    background-color: #6e300037;
    color: #044389;
}
.form-control:hover{
    filter: drop-shadow(1px 2px 3px #ddd);
    transition:  0.3s;

}

textarea .list-group-item{
    border-radius: 10px;
}

#formdiv > div > div > div:nth-child(4) > div > div:nth-child(2){
    color: #044389;
}

.reserve-car h5:nth-of-type(1) {
    display: none;
}
#Codice_Key{
    display: none!important;
}

.user-form .block-1 h6,.user-form .block-2 h6,.user-form .block-3 h6{
    font-size: 1.5rem;
    color: #044389;
    text-align: center;
}
.reserve-car .table>thead>tr>th{
    background: #5c5c5c!important;


}
.reserve-car .table>thead>tr{
    border: 2px solid #5c5c5c;
    border-radius: 20px 0 20px 0!important;


}
#cmdCoupon{
    display: none;
}

.row .form-inline .form-group label:nth-of-type(1){
    display: none;
}

textarea{
    width: 100%;
}
.list-group-item:nth-of-type(1) {
    border-radius: 10px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus{
    border-radius: 10px 10px 0 0;
}


#form_pay > div.user-form.col-md-12 > div > div.col-md-4.block-1 > h6, div.col-md-4.block-2 > h6, div.col-md-4.block-3 > h6{
    background: #5c5c5c;
	color:#fff;
	margin-top:0;
	padding:8px;
}

#form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 10px;
    width: 400px;
}
body > div.daterangepicker.dropdown-menu.ltr.show-calendar.opensright > div.ranges > div > button.applyBtn.btn.btn-sm.btn-success{
        color: #fff;
        background-color: #ee252d;
        border-color: #ee252d;
    

}
body > div.daterangepicker.dropdown-menu.ltr.show-calendar.opensright > div.ranges > div > button.applyBtn.btn.btn-sm.btn-success:hover{
        color: #fff;
        background-color: #000;
        border-color: #000;
}
#formdiv > div > div > div:nth-child(3) > div.main-img > div > img{
    border-radius: 10px;
    margin-bottom: 18px;
}


/* breakpoints */
@media (max-width: 1399.5px){
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        width: 344px;
        margin-left: 3px;
    
    }

}
@media (max-width: 1199.5px){
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        width: 274px;
        margin-left: 2px;

    
    }

}
@media (max-width: 991.5px) {


    .reserve-car .align-btn-dx {
        text-align: left;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th:nth-of-type(3){
        min-width: 80px;
    }
    
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        position: absolute;
        right: 15px;
        top: 5px;
        width: 238px;
    }

    .carList li .txt {
        width: 50%;
    }
    .table-responsive{
        font-size: 0.9em;
    }
    .table-responsive>.table>tbody>tr>td{
        text-wrap: pretty;
    }
    .table-responsive{
        display: contents;
    }
    .user-form .block-1,
    .user-form .block-2,
    .user-form .block-3 {border: 0;}

}

@media (max-width: 767.5px) {
    .reserve-car .btn-group .btn {
        width: 100%;
    }
    .header-car .costo{
        font-size: 0.7em;
    }
    
    .carList li {
        min-height: auto;
    }

    .carList li .txt {
        position: static;
        width: 100%;
        padding: 15px 0;
    }

    .carList li .price {
        position: static;
        width: 100%;
        padding: 30px 0;
        border-left: 0;
        border-top: 1px solid #ededed

    }

    .header-car h4 {
        text-align: left;
    }

	.header-car .lbl_ivacompresa {
		text-align:left;
	}
        .table-responsive>.table>tbody>tr>td:nth-of-type(2){
        text-wrap: pretty;
    }
    .table-responsive{
        display: block;
    }
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        position: absolute;
        right: 15px;
        top: none;
        width: 238px;
        margin-top: 0;
    }
    

}
@media (max-width: 575.5px) {
    .header-car .costo{
        margin-bottom: 20px;
        position: absolute;
        /* left: 10px; */
        right: 0;
        top: -80px;
        z-index: 999;
    }
    .table-responsive>.table>tbody>tr{
        font-size: 1.1rem;
    }
    .table-responsive>.table>tbody>tr>td:nth-of-type(1){
        display: none;
    }
    .table-responsive>.table>tbody>tr>td:nth-of-type(4){

    }
    .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th:nth-of-type(1){
        display: none;
    }
    .reserve-car .btn-default:nth-of-type(1){
        /* font-size: 0.8em; */
    }
    .reserve-car .btn-default:nth-of-type(2){
        width: 100%;
        font-size: 0.95em;
        max-width: 250px;
    }
    body {
        font-size: 1.5em;
    }
}

@media (max-width: 570.5px) {
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        position: relative;
        margin-left: 19px;


    }
    
}
@media (max-width: 359.5px) {
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div{
        position: absolute;
        width: 90%;
        max-height: 108px;
    }
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div:nth-child(4) > div > input.btn.btn-default.tohide{
        font-size: 0.9em;
    }
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div > label{
        font-size: 1.2em;
    }
    #form_pay > div.user-form.col-md-12 > div:nth-child(4) > div.col-md-8 > div > input[type=radio]:nth-child(3){
        font-size: 1.2em;
    }
}

/*reset datarangepicker*/
.calendar-time {padding:2px 6px; border-radius:4px; border:1px solid #ccc}
.calendar-time i{color:#ee252d}