body {
	margin: 0;
	padding: 0;
	}

/*** colori per definire la gravità ***/
.blu { color: #148bc6 } 
.verde { color: #7fc257; }
.arancio { color: #ffca46; }
.rosso { color: #f33; }

#pnlinseriscidati {
	border: 1px solid lightgray;
}

#pnlinseriscidati h1,
#boxRiepilogo h1
{
    color: #fff;
    font-family: "Source Sans Pro","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
    font-size: 18px;
    margin: 0 0 1px 0 !important;
    padding: 12px 0;
    text-align: center;
	background-color: #09c;
}


.topInfo {
	background-color: #f6f6f6;
	text-align: center;
	padding: 6px 0;
	font-family: "Source Sans Pro", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}


.riga {
	display: block;
	max-width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 0 0 26px;
	border-bottom: 1px solid #e6e7e8;
	font-family: 'Source Sans Proe',Arial,sans-serif;
	text-align: center;
	}

	.riga div {
	width: 130px;
	min-height: 30px;
	margin: 0 auto !important;
	
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #09C;
	}

	.riga div h4 {
	width: 100%;
	min-height: 16px;
	margin: 0;
	padding: 0;
	
	font-family: 'Source Sans Proe',Arial,sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #09C;
	text-transform: uppercase;
	}
	.riga div h4.sesso { margin-top: 8px; }
	.riga div h4.stilevita { height: 60px;}
	
	
input {
	font-size: 16px;
	color: #777;
	width: 80px;
	padding: 7px 10px 7px 10px;
	border: 1px solid #09c !important;
	}
	
	input[type="radio"] {
	width: 13px;
	height: 13px;
	margin: 0 8px 0 0;
	}
	
	label {
	font-size: 16px;
	color: #444;
	}
	
	
	
input#Button1, 		/*Puls Calcola*/
	input#Button2	/*Puls Calcola Ancora*/
	{
	background-color: #09c;
	color: #FFF;
	font-size: 12px;
	padding: 10px 0;
	width: 120px;
	margin: 10px auto;
    display: block;
	border-radius: 5px;
	border: 0px !important;
	cursor: pointer;
	}
	input#Button1:hover,
	input#Button2:hover
	{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.60) inset; }
	
	input#Button2 { margin-right: 230px; }




/*  *SEGNALTORI ERRORI  */
#RequiredFieldValidator1,
#RequiredFieldValidator2,
#RequiredFieldValidator3
	{
	width: 15px;
	height: 16px;
	margin: 8px 2px 0 0 !important;
	font-size: 24px;
	color: #f00;
	}


	#CompareValidator1,
	#CompareValidator2,
	#CompareValidator3,
	#CompareValidator4,
	#CompareValidator5,
	#circonferenza,
	#lblindice
	{
	width: 280px;
	font-size: 12px;
	color: #f33;
	margin: 5px 0 0 15px;
	display: block;
	}
	#Label1 { margin-left: 0 !important; }




/****  MASCHERA RIEPILOGO  ***********/
#boxRiepilogo {
	font-family: 'Source Sans Proe',Arial,sans-serif;
	}
	
	#boxRiepilogo h3 { 
	margin: 0;
	color: #09C;
	text-align: center;
	}

	#boxRiepilogo .datiInseriti {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 10px 0 !important;
	background-color: #b9e6f8;
	font-family: "Source Sans Pro","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
	font-size: 14px;
	border: none !important;
	}
	#boxRiepilogo .datiInseriti span {
	width: auto;
	min-height: 20px !important;
	padding: 0 10px 0 5px !important;
	color: #09c;
	font-size: 15px;
	line-height: 10px;
	border-bottom: none !important;
	}
	#boxRiepilogo .datiInseriti h4 {
	margin: 0 0 6px 25px !important;
	color: #000;
	}


#boxRiepilogo span {
	position: relative;
	width: 570px;
	margin-left: 20px;
	min-height: 40px;
	padding: 10px 0 !important;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	line-height: 16px;
	color: 444;
	}
	
	#boxRiepilogo h2 {
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
	margin: 0 !important;
	}
	
	#boxRiepilogo a {
	position: absolute;
	right: 5px; 
	bottom: 5px;
	min-width: 36px;
	padding: 30px 5px 0 5px;
	margin: 0 !important;
	background: url(https://valesolution.it/nutrizione/img/info_puls.jpg) right -85px no-repeat;
	font-size: 16px !important;
	color: #09c;
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	}   
	#boxRiepilogo a:hover { color: #1fa22e; background-position: right 5px; }
	
	#boxRiepilogo .risultato {
	position: absolute;
	right: 5px;
	bottom: 5px;
	min-width: 36px;
	padding: 20px 5px 0 5px;
	margin: 0 !important;
	font-size: 16px !important;
	color: #09c;
	font-weight: 500;
	}