.ac_wrapper .ac_inputwrapper {
  background: white;
  position: relative;
  cursor: text;
  padding: 4px 6px 3px 6px;
}
.ac_wrapper .ac_inputwrapper.mv {
  min-height: 37px;
  height: auto;
}
.ac_wrapper .ac_inputwrapper .ac_arrowwrapper {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 24px;
}
.ac_wrapper .ac_inputwrapper .ac_arrowwrapper .ac_arrow {
  border-color: #555555 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  height: 0;
  right: 6px;
  line-height: 0px;
  position: absolute;
  top: 13px;
  width: 0;
  user-select: none;
  -moz-user-select: none;
}
.ac_wrapper .ac_inputwrapper .ac_input {
  background: transparent;
  border: 0;
  cursor: text;
  display: inline-block;
  left: 5px;
  line-height: 17px;
  min-height: 17px;
  min-width: 50px;
  overflow: hidden;
  outline: 0;
  padding: 0px;
  position: relative;
  top: 4px;
  white-space: pre;
  width: auto;
  word-wrap: break-word;
}
.ac_wrapper .ac_inputwrapper .ac_multivalue {
  padding-right: 12px;
}
.ac_wrapper .ac_inputwrapper .ac_multivalue .item {
  border: 1px solid #BABABA;
  background: linear-gradient(to bottom, #f8f8f0 0%, #edeee2 100%);
  border-radius: 2px;
  display: inline-block;
  position: relative;
  padding: 1px 21px 1px 7px;
  margin: 2px;
}
.ac_wrapper .ac_inputwrapper .ac_multivalue .item.locked {
  background: linear-gradient(to bottom, #fbedac 0%, #e8d787 100%);
  padding-right: 7px;
}
.ac_wrapper .ac_inputwrapper .ac_multivalue .item.marked {
  background: linear-gradient(to bottom, #e6d7f3 0%, #cebcde 100%);
}
.ac_wrapper .ac_inputwrapper .ac_multivalue .item .remove {
  cursor: pointer;
  font-weight: bold;
  margin-right: -2px;
  position: absolute;
  right: 6px;
  top: 1px;
}
.ac_wrapper .ac_options {
  background: #fff;
  border: 1px solid #a29fa0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  display: none;
  list-style-type: none;
  margin: 0px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  position: fixed;
  white-space: nowrap;
  z-index: 1;
}
.ac_wrapper .ac_options li {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  cursor: default;
  line-height: 26px;
  padding: 0px 20px 0px 10px;
}
.ac_wrapper .ac_options li:hover,
.ac_wrapper .ac_options li:active,
.ac_wrapper .ac_options li.active {
  background: #f1f1e1;
  border-color: #c7c7c7;
}
.ac_wrapper .ac_options li .strong {
  font-weight: bold;
  text-decoration: underline;
}
.ac_wrapper .ac_options li .detail {
  color: #828282;
}
/*# sourceMappingURL=autocomplete.css.map */