:focus {
    outline: none;
}

.areaBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image:url("../../js/everfancy/css/sfondo_area.png");
    background-repeat: repeat;*/
    z-index: 5;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.box {
    position: fixed !important;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -170px;
    /*bottom: 0;*/
    /*margin-top: 0;*/
    margin-bottom: auto;
    width: 40%;
    min-width: 270px;
    max-width: 750px;
    height: 339px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    z-index: 10;
    /*modifica mozart*/
    border-radius: 2px;
}


.boxLoader {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url('../../../IMAGES/template/loading.gif');
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 10;
    width: 90px;
    height: 80px;
}

.chiudiBox {
    position: absolute;
    top: -10px;
    right: -12.5px;
    width: auto;
    height: auto;
    cursor: pointer;
    /*opacity: 0.7;*/
    z-index: 10;
}

    .chiudiBox img {
        position: relative;
        float: left;
        width: 25px;
        height: 25px;
        z-index: 10;
        /*opacity: 1;*/
    }

.areaTesto {
    position: relative;
    float: left;
    width: 97%;
    height: 100%;
    margin: 0;
    margin-left: 4px;
    /* font-size: 1.2em; */
    text-align: justify;
    line-height: 140%;
}

/*
.scrollbar {
    position: relative;
    float: left;
    width: 97%;
    height: 250px !important;
    margin-top: 10px;
}
*/
.scrollbar {
    position: relative;
    float: left;
    width: 97%;
    height: 95% !important;
    /*min-height: 250px;*/
    margin-top: 10px;
    /*padding-right: 20px; DISABILITO PER PROBLEMA COI TABLET */
    margin-bottom: 15px;
}

.nicescroll-rails {
    left: 100% !important;
    margin-left: -20px;
}

.selezionato {
    position: relative;
    float: left;
    width: 98%;
    height: 98%;
    color: #4B4B4B;
}

.user {
    margin-left: 5px;
    color: #8cc8a0;
}

/***** css testo ********/

.testoLabel {
    width: 100%;
    height: auto;
    margin-left: 5px;
    /* font-family: 'Open Sans',sans-serif; */
    font-size: 1.3em;
    color: #707070;
    margin-right: 5px;
}

    .testoLabel:first-child {
        margin-left: 0px;
    }

.testoLabelConferma {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #707070;
    margin-right: 10px;
}

.testoLabelConfermaData:first-child {
    margin-left: 0px;
}

.testoLabelConfermaData {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    color: #707070;
    margin-right: 10px;
}

.testoLabelConfermaDettaglioPrezzo:first-child {
    margin-left: 0px;
}

.testoLabelConfermaDettaglioPrezzo {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    color: #707070;
    margin-right: 10px;
}


.testoLabelConferma:first-child {
    margin-left: 0px;
}

.tCamera {
    width: 100%;
    height: auto;
    /* font-family: 'Open Sans',sans-serif; */
    font-size: 1.2em;
    font-weight: 600;
    color: #404040;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.confermaPrenotazione {
    font-size: 1.1em;
}

.checkmark {
    /*margin-left:15px;*/
    font-size: 1.3em;
}

.checkmarkConferma {
    margin-left: 15px;
    font-size: 1.3em;
}

/***** fine css testo ***/

/******* Titolo Popup ******/

.titoloPopup {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 8px 0;
    /* border-bottom: 1px solid #c8c8c8; */
    /* -webkit-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.36); */
    -moz-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.16);
    /* box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.36); */
    /* -webkit-box-shadow: 0px 6px 7px -3px rgba(0,0,0,0.36); */
    -moz-box-shadow: 0px 6px 7px -3px rgba(0,0,0,0.16);
    /* box-shadow: 0px 6px 7px -3px rgba(0,0,0,0.36); */
    -webkit-box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.16);
    box-shadow: 0px 8px 7px -5px rgba(0,0,0,0.16);
    z-index: 100;
}

    .titoloPopup span {
        width: 100%;
        height: auto;
        text-transform: uppercase;
        /* font-family: 'Open Sans',sans-serif; */
        font-size: 1.3em;
        font-weight: 600;
        color: #707070;
    }

/******* fine Titolo Popup *****/

.contenitoreOspiti {
    position: relative;
    float: left;
    width: 97%;
    height: auto;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

    .contenitoreOspiti:hover .tCamera {
        color: #589e6e;
    }

    .contenitoreOspiti:hover .iconPopUp-user {
        color: #589e6e;
    }

    .contenitoreOspiti:hover {
        background: #F4F4F4 !important;
    }

.contenitoreOspitiDispari {
    /*background-color:#F4F4F4;*/
    /*background: #FFF;*/
}

.contenitoreSelectOspiti {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.divisorioInferiore {
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
}

.ultimoContenitoreOspiti {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.titoloCamera {
    position: relative;
    float: left;
    width: 100%;
}

/****** css select *******/
select {
    /*border: none !important;*/
    background-color: #e8e8e8;
    text-transform: uppercase;
    color: #47515c;
    width: auto;
    cursor: pointer;
    /*z-index: 2;*/
    font: 1.2em 'Open Sans', sans-serif !important;
}

.pren select, pren1 select {
    border: none !important;
}

.customSelect {
    /* border: 1px solid #DCDCDC; */
    background-color: #e8e8e8;
    text-transform: uppercase;
    color: #646464;
    width: auto;
    height: 18px;
    font-size: 1em;
    /* font-family: 'Open Sans',sans-serif; */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 2px;
    padding-left: 3px;
    margin-left: -1px;
    /* line-height: 100%; */
    padding-bottom: 2px;
}



    .customSelect.changed {
        background-color: #FFFFFF;
    }

.customSelectInner {
    background: url('../../../js/everfancy/css/arrow_down.png') no-repeat center right;
    margin-top: 2px;
    margin-left: 3px;
}



/****** in fondo al Popup ******/
.fineAreaBox {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(31%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.contenitoreBottone {
    position: absolute;
    height: 100%;
    /*width:300px;*/
    width: 100%;
    /*top: 40px;
	left:50%;
	margin-left:-150px;*/
}

    .contenitoreBottone button {
        /* height: 40px; */
        width: auto;
        color: #fff;
        /* background-color: #8cc8a0; */
        text-transform: uppercase;
        /* font-family: 'Open Sans',sans-serif; */
        border: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        font: 1.2em 'Open Sans', sans-serif !important;
    }

        .contenitoreBottone button:hover {
            /* background-color: #589e6e; */
            cursor: pointer;
        }



.contenitoreBottoneAlert {
    /* position: absolute; */
    /* height: 100%; */
    /* width: 180px; */
    /* width: auto; */
    /*top: 27px;*/
    /* left: 50%; */
    /* margin-left: -90px; */
    text-align: center;
}

    .contenitoreBottoneAlert button {
        /* height: 50px; */
        /* width: 100%; */
        color: #FFF;
        /*box-shadow:0 0 2px 0px #999999;*/
        background-color: #8cc8a0;
        text-transform: uppercase;
        /* font-family: 'Open Sans',sans-serif; */
        border: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        cursor: pointer;
        font: 1em 'Open Sans', sans-serif !important;
        padding: 10px 30px;
    }

        .contenitoreBottoneAlert button:hover {
            background-color: #589e6e;
            box-shadow: 1px 1px 2px 0px #999999;
        }
/****** fine *******************/




/******* Box Data ******/
.boxData {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-top:1px solid #C8C8C8;*/
    border-bottom: 1px solid #C8C8C8;
}

.testoLabel {
    width: 100%;
    height: auto;
    /* font-family: 'Open Sans',sans-serif; */
    font-size: 1.2em;
    color: #646464;
}

.testoData {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    color: #9E0E0E;
}

.iconPopUp-user {
    font-size: 1em !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
/****** Fine box data *******/


.contenitoreCamera {
    position: relative;
    float: left;
    width: 97%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
}



.ultimoContenitoreCamera {
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 5px;
}

/**** Tipologia Camera ****/
.tipologiaCamera {
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    padding-left: 10px;
    line-height: 140%;
}

.user {
    color: #555;
}

.titoloTipologiaCamera {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.6em;
    color: #9E0E0E;
}

.totaleCamera {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #000000;
}

.prezzo {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    font-size: large;
    color: #9B100D;
}

.prezzoPiccolo {
    font-size: 1.2em !important;
}

.prezzoService {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    font-size: large;
    color: #9B100D;
}

.prezzoPiccoloService {
    font-size: 1.2em !important;
}


/***** Fine tipologia Camera ******/

/***** Dettagli ******/

.dettagli {
    position: relative;
    float: right;
    width: auto;
    height: 100%;
    /*margin-right:10px;*/
}

    .dettagli button {
        height: 20px;
        width: auto;
        background-color: #B9B9B9;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.3em;
        border: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 2px 6px 3px;
    }

.minus_button {
    display: none;
}

.dettaglio {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 10px;
    display: none;
}

/***** Fine dettagli *******/

.ServiziAgguntivi {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #707070;
}

.testoServiziAggiuntivi {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #9E0E0E;
}

.PromoCode {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #9E0E0E;
}

.testoPromoCode {
    width: 100%;
    height: auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    color: #9E0E0E;
}

.contenitorePrezzo {
    position: relative;
    float: left;
    height: auto;
    width: 40%;
    padding: 10px;
    padding-top: 23px;
    line-height: 160%;
}

.totale {
    width: 100%;
    height: auto;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4em;
    color: #9E0E0E;
}

.contenitoreBottonePrenotazione {
    position: relative;
    float: right;
    height: auto;
    width: 55%;
    padding-top: 16px;
}

    .contenitoreBottonePrenotazione button {
        height: 50px;
        width: 100%;
        background-color: #803031;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif;
        border: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .contenitoreBottonePrenotazione button:hover {
            background-color: #4b4b4b;
            color: #FFF;
            border: none;
            cursor: pointer;
        }

.confermaPrenotazione {
    position: relative;
    /*float:left;*/
    width: auto;
    font-size: 1.1em;
    margin-top: 3px;
    text-align: center;
    /*margin-left: 40px;*/
}

.ContinuaPrenotazione {
    position: relative;
    float: left;
    width: auto;
    /* font-size: 1em; */
    /* margin-top: 3px; */
    /* margin-left: 25px; */
    padding: 8px 25px;
}

.checkmark {
    position: relative;
    float: right;
    /* margin-right: 25px; */
    margin-top: 0px;
    padding: 7px 15px;
    font-size: 1.5em;
    /* display: none; */
}

.checkmarkConferma {
    position: relative;
    float: right;
    margin-right: 25px;
    margin-top: -1px;
    font-size: 1.5em;
}

.serendipity {
    z-index: 1;
}

.boxDataEndReservations {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #C8C8C8;
}

.contenitoreSelectOspitiAdulti {
    width: auto;
    float: left;
}

.contenitoreSelectOspitiBambini, .contenitoreSelectOspitiNeonati {
    width: auto;
    float: left;
    margin-left: 10px;
    /*clear: both;*/
}


/**** PERSONALIZZAZIONE POP UN SESSIONE ****/

#AlertBox .titoloPopup span {
    font-size: 1.8em;
}

#AlertBox .tCamera {
    font-size: 1.4em;
}

#AlertBox .titoloCamera {
    text-align: center;
}

#AlertBox .confermaPrenotazione {
    /* font-size: 1.5em; */
}


/* PERSONALIZZAZIONE 2017 */
.box {
    width: 50%;
}

.contenitoreOspiti {
    padding-top: 10px;
    padding-bottom: 15px;
}

.scrollbar {
    margin-top: 0px;
}

#CChildren .checkmark {
    display: none;
}

#Motivi, #Cookie, #Privacy {
    padding-top: 5%;
}

    #Privacy .scrollbar, #Motivi .scrollbar, #Cookie .scrollbar {
        font-size: 1.3em;
        line-height: 150%;
    }


/**** 2017 FLAT POPUP ****/

.areaBox {
    background: rgba(255, 255, 255, .95);
    overflow-y: auto;
    overflow-x: hidden;
}

.box {
    top: 5%;
    margin-top: 0;
    border: none;
    min-height: 200px;
    height: auto;
    box-shadow: -1px 1px 30px 30px #FFFFFF;
    -webkit-box-shadow: -1px 1px 30px 30px #FFFFFF;
    -moz-box-shadow: -1px 1px 30px 30px #FFFFFF;
    -o-box-shadow: -1px 1px 30px 30px #FFFFFF;
    position: initial !important;
}

.chiudiBox {
    position: relative;
}

    .chiudiBox img {
        position: relative;
        float: right; /* right: 0; */
        margin-top: 30px;
    }

.areaTesto {
    position: relative;
    margin-bottom: 10px;
    height: 100%;
}

.fineAreaBox {
    position: relative;
    display: block;
    clear: both;
    height: 30px;
}



.scroll-wrapper.scrollbar-inner.corpoTextPrivacy {
    height: 50% !important;
}


#Motivi, #Cookie, #Privacy {
    padding: 0;
}

.box {
    padding: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-height: auto !important;
    position: absolute !important;
    /* margin: 0 auto !important; */
}

.areaTesto {
    /* width: auto; */
    margin-left: 0;
    padding: 10px 20px 20px 10px;
    background: #FFF;
}

.contenitorePrivacy, .contenitoreCookie {
    font-size: 1.3em;
    line-height: 150%;
}

.titolo {
    margin: 0;
    padding-bottom: 20px;
    font-size: 2em;
}

.contenitoreBottoneAlert {
    padding: 20px 0;
}

/******* RESPONSIVE ***********/
@media only screen and (max-width:1430px) {
    .contenitoreBottonePrenotazione {
        width: 40%;
    }

    .confermaPrenotazione {
        /*margin-left: 0;*/
        line-height: 110%;
    }

    .checkmarkConferma {
        display: none;
    }
    /*.checkmark {
    }*/


}

@media only screen and (max-width:1216px) {
    .tipologiaCamera {
        width: 268px;
    }
}

@media only screen and (max-width:1190px) {
    .testoLabel {
        margin-left: 5px;
    }
}

@media only screen and (max-width:1180px) {

    .contenitoreSelectOspitiAdulti {
        width: auto;
        float: left;
        /*clear: both;*/
    }

    .contenitoreSelectOspitiBambini, .contenitoreSelectOspitiNeonati {
        width: auto;
        float: left;
        /* margin-left: 0px;
        margin-top: 5px;
        clear: both;*/
    }

    .nicescroll-rails {
        margin-left: -15px;
    }
    /*.contenitoreBottone button {
        display: block;
        margin: 0 auto;
    }*/
}

@media only screen and (max-width:1100px) {
    .testoLabel {
        margin-left: 5px;
    }
}

@media only screen and (max-width:1100px) {
    .contenitoreSelectOspitiBambini, .contenitoreSelectOspitiNeonati {
        width: 100%;
        clear: both;
        margin: 5px 0 0
    }
}


@media only screen and (max-width :690px) {
    .ContinuaPrenotazione {
        padding: 10px 3px;
    }

    .checkmark {
        padding: 7px 3px;
        font-size: 1.3em;
    }
}

@media only screen and (max-width :580px) {
    .box {
        width: 290px;
        /*min-width:290px;*/
    }

    .checkmark {
        padding: 5px 7px;
        font-size: 1.4em;
    }

    .ContinuaPrenotazione {
        font-size: 1em;
        padding: 8px 5px;
        margin-left: 0px;
    }
}

@media only screen and (max-width :580px) and (max-height :410px) {
    .box {
        width: 290px;
        height: 285px;
    }
    /*.scrollbar {height: 260px;}*/
}

@media only screen and (max-width :360px) {
    .box {
        width: 270px;
    }
}
