.angucomplete-holder {
    position: relative;
}

#searchText_value {
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
	background-color: #ffffff;
	width: 100%;
	height: 36px;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  top: 36px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /* width: 380px; */
  width: 100%;
  max-height: 300px;
  margin-top: -1px;
  background-color: #ffffff;
  overflow:auto;
}


.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
	font-size: 14px ;
  	font-family: Tahoma ;
  	color: #777777 ;
}

.angucomplete-selected-description {
	color: #FFFFFF ;
}

.angucomplete-row {
    padding: 5px;
    margin-bottom: 4px;
    clear: both;
    font-size: 15px ;
  	font-family: Tahoma ;
  	color: #4a4a4a ;
}

.angucomplete-selected-row {
    /*background-color: #ff8888;*/
     background-color: var(--vert-3); 
    color: #ffffff;
}



.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.highlight{
	/*color: #ff6666;*/
	color: var(--vert-2);
}


/* -------------- */
/* MEDIA QUERIES  */
/* -------------- */

@media screen and (max-width: 992px) {
	
	.angucomplete-dropdown {
	    width: 100%;
	    max-height: 200px;
	}
}
