
/* =============== Estilos do autocomplete =============== */
.ui-autocomplete { 
	background: #fff; 
	border: 1px solid blue;
	cursor: pointer; 
	font: 15px 'Open Sans',Arial;
	margin-left: 3px;
	width: 100% !important;
	position: fixed;
}

.ui-autocomplete .ui-menu-item { 
	list-style: none outside none;
	padding: 7px 0 9px 10px;
}

.ui-autocomplete .ui-menu-item:hover { background: #eee }

.ui-autocomplete .ui-corner-all { 
	color: #666 !important;
	display: block;
}

.verdinho{
	background-color: #008d4c !important;
	color:white;
}

.verdao{
	background-color: #055a29 !important;
	color:white;
}

.verdao a, .verdinho a{
	color:white;
	text-decoration: underline;
}

.overlay{
 position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  display:none;
}
.error{
	color:red;

}