
.autocomplete {  
  background: rgba(255, 255, 255, .9);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 100;
}
.autocomplete li {
  border-bottom: 1px solid #69B543;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  transition: background .15s linear;
  white-space: nowrap;
}
.autocomplete li:hover {
  background: #c3c3c3;
}
.autocompleteCodigo {
  display: inline-block;
  width: 30%;
}
.autocompleteNombre {
  display: inline-block;
  width: 70%;
}
.autocompleteResult {
  margin: 1.1em 0;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 10;
}
.autocompleteShow {
  color: #666666;
  display: block;
  text-decoration: none;
}
.autocompleteShow:hover {
  color: #69b543;
  text-decoration: underline;
}
.autocompleteUser {
  margin-top: .2em;
}
.autocompleteUserMail {
  margin-bottom: 0;
}
.pRelative {
  position: relative;
}
.iconSearch {
    position: absolute;
    top: 16px;
    z-index: 2;
}