/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-ott-2014, 16.38.40
    Author     : sbrunasso
*/

.step_content .step{
    display: none;
}
.error{
    background-color: #fed;
}
.valid{
    background-color: #dfe;
}
.step_content .gray{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
	z-index: 10
}
.step_content .overlay{
    position: absolute;
	z-index: 20;
	font-size: 12px;
	text-align: left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.step_content .overlay .dialog {
	background-color: #f5f5f5;
	border: 1px solid #333333;
	border-radius: 8px; 
	padding: 8px;
	font-size:15px;
	width: 500px;
	height: 170px
}
.step_content .overlay .dialog strong, .step_content .overlay .dialog span {
	display: block; margin-bottom: 6px
}
.step_content .overlay .dialog span {font-size:13px}
.step_content .overlay .dialog .privacy.sfondo.goto {display: block; float: right; border-radius: 5px;
	border: 1px solid #598200; background: linear-gradient(#93cf0b, #6d9c02); height: 42px;
    line-height: 42px; padding: 0 22px; cursor: pointer; margin-bottom: 0 !important; color:white
}
.step_content .overlay .dialog .privacy.sfondo.goto input {margin:0; padding:0}
	
.step_content .overlay .salta-passaggio {
	color: white;
	display: block;
	padding: 8px 0;
	text-align: center; 
	line-height: 18px
	}
	
	
.step_content .overlay .salta-passaggio .goto {text-decoration: underline; cursor: pointer; padding: 2px 4px;
	background: #e5e5e5; border: 1px solid #414141; border-radius: 4px; color: #333333}
.step_content .overlay .salta-passaggio .goto:hover {text-decoration: none;}

@media only screen and (max-width : 500px) {
		.step_content .overlay .dialog {width: 95% !important; height: auto !important; padding: 2%}
	}
