/*
=============================================================================
  COMUNE — regole globali condivise da entrambi i componenti
=============================================================================
*/

span.bollo-info-tip {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	font-size: .8em;
	color: #fff;
	background-color: #004D9F;
}

.fc-tooltip {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-block;
}

.fc-tooltip.fc-tooltip--inline {
	position: relative;
	left: 5px;
	right: auto;
	bottom: 0;
	display: inline-block;
}

.fc-tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: rgba(0, 77, 159, .9);
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 10px;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -75px;
	opacity: 1;
	transition: opacity 0.3s;
	font-size: 10px;
}

.fc-tooltip .tooltiptext::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #004D9F transparent;
	opacity: .9;
}

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

.fc-day-top .tooltiptext,
.fc-time-content .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: rgba(208, 2, 27, .9);
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 10px;
	position: absolute;
	z-index: 1;
	top: 25%;
	left: 10%;
	margin-left: -60px;
	opacity: 1;
	transition: opacity 0.3s;
	font-size: 11px;
}

.fc-day-top .tooltiptext::before,
.fc-time-content .tooltiptext::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #D0021B transparent;
	opacity: .9;
}

.head-promo-video {
	width: 40px;
	height: 28px;
	display: inline-block;
}

.fc-day-top {
	position: relative;
}

.fc-day-top .tooltiptext {
	width: 100px;
	top: 110%;
	left: 12%;
}

.fc-content-skeleton thead td:first-child .tooltiptext {
	left: 48%;
}

.ico.ico-video-promo {
	z-index: 1;
}

.head-promo-video:hover+.tooltiptext,
.ico.ico-video-promo:hover+.tooltiptext {
	visibility: visible;
	opacity: 1;
}


/*
=============================================================================
  CALENDARIO (griglia mensile)
=============================================================================
*/

.fc-unthemed tbody td.fc-day {
	position: relative;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	height: 100%;
}

#calendar.fc.fc-unthemed th {
	background: #fff;
	color: #666;
	padding: .6em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold !important;
	box-sizing: border-box;
}

.fc-unthemed tbody td.fc-day.fc-disabled-day {
	opacity: 1;
}

.fc-unthemed tbody td.fc-day.fc-today div.fc-day-wrap div.fc-day-inner {
	background: #999;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-today .fc-day-number {
	color: #fff;
}

.fc-unthemed tbody td.fc-day div.fc-day-wrap {
	width: 100%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}

.fc-unthemed tbody td.fc-day div.fc-day-wrap div.fc-day-inner {
	height: 100%;
	background-color: #e6e6e6;
}

.fc-unthemed tbody td.fc-day.fc-disabled-day div.fc-day-wrap div.fc-day-inner {
	background-color: #80a6cf;
}

.fc-unthemed tbody td.fc-day.fc-available div.fc-day-wrap div.fc-day-inner {
	background-color: #fff;
}

.fc .fc-row .fc-content-skeleton td.fc-day-top.fc-available,
.fc-unthemed tbody td.fc-day.fc-available {
	cursor: pointer;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-selected {
	background: #F28E2D;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-selected div.fc-day-wrap,
.fc-unthemed tbody td.fc-day.fc-available.fc-selected div.fc-day-wrap div.fc-day-inner {
	background: none;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-selected div.fc-day-wrap div.fc-day-inner p.main-label {
	border: none;
	color: #F28E2D;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-selected div.fc-day-wrap div.fc-day-inner span.ico.ico-video {
	background-image: url(../img/video-fff.svg);
}

.fc-unthemed tbody td.fc-day.fc-available.fc-selected div.fc-day-wrap div.fc-day-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-fff.svg);
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number .fc-ltr .fc-dayGrid-view .fc-day-top.fc-available.fc-selected .fc-day-number {
	color: #fff;
}

.fc-unthemed tbody td.fc-day div.fc-day-wrap div.fc-day-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.fc-unthemed tbody td.fc-day div.fc-day-inner span.ico.ico-video,
.fc-unthemed tbody td.fc-day div.fc-day-inner span.ico.ico-video-promo {
	position: absolute;
	left: 8px;
	top: 4px;
	width: 24px;
	height: 24px;
	text-indent: -999999px;
	font-size: 0;
	display: block;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.fc-unthemed tbody td.fc-day div.fc-day-inner span.ico.ico-video {
	background-image: url(../img/video-888.svg);
}

.fc-unthemed tbody td.fc-day div.fc-day-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-888.svg);
}

.fc-unthemed tbody td.fc-day.fc-available div.fc-day-inner span.ico.ico-video {
	background-image: url(../img/video.svg);
}

.fc-unthemed tbody td.fc-day.fc-available div.fc-day-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-red.svg);
}

.fc-unthemed tbody td.fc-day div.fc-day-wrap div.fc-day-inner p.main-label {
	z-index: 999;
	background: #fff;
	padding: .35em .6em .3em .6em;
	border: 1px solid #004D9F;
	border-radius: 4px;
	font-size: 13px;
	color: #004D9F;
	text-align: center;
	margin: 0;
	font-weight: 600;
	display: none;
	/* nascondo la label centrale */
}

.fc-unthemed tbody td.fc-day.fc-available div.fc-day-wrap div.fc-day-inner p.main-label,
.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-wrap div.fc-day-inner p.main-label {
	display: block;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 7px 7px 0 0;
	font-size: 14px;
	color: #888;
	letter-spacing: 1.78px;
	padding: 0;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	color: #888;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-available .fc-day-number {
	color: #004D9F;
}

/* day/night */

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner {
	position: relative;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
	text-decoration: none;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice i {
	margin-bottom: 7px;
	font-size: 1.2em;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice {
	left: 0;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice,
.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice i {
	color: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice {
	right: 0;
	background: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice,
.fc-unthemed tbody td.fc-day.fc-available.fc-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice i {
	color: #fff;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-night.fc-has-capacity div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice,
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-night.fc-has-capacity div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice i {
	color: #D0021B;
}

/* giorno con slot notturni e parte diurna sold out */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice {
	background-color: #D0021B;
}

/* variante quasi sold out */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-day.fc-has-capacity div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice {
	background-color: #FFFF00;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice i {
	color: #fff;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-day.fc-has-capacity div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice i {
	/* color: #fff; */
	color: #D0021B;
}

/* giorno con slot notturni e parte notturna sold out */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice {
	background-color: #D0021B;
}

/* variante quasi sold out */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-soldout-night.fc-has-capacity div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice {
	background-color: #FFFF00;
}

/* giorno con notturna con parte diurna selezionata */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice {
	background: #F28E2D;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice i {
	color: #fff;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice {
	background: #fff;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-day div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice i {
	color: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-day div.fc-day-wrap div.fc-day-inner p.main-label {
	color: #004D9F;
	border: 1px solid #004D9F;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-available.fc-night.fc-selected.fc-selected-day .fc-day-number {
	color: #004D9F;
}

/* giorno con notturna con parte notturna selezionata */
.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice {
	background: #fff;
	color: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.day-choice i {
	color: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice {
	background: #F28E2D;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-night div.fc-day-wrap div.fc-day-inner a.day-night-choice.night-choice i {
	color: #fff;
}

.fc-unthemed tbody td.fc-day.fc-available.fc-night.fc-selected.fc-selected-night div.fc-day-wrap div.fc-day-inner p.main-label {
	color: #004D9F;
	border: 1px solid #004D9F;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-available.fc-night.fc-selected.fc-selected-day .fc-day-number {
	color: #fff;
}

/* sold out */

.fc-unthemed tbody td.fc-day.fc-past.fc-sold-out div.fc-day-wrap div.fc-day-inner p.main-label {
	display: block;
}

.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-wrap,
.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-wrap div.fc-day-inner {
	background-color: #D0021B;
}

.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-inner p.main-label {
	color: #D0021B !important;
	border: none !important;
	background: #fff;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-night.fc-available.fc-selected.fc-selected-night .fc-day-number,
.fc-ltr .fc-dayGrid-view .fc-day-top.fc-sold-out .fc-day-number,
.fc-ltr .fc-dayGrid-view .fc-day-top.fc-available.fc-night .fc-day-number {
	color: #fff;
}

/* Variante quasi sold out*/
.fc-ltr .fc-dayGrid-view .fc-day-top.fc-available.fc-night.fc-soldout-night.fc-has-capacity .fc-day-number {
	color: #D0021B;
}

/* quasi sold out */
.fc-unthemed tbody td.fc-day.fc-sold-out.fc-has-capacity div.fc-day-wrap,
.fc-unthemed tbody td.fc-day.fc-sold-out.fc-has-capacity div.fc-day-wrap div.fc-day-inner {
	background-color: #FFFF00;
	cursor: pointer;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-sold-out.fc-has-capacity .fc-day-number {
	color: #D0021B;
}

.fc-ltr .fc-dayGrid-view .fc-day-top.fc-night.fc-available.fc-selected.fc-selected-day .fc-day-number {
	color: #004D9F;
}

.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-fff.svg);
}

.fc-unthemed tbody td.fc-day.fc-sold-out div.fc-day-inner span.ico.ico-video {
	background-image: url(../img/video-fff.svg);
}

/* form */

#signup-form .form-group.row {
	margin-top: 30px;
}

/* responsive */

@media (max-width: 767px) {

	#calendar .fc-view>table {
		min-width: 45em;
		border: 10px solid #fff;
	}

	#calendar .fc-scroller.fc-day-grid-container {
		height: 40em !important;
		border: 1px solid #ddd;
	}

	#calendar .fc-dayGrid-view .fc-body .fc-row {
		min-height: 8em;
	}

	.fc-unthemed tbody td.fc-day div.fc-day-wrap {
		position: absolute;
	}

	.fc-toolbar.fc-header-toolbar .fc-left::after {
		content: "";
		clear: both;
		widows: 100%;
	}

	.fc-toolbar.fc-header-toolbar .fc-right .fc-button-primary,
	.fc-toolbar.fc-header-toolbar .fc-right .fc-button-group>.fc-button {
		padding: 3px 4px;
		font-size: 16px;
		text-transform: uppercase;
	}

	#calendar .fc-toolbar h2 {
		text-transform: uppercase;
		font-size: 0.85em;
	}

	@media (min-width: 400px) {
		#calendar .fc-toolbar h2 {
			font-size: 1em;
		}
	}

	.fc-head-container.fc-widget-header .fc-row.fc-widget-header {
		border: 1px solid #ddd;
		border-bottom: none;
	}

	/*************** SIMPLE OUTER SCROLLBAR ***************/

	#calendar .fc-view-container>.scroll-element,
	#calendar .fc-view-container>.scroll-element div {
		border: none;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 10;
	}

	#calendar .fc-view-container>.scroll-element {
		background-color: #ffffff;
	}

	#calendar .fc-view-container>.scroll-element div {
		display: block;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x {
		top: 0;
		height: 37px;
		left: 0;
		width: 100%;
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
		box-sizing: border-box;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y {
		height: 100%;
		right: 0;
		top: 0;
		width: 12px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x .scroll-element_outer {
		height: 28px;
		top: 7px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y .scroll-element_outer {
		left: 2px;
		width: 28px;
	}

	#calendar .fc-view-container>.scroll-element .scroll-element_outer {
		overflow: hidden;
	}

	#calendar .fc-view-container>.scroll-element .scroll-element_track {
		background-color: #fff;
	}

	#calendar .fc-view-container>.scroll-element .scroll-element_outer,
	#calendar .fc-view-container>.scroll-element .scroll-element_track,
	#calendar .fc-view-container>.scroll-element .scroll-bar {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#calendar .fc-view-container>.scroll-element .scroll-bar {
		background-color: #d9d9d9;
	}

	#calendar .fc-view-container>.scroll-element .scroll-bar:hover {
		background-color: #c2c2c2;
	}

	#calendar .fc-view-container>.scroll-element.scroll-draggable .scroll-bar {
		background-color: #919191;
	}

	#calendar .fc-view-container>.scroll-content.scroll-scrolly_visible {
		left: -32px;
		margin-left: 32px;
	}

	#calendar .fc-view-container>.scroll-content.scroll-scrollx_visible {
		margin-top: 37px;
	}

	#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
	#calendar .fc-view-container>.scroll-element.scroll-x .scroll-bar {
		min-width: 10px;
		background-color: rgba(242, 142, 0, 1);
		display: none;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y .scroll-bar {
		min-height: 10px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
		left: -14px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
		top: -14px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
		left: -14px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
		top: -14px;
	}

	/* scroll arrows */

	#calendar .fc-view-container>.scroll-element .scroll-arrow {
		display: none;
	}

	#calendar .fc-view-container>.scroll-element.scroll-element_arrows_visible .scroll-arrow {
		display: block;
		z-index: 12;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less,
	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
		width: 28px;
		height: 28px;
		top: 7px;
		background-color: rgba(242, 142, 0, 1);
		background-position: center;
		background-size: auto 80%;
		background-repeat: no-repeat;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
		background-image: url(/img/chevron-L-fff.svg);
		border-right: 1px solid #fff;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
		left: auto;
		right: 0;
		background-image: url(/img/chevron-R-fff.svg);
		border-left: 1px solid #fff;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
		left: 28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner {
		left: -56px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size {
		left: -56px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
		width: 100%;
		height: 28px;
		background-position: -51px 0px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
		width: 100%;
		top: auto;
		bottom: 0;
		height: 28px;
		background-position: -51px 28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
		top: 28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner {
		top: -56px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
		top: -56px;
	}

	/* offset con doppio scroll */

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
		left: -28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
		top: -28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
		left: -28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
		top: -28px;
	}

	/* offset con frecce + doppio scroll */

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
		right: 28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner {
		left: -51px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
		left: -51px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
		bottom: 28px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner {
		top: -51px;
	}

	#calendar .fc-view-container>.scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size {
		top: -51px;
	}
}

/* http://manos.malihu.gr/jquery-custom-content-scroller/ */

#calendar .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-top: 35px;
}

#calendar .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=10)";
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	width: 28px;
	height: 28px;
	top: 0;
	background-color: rgba(242, 142, 0, 1);
	background-position: center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	opacity: 1;
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 28px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 auto;
	opacity: 1;
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 28px;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 30px;
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	background-image: url(/img/chevron-L-fff.svg);
}

#calendar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	left: auto;
	right: 0;
	background-image: url(/img/chevron-R-fff.svg);
}


/*
=============================================================================
  SELEZIONE ORARIO (time-selection-table)
=============================================================================
*/

.time-selection-table {
	background-color: #e6e6e6;
	margin: 30px 0;
	float: left;
	width: 100%;
}

.time-selection-table .fc-time {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	padding-bottom: 90%;
}

.time-selection-table .time-slot {
	width: 20%;
	float: left;
}

@media screen and (max-width: 767px) {
	.time-selection-table .time-slot {
		width: 33.3333%;
	}
}

.time-selection-table .fc-time.fc-disabled-day {
	opacity: 1;
}

.time-selection-table .fc-time.fc-today div.fc-time-wrap div.fc-time-inner {
	background: #999;
}

.time-selection-table .fc-time-top.fc-today .fc-time-number {
	color: #fff;
}

.time-selection-table .fc-time div.fc-time-wrap {
	width: 100%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
}

.time-selection-table .fc-time div.fc-time-wrap div.fc-time-inner {
	height: 100%;
	background-color: #e6e6e6;
}

.time-selection-table .fc-time.fc-available div.fc-time-wrap div.fc-time-inner {
	background-color: #fff;
}

.time-selection-table .fc .fc-row .fc-time-top.fc-available,
.time-selection-table .fc-time.fc-available {
	cursor: pointer;
}

.time-selection-table .fc-time.fc-available.fc-selected {
	background: #F28E2D;
}

.time-selection-table .fc-time.fc-available.fc-selected div.fc-time-wrap,
.time-selection-table .fc-time.fc-available.fc-selected div.fc-time-wrap div.fc-time-inner {
	background: none;
}

.time-selection-table .fc-time.fc-available.fc-selected div.fc-time-wrap div.fc-time-inner p.main-label {
	border: none;
	color: #F28E2D;
}

.time-selection-table .fc-time.fc-available.fc-selected div.fc-time-wrap div.fc-time-inner span.ico.ico-video {
	background-image: url(../img/video-fff.svg);
}

.time-selection-table .fc-time.fc-available.fc-selected div.fc-time-wrap div.fc-time-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-fff.svg);
}

.time-selection-table .fc-time-top .fc-time-number,
.time-selection-table .fc-time-top.fc-available.fc-selected .fc-time-number {
	color: #fff;
	float: right;
}

.time-selection-table .fc-time div.fc-time-wrap div.fc-time-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.time-selection-table .fc-time div.fc-time-inner span.ico.ico-video,
.time-selection-table .fc-time div.fc-time-inner span.ico.ico-video-promo {
	position: absolute;
	left: 8px;
	top: 4px;
	width: 24px;
	height: 24px;
	text-indent: -999999px;
	font-size: 0;
	display: block;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.time-selection-table .fc-time div.fc-time-inner span.ico.ico-video {
	background-image: url(../img/video-888.svg);
}

.time-selection-table .fc-time div.fc-time-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-888.svg);
}

.time-selection-table .fc-time.fc-available div.fc-time-inner span.ico.ico-video {
	background-image: url(../img/video.svg);
}

.time-selection-table .fc-time.fc-available div.fc-time-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-red.svg);
}

.time-selection-table .fc-time div.fc-time-wrap div.fc-time-inner p.main-label {
	background: #fff;
	padding: .35em .6em .3em .6em;
	border: 1px solid #004D9F;
	border-radius: 4px;
	font-size: 13px;
	color: #004D9F;
	text-align: center;
	margin: 0;
	font-weight: 600;
	display: none;
	/* nascondo la label centrale */
	position: relative;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(230, 230, 230, 1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(230, 230, 230, 1);
	box-shadow: 2px 2px 0px 0px rgba(230, 230, 230, 1);
}

.time-selection-table .fc-time.fc-sold-out div.fc-time-wrap div.fc-time-inner p.main-label,
.time-selection-table .fc-time.fc-selected div.fc-time-wrap div.fc-time-inner p.main-label {
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.time-selection-table .fc-time.fc-available div.fc-time-wrap div.fc-time-inner p.main-label,
.time-selection-table .fc-time.fc-sold-out div.fc-time-wrap div.fc-time-inner p.main-label {
	display: block;
}

.time-selection-table .fc-time-top {
	position: absolute !important;
	width: 100%;
	top: 0;
	right: 0;
}

.time-selection-table .fc-time-top .fc-time-number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 7px 7px 0 0;
	font-size: 14px;
	color: #888;
	letter-spacing: 1.78px;
	padding: 0;
}

.time-selection-table .fc-time-top.fc-available .fc-time-number {
	float: right;
	color: #004D9F;
}

.time-selection-table .fc-time.fc-past.fc-sold-out div.fc-time-wrap div.fc-time-inner p.main-label {
	display: block;
}

/* sold out */

.time-selection-table .fc-time.fc-sold-out div.fc-time-wrap div.fc-time-content,
.time-selection-table .fc-time.fc-sold-out div.fc-time-wrap div.fc-time-inner {
	background-color: #D0021B;
}

.time-selection-table .fc-time.fc-sold-out div.fc-time-inner p.main-label {
	color: #D0021B !important;
	border: none !important;
	background: #fff;
}

.time-selection-table .fc-time-top.fc-night.fc-available.fc-selected.fc-selected-night .fc-time-number,
.time-selection-table .fc-time-top.fc-sold-out .fc-time-number,
.time-selection-table .fc-time-top.fc-available.fc-night .fc-time-number {
	color: #fff;
}

.time-selection-table .fc-time-top.fc-night.fc-available.fc-selected.fc-selected-day .fc-time-number {
	color: #004D9F;
}

.time-selection-table .fc-time.fc-sold-out div.fc-time-inner span.ico.ico-video-promo {
	background-image: url(../img/video-promo-fff.svg);
}

.time-selection-table .fc-time.fc-sold-out div.fc-time-inner span.ico.ico-video {
	background-image: url(../img/video-fff.svg);
}

/* bollo */

.time-selection-table .fc-time div.fc-time-wrap div.fc-time-inner p.main-label span.bollo-sconto,
.time-selection-table .fc-time.fc-not-available div.fc-time-wrap div.fc-time-inner span.bollo-info-tip {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	font-size: .8em;
}

.time-selection-table .fc-time div.fc-time-wrap div.fc-time-inner p.main-label span.bollo-sconto {
	position: absolute;
	left: -15px;
	top: -15px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #D0021B;
	width: 2.4em;
	height: 2.4em;
}

.time-selection-table .fc-time.fc-not-available div.fc-time-wrap div.fc-time-inner span.bollo-info-tip {
	color: #fff;
	background-color: #004D9F;
}

.time-selection-table .fc-time.fc-not-available.fc-selected div.fc-time-wrap div.fc-time-inner span.bollo-info-tip {
	color: #F28E2D;
	background-color: #fff;
	font-weight: 600;
}

/*
=============================================================================
  MODALE QUASI SOLD OUT
=============================================================================
*/
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.modal-overlay[hidden] {
	display: none;
}

.modal-box {
	background: #fff;
	border-radius: 10px;
	padding: 2rem;
	max-width: 540px;
	width: 90%;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.modal-box h2 {
	margin: 0 0 0.75rem;
	font-size: 2.4rem;
	color: var(--blueBungee)
}

.modal-box p {
	margin: 0 0 1.5rem;
	line-height: 1.6;
	color: #444;
}

.modal-actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}