/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
  /* Theme Square */
  /* Round */
  /* Funky */
  /* Solid */
  /* Plate */
}

.easy-autocomplete.eac-round input {
  /* border: 2px solid #888; */
  /* border-radius: 10px; */
  /* color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0; */
  min-width: 300px;
  /* padding: 10px; */
}
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #543b7f;
}
.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #543b7f;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 10px;
}
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #543b7f;
  border-width: 0 1px;
  font-size: 16px;
  padding: 10px 10px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #f2f2f2;
}
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 5px 5px 0 0;
  border-width: 1px 1px 0;
}
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 5px 5px;
  border-width: 0 1px 1px;
}
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700;
}


/*# sourceMappingURL=easy-autocomplete.themes.css.map */
