.choosy {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.choosy * {
  box-sizing: border-box;
}
.choosy .selected {
  position: relative;
}
.choosy .selected ul {
  min-height: 2em;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  list-style: none;
  margin: 0;
  padding: 0;
}
.choosy .selected ul li.input {
  border: none;
  background: transparent;
  margin: 2px;
  padding: 3px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.choosy .selected ul li.input span {
  display: inline-block;
}
.choosy .selected ul li.input > span:focus-visible {
  outline: none;
}
.choosy .selected ul li {
  float: left;
  list-style: none;
  position: relative;
  margin: 3px 5px;
  padding: 3px 15px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.choosy .selected ul li button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  line-height: 13px;
}
.choosy .selected ul li input {
  width: 50px;
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  height: 11px;
}
.choosy .matches {
  background-color: #000;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.choosy .matches ul {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.choosy .matches ul li {
  display: list-item;
  cursor: pointer;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
}
.choosy .matches ul .m-hover, .choosy .matches ul li:hover {
  background-color: #3875d7;
  color: #fff;
}
.choosy .matches ul .selected {
  opacity: 0.5;
}

.choosy .selected input {
  height: 11px;
}
.choosy .matches {
  z-index: 1018;
  border: none;
}
.choosy .input span {
  display: inline-block;
}

/*# sourceMappingURL=choosy.css.map */
