body {
	width: 100%;
	color: #fff;
	text-align: left;
	background-color: #2b2b2b;
	font-family: "Dosis", sans-serif;
	background: #2b2b2b;
	/*colore pulsanti e elementi#383838;	383838*/
}
a{
	text-decoration:none;
}
* {
	margin:auto;
	padding:0;
}
img {
	border: none;
	max-width:464px;
}

.setupImg {
	max-width:1500px;
}

/* TYPOGRAFY */
h1 {
	color: #2b2b2b;
	padding: 10px;
	font-size:28px;	
}
h2 {
	color: #fff;
	font-size:19px;
	font-weight:normal;	
	padding:10px;
	margin:0;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #191919;
	background:#222;
}
h3 {
	color: #fff;
	font-size:14px;
	text-align: right;
	font-weight:normal;	
	padding:10px;
	margin:0;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #191919;
	background:#222;	
}
h4 {
	background:#363636;	
	/*color: #f92543; fucsia*/
	color: #00ffb3;	/*verde*/
	font-size:17px;
	font-weight:normal;
	padding:10px;	
	border-top:1px solid #191919;
	border-bottom:1px solid #191919;
	margin-top:5px;
	margin-bottom:5px;
}
h5{
	color:#f0f0f0;
	font-size:15px;
	padding-left:15px;
	padding-right:5px;
	font-weight:normal;
}

h6{
	color:#f0f0f0;
	font-size:8px;
	padding-left:15px;
	padding-right:5px;
	font-weight:light;
}

b{
	color:#fcff00;
	font-weight:normal;	
	clear:left;	
}

#evidenziato{
	background:#424242;
	padding:3px;
	clear:left;
}
#verde{
	margin-top:5px;
	margin-bottom:5px;
	color:#f92543;
	text-align:center;
	
}
h6
{
	clear:both;
	font-family: "Dosis", sans-serif;
	/*color: #444;*/
	color: #b0b0b0;
	font-size:14px;
	font-weight:normal;		
	margin-left:0px;
	padding-left:2px;
	margin-top:2px;
}

p {
	font-family: "Dosis", sans-serif;
	font-size:15x;
	padding:10px;	
	line-height:20px;
	clear:both;
	color: #00a5e7;
}


table{
	width:90%;
	font-weight:bold;
	background:#444;
}

td{
	color:#fff;
	text-align:center;
	font-size:small;
	border-top:1px solid #424242;
	background:#2b2b2b;
	vertical-align : top;
}
td .alternate{
	background:#383838;
	height:100%;
	overflow:auto;	
}

input{	
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-left:5px;	
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:28px;
	font-size:14px;
	width:65%;	
	border-radius : 5px;
	background:#333333;	
}
textarea{	
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-left:5px;	
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:84px;
	font-size:14px;
	width:65%;	
	border-radius : 5px;
	background:#333333;
}

select{
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	margin:3px;
	height:28px;
	font-size:14px;
	width:65%;
	margin-left:15%;
	margin-right:15%;
	border-radius : 5px;
	background:#333333;
	background-color : #333;
	-webkit-appearance:none;
	background-image: url('img/png/media-play.png');	
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-position:right;
}


/* BOTTONI MENU PRINCIPALE **************************************** */
.menu_button {	
	float:left;	
	margin:1%;
	height:100px;	
	background: #383838;
	color:#fff;	
	
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
		  
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	border-radius:5px;
}
.menu_button img {
	float:left;
	margin-right:10px;
	width:24px;
	height:24px;
}
.menu_button a {
	float:left;
	width:100%;				
	height:100%;
	text-decoration:none;
	color:#fff;	
}
.menu_button a:hover {
	float:left;
	height:100%;
	width:100%;			
	color:#fff;
}
.menu_button:hover {
	color:#fff;
	background:#f92543;
}

.menu_button span {
	display:block;
	text-align:center;
	/*margin:100px 15px 15px 20px;*/
	padding-top:5px;
	margin-top:75px;
	height:20px;
	width:100%;
	color:#fff;
	background:#424242;	
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
	border-radius:0 0 5px 5px;
}

/* BOTTONI GROSSI MENU PRINCIPALE **************************************** */
.menu_button_big {	
	float:left;	
	margin-left:1%;
	margin-top:.5%;
	height:75px;	
	background: #383838;
	color:#fff;	
	
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
		  
	background-repeat:no-repeat;
	background-position:center;
	width:98%;
	border-radius:5px;
	text-align:center;
	padding-top:47px;
}
.menu_button_big img {	
	margin-top:-20px;
	width:36px;
}
.menu_button_big a {
	float:left;
	width:100%;				
	height:100%;
	text-decoration:none;
	text-align:center;
	color:#fff;	
}
.menu_button_big a:hover {
	float:left;
	height:100%;
	width:100%;			
	color:#fff;
	text-align:center;
}
.menu_button_big:hover {
	color:#fff;
	background:#f92543;
	text-align:center;
}

.menu_button_big span {
	display:block;
	text-align:center;
	/*margin:100px 15px 15px 20px;*/
	padding-top:5px;
	
	height:20px;
	width:100%;
	color:#fff;
	/*background:#424242;	
	/*-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     /*-moz-transition: all 0.3s ease-out;  /* FF4+ */
      /*-ms-transition: all 0.3s ease-out;  /* IE10 */
       /*-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
         /* transition: all 0.3s ease-out;	
	/*border-radius:0 0 5px 5px;*/
}




.menu_container{
	margin-left:5%;
	margin-right:5%;
	width:95%;
}

/* BOTTONI STANDARD **************************************** */
.std_button {	
	position:absolute;
	float:left;
	height:40px;
	left:50%;
	margin-left:-25%;	
	margin-top:3px;
	margin-bottom:3px;		
	width:80%;	
	max-width:350px;	
	background: #383838;
	color:#fff;
	border:1px solid #fff;
	
	-webkit-border-radius: 3px;	
	border-top-left-radius: 3px;	
	border-top-right-radius: 3px;	
	border-bottom-right-radius: 3px;	
	border-bottom-left-radius: 3px;	
	
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}
.std_button img {
	float:left;
	margin-right:10px;
	width:24px;
	height:24px;
}
.std_button a {
	float:left;
	width:100%;				
	height:100%;
	text-decoration:none;
	color:#fff;	
}
.std_button a:hover {
	float:left;
	height:100%;
	width:100%;			
	color:#fff;
}
.std_button:hover {
	color:#fff;
	background:#424242;
}

.std_button span {
	display:block;
	text-align:left;
	/*margin:10px 15px 15px 20px;*/
	width:100%;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;	
}

.modalDialog {
	position: fixed;
	font-family: Roboto, helvetica, arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}

.modalDialog h2{
	background:#f0f0f0;
	color: #f92543;
	font-weight:800;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 65%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #000;
	color:#f00;
	background: -moz-linear-gradient(#fff, #aaa);
	background: -webkit-linear-gradient(#fff, #aaa);
	background: -o-linear-gradient(#fff, #aaa);
}

.close {
	background: #000;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.modalDialog p{	
	color:#f92543;
}

.close:hover { background: #f92543; }


/*************************************************************************/
#load_screen{
	background:#000;
	opacity:0.8;
	position:fixed;
	z-index:1000;
	top:0px;
	width:100%;
	height:1600px;
}
#load_screen > #loading{
	color:#fff;
	width:120px;
	height:24px;
	margin:50% auto;
}

/****************************************************************************/

.cerca input {
	background:#2b2b2b;
	background-image: url('img/png/zoom2.png');	
	background-size: 24px 24px;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	font-weight:normal;
	width:60%;	
}

#btnMenu{
	color: #fff;	
	font-weight:normal;	
	padding:10px;
	height:25px;
	margin:0;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #191919;
	background:#222;	
	width:33%;
}

.menu{
	display:table;
	position:relative;
	float:left;
	height:50px;
	width:100%;	
	background:#222;
	margin-top:5px;
	padding:0;
	border-top:1px solid #f92543;
	border-bottom:1px solid #191919;
}
.menuBtn {	
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	height:100%;		
	width:33%;
	border-left:1px solid #2b2b2b;
	border-right:1px solid #191919;
	padding:15px;	
}
.menuBtn a{
	margin-top:20px;
	color: #fff;
	font-weight:normal;	
}
.menuBtn img{
	float:left;	
	width:24px;
	height:24px;
	
}

/* css per pagina calcolo centro di rollio */
.rollTable{
	list-style-type: none;
	display:table;	
	float:left;	
	width:100%;	
	padding:0;
}
.rollTitle{
	list-style-type: none;
	display:table-cell;
	color: #d0d0d0;	
	font-size:14px;
	font-weight:normal;		
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	text-align:center;	
	width:48%;
	height:10px;
	
}
.rollContent{
	list-style-type: none;
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	/*height:40px;		*/
	width:48%;	
	vertical-align:middle;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	margin:0;
}
.rollContent select{
	-webkit-appearance:none;
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-right:5px;
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:28px;
	font-size:14px;
	border-radius : 5px;
	background:#333333;
	background-image: url('img/png/media-play.png');	
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-position:right;
	padding:0;	
	margin:0;
	padding-left:10px;
	width:95%;
}
.rollContent input{
	-webkit-appearance:none;
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-right:5px;
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:28px;
	font-size:14px;	
	border-radius : 5px;
	background:#333333;	
	padding:0;	
	margin:0;
	padding-left:10px;
	width:88%;
}


/* css per pagina calcolo rapporto */
.ratioTable{
	list-style-type: none;
	display:table;	
	float:left;	
	width:100%;	
	padding:0;
}
.ratioTitle{
	list-style-type: none;
	display:table-cell;
	color: #d0d0d0;	
	font-size:14px;
	font-weight:normal;		
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	text-align:center;	
	width:48%;
	height:10px;
	
}
.ratioContent{
	list-style-type: none;
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	height:80px;		
	width:48%;	
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	margin:0;
	font-size:20px;
	
}

.ratioContent input{
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	font-size:40px;
	width:95%;
	height:100%;
	border-radius: 5px;
	background:#333333;
	text-align:center;
	margin:0;
	z-index: 1;
	margin-left:1%;
	margin-right:1%;
}


.setupTable{
	list-style-type: none;
	display:table;	
	float:left;	
	width:100%;	
	padding:0;		
}
.itmTitle{
	list-style-type: none;
	display:table-cell;
	color: #d0d0d0;	
	font-size:14px;
	font-weight:normal;		
	height:40px;
	min-width:120px;
	max-width:120px;	
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	text-align:left;	
}
.itmTitleLong{
	list-style-type: none;
	display:table-cell;
	color: #d0d0d0;	
	font-size:14px;
	font-weight:normal;		
	height:25px;
	width:100%;	
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	text-align:left;	
}
.itmTitle a {
	color:#d0d0d0;
}
.itmContent{
	list-style-type: none;
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	height:25px;		
	width:100%;	
	vertical-align:middle;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	margin:0;
}
.itmText{
	list-style-type: none;
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	height:25px;	
	vertical-align:middle;
	text-align:center;
	margin:0;
}
.itmText2{
	list-style-type: none;
	display:table-cell;
	color: #fff;	
	font-weight:normal;		
	height:25px;
	width:50%;
	vertical-align:middle;
	text-align:center;
	margin:0;
}

.itmContent input {
	padding:0;
	margin:0;
	padding-left:1%;
	width:94%;
}

.itmContent select {
	-webkit-appearance:none;
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-right:5px;
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:28px;
	font-size:14px;
	width:65%;	
	border-radius : 5px;
	background:#333333;
	background-image: url('img/png/media-play.png');	
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-position:right;
	padding:0;	
	margin:0;
	padding-left:10px;
	width:95%;
}
.itmContent textarea {
	-webkit-appearance:none;
	font-family: "Dosis", sans-serif;
	color:#f0f0f0;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding-right:5px;	
	margin: 3px;
	margin-left:15%;
	margin-right:15%;
	height:28px;
	font-size:14px;
	width:65%;	
	border-radius : 5px;
	background:#333333;
	padding:0;
	margin:0;
	width:95%;
	height:60px;
}

#Errore {
	background:#f00;
}



//**
.myCheckbox input {
    // display: none;
    // Better than display: none for accessibility reasons
    position: relative;
    z-index: -9999;
	background: #333;
}

.myCheckbox span {
    width: 20px;
    height: 20px;
    display: block;
    background: #333;
	border-radius:2px;
	background-size: 20px 20px;
	
}

.myCheckbox input:checked + span {
	background: #333;
	border-radius:2px;
    background: url("img/png/tick.png");
	background-size: 20px 20px;	
}**//





