.ac_results {
	padding: 0px;
	border: 1px solid #cbd5e1;
	border-radius: 0 0 8px 8px;
	background-color: white;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
	overflow: hidden;
	text-align: left;
	z-index: 3000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 1000;
	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
	z-index: 1000;
}

.ac_results li {
	margin: 0px;
	padding: 9px 12px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	z-index: 3000;
	background-color: white;
	color: #1f2937;
	
}

.ac_results li:hover {
    background-color: #eff6ff;
}


.ac_loading {
	background : Window url('../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #0d6efd !important;
	color: #fff !important;
}
