body{
	margin: 8px;
	margin-right: 24px;
	font-family: 'Montserrat', sans-serif;
	background: #FFFFFF;
	font-size: 12px;
}

h1 { 
	color: #ff8000; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 32px;  
	margin: 0 0 24px; 
	text-align: center; 
	text-transform: uppercase; 
	text-shadow: 7px 3px 7px rgba(48, 48, 48, 0.50);
	text-overflow: ellipsis;
}

h2 { 
	color: #ff8000; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 24px; 
	margin: 0 0 20px; 
	text-align: center; 
	text-transform: uppercase; 
	text-shadow: 7px 3px 7px rgba(48, 48, 48, 0.50);
	text-overflow: ellipsis;
}

h3 { 
	color: #ff8000; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 18px; 
	margin: 0 0 12px; 
	text-align: center; 
	text-transform: uppercase; 
}

table { 
    border-spacing: 0;
    border-collapse: collapse;
    background: #f9fff0;
}

td {
	padding: 8px;
}

th {
	padding: 8px;
	text-align: center;
	background: #ce5700;
	color: #FFFFFF;
}

tr:nth-child(even) {
    background-color: #fff4df;
    color: #000000;
}

tr:nth-child(odd) {
    background-color: #dff8ff;
    color: #000000;
}

table.tabella {
	border-spacing: 1;
    border-collapse: collapse;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid black;
    border-color: #000000;
}

tr.tabella_tr {
	background-color: #ffffff;
	background: #ffffff;
	border: 1px solid black;
}

td.tabella_td {
	background-color: #ffffff;
	background: #ffffff;
	border: 1px solid black;
	width: 150px;
	height: 100px;
	vertical-align: top;
}



.minibutton {
   border-top: 1px solid #ff8000;
   background: #ff8000;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8000), to(#af4000));
   background: -webkit-linear-gradient(top, #ff8000, #af4000);
   background: -moz-linear-gradient(top, #ff8000, #af4000);
   background: -ms-linear-gradient(top, #ff8000, #af4000);
   background: -o-linear-gradient(top, #ff8000, #af4000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.minibuttonsel {
   border-top: 1px solid #ffec00;
   background: #ffec00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffec00), to(#ff8000));
   background: -webkit-linear-gradient(top, #ffec00, #ff8000);
   background: -moz-linear-gradient(top, #ffec00, #ff8000);
   background: -ms-linear-gradient(top, #ffec00, #ff8000);
   background: -o-linear-gradient(top, #ffec00, #ff8000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.minibutton:hover {
   border-top-color: #ff8000;
   background: #fd9800;
   color: #fff;
}
   
.minibutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.button {
   border-top: 1px solid #ff8000;
   background: #ff8000;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8000), to(#af4000));
   background: -webkit-linear-gradient(top, #ff8000, #af4000);
   background: -moz-linear-gradient(top, #ff8000, #af4000);
   background: -ms-linear-gradient(top, #ff8000, #af4000);
   background: -o-linear-gradient(top, #ff8000, #af4000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.buttonsel {
   border-top: 1px solid #ffec00;
   background: #ffec00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffec00), to(#ff8000));
   background: -webkit-linear-gradient(top, #ffec00, #ff8000);
   background: -moz-linear-gradient(top, #ffec00, #ff8000);
   background: -ms-linear-gradient(top, #ffec00, #ff8000);
   background: -o-linear-gradient(top, #ffec00, #ff8000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
   border-top-color: #ff8000;
   background: #fd9800;
   color: #fff;
}
   
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.menubutton {
   border-top: 1px solid #ff8000;
   background: #ff8000;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8000), to(#Af4000));
   background: -webkit-linear-gradient(top, #ff8000, #Af4000);
   background: -moz-linear-gradient(top, #ff8000, #Af4000);
   background: -ms-linear-gradient(top, #ff8000, #Af4000);
   background: -o-linear-gradient(top, #ff8000, #Af4000);
   padding: 9.5px 19px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Montserrat, serif;
   text-decoration: none;
   vertical-align: middle;
}

.menubuttonsel {
   border-top: 1px solid #ffec00;
   background: #ffec00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffec00), to(#ff8000));
   background: -webkit-linear-gradient(top, #ffec00, #ff8000);
   background: -moz-linear-gradient(top, #ffec00, #ff8000);
   background: -ms-linear-gradient(top, #ffec00, #ff8000);
   background: -o-linear-gradient(top, #ffec00, #ff8000);
   padding: 9.5px 19px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Montserrat, serif;
   text-decoration: none;
   vertical-align: middle;
}

.menubutton:hover {
   border-top-color: #ff8000;
   background: #fca401;
   color: #fff;
}

.menubutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

div {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}


.menudiv {
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	height: 76px;
}

.centeredDiv {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    min-height:100px;
    margin-top: -9em; 
    margin-left: -15em; 
    
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #FFFFDD;
	border-color: #333333;
	border: 3px solid #999999;
	padding: 8px;
	text-align: center;
	
	z-index:999;
}

.overflowDiv {
    position:fixed;
    top: 20%;
    left: 40%;
    width:30em;
    min-height:100px;
    margin-top: -9em; 
    margin-left: -15em; 
    
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #FFFFDD;
	border-color: #333333;
	border: 3px solid #999999;
	padding: 8px;
	text-align: center;
	
	z-index:999;
}

.nearElementDiv {
    position:relative;
    top: 50%;
    left: 50%;
    width:30em;
    min-height:100px;
    margin-top: -9em; 
    margin-left: -15em; 
    
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #FFFFDD;
	border-color: #333333;
	border: 3px solid #999999;
	padding: 8px;
	text-align: center;
	
	z-index:999;
}

.boxdiv {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 100%;
	position: relative;
	background: #FFFFDD;
	border-color: #333333;
	border: 1px solid #999999;
	padding: 4px;
	text-align: center;
}

.miniboxdiv{
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	background: #FFFFFF;
	border-color: #333333;
	border: 1px solid #999999;
	text-align: center;
	padding: 4px;	
	display: table-cell;
	vertical-align: top;
}

.titoloSezione {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	color: #000a5e;
	font-weight: bolder;
}

.spacer {
	width: 8px;
}

.error {
	color: #990000;
	font-size: 16px;
	font-weight: 600;
}

.icona {
	width: 28px;
	height: 28px;
}

.iconamini {
	width: 10px;
	height: 10px;
}

.logo {
	position: absolute; 
	top: 8px; 
	right: 24px; 
	border-color: inherit; 
	-webkit-box-shadow: none; 
	box-shadow: none;
	outline: none;
	width: 250px;
}

.tooltiptext {
	color: #530053;
}

.valoreErrore {
	color: #990000;
	font-weight: bolder;
}

.valoreOk {
	color: #009900;
	font-weight: bolder;
}

#circular3dG{
	position:relative;
	width:353px;
	height:353px;
	margin:auto;
}

.circular3dG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:100px;
	height:100px;
	border-radius:106px;
		-o-border-radius:106px;
		-ms-border-radius:106px;
		-webkit-border-radius:106px;
		-moz-border-radius:106px;
	animation-name:bounce_circular3dG;
		-o-animation-name:bounce_circular3dG;
		-ms-animation-name:bounce_circular3dG;
		-webkit-animation-name:bounce_circular3dG;
		-moz-animation-name:bounce_circular3dG;
	animation-duration:0.782s;
		-o-animation-duration:0.782s;
		-ms-animation-duration:0.782s;
		-webkit-animation-duration:0.782s;
		-moz-animation-duration:0.782s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circular3d_1G{
	left:141px;
	top:24px;
	animation-delay:0.2895s;
		-o-animation-delay:0.2895s;
		-ms-animation-delay:0.2895s;
		-webkit-animation-delay:0.2895s;
		-moz-animation-delay:0.2895s;
}

#circular3d_2G{
	left:217px;
	top:82px;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#circular3d_3G{
	left:259px;
	top:159px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#circular3d_4G{
	left:241px;
	top:235px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#circular3d_5G{
	left:147px;
	top:259px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#circular3d_6G{
	left:29px;
	top:170px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#circular3d_7G{
	left:0px;
	top:47px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#circular3d_8G{
	left:59px;
	top:0px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}



@keyframes bounce_circular3dG{
	0%{
	transform:scale(1)
	}

	100%{
	transform:scale(.3)
	}
}

@-o-keyframes bounce_circular3dG{
	0%{
	-o-transform:scale(1)
	}

	100%{
	-o-transform:scale(.3)
	}
}

@-ms-keyframes bounce_circular3dG{
	0%{
	-ms-transform:scale(1)
	}

	100%{
	-ms-transform:scale(.3)
	}
}

@-webkit-keyframes bounce_circular3dG{
	0%{
	-webkit-transform:scale(1)
	}

	100%{
	-webkit-transform:scale(.3)
	}
}

@-moz-keyframes bounce_circular3dG{
	0%{
	-moz-transform:scale(1)
	}

	100%{
	-moz-transform:scale(.3)
	}
}