/* Add here all your CSS customizations */

.stefano_riga_form {
	display: block;
	padding: 0.5em 1em 0.3em 1em;
	border-bottom: 1px solid #ECEDF0;
}

.stefano_riga_form:hover {
	background-color: white;
}

#form_7_autocompleta {
	overflow: hidden;
	width: 80vw;
	margin: 0px;
	position: absolute;
	background-color:	#f3f3f3;
	display: block;
	z-index: 10;
}
#form_7_autocompleta ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block !important;
}

#form_7_autocompleta a {
	display: block !important;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	color: black;
}

#form_7_autocompleta li a:hover {
	background-color:		#ffd700;
}

#form_7_autocompleta li a:hover , #form_7_autocompleta li a:focus {
	background-color:		#ffd700;
	outline:	none;
}

.modal-full-farmasi { width: 100%; }

.modal-dialog , .modal-content { width: 99% !important; margin-left: 1%; max-width: 99%;}

