.input-entity {
  position: relative !important;
}

.input-entity div.entity-list {
  background: #ffffff;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .6);
  top: 40px !important;
  margin: 0px auto;
  padding: 10px;
  max-width: 100%;
  min-width: 280px;
}

.input-entity div.entity-list div.entity-list-item {
  padding: 4px;
}

.input-entity div.entity-list div.entity-list-item a, .input-entity div.entity-list div.entity-list-item a:hover, .input-entity div.entity-list div.entity-list-item a:active {
  color: rgb(103, 106, 108);
  font-size: 14px;
}

.input-entity div.entity-list div.entity-list-item.active {
  font-weight: bold;
  background-color: rgb(238, 238, 238);
}

.input-entity button.clear {
  position: absolute;
  top: 0px;
  align-self: left;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
