.ui-widget-content{
	background: #fff;
	border-radius: 0px;
	color: #1a1a18;
}
.ui-autocomplete{
	width: 350px !important;
	/* top: 35px !important; */
	padding: 0;
	box-shadow: -1px 2px 8px #ababab;
}
.ui-menu .ui-menu-item{
	height: 80px;
	position: relative;
	list-style: none;
}
.ui-menu .ui-menu-item a{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;	
}
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
    background: #fafafa;
    font-weight: bold;
    color: #1a1a18;
	margin: 0 !important;
}
.ui-menu-item .label{
	color: #1a1a18;
}
.list_item_container .image{
	width: 25%;
	height: 80px;
	float: left;
	text-align: center;
	padding: 5px;
}
.list_item_container .label{
	width: 75%;
	height: 80px;
	float: right;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.list_item_container .image > img{
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: auto;
}
.list_item_container{
	overflow: hidden;
	height: 80px;
	width: 100%;
}
.ui-menu .showAll.ui-menu-item {
	height: 40px;
}
.ui-menu .showAll.ui-menu-item a {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.ui-menu .showAll.ui-menu-item a:hover {
	text-decoration: underline;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}