.g-bg-nero{background-color:#1D1D1B !important;}
.g-width-33_3x {
    width: 33.333333% !important;
}


.u-go-to-v1.whatsapp{background-color:#0DC143;color:#fff;}
.u-go-to-v1.whatsapp:hover,
.u-go-to-v1.whatsapp:focus:hover {background-color:#fff;color: #555;}

.u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #e20000 !important;
    border-color: #e20000 !important;
}

.u-btn-invia {
    background-color: #60BDAF;
    color:#fff;
}
.u-btn-invia:hover, .u-btn-invia.active {
    border-color: #2cc1ab;
    background-color: #2cc1ab;
}

.u-btn-invia:hover, .u-btn-invia:focus, .u-btn-invia.active {
    color: #fff;
}

.u-btn-success {color: #fff;background-color: #00a259;}
.u-btn-success:hover, .u-btn-success.active {border-color: #1cb773;background-color: #1cb773;}
.u-btn-success:hover, .u-btn-success:focus, .u-btn-success.active {color: #fff;}

.u-btn-prenota {
    color: #000;
    background-color: #1cb773;
}

.u-btn-prenota:hover, .u-btn-prenota.active {
    border-color: #20D686;
    background-color: #20D686;
}

.u-btn-prenota:hover, .u-btn-prenota:focus, .u-btn-prenota.active {
    color: #000000;
}

.u-btn-kids {color: #000;background-color: #FCEE21;}
.u-btn-kids:hover, .u-btn-kids.active {border-color: #efd34c;background-color: #efd34c;}
.u-btn-kids:hover, .u-btn-kids:focus, .u-btn-kids.active {color: #000;}

.g-bg-vuoto{background-color:#20D686;color:#000;}
.g-bg-media{background-color:#fbef10;color:#000;}
.g-bg-pieno{background-color:#FE0C10;color:#000;}
.g-bg-promo{background-color:#fc01ff;color:#000;}


/************************** DESIGN *********************************/
.fc .fc-scrollgrid{border:none;}

.fc .fc-scrollgrid .fc-col-header{height:50px;}
.fc .fc-scrollgrid .fc-col-header .fc-col-header-cell{vertical-align:middle;}
a.fc-col-header-cell-cushion {color:#fff !important;text-decoration:none;}
a.fc-daygrid-day-number{text-decoration:none;}

.fc-theme-standard td,.fc-theme-standard th {border:none;}

.fc .fc-button-primary {background-color:#171717;border-color:#171717;}
.fc .fc-button-primary:hover {background-color:#424242;border-color:#424242;}

.fc .fc-bg-event {opacity:1 !important;}
/* .fc .fc-day-today{background:none !important;}no highlight della data corrente */
.fc .fc-day-today{font-weight: bold;background:none !important;}

.fc .fc-toolbar-title{text-transform: capitalize;}
.fc .fc-scrollgrid .fc-col-header{border-collapse: separate;}
.fc .fc-scrollgrid .fc-col-header th{color:#fff;background-color:#171717;}
.fc .fc-scrollgrid .fc-col-header th.fc-day-today{background-color:#171717 !important;}
.fc .fc-scrollgrid .fc-col-header th:first-child{border-top-left-radius: 5px;}
.fc .fc-scrollgrid .fc-col-header th:last-child{border-top-right-radius: 5px;}

.fc .fc-scrollgrid tbody tr:last-child>td:first-child{border-bottom-left-radius: 5px;}
.fc .fc-scrollgrid tbody tr:last-child>td:last-child{border-bottom-right-radius: 5px;}

@media (max-width: 991px) {
    .fc .fc-toolbar-title {font-size:1.5em;}
    .fc .fc-button {font-size:0.8em;}
}


/************************ MONTH VIEW *********************************/
.fc-daygrid .fc-scrollgrid tbody tr:last-child>td{border-bottom:1px solid #999;}
.fc-daygrid .fc-scrollgrid tbody tr:last-child>td:first-child{border-left:1px solid #999;border-bottom-left-radius: 5px;}
.fc-daygrid .fc-scrollgrid tbody tr:last-child>td:last-child{border-right:1px solid #999;border-bottom-right-radius: 5px;}

.fc .fc-daygrid-day{border:1px solid #999;}
.fc .fc-daygrid-day-number:hover{color:black;}
tr:last-child>td.fc-daygrid-day:first-child .fc-bg-event{border-bottom-left-radius: 5px;}
tr:last-child>td.fc-daygrid-day:last-child .fc-bg-event{border-bottom-right-radius: 5px;}
.fc .fc-daygrid-day-bg .fc-bg-event{cursor:pointer;z-index:10;}
.fc .fc-daygrid-day-bg .fc-bg-event.pieno,.fc .fc-daygrid-day-bg .fc-bg-event.speciale{cursor:default;}
.fc .fc-daygrid-day-bg .fc-bg-event .fc-event-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size:1.2em;
    color:black;
    height:100%;
    margin:0;
}
.fc .fc-daygrid-day-bg .fc-bg-event.speciale .fc-event-title:hover{
    font-size:0.9em;
    margin:0 3px;
    text-align:center;
}


.fc .fc-daygrid-day-events{display:none;}
.fc .fc-daygrid-day-top {
    justify-content:center !important
}
.fc .fc-daygrid-day-number {
    align-self: center;
    font-size:1.2em;
    color:black;
}
@media all and (min-width: 1024px){
    .fc .fc-daygrid-day-top {min-height:5em;}
}

/************************ DAY VIEW *********************************/
.fc .fc-timegrid-slot{height:4em;}
.fc .fc-timegrid-slot.fc-timegrid-slot-label{color:#fff;font-weight:600;background-color:#171717;border-bottom:1px solid #fff;}

.fc .fc-timegrid-slot.fc-timegrid-slot-label[data-time="23:30:00"] {border-bottom:none;}


.fc .fc-timegrid-slot.fc-timegrid-slot-lane{border-bottom:1px solid #999;border-right:1px solid #999;}
.fc .fc-timegrid-slots table{border-collapse: separate !important;}


.fc-header-toolbar .fc-calendario-button{margin-right:2px;}
.corsa{
    cursor:pointer;
    z-index:10;
    display: flex;
    height:100%;
    justify-content: center;
    align-items: center;
    font-style: normal;
    color:black;
    margin:0;
    margin-right:1px;
    border-bottom:1px solid #999;
}
.corsa.speciale{color:#ffffff;cursor:default;}
.corsa.last{border-bottom:none;border-bottom-right-radius:5px;}

.fc .fc-timegrid .fc-bg-event.pieno{cursor:default;}



/************************** FORM *********************************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/************************** FOOTER *********************************/
.g-bg-footer{background-color: #1D1D1B !important;}

/************************** LOADING / OVERLAY *********************************/
#loading{
    display:none;
    position: fixed;
    z-index:20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.5) url('../img/preloader-white.svg') center no-repeat;
}
#overlay{display:none;position: fixed;z-index:20;top: 0;left: 0;width: 100%;height: 100%;background: rgba(16, 16, 16, 0.5);}


/******************************************** NOTY **************************************************/
.noty_body__icon {width: 3.92857rem;height: 3.92857rem;font-size: 1.57143rem;}
.noty_buttons{text-align: center;}

#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {width: 380px;}
#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#noty_layout__topCenter{width:650px;}


#noty_layout__topFullWidth {top: 0;left: 0;}
#noty_layout__bottomFullWidth {bottom: 0;left: 0;}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {opacity: 1;}
[class*="noty_theme__unify--v1"] {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1.57143rem;
}
.noty_theme__unify--v1--dark {background-color: #2e3c56;}
.noty_theme__unify--v1--light {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}
.noty_type__success.noty_theme__unify--v1 {background-color: #1cc9e4;}
.noty_type__success2.noty_theme__unify--v1 {background-color:#00a65a;}
.noty_type__info.noty_theme__unify--v1 {background-color: #1d75e5;}
.noty_type__error.noty_theme__unify--v1 {background-color: #e62154;}
.noty_type__warning.noty_theme__unify--v1 {background-color: #e6a821;}

.noty_body {font-weight: 400;font-size: 1rem;color: #fff;}

[class*="noty_theme__unify--v1"] .noty_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.noty_theme__unify--v1--light .noty_body {color: #41464B;}
.noty_body__icon {position: relative;display: inline-block;color: #fff;text-align: center;border-radius: 50%;}
.noty_body__icon::before {display: block;}
.noty_body__icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.noty_theme__unify--v1 .noty_body__icon {background-color: rgba(245, 249, 249, 0.2);}
.noty_theme__unify--v1--dark .noty_body__icon {background-color: rgba(245, 249, 249, 0.1);}
.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {color: #1cc9e4;}
.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {color: #1d75e5;}
.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {color: #e62154;}
.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {color: #e6a821;}
.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {background-color: rgba(0,162,89,1);color: #ffffff;}
.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {background-color: rgba(29, 117, 229, 0.15);color: #1d75e5;}
.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {background-color: rgba(230, 33, 84, 0.15);color: #e62154;}
.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {background-color: rgba(230, 168, 33, 0.15);color: #e6a821;}

[class*="noty_theme__unify--v1"] .noty_close_button {
    top: 14px;
    right: 14px;
    width: 0.85714rem;
    height: 0.85714rem;
    line-height: 0.85714rem;
    background-color: transparent;
    font-weight: 300;
    font-size: 1.71429rem;
    color: #fff;
    border-radius: 0;
}
.noty_theme__unify--v1--light .noty_close_button {color: #cad6d6;}
.noty_progressbar {height: 0.5rem !important;}
.noty_theme__unify--v1 .noty_progressbar {background-color: rgba(0, 0, 0, 0.08) !important;}
.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {background-color: #1cc9e4;}
.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {background-color: #1d75e5;}
.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {background-color: #e62154;}
.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {background-color: #e6a821;}
.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {background-color: rgba(28, 201, 228, 0.15);}
.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {background-color: rgba(29, 117, 229, 0.15);}
.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {background-color: rgba(230, 33, 84, 0.15);}
.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {background-color: rgba(230, 168, 33, 0.15);}
/***************************************************************************/
