.c-kd-autocomplete {
  position: relative;
  input {
    border-radius: 0;
    border: 1px solid #ddd;
    font-size: 13px;
    &:focus {
      border-color: rgba(242, 130, 0, 0.8);
      outline: 0;
      outline: thin dotted \9;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 130, 0, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 130, 0, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 130, 0, 0.6);
    }
  }
  &--entity-multiple-with-selector {
    left: -46.1% !important;
    position: relative;
    width: 146.1% !important;
  }
}

.o-kd-autocomplete-input {
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: normal;
  height: 32px;
  padding: 0 0 0 10px;
  font-family: Helvetica, kdFont, Arial, sans-serif !important;
  &--entity-multiple-no-selector {
    margin-left: 1px;
    font-size: 14px;
    line-height: normal;
    font-family: Helvetica, kdFont, Arial, sans-serif !important;
  }
}

.o-options {
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(221, 221, 221);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(51, 51, 51);
  border-top-style: none;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px -2px 6px 0px inset;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  cursor: pointer;
  display: block;
  font-size: 15.4px;
  line-height: 22px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  outline-color: rgb(51, 51, 51);
  outline-style: none;
  position: absolute;
  margin: 0;
  width: 100%;
  top: 32px;
  z-index: 1000;
  padding-left: 0px;
  &__option {
    border-bottom: 1px dotted #eee;
    padding-top: 0;
    padding-bottom: 6px;
    &-text {
      display: block;
      margin-left: 10px;
      font-size: 13px;
    }
    &:focus,
    &-active {
      border: 0;
      margin: 0;
      font-weight: normal;
      color: #fff;

      /* Gradient  bottom, middle, top line color */
      background-color: #f98b04; /* For IE9 */
      background-image: linear-gradient(bottom, #f98b04 40%, #feb200 100%);
      /* IE Filter only has two colors */
      filter: progid:DXImageTransform.Microsoft.gradient(
          startColorstr='#FEB200',
          endColorstr='#F98B04'
        );
      border-radius: 0;
      border-bottom: 1px solid #f98b01;
    }
  }
  &__info-option {
    border: 1px solid #ddd;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(170, 170, 170, 1);
  }
}

.o-search-icon {
  &--with-loading {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 29px;
  }
  &--with-loading-for-chicklet-none {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right 21px center;
    background-size: 29px;
  }
  &--with-loading-for-chicklet-none-empty {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 29px;
  }
  &--entity-multiple-no-selector {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
  }
  &--entity-multiple-no-selector-with-loading {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 29px;
  }
  &--entity-multiple-no-selector-with-loading-for-chicklet-none {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 29px;
  }

  &--entity-multiple-no-selector-with-loading-for-chicklet-none-empty {
    background-image: url(assets/images/api/kdspinner_small_right.gif);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 29px;
  }
}
