.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top2{
    margin-top: 2px;
}
.top65 {
    margin-top: 65px;
}
.top40 {
    margin-top: 23px;
}

.sfondowp {
padding: 20px;
background-color: #fff;
border-radius: 25px;
}

.headtitolo {
color: #fff;
background-color: #305492;
border-color: #bce8f1;
}

.titoloh5 {
font-size: 18px;
text-align: center;
}

.price-shed span {
    display: block;
    width: 100%;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #bd0926;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: -8px 0 3px;
}


.titolohcenter {
text-align: center;
}

.titolohcenter h4 {
font-size: 14px;
}

span.outdoor {
    background-image: url(img/icon-outdoor.png);
}

span.indoor {
    background-image: url(img/icon-indoor.png);
}

.prenotabox span{
    font-size: 15px;
font-weight: 400;
}

.prezzoprenota {
  font-weight: bold;
font-size: 19px;
font-weight: 900;
margin: 10px 0 10px !important;
}

.giorni {
    font-weight: 400;
}

.prezzoprenota_n {
 font-weight: bold;
font-size: 18px;
font-weight: 900;
margin: 10px 0 10px !important;
}

.divbox{
    padding-left: 6px;
    border: 1px solid blue;
    padding-bottom: 6px;
    padding-right: 6px;

}

.bootstrap .sfondowp .form-group {
    margin-bottom: 5px;
}

.bootstrap .sfondowp fieldset {
    margin-top: 15px;
}

.tipologia {
    padding-left: 1px !important;
}

.servizioption {
    padding-left: 1px !important;
padding-top: 6px;
}

.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox {
    margin-top: 10px !important;
}

.bootstrap.ricerca-partner label {
    color:#fff;
}

.text-green {
    float: left;
    color: #33CC33;

}

.text-red {
    float: left;
    color: #CC0000;
}

/*.home .fa {
    color: #fff;
}*/

.paymentWrap {
    padding: 20px;
}

.paymentWrap .btn-group {
    max-width: 320px;
    margin: auto;
}

.paymentWrap .paymentMethod {
    padding: 30px;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.paymentWrap .paymentMethod .method {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

/* Cambia colore quando il radio è selezionato */
.paymentWrap .btn-check:checked + .paymentMethod {
    border-color: #4cd264;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

/* Hover effect */
.paymentWrap .paymentMethod:hover {
    border-color: #4cd264;
}

/* Immagini metodi di pagamento */
.paymentWrap .method.paypal {
    background-image: url("img/paypal-140.png");
}

.paymentWrap .method.contanti {
    background-image: url("img/contanti-140.png");
}

.paymentWrap .method.credito {
    background-image: url("img/carte120.png");
}

.bootstrap #formDestination .has-feedback label ~ .form-control-feedback {
    top: 31px;
}

.bootstrap #formDestination .form-control-feedback {
    top: 0;
    right: 11px;
}

@media all and (max-width: 480px) {
.ricerca-partner  {
    padding-left: 50px;
    padding-right: 55px;
}
.top65 {
    margin-top: 20px;
}
.top_margin_15 {
    margin-bottom: 15px;
}
}

@media only screen and (min-width: 1024px) {
    .margine-10 {
    margin-left: 11% !important;
    }
    .margine-7 {
    margin-left: 8.33333333% !important;
    }
}

/*.text-center {
    text-align: left !important;
}

.bootstrap label {
    text-align: left !important;
}*/

.servizi i {
font-size: 55px;
color: #ec5d00 !important;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(img/loading2.gif) no-repeat center center;
  z-index: 10000;
}

.risposta-disponibilita .verde {
padding-top:15px;
padding-bottom:15px;
color: #009900;
font-size:14px;
}

.risposta-disponibilita .rosso {
padding-top:15px;
padding-bottom:15px;
color: #CC0000;
font-size:14px;
}

.risposta-disponibilita .rosso-chiamare {
padding-top:15px;
padding-bottom:15px;
color: #CC0000;
font-size:14px;
}

.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus {
    background-color:#e64415;
}
.bootstrap .btn-warning:hover {
background-color: #e64415;
border-color:#e64415;
}
.bootstrap .btn-warning {
background-color: #e64415;
border-color:#e64415;
}

.bootstrap .btn-warning {
    background-image: -webkit-linear-gradient(top, #e64415 0%, #e64415 100%);
    background-image: -o-linear-gradient(top, #e64415 0%, #e64415 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e64415), to(#e64415));
    background-image: linear-gradient(to bottom,#e64415 0%,#e64415 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64415', endColorstr='#e64415', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e64415;
}


@media only screen and (max-width: 767px) {
  
body:not(.template-slider):not(.header-simple) #Header {
	min-height: 0px !important;
}
}

.home #formDestinationBooking .form-group.col-md-2:nth-child(5) {
    clear: both;
}

.page-id-227 #formDestinationBooking .form-group.col-md-3:nth-child(5) {
    clear: both;
}

.page-id-227 .bootstrap.ricerca-partner label {
    color: #626262;
}

/* =============================================
* RADIO BUTTONS
=============================================== */

#radiosvehicle label {
	cursor: pointer;
	position: relative;
}

#radiosvehicle label + label {
	margin-left: 15px;
}

#formAggiungi .scletaveicolo input[type="radio"] {
	opacity: 0; /* hidden but still tabable */
	position: absolute;
}

#formAggiungi .scletaveicolo input[type="radio"] + span {
	font-family: 'Font Awesome 5 Free';
	color: #B3CEFB;
	border-radius: 50%;
	padding: 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    font-size: 30px;
}

#formAggiungi .scletaveicolo input[type="radio"]:checked + span {
	color: #D9E7FD;
    background-color: #4285F4;
    font-size: 30px;
}

#formAggiungi .scletaveicolo input[type="radio"]:focus + span {
	color: #fff;
}

/* ================ TOOLTIPS ================= */

#radiosvehicle label:hover::before {
	content: attr(for);
	font-family: Roboto, -apple-system, sans-serif;
	text-transform: capitalize;
	font-size: 11px;
	position: absolute;
	top: 170%;
	left: 0;
	right: 0;
	opacity: 0.75;
	background-color: #323232;
	color: #fff;
	padding: 4px;
	border-radius: 3px;
    display: block;
}

/* =============================================
* CENTERING, CONTAINER STYLING ETC || IGNORE
=============================================== */


#radiosvehicle {
	text-align: center;
	margin 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}


/* Radio styles css - Servizi stile 1 */

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    display: inline-block !important;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.material-switch .input[type="checkbox"] ~ label {
    /*display: inline-grid;*/
    display: inline-block;
}

.bootstrap #servizihtml ul {
margin: 0;
}

.spacing-park{
    margin-top: 25px;
}

/* LISTA SERVIZI PRENOTAZIONE */


/*#servizioption{
    margin-top: 1em;
}

#servizihtml{
    padding: 0;
}

#servizihtml .checkbox input+label {
    padding: 6px 12px;
    transition: .4s ease;
    border-radius: 4px;
    background: rgba(0,0,0,0.05);
    width: 100%;
    display: block;
    pointer-events: none;
}

#servizihtml .checkbox:hover input+label {
    background: rgba(0,0,0,0.08);
}

#servizihtml .checkbox input+label:before{
    content: "\e081";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 13px;
    color: #0E4194;
}

#servizihtml .checkbox input:checked+label:before{
    content: "\e082";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 13px;
    color: #fff;
}

#servizihtml .checkbox input{
    opacity:0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

#servizihtml .checkbox input:checked + label{
    color:#fff;;
    background:#0E4194;
}

.prenotazione- .tipologia .radio-inline{
    text-align: center;
    padding-left: 0 !important;
    margin-right: 1em;
}

.prenotazione- .tipologia .radio-inline span{
    text-align: center;
}

.prenotazione- .tipologia .radio-inline span{
    display: block;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 9px;
}*/

/* HIDE RADIO */
/*.prenotazione- .tipologia .radio-inline input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.prenotazione- .tipologia .radio-inline img {
    cursor: pointer;
    max-height: 30px !important;
    filter: brightness(0);
    opacity: 0.3;
}

.prenotazione- .tipologia .radio-inline span {
    opacity: 0.3;
}*/


/* CHECKED STYLES */
/*.prenotazione- .tipologia .radio-inline input[type=radio]:checked + img {
    filter: brightness(1);
    opacity: 1;
}
.prenotazione- .tipologia .radio-inline input[type=radio]:checked ~ span {
    opacity: 1;
}

.prenotazione- #submit-search {
    width: 100%;
}*/

/*CUSTOM for Slider*/
.elementor-82 .elementor-element.elementor-element-0697401:not(.elementor-motion-effects-element-type-background){
    background-color: transparent;
}

/*.home .bootstrap.ricerca-partner {
    position: absolute;
    bottom: calc(50vh - 261px);
    width: 90%;
    z-index: 100;
    background: #0E4194;
    padding: 0 2em 2em;
    left: 5%;
    border-radius: 1em;
}*/
@media only screen and (min-width: 778px)  {
/*        .home .bootstrap.ricerca-partner {
    width: 45%;
                left: 10%;
        max-width: 500px;
                padding: 0 2em 2em;
}*/
}
@media only screen and (min-width: 1024px)  {
/*        .home .bootstrap.ricerca-partner {
                bottom: calc(50vh - 300px);
}*/
}

.home .col-xs-12.center_align_text.botone-sl {
    padding: 0;
}

.home .bootstrap.ricerca-partner h3 {
    color: #fff;
    font-weight: bold;
        font-size: 18px;
}
@media only screen and (min-width: 778px)  {
        .home .bootstrap.ricerca-partner h3 {
    font-size: 16px;
}
}

@media only screen and (min-width: 1240px)  {
        .home .bootstrap.ricerca-partner h3 {
    font-size: 24px;
}
}

.bootstrap.ricerca-partner .input-group-addon {
    padding: 15px 19px;
}

.bootstrap.ricerca-partner .form-control {
    height: 49px;
 }

 .bootstrap.ricerca-partner .bootstrap-select > .dropdown-toggle {
height: 47px;
}

#ui-datepicker-div {
z-index: 999 !important;
}

.ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all  {
z-index: 999 !important;
}
.page-id-182 #submit-search {
height: 49px;
}

.page-id-182 .bootstrap.ricerca-partner label {
    color: #2a3686;
    font-size: 14px;
}

/* Css per campo prefisso internazionale */

/*.iti__selected-country {
    color: #ffffff;
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: unset;
}*/

.iti__selected-country {
        color: #000000 !important;
        background-color: #ffffff !important;
        border-color: transparent;
        box-shadow: unset;
        padding: 0 !important;
}

.iti {
    display: block !important;
}

.bootstrap .input-group-text {
            background-color: #f8f9fa;
            border-right: none;
}
.bootstrap .input-group-text {
            background-color: #f8f9fa;
            border-right: none;
}
.bootstrap .card {
            border-radius: 15px;
}
.bootstrap .form-control {
            border-radius: 8px;
            padding: 12px;
            font-size: 1.1rem;
            border: 2px solid #ddd;
            transition: all 0.3s;
        }
        .bootstrap .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
        }
        .bootstrap .input-group-text {
            background-color: #fff;
            border: 2px solid #ddd;
            border-right: none;
            padding: 12px !important;
            font-size: 1.2rem !important;
            border-radius: 8px 0 0 8px;
        }
.bootstrap .g-3 {
    padding-top: 1.0rem !important;
    padding-bottom: 1.0rem !important;
}

.bootstrap .spacing-park {
    padding-top: 1.0rem !important;
    padding-bottom: 1.0rem !important;
}

#flight-details {
            margin-top:20px;
            display: none;
}
#flight-details2 {
            margin-top:20px;
            display: none;
}

.bootstrap input[type="date"], .bootstrap input[type="email"], .bootstrap input[type="number"], .bootstrap input[type="password"], .bootstrap input[type="search"], .bootstrap input[type="tel"], .bootstrap input[type="text"], .bootstrap input[type="url"], .bootstrap select, .bootstrap textarea {
    /*padding: 10px;
    outline: none;
    margin: 0;
    margin-bottom: 0px;
    width: 230px;
    max-width: 100%;
    display: block;*/
    margin-bottom: 0px;
    /*font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;*/
}

.bootstrap.ricerca-partner .form-select {
            border-radius: 8px;
            padding: 9px;
            font-size: 1.1rem;
            border: 2px solid #ddd;
            transition: all 0.3s;
}
.bootstrap.ricerca-partner .form-select:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.bootstrap i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

.bootstrap i.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

.custom-list {
            text-align: left; /* Assicura l'allineamento a sinistra */
            padding-left: 2rem; /* Aggiunge padding per centrare visivamente */
        }

.bootstrap.prenotazione-tessere .form-select {
            border-radius: 8px;
            padding: 12px;
            font-size: 1.1rem;
            border: 2px solid #ddd;
            transition: all 0.3s;
}
.bootstrap.prenotazione-tessere .form-select:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}







