.angucomplete-dropdown, .angucomplete-image {
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-holder {
  position: relative;
  float: left;
  width: 65%; }

.angucomplete-dropdown {
  border-radius: 2px;
  width: 95%;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-top: -6px;
  background-color: #fff;
  overflow-y: auto;
  max-height: 320px; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000;
  margin-bottom: 5px;
  clear: both; }

.angucomplete-selected-row {
  background-color: #add8e6;
  color: #fff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%; }

.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

.accessibility-input {
  display: none; }