body {
	margin: 0;
	padding: 0;  
	}

form {
	border: 1px solid lightgray;
}


#pnlinseriscidati {
}

#pnlinseriscidati h1,
#pnlvisualizza h1
	{
		text-align: center;
		padding: 12px 0;
		margin: 0 0 1px 0;
		font-family: "Source Sans Pro", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size: 18px;
		color: #FFF;
		background-color: #09c;
		background: rgb(15,104,146);
		background: -moz-linear-gradient(45deg, rgba(15,104,146,1) 0%, rgba(39,146,190,1) 48%, rgba(0,151,214,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(15,104,146,1) 0%,rgba(39,146,190,1) 48%,rgba(0,151,214,1) 100%);
		background: linear-gradient(45deg, rgba(15,104,146,1) 0%,rgba(39,146,190,1) 48%,rgba(0,151,214,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6892', endColorstr='#0097d6',GradientType=1 );
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: lighter;
}


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

	.riga div {
	min-height: 30px;

	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: 'Hammersmith One',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: 120px;
	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: 1.2em;
		color: #444;
	}
	
	
input#Button1, 		/*Puls Calcola*/
	input#Button3	
	{
	background-color: #09c;
	color: #FFF;
	font-size: 12px;
	padding: 10px 0;
	width: 120px;
	margin: 10px auto;
	border-radius: 5px;
	border: 0px !important;
	cursor: pointer;
	display: block;
	}
	input#Button3 { margin-top: 15px; }	
	
	input#Button1:hover,
	input#Button3:hover
	{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.60) inset; }
	
	




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


	#controllo_numero_altezza,
	#CompareValidator1,
	#controllo_numero_eta,
	#CompareValidator2,
	#CompareValidator3,
	#lblindice
	{
		width: 280px;
		font-size: 12px;
		color: #f33;
		margin: 5px 0 0 15px;
		display: block;
	}
	#lblindice { position: relative; top: -5px;  margin: 0 0 0 0 !important; }



/****  MASCHERA RIEPILOGO  ***********/
#boxRiepilogo {
	margin: 0px;
	font-family: 'Hammersmith One',Arial,sans-serif;
	}
	
	#boxRiepilogo h4 { 
	margin: 0;
	color: #09C;
	text-align: center;
	}

	#boxRiepilogo .datiInseriti {
	width: 100%;
	margin: 0 0 25px 0 !important;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
	font-size: 12px;
	border: none !important;
	background-color: #b9e6f8;
	}
	#boxRiepilogo .datiInseriti span {
	display: block;
	border-bottom: medium none !important;
    color: #09C;
    font-size: 15px;
    line-height: 10px;
    margin: 0 20px;
    min-height: 25px !important;
    padding: 0 10px 0 0 !important;
    width: auto;
	}
	#boxRiepilogo .datiInseriti h4 {
	margin: 0 0 10px 20px !important;
	color: #000;
	text-align: left;
	font-size: 14px;
	}
	

#boxRiepilogo span {
	position: relative;
	min-height: 40px;
	margin-left: 20px;
	padding: 10px 0 !important;
	border-bottom: 1px solid #DDD;
	font-size: 10px;
	line-height: 16px;
	color: 666;
	display: block;
	}
	
	#boxRiepilogo h2 {
	margin: 0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
	}
	
	#boxRiepilogo h6 {
	margin: 0 !important;
	font-size: 12px !important;
	color: #F33;
	}
	
	#boxRiepilogo a {
		position: relative;
		display: block;
		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-decoration: none;
		left: 0;
	}
	#boxRiepilogo a:hover { color: #1fa22e; background-position: right 5px; }
	
	#boxRiepilogo .risultato {
	right: 5px;
	bottom: 5px;
	min-width: 36px;
	padding: 20px 5px 0 5px;
	margin: 0 !important;
	font-size: 16px !important;
	color: #09c;
	font-weight: 500;
	}
	
	#boxRiepilogo .statoMassaCorporea {
	margin: 3px 0 0 0;
	font-size: 15px !important;
	color: #f33;
	}
	#boxRiepilogo .statoMassaCorporea.blu { color: #316aad !important; }
	#boxRiepilogo .statoMassaCorporea.verde { color: #7fc257; }
	#boxRiepilogo .statoMassaCorporea.arancio { color: #ffca46; }
	#boxRiepilogo .statoMassaCorporea.rosso { color: #F00; }
 
	#boxRiepilogo .rischio_1,
	#boxRiepilogo .rischio_2,
	#boxRiepilogo .rischio_3 {
	min-width: 36px;
	padding: 0px;
	margin: 0 0 0 0 !important;
	font-size: 11px !important;
	color: #000;
	font-weight: 200;
	}
	#boxRiepilogo .rischio_1 { color: #f7aaaa; }
	#boxRiepilogo .rischio_2 { color: #fa6e6e; }
	#boxRiepilogo .rischio_3 { color: #F00;}
	
		
	
#boxRiepilogo span.indicazioni {
	position: relative;
	width: 580px;
	min-height: 20px;
	margin-top: 5px;
	padding: 0 !important;
	border-bottom: none;
	
	font-size: 14px;
	line-height: 6px;
	color: 000;
	}
	#boxRiepilogo span.indicazioni strong {
	color: #09c;
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	}
	#boxRiepilogo h2.marginTop {
	width: 100%;
	margin: 10px 0 10px 0 !important;
	}
	

.puls_cerchiNutrizionista {
	width: 100% !important;
	margin-top: 0px;
	height: 50px;
	}
	.puls_cerchiNutrizionista a {
	position: relative !important;
	}

	.g-recaptcha {
		text-align: center;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}