/************************************************/
/* 				Calendario						*/
/************************************************/

.calendarioIntestazione, .calendarioGiorni, calendarioTasti{
	position: relative;
	width: 100%;
	padding: 0.6rem 0;
	border-bottom: 0.1rem solid #e3e3e3;
}

#calendarioGiorni{
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin: 4rem auto;
	padding: 3rem 5%;
	border: 0.1rem solid #f0f0eb;
	border-radius: 1rem;
	background: #ffffff;
}

.calendarioTasti{
	border: 0;
	margin: 2rem 0 0 0;
}

#meseAnno{
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 0.6rem;
	font-family: 'Montserrat Alternates', sans-serif;
}

#mesi{
	width: 100%;
	margin: 0 auto;
}

.meseDietro, .meseAvanti{
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	padding: 25% 0 0 0;
}

.meseDietro{
	left: 0;
}

.meseAvanti{
	right: 0;
}

.meseDietro:hover i, .meseAvanti:hover i{
	color: #e2001a;
}

.giorno, .giornoLetter{
	position: relative;
	float: left;
	width: 13%;
	text-align: center;
	padding: 0.1rem 0 0 0;
	margin: 0.4rem 0.64%;
	line-height: 1.8rem;
	font-size: 1.1rem;
	border: 0.1rem solid #ffffff;
	/*cursor: pointer;*/
	background: transparent !important;
	color: #cccccc;
	text-decoration: line-through;
}

.giornoVuoto{
	background: transparent;
	text-decoration: none;
}

._giorno{
	border: 0.1rem solid #f0f0f0;
}

._giorno:hover{
	border: 0.1rem solid #e2001a;
}

.giornoLetter{
	color: #003442;
	border: 0;
	font-weight: 400;
	margin: 0rem 0.64%;
	text-decoration-line: none;
	background: transparent;
}

._disponibile{
	border-radius: 0.1rem;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	color: #222222;
	font-weight: 700;
}

.dataSelezionata{
	background : #e2001a;
	color: #ffffff;
}

/*
.impegno,
.impegno:hover{
	color: #ffffff;
	background: #0099b8;
	border-bottom: 0.1rem solid #f29400;
}
*/

.odierno{
	border: 0.1rem solid #e2001a;
	font-weight: bold;
}

.prenotazione{
	/*border-bottom: 0.1rem solid #f29400;*/
	color: #f29400;
	font-weight: 500;
}

.occupato{
	color: #f29400;
	font-weight: 500;
	text-decoration: line-through;
}

.full{
	border: 0.1rem solid #e2001a;
}

.mese{
	float:left; 
	width:33%;
	padding:0 2% 0 2%;
}

@media (max-width: 767px){

	#meseDietro, #meseAvanti{
		padding: 30% 0 0 0;
	}

	.mese{
		float:none; 
		width:100%;
		padding:0 2% 0 2%;
	}
	
	#_mese-1, #_mese-2{
		display: none;
	}
}

/************************************************/
/* 				Prenotazione					*/
/************************************************/
#_calendarioDal, #_calendarioAl{
	position: relative;
	float: left;
	width: 50%;
	padding: 2rem 2%;
}

#popUpCorpo h2{
	font-family: 'Montserrat Alternates', sans-serif;
	color: #5a6c2d;
}

.contenitoreMese{
	position: relative;
}

#_calendarioDal .mese, #_calendarioAl .mese{
	position: relative;
	width: 90%;
	margin: 0 5%;
}

#_costo, #_dati{
	position: relative;
	width: 100%;
	padding: 2rem 2%;
}

#_preventivo{
	position: relative;
	width: 100%;
	padding: 1.4rem 2%;
	margin: 2rem 0 0 0;
	background: #5a6c2d;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
}

#_preventivo:hover{
	background: #6f8437;
}

@media (max-width: 767px){
	#_calendarioDal, #_calendarioAl{
		float: none;
		width: 100%;
	}
}

