.ui-autocomplete-loading { background: white url('/16/graphics/ui-anim_basic_16x16.gif') right center no-repeat; }
 .ui-autocomplete {
 	z-index:999;
 	cursor:pointer;
 	font-size:1rem;
 	line-height:1.2em;
 	padding:0px 15px 15px 0px;
 	background-color:#FFF;
 	opacity:1.0;
	max-height: 440px;
        max-width:640px;
	border:0px;
        border-top:0px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 }
 .ui-autocomplete a {
 	color:#111;outline: 0;
 }
 .ui-autocomplete li {
 	list-style: none;
 	padding-left: 0;
 	vertical-align: top;
 	text-align: left;
 }

 .generic-keyword {
 	font-weight:normal;
        text-transform:uppercase;
 }
 .commercial-keyword {
        text-transform:uppercase;
 }
 .project-keyword::after {
   content: "Projekt"; float:right; font-size:12px; text-transform: capitalize;
 }
 .generic-keyword::after {
   content: "Produkt"; float:right; font-size:12px; text-transform: capitalize;
 }
 .commercial-keyword::after {
   content: "Bedrift"; float:right; font-size:12px; text-transform: capitalize;
 }
 .nonclient-keyword::after {
   content: "Produkt"; float:right; font-size:12px; text-transform: capitalize;
 }
.commercial-keyword em {
 	font-style:normal;
 	color:#000;
        font-weight:600; 
 }
 .nonclient-keyword {
        text-transform:uppercase;
 }
 .nonclient-keyword em {
 	font-style:normal;
 	color:#000;
        font-weight:600;
 }
 .generic-keyword em {
 	font-style:normal;
 	color:#000;
        font-weight:600;
 }
.ui-menu .ui-menu-item a {
line-height: 1.8;
padding: 2px 10px 2px 55px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 0px; background:url(/16/homepage/00/11/35/go.png) no-repeat left #f8f8f8; background-size:50px 30px;
}
/*
.ui-autocomplete::before {
position: absolute;
top: -8px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-left: 7px solid transparent;
border-bottom-color: #8b8b8b;
content: '';
}
.ui-autocomplete::after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
border-left: 6px solid transparent;
content: '';
}
*/