
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

/*font-family: 'Titillium Web', sans-serif;*/

*{box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
	background: #f8f8f8;
}

a{
	color: #ffa800;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #658d30; 
	text-decoration:none;
	font-weight:bold;
}

body {
	top:0;
	left:0;
	border:0;
	padding: 0;
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #4B4B4D;
}

h1{
	position: relative;
	width: 100%;
	border: 0.1rem solid #58585A;
	background: #58585A;
	padding: 0.6rem 2%;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 2rem 0 1rem 0;
	border-radius: 0.2rem;
}

.textRight{
	text-align: right;
}

.textCenter{
	text-align: center;
}

#sidebar{
	position: fixed;
	top:0;
	left: 0;
	width: 15%;
	height: 100%;
	z-index: 100;
	background: #3C3B3D;
}

#infoCalendario{
	position: relative;
	float: left;
	top:0;
	left: 0;
	width: 15%;
	height: 100%;
	z-index: 100;
	background: #fff;
	border: 0.1rem solid red;
	display: none;
}

#logoTesto{
	position: relative;
	width: 100%;
	height: 6rem;
	background: #3C3B3D;
	color: #ffffff;
	padding: 1.2rem 0 0 0;
	text-align: center;
	font-size: 2rem;				   
}

#menuClose{
	position: relative;
	width: 100%;
	height: 6rem;
	background: #222222;
	color: #ffffff;
	padding: 2rem 5% 0 0;
	cursor: pointer;
	text-align: right;
}

#menuClose #_azioniMenu{
	float: right;
}

/********************************************************/
/* 				Menu									*/
/********************************************************/
#menu{
	position: relative;
	margin: 0rem;
	overflow-y: auto;
}

#_notificheMenu{
	position: relative;
	margin: 2rem 5%;
	width: 90%;
}

#notificheMenu{
	position: relative;
	border: 0.1rem solid #fff;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	-webkit-animation: notificheMenu 1s step-end infinite;
	animation: notificheMenu 1.2s infinite alternate;
	padding: 1rem;
	color: #3C3B3D;
}

@-webkit-keyframes notificheMenu {
	from, to{
		background: #fff;
	}
	100%{
		background: red;
	}
}

@keyframes notificheMenu {
	from, to{
		background: #fff;
	}
	100%{
		background: red;
	}
}
 
/* primo livello*/
#menu > ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 1.4rem;
}

#menu > ul > li{
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.iconMenu{
	color: #ffa800;
}

#menu > ul > li .fa{
	color: #ffa800;
	font-size: 1.8rem;
}

.voceMenu{
	padding: 0 0 0 0.4rem;
}

#menu > ul > li:hover{
	background: #ffffff;
}

#menu > ul > li:hover .iconMenu{
	color: #3C3B3D;
}

#menu > ul > li .espandiMenu{
	position: relative;
	float: right;
	text-decoration: none;
	padding: 1.2rem 0%;
	color: #ffffff;
	font-weight: normal;
	width: 20%;
	text-align: center;
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}

.espandiMenuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#menu > ul > li:hover .espandiMenu{
	color: #000000;
}

#menu > ul > li:hover a{
	color: #000000;
}

#menu > ul > li a{
	position: relative;
	float: left;
	text-decoration: none;
	padding: 1.2rem 5%;
	color: #ffffff;
	font-weight: 400;
	width: 80%;
	display: block;
}

#menu > ul > li a:hover{
	color: #000000;
	text-decoration: none;
}

#menu > ul > li.corrente {
	color: #ffa800 !important;;
}

#menu > ul > li.noClick{
	padding: 1.2rem 20% 1.2rem 5%;
	font-weight: 400;
	width: 100%;
	display: block;
	float: left;
}

#menu > ul > li.corrente2 {
	background: #E7E5E5;
}

#menu > ul > li.corrente2 a{
	color: #3C3B3D;
}

.colorSvg{
	fill: red;
	width: 2rem;
	height: 2rem;
}

/*secondo livello*/
#menu li ul{
	position: relative;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
	display: none;
}

#menu li:hover ul{
	z-index: 100;
}

#menu > ul ul > li{
	position: relative;
	width: 100%;
}

#menu > ul ul > li a{
	position: relative;
	float: none;
	width: 100%;
	text-align: left;
	padding: 0.5rem 0 0.5rem 10%; 
	color: #ffffff;
	font-weight: normal;
	display: block;
}

#menu > ul ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#menu > ul ul > li:hover{
	background: #444444;
}

#menu > ul ul > li:hover .iconMenu{
	color: #ffffff;
}

@media (max-width: 767px){
	#menu > ul > li a{
		padding: 1.8rem 5%;
	}
	
	#menu > ul > li .espandiMenu{
		padding: 1.8rem 5%;
	}

	#menu > ul ul > li a{
		padding: 1.2rem 0 1.2rem 10%; 
	}
}

#contenitore{
	position:relative;
	min-height:100%;
	width: 85%;
	left: 15%;
	z-index: 90;
}

#testata{
	position: fixed;
	top:0;
	right: 0;
	width: 85%;
	height: 6rem;
	background: #58585A;
	color: #ffffff;
	z-index: 1100;
	padding: 1rem 2%;
}

#_azioniMenu, #_azioniInfo{
	position: relative;
	float: left;
	margin: 1rem 1% 0 1%;
	cursor: pointer;
}

#logo{
	position: relative;
	float: right;
	margin: 0rem 2rem 0 0;
}

#logo img{
	height: 4rem;
	display: block;
}

#utente{
	position: relative;
	float: right;
	margin: 1rem 2rem 0 0;
}

#utenteCerchio{
	position: relative;
	float: right;
	margin: 0.5rem 1rem 0 0;
	border: 0.1rem solid #E7E5E5;
	border-radius: 4rem;
	background: #E7E5E5;
	color: #58585A;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	height: 3rem;
	width: 3rem;
	text-transform: uppercase;
}

.notifiche{
	position: relative;
	float: right;
	margin: 0.5rem 1rem 0 0;
	padding: 0.5rem 0 0 0;
	border: 0.1rem solid #E7E5E5;
	border-radius: 4rem;
	background: #E7E5E5;
	color: #3C3B3D;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	height: 3rem;
	width: 3rem;
	-webkit-animation: notifiche 1s step-end infinite;
	animation: notifiche 1.2s infinite alternate;
}

@-webkit-keyframes notifiche {
	from, to{
		background: #E7E5E5;
	}
	100%{
		background: red;
	}
}

@keyframes notifiche {
	from, to{
		background: #E7E5E5;
	}
	100%{
		background: red;
	}
}

.notificheHover{
	position: absolute;
	top: 102%;
	right: 50%;
	border: 0.1rem solid #ffa800;
	padding: 0.4rem;
	width: 500%;
	display: none;
	background: #E7E5E5;
	font-size: 1.4rem;
}

.notifiche:hover .notificheHover{
	display: block;
}


#corpo{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	padding: 7rem 2% 5rem 2%;
}

#fine{
	position: absolute;
	bottom: 0;
	background: #58585A;
	width: 100%;
	color: #ffffff;
	z-index: 100;
}

#fineTesto{
	padding: 1rem 2%;
	text-align: right;
	font-weight: 300;		  
}
	
@media only screen and ( max-width: 767px){

	#sidebar{
		position: absolute;
		left: -60%;
		width: 60%;
	}
	
	#_azioniMenu{
		position: relative;
		float: left;
		margin: 1rem 1% 0 1rem;
		cursor: pointer;
	}

	#contenitore{
		width: 100%;
		left: 0%;
	}
	
	#testata{
		width: 100%;
	}
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.8rem 1%;
	border-radius: 0.2rem;
	margin: 0 0 1.6rem 0;
	font-size: 1.6rem;
	font-family: 'Titillium Web', sans-serif;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #ffa800;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
	outline: none;
}

form textarea{
	min-height: 10rem;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	display: block;
	padding: 1rem 0;
	border: 0.1rem solid #ffa800;
	border-radius: 0.2rem;
	background: #ffa800;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #ffffff;
	color: #3C3B3D;
	border: 0.1rem solid #ffa800;
}

.errore{
	color: #cf3838;
}

.errore form input[type="text"]{
	border: 0.1rem solid #cf3838!important;
	color: #cf3838;
}

#sfondoAzionePop{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1999;
}

#msgAzionePop{
	position: fixed;
	top: 45%;
	left: 40%;
	width: 20%;
	height: 10%;
	border: 0.1rem solid #ffa800;
	background: #ffffff;
	text-align: center;
	font-weight: 600;
	z-index: 2000;
	padding-top: 1.6rem;
}
span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

.tabellaAjax{
	position: relative;
	width: 100%;
	border: 0.1rem solid #cccccc;
	padding: 1rem;
	background: #ffffff;
}

.campoForm{
}

.campoImg{
	position: relative;
	float: left;
	width: 60%;
	border: 0.1rem solid #cccccc;
	text-align: center;
}

.campoImg img{
	height: 14.8rem;
	display: inline-block;
}

.campoImgCarica{
	position: relative;
	float: left;
	width: 40%;
	height: 15rem;
	background: #ffa800;
	color: #ffffff;
	border: 0.1rem solid #ffa800;
	text-align: center;
	padding-top: 3rem;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

.campoImgCarica:hover{
	background: #ffffff;
	color: #ffa800;
}

.campo3d{
	position: relative; 
	float: left; 
	width: 60%; 
	height: 150px; 
	border: 1px solid #cccccc;
}

.campo3dCarica{
	position: relative;
	float: left;
	width: 40%;
	height: 15rem;
	background: #ffa800;
	color: #ffffff;
	font-weight: 700;
	border: 0.1rem solid #ffa800;
	text-align: center;
	padding-top: 3rem;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

.campo3dCarica:hover{
	background: #ffffff;
	color: #ffa800;
}

/************************************************/
/* 				Tasti							*/
/************************************************/
.tasto{
	display: block;
	padding: 1rem 0;
	border: 0.1rem solid #ffa800;
	border-radius: 0.2rem;
	background: #ffa800;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s, border 0.4s;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
}

.tasto:hover{
	background: #ffffff;
	color: #3C3B3D;
	border: 0.1rem solid #ffa800;
}

h1 .tasto{
	position: relative;
	float: right;
	padding: 0 0.4%;
	margin: 0 0 0 2%;
}

.chiudiSottoRiga{
	position: relative;
	float: right;
	padding: 1rem;
	border: 0.1rem solid #ffa800;
	border-radius: 0.2rem;
	background: #ffa800;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s, border 0.4s;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	margin: 1rem 0% 1rem 2%;
}

.chiudiSottoRiga:hover{
	background: #ffffff;
	color: #3C3B3D;
	border: 0.1rem solid #ffa800;
}

.tasto30{
	position: relative;
	width: 32%;
	float: left;
	margin: 1rem 1% 1rem 0%;
}

.tasto50{
	position: relative;
	width: 49%;
	float: left;
	margin: 1rem 1% 1rem 0%;
}

.tasto100{	
	position: relative;
	width: 100%;
	float: none;
	margin: 1rem 0 1rem 0;
}

.tastoUltimo{
	margin: 1rem 0;
}

/************************************************/
/* 				Login							*/
/************************************************/
#login{
	position: relative;
	width: 80%;
	max-width: 30rem;
	margin: 0 auto;
	border: 0.1rem solid #58585A;
	border-radius: 0.2rem;
	background: #58585A;
	color: #ffffff;
	padding: 1rem 2%;
	margin-top: 4rem;
	text-align: center;
}

#loginMessaggio{
	position: relative;
	width: 80%;
	max-width: 30rem;
	margin: 0 auto;
	border: 0.1rem solid #58585A;
	background: #58585A;
	color: #ffffff;
	padding: 1rem 2%;
	margin-top: 4rem;
	text-align: center;
}

/************************************************/
/* 				Tabelle							*/
/************************************************/
.bordoTabella{
	position: relative;
	border: 0.1rem solid #E7E5E5;
	border-radius: 0.4rem;
	background: #ffffff;
}

.rigaTitoli{
	position: relative;
	width: 100%;
	padding: 0.8rem 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffa800;
	display: flex;
	border-bottom: 0.4rem solid #58585A;
	/*border: 0.1rem solid red;*/
}

.riga{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #E7E5E5;
	padding: 0.8rem 0;
}

.rigaOperatori{
	font-size: 1.6rem;
	border-bottom: 0.1rem solid #ffa800;
}

span.campi{
	font-size: 1.1rem;
}

.aggiungiOperatore{
	display: inline-block;
	background: #ffa800;
	color: #ffffff;
	padding: 0.4rem 0.8rem;
	border-radius: 3rem;
	margin: 1rem 0 0 0;
}

.sottoRiga{
	position: relative;
	width: 96%;
	margin: 1rem 2%;
	padding: 1rem;
	box-shadow: 0.2rem 0.2rem 1rem #58585A;
	background: #ffffff;
}
.riga:hover{
	border-bottom: 0.1rem solid #ffa800;
	background: #f8f8f8;
}

.box{
	float:left;
	padding: 0.4rem 1%;
	/*border: 0.1rem solid red;*/
}

.boxCenter{
	text-align: center;
}

.boxRight{
	text-align: right;
}

/*bisogna inserire il vertical per le colonne che si vogliono ruotare e il Normal per le colonne che non si vogliono ruotare*/
.boxVertical{
	align-self: flex-end;
	writing-mode: vertical-rl;
	text-orientation: sideways-right;
	transform: rotate(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxNormal{
	display: inline-block;
	align-self: flex-end;
}

.box img{
	display: inline-block;
	height: 5rem;
}

.boxImgPadding{
	padding-top: 2rem;
}

.riga i{
	margin: 0 0.4rem;
	padding: 0;
	cursor: pointer;
	color: #58585A;
	font-size: 2rem;
}

.riga i:hover{
	color: #ffa800;							   
}

.textVerde{
	color: #008000!important;
}

.textArancione{
	color: #ffa500!important;
}

.textRosso{
	color: #ff0000!important;
}

.box input{
	width: 100%;
}

.box5{
	width: 5%;
}

.box10{
	width: 10%;
}

.box15{
	width: 15%;
}

.box20{
	width: 20%;
}

.box25{
	width: 25%;
}

.box30{
	width: 30%;
}

.box35{
	width: 35%;
}

.box40{
	width: 40%;
}

.box45{
	width: 45%;
}

.box50{
	width: 50%;
}

.box55{
	width: 55%;
}

.box60{
	width: 60%;
}

.box70{
	width: 70%;
}

.box75{
	width: 75%;
}

.box80{
	width: 80%;
}

.box85{
	width: 85%;
}

.box100{
	width: 100%;
}

@media (max-width: 767px){
	.bordoTabella{
		border: 0;
	}
	
	.rigaTitoli{
		display: none;
	}

	.riga{
		position: relative;
		width: 100%;
		border: 0;
		padding: 0;
		margin: 1rem 0;
		border: 0.1rem solid #ffa800;
	}

	.box{
		border-bottom: 0.1rem solid #cccccc;
	}

	.box5, .box10, .box15, .box20, .box25, .box30, .box40, .box50, .box60, .box80, .box100{
		width: auto;
	}
	
	.boxMob20{
		width: 20%;
	}
	
	.boxMob50{
		width: 50%;
	}
	
	.boxMob100{
		width: 100%;
	}
}

/************************************************/
/* 				Calendario						*/
/************************************************/
#_totali{
	color: #fff;
}

#totali{
	border: 0.1rem solid #E7E5E5;
	margin: 0 0 2rem 0;
	padding: 1rem 0;
}

.totali{
	position: relative;
	width: 80%;
	margin: 0.5rem 10%;
	padding: 0.2rem 2%;
	text-align: right;
}

#calendario{
	position: relative;
	float: left;
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}

.calendarioMultiplo{
	margin: 2rem 0;
}

.mese{
	position: relative;
	float: left;
	width: 50%;
}

/*
#calendarioMesiGiorni{
	
	position: fixed;
	top: 10rem;
	width: 81.6%;
	z-index: 1099;
}
*/

.meseContainer{
	position: relative;
	width: 100%;
	background: #658d30;
	color: #ffffff;
	font-weight: 700;
	height: 3.2rem;
}

.meseTesto{
	position: absolute;
	top: 0;
	left: 0;
	height: 3.2rem;
	width: 100%;
	overflow: hidden;
	padding: 0.6rem;
	text-align: center;
}

.separatoreMese{
	position: absolute;
	right: 0;
	top: 0;
	height: 1000px;
	width: 1px;
	background: #222;
	z-index: 1000;
}

.meseDate, .manifestazione{
	border-right: 0.1rem solid #cccccc;
}

.meseDate{
	background: #e9e9e9;
}

.manifestazione{
	
}

.titoloManifestazione, .titoloMontaggio, .titoloSmontaggio, .titoloAntMontaggio, .titoloEstSmontaggio{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	z-index: 99;
	color: #3C3B3D;
	opacity: 0;
}

.titoloManifestazione a{
	color: #3C3B3D;
	font-weight: 500;
	text-decoration: none;
	font-family: Helvetica, Sans-Serif;
	
}

.titoloManifestazione a:hover{
	font-weight: 400;
}

.titoloManifestazioneIn{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 0.5rem;
}

.giorno{
	position: relative;
	float: left;
	border-left: 0.1rem solid #cccccc;
	border-bottom: 0.1rem solid #cccccc;
	font-size: 2rem;
	text-align: center;
}

.giornoManifestazione{
	border-left: 0;
}

.meseDate .giorno{
	font-size: 1.2rem;
}

.giorno28{
	width: 3.571%;
}

.giorno31{
	width: 3.225%;
}

.estero{
	background: #ee1d25;
	border-left: 0.1rem solid #ee1d25;
	border-bottom: 0.1rem solid #ee1d25;
}

.italia{
	background: #ffdd18;
	border-left: 0.1rem solid #ffdd18;
	border-bottom: 0.1rem solid #ffdd18;
}

.torino{
	background: #0fa14a;
	border-left: 0.1rem solid #0fa14a;
	border-bottom: 0.1rem solid #0fa14a;
}

.congressi{
	background: #00adee;
	border-left: 0.1rem solid #00adee;
	border-bottom: 0.1rem solid #00adee;
}

.altro{
	background: #f289b8;
	border-left: 0.1rem solid #f289b8;
	border-bottom: 0.1rem solid #f289b8;
}

.carico{
	position: absolute;
	bottom: 50%;
	width: 100%;
	text-align: center;
}

.scarico{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.carico i, .scarico i{
	font-size: 1rem;
}

.montaggio{
	background: #a1a1a1;
	border-left: 0.1rem solid #a1a1a1;
	border-bottom: 0.1rem solid #a1a1a1;
}

.smontaggio{
	background: #a1a1a1;
	border-left: 0.1rem solid #a1a1a1;
	border-bottom: 0.1rem solid #a1a1a1;
}

#overMsg{
	display:none;
	position:absolute; 
	z-index: 500; 
	background: #ffffff;
	border: 1px solid #ccc;
	color: #333; 
	top: 0;
	width: calc(1 * 50%);
	box-shadow: 2px 2px 10px #444444;
	font-size: calc(1 * 1.4rem);
	max-height: 50rem;
	overflow-y: auto;
}

#overMsgTitle{
	position: relative;
	width: 100%;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.4rem 7%;
}

.overMsgMont, .overMsgSmont{
	position: absolute;
	width: 5%;
	height: 100%;
	top: 0;
	text-align: center;
	/*background: rgba(0, 0, 0, 0.8);*/
	color: #000;
	z-index: 100;
}

.overMsgMont{
	left: 0;
}

.overMsgSmont{
	right: 0;
}

#overMsgTipo{
	background: #E7E5E5;
	padding: 0.4rem 1rem; 
	font-size: 1em;
}

#overMsgInfo{
	background: #58585A;
	color: #fff;
	font-size: 1em;
}

.overMsgInfo{
	position: relative;
	float: left;
	width: 50%;
	padding: 0.4rem 1rem;
	font-size: 1em;
}
.overMsgInfo100{
	position: relative;
	float: left;
	width: 100%;
	padding: 0.4rem 1rem;
	font-size: 1em;
}

#overMsg .box{
	padding: 0rem 0.5%;
	font-size: 1em;
}

#overMsg .riga{
	padding: 0;
	font-size: 1em;
}

#overMsg a{
	color: #4b4b4d;
}

#overMsg a:hover{
	color: #ffa800;
}

@media (max-width: 767px){
	.mese{
		float: none;
		width: 100%;
		margin: 0 0 5rem 0;
	}
}

/************************************************/
/* 				dettagli						*/
/************************************************/

.dettaglioSx, .dettaglioDx{
	position: relative;
	border: 0.1rem solid #cccccc;
	padding: 1rem;
	background: #ffffff;
}

.dettaglioSx{
	float: left;
	width: 54%;
}

.dettaglioDx{
	float: right;
	width: 44%;
}

.dettaglioCampo{
	position: relative;
	float: left;
	width: 30%;
	text-align: right;
	padding: 0.6rem 2%;
}

.dettaglioValore{
	position: relative;
	float: right;
	width: 70%;
	font-weight: bold;
	padding: 0.6rem 2%;
}

.barraTab{
	position: relative;
	margin-top: 2rem;
}

.tab{
	position: relative;
	float: left;
	padding: 0.2rem 1rem;
	border-top: 1px solid #3C3B3D;
	border-left: 1px solid #3C3B3D;
	border-right: 1px solid #3C3B3D;
	border-top-left-radius: 0.6rem;
	border-top-right-radius: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: #3C3B3D;
	color: #fff;
	cursor: pointer;
}

.tab:hover{
	background: #ffa800;
	border: 0.1rem solid #ffa800;
	transition: background 0.4s;
}

.tabAttiva{
	background: #ffa800;
	border: 0.1rem solid #ffa800;
}

.dettaglioTab{
	position: relative;
	border: 0.1rem solid #cccccc;
	padding: 1rem;
	background: #ffffff;
}

.boxDettaglioTab{
	position: relative;
	border: 0.1rem solid #ccc;
	margin: 1rem 0;
	padding: 1rem;
}

.boxDettaglioTab h2{
	position: relative;
	padding: 1rem;
	color: #ffa800;
	margin: 0;
}

.boxDettaglioTab form input[type="submit"], form input[type="reset"]{
	display: inline;
	float: left;
	padding: 1.2rem 2rem;
	border: 0.1rem solid #ffa800;
	border-radius: 0.2rem;
	background: #ffa800;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	border: red;
	margin-top: 3.8rem;
}

.cartella{
	position: relative;
	float: left;
	width: 30.3%;
	margin: 2rem 1.5%;
	border: 0.1rem solid #3C3B3D;
	border-radius: 0.4rem;
	padding: 0.4rem;
	display: flex;
	align-items: center;
}

.cartella100{
	position: relative;
	margin: 2rem 0%;
	border: 0.1rem solid #3C3B3D;
	border-radius: 0.4rem;
	padding: 0.4rem;
}

.cartella:hover, .cartella100:hover{
	border: 0.1rem solid #ffa800;
}

.cartella:hover i, .cartella100:hover i{
	color: #ffa800;
}

.cartellaIcona{
	position: relative;
	float: left;
	width: 15%;
	text-align: center;
}

.cartellaNome{
	position: relative;
	float: left;
	width: 85%;
	overflow: hidden;
	font-weight: 600;
}

.cartellaFile{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 0.1rem solid #ffa800;
}

.cartellaFile a{
	color: #4B4B4D;
}

.cartellaFile a:hover{
	color: #ffa800;
}

a .cartella{
	font-weight: 300;
	color: #3C3B3D;
}

._dettaglioPrenotazioni{
	padding: 0 1%;
}

@media (max-width: 767px){
	.dettaglioSx, .dettaglioDx{
		float: none;
		width: 100%;
		margin: 0 0 4rem 0;
	}
}

/************************************************/
/* 				Ricerca							*/
/************************************************/
#navRicerca{
	position: relative;
	width: 100%;
	padding: 1rem 0%;
	margin: 0 0 2rem 0;
	background: #58585A;
	border-radius: 0.4rem;
	color: #fff;
}

#navRicerca a, #navRicerca a:hover{
	color: #fff;
}

#navRicerca form input[type="text"], #navRicerca form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.4rem 1%;
	border-radius: 0.2rem;
	margin: 0;
	font-size: 1.6rem;
}

.campoRicerca{
	position: relative;
	float: left;
	padding: 0 1%;
}

#_indietro{
	text-align: right;
}

.campoRicerca label{
	color:#fff;
}

.tastoRicerca{
	position: relative;
	float: left;
	background: #ffa800;
	border: 0.1rem solid #ffa800;
	color: #ffffff;
	padding: 0.2rem 2% 0.2rem 2%;
	font-size: 1.6rem;
	cursor: pointer;
}

.tastoRicerca:hover{
	background: #ffffff;
	color: #58585A;
}

#navRicerca .select2-container {
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;
	padding: 0.2rem 0;
	background: #fff;
}

#navRicerca .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 1.6rem;
}

#navRicerca .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}

#navRicerca form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 10px 0;
}

#navRicerca #_avanzate{
	width: 98%;
	margin: 1rem 1% 0 1%;
	padding: 1rem 0;
	background: #E7E5E5;
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}
