/* Tema San Valentino */

/*
	Paletta colori:
	viola:
		#382858
		#57498b
		#8060bd
	verde
		#263f08
		#a5bf4f
*/


html
{
	width: 100%;
	height: 100%;
}

body
{
	background-image: url('../img/sfondo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-height: 100%;
	font-family: Calibri;
}

#mainbox
{
	margin-top: 20px;
	min-height: 400px;
	background-color: rgba(165,191,79,0.8);
}

#boxtitle
{
	text-align: center;
	color: #263f08;
	font-weight: bold;
}

#boxdescription, #helpdescription
{
	color: #a5bf4f;
	background-color: #263f08;
	font-size: 16px;
	padding: 5px;
}

#boximg img, #helpimg img
{
	width: 100%;
}

#formtext input
{
	border-radius: 0;
	border: 1px solid #382858;
	font-size: 16px;
	margin-top: 10px;
}

#formradio label
{
	border-radius: 0;
	background-color: #a5bf4f;
	border: 1px solid #382858;
	color: #263f08;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}

#formradio label:hover, #formradio label:active
{
	background-color: #263f08;
	border: 1px solid #382858;
	color: #a5bf4f;
}

#formradio label.active
{
	background-color: #8060bd;
	color: #a5bf4f;
	border: 1px solid #382858;
}

#formsubmit button
{
	background-color: #263f08;
	border: 1px solid #382858;
	color: #a5bf4f;
	border-radius: 0;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

#formreset button
{
	background-color: #a5bf4f;
	border: 1px solid #382858;
	color: #263f08;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
}

#formhelp button
{
	background-color: #382858;
	border: 1px solid #263f08;
	color: white;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
}

.lavanda
{
	color: #8060bd;
}

#loader
{
	display: none;
	width: 100%;
	z-index: 30;
}

#overlay
{
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

#help
{
	background-color: rgba(56,40,88,0.8);
}

#help .modal-content
{
	
	background-color: rgba(0,0,0,0.9);
	background-color: rgba(165,191,79,0.8);
}

#help .modal-header
{
	border-bottom: 1px solid #382858;
}

#help .modal-title
{
	font-weight: bold;
	color: #263f08;
	font-size: 36px;
	text-align: center;
}

#help .modal-footer
{
	border-top: 1px solid #382858;
}

#help button
{
	background-color: #a5bf4f;
	border: 1px solid #382858;
	color: #263f08;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

#video iframe
{
	width: 100%;
}

#lastmessage
{
	min-height: 390px;
	display: none;
	padding-top: 40px;
}

#lastmessage p
{
	color: #8060bd;
	text-align: center;
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
}

#formend
{
	display: none;
}