/* ============================================================================================= */
/*	CSS classes used by the advanced search autocomplete
/* ============================================================================================= */	

.advq-ok, 
.advq-err {
	display: none;
}

.ui-autocomplete.autocomplete-suggestions {
    list-style-type: none;
    padding: 1.125em 0;
    z-index: 11; /* Make sure it doesn't overlap */
    max-height: 40vh;
   	overflow-y: auto;
   	box-shadow: 0 -9px 0 white, 0 5px 10px grey; /* the 1st definition hides the input-info triangle (defined by a :before) */
}

.autocomplete-suggestions li.ui-menu-item .ui-menu-item-wrapper {
	padding: .375em 1em;
}

.autocomplete-suggestions li.ui-menu-item .ui-state-active {
    border: none;
    font-weight: bold;
}

.advanced-search-icon {
	margin-right: 1em;
}

[dir="rtl"] .advanced-search-icon {
	margin-right: 0;
	margin-left: 1em;
}