.tbl-prenotazioni th,
.tbl-prenotazioni td {
	border: solid 1px #fff;
}

.th-day {
	background: #243d57;
	color: #8acde4  !important;
	position: relative;
	padding: 0 15px !important;
	vertical-align: middle !important;
}
.th-day small {
	display: block;
	margin-bottom: 0px;
}
.th-day strong {
	display: block;
    margin-top: -5px;
    font-size: 18px;
}
/*.th-day::after {
	position: absolute;
	z-index: +1;
	content: attr(data-giorno);
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #333;
}*/

.th-today {
	background: #8acde4;
}
.th-today * {
    color: #243d57 !important;
}

.th-day-past {
	background: #333333;
}
.th-day-past * {
    color: #999 !important;
}


.th-orario {
	background: #d8dfe5;
    color: #243d57 !important;
}

.th-campo-tipo {
    position: relative;
}
.th-campo-tipo::after {
    content: attr(data-copertura);
    position: absolute;
    z-index: +1;
    top: 4px;
    left: 12px;
    font-size: 11px;
    color: #486B90;
    text-transform: uppercase;
}

.td-free {
	cursor: pointer;
	position: relative;
    background: #f2f2f2;
}
.td-free:hover,
.td-past {
	background: #eeeeee;
}
.td-free::after {
	position: absolute;
	z-index: +1;
	content: attr(data-campo);
	top: 5px;
	left: 5px;
	color: #d6e0e9;
	font-size: 12px;
}
.td-busy {
	cursor: default;
	position: relative;
	background: #EC7575;
	color: #000 !important;
}
.td-scuola {
	background: #f1d97e;
	cursor: pointer;
	font-weight: bold;
}
.td-torneo {
	background: #dadcff; /*#f1aa87;*/
	cursor: pointer;
	font-weight: bold;
}
.td-blocco {
	font-weight: bold;
	background-color:#444; 
	background-image: 
		repeating-linear-gradient(
		-45deg, 
		transparent, 
		transparent 1rem,
		#222 1rem,
		#222 2rem
	);
	background-size: 200% 200%;
	animation: barberpole 100s linear infinite;
	color: #FFF !important;
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
.td-affitto {
	background: #dff5b6;
	cursor: pointer;
	font-weight: bold;
}
.td-servizio {
    background: #D6B6F5;
	cursor: pointer;
	font-weight: bold;
}
.td-gestore-lock {
    cursor: default;
	position: relative;
	background: #EC7575;
    font-weight: bold;
	color: #000 !important;
}
.td-gestore-lock::after, 
.td-affitto::after, 
.td-scuola::after, 
.td-torneo::after, 
.td-servizio::after {
	position: absolute;
    z-index: +1;
    content: attr(data-campo);
    top: 5px;
    left: 13px;
    color: rgb(25 25 28);
    font-size: 11px;
	font-weight: 300;
}
.td-empty {
	background: none;
	border: none !important;
}
.td-locked {
	background-color: #cacaca !important;
}
.preno-corner {
	width: 20px;
	height: 20px;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.preno-corner-ok {
	background-color: #a0cc3a;
}
.preno-corner-ko {
	background-color: #FF0000;
}

.tm-preno-tools {
	float: right;
}

.fullscreen {
	position:absolute;
	z-index: +1;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	background-color: #333;
	margin: 0;
	overflow: auto;
}

.specials {
	background: #343539;
	border: solid 5px #a0cc3a;
}
.sport-sel,
.durata-sel {
    border: dashed 1px #ccc;
    padding: 10px;
    cursor: pointer;
    color: #999;
}
.sport-sel-active,
.durata-sel-active {
    border: solid 1px #ffbe00;
    color: #243d57;
    background: #e9eff5;
    font-weight: 600;
}

.sport-sel *,
.durata-sel * {
    text-transform: capitalize !important;
}
