

@media screen and (max-width: 768px){
	#form_preventivo .row{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_preventivo .row .col-lg-6 .row{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#form_preventivo .row .col-sm-12{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_privacy{
		float:left;
		margin-right:10px
	}
	p.hid{
		display:none;
	}
	
	.ui-datepicker-trigger{
		background: none repeat scroll 0 0 transparent;
	    border: medium none;
	    position: absolute;
	    right: 20px;
	    top: 42px;
	}
	
	select, 
	textarea, 
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.inputbox {
	    width: 100% !important;
	}
}

@media screen and (min-width: 768px){
	#form_preventivo .row{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_preventivo .row .col-lg-6 .row{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#form_preventivo .row .col-sm-12{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_privacy{
		float:left;
		margin-right:10px
	}
	p.hid{
		display:none;
	}
	
	.ui-datepicker-trigger{
		background: none repeat scroll 0 0 transparent;
	    border: medium none;
	    position: absolute;
	    right: 20px;
	    top: 42px;
	}
	
	select, 
	textarea, 
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.inputbox {
	    width: 100% !important;
	}
}

@media screen and (min-width: 992px){
	#form_preventivo .row{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_preventivo .row .col-lg-6 .row{
		margin-top:0px;
		margin-bottom:0px;
	}
	#form_privacy{
		float:left;
		margin-right:10px
	}
	p.hid{
		display:none;
	}
	
	.ui-datepicker-trigger{
		background: none repeat scroll 0 0 transparent;
	    border: medium none;
	    position: absolute;
	    right: 20px;
	    top: 42px;
	}
	
	select, 
	textarea, 
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.inputbox {
	    width: 100% !important;
	}

}

@media screen and (min-width: 1170px){
	#form_preventivo .row{
		margin-top:0;
		margin-bottom:10px;
	}
	
	#form_preventivo .row .col-lg-6 .row{
		margin-top:0px;
		margin-bottom:0px;
	}
	#form_privacy{
		float:left;
		margin-right:10px
	}
	p.hid{
		display:none;
	}
	
	.ui-datepicker-trigger{
		background: none repeat scroll 0 0 transparent;
	    border: medium none;
	    position: absolute;
	    right: 20px;
	    top: 42px;
	}
	
	select, 
	textarea, 
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.inputbox {
	    width: 100% !important;
	}
	
	#form_preventivo .btn-default{
		width:100%;
		background:#F4BB0F;
		border:none;
		color:#FFF;
		font-weight:bold;
	}
}