@charset "UTF-8";
/* CSS Document */

#modal_loading_form {
	width:150px;
	height:150px;
	top:50%;
	margin-top:-75px;
	left:50%;
	margin-left:-75px;
	position:fixed;
	z-index:140;
	overflow:auto;
	
}

.form_modal {
	width: 750px;
	height: 70%;
	display:none;
	position: fixed;
	top: 15%;
	left:50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	border-radius: 5px;	
	z-index: 9999;
	padding: 30px;
	box-sizing: border-box;
	overflow: scroll;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
}

.modal_chiudi_form {
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: 345px;
	background-color: #e30016;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
}

.modal_chiudi_form:hover {
	background-color: #d6293e;
}

.modal_chiudi_form i {
	line-height: 30px !important;
}

.modal_sfondo_form {
	position:fixed;
	z-index:130;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.form_page_sx {
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
}

.form_page_dx {
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
	margin-top: 20px;
}

.form_page_sx h1 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
}

.t1_form_label {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.form_page_t1_input input {
	background-color: #eeeeee;
	width: 100%;
	height: 40px;
	padding: 2px 10px;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
}

.form_page_t1_input {
	width: 100%;
}

.form_page_t1_input textarea {
	background-color: #eeeeee;
	width: 100%;
	height: 70px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
}

.form_page_t1_subtitle p {
	margin-bottom: 20px;
}

.g-recaptcha, .form_checkbox {
}

.form_page_t1_inviaform_btn {
	background-color: #e30016;
    color: #fff;
	display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
	cursor: pointer;
	font-size: 20px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 20px 0;
	font-weight: 700;
	-webkit-appearance: none;
}

.form_page_t1_inviaform_btn:hover {
	background-color: #d6293e;
}


div.errore_form {
	color:#FF0000;
	font-size: 14px;
}

.t1_form_alert_label_si {
	background-color: #44CB55;
	color: #fff;
	padding: 10px;
}

.form_page_t1_img_container {
	margin-top: 40px;
}

.form_page_t1_img_container img {
	max-width: 100%;
}

.formhome_t1_privacy_container p {
	font-size: 15px;
	line-height: 110%;
}

.formhome_t1_privacy_container a {
	font-size: 15px;
	line-height: 120%;
	color: #57BB47;
}

.form_page_t1_title {
	line-height: 120%;
	font-size: 30px;
	margin-bottom: 20px;
}

.form_page_t1_subtitle h3 {
	font-size: 50px;
	margin: 0;
	padding: 0;
}

.form_page_t1_infobox a,
.form_page_t1_subtitle a {
	color: #57BB47;
	text-decoration: none;
}

.form_page_t1_infobox a:hover,
.form_page_t1_subtitle a:hover {
	color: #0D6A39;
}

.t1_form_item_container_main {
	margin-bottom: 20px;
	float: left;
}

.t1_form_item_container_main {
	margin-bottom: 20px;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}

.form_t1_input_container {
	width: 100%;
}

.form_t1_input_container select,
.form_t1_input_container input,
.form_t1_input_container textarea {
	width: 100%;
}

.form_t1_input_container select {
	font-size: initial !important;
}

.form_t1_input_container input,
.form_t1_input_container textarea {
	background-color: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 2px;
	
}


/* FORM CON PULSANTE CHE APRE MODAL ***/

.t1_form_openmodal_btn_container{
	margin: 20px 0;
	text-align: center;
}

.t1_form_openmodal_btn {
	display: inline-block;
	margin: auto;
	padding: 15px 80px;
	background-color: #e30016 !important;
	color: #fff !important;
	font-size: 30px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.t1_form_openmodal_btn:hover {
	background-color: #d6293e !important;
}


/* ALERT RISPOSTA CONCLUSIVA ***/

.t1_form_alert_container {
	position: fixed;
	bottom: 30px;
	width: 80%;
	left: 10%;
	z-index: 999;
	line-height: 200%;
}

.t1_form_alert_label_no {
	background-color: #D8272A;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 30px;
}

.t1_form_alert_label_si {
	background-color: #0AB145;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 30px;
}


/* SETTING WIDTH **************************************************/

.form_50p {
	width: 50%;
}

.form_100p {
	width: 100%;
}



/* LAPTOP MDPI SCREEN **************************************************/
@media only screen and (max-width:1200px) {
	
	

}


/* TABLET **************************************************/
@media only screen and (max-width:800px) {
	
	
	
}



/* SMARTPHONE **************************************************/
@media only screen and (max-width:640px) {

	.form_modal {
		width: 100%;
		height: 100%;
		top: 0%;
		left: 0%;
		margin-left: 0;
		padding: 20px;
		z-index: 21;
	}
	
	.form_page_sx {
		
	}
	
	.form_page_dx {
		margin-top: 30px;
	}
	
	.form_page_t1_input input {
		width: 100%;
		height: 30px;
		padding: 2px 6px;
		font-size: 14px;
	}
	
	.inviaform_btn {
		width: 100%;
	}
	
	.modal_chiudi_form {
		position: static;
		float: right;
		top: 0;
		left: auto;
		margin-left: 0;
		margin-bottom: 20px;
		display: block;
	}
	
	.form_50p {
		width: 100%;
	}
	
}
