.ac_results {
	padding: 0;
	border: 1px solid #ced4da;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 0;
	overflow-y: auto;
	max-height: 350px;
	min-width: 250px;
	max-width: 300px;
	position: absolute;
	z-index: 1050;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ac_results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	padding: 8px 16px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #dee2e6;
	background-color: #fff;
}

.ac_results li.last {
	border-bottom: none;
}

.ac_results li:hover,
.ac_results li.ac_over {
	background-color: #fff;
	color: rgb(0, 174, 66);
	border-radius: 10px;
}
.ac_results li:first-child:hover {
	color: rgb(0, 174, 66) !important;
}

.ac_odd {
	background-color: #f8f9fa;
}

.ac_loading {
	background: transparent url('indicator_verde.gif') right center no-repeat;
}