.c-float-label {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 18px;
}
.c-float-label__label {
  left: 13px;
  position: absolute;
  top: 13px;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  color: #525252;
  cursor: text;
  font-weight: inherit;
  font-size: 16px;
  pointer-events: none;
}
.c-float-label--line .c-float-label__label {
  left: 0;
}
.bx-sls .c-float-label__label {
  top: 8px;
}
.c-float-label--placeholder .c-float-label__label {
  opacity: 0;
}
.c-float-label__label__star {
  position: absolute;
  top: 20px;
  left: 150px;
  opacity: 0;
}
.c-float-label--placeholder .c-float-label__label__star {
  opacity: 1;
}
.is-dirty .c-float-label__label__star,
.c-float-label__control:focus ~ .c-float-label__label__star {
  opacity: 0;
}
.is-dirty .c-float-label__label,
.c-float-label__control:focus ~ .c-float-label__label {
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  opacity: 1;
  cursor: default;
  pointer-events: auto;
  font-size: 12px;
}
.c-float-label__control.error ~ .c-float-label__label {
  color: #ff0032;
}
.c-float-label__control {
  height: 45px;
  padding-top: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
  background-color: #f0f0f0;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-weight: inherit;
  font-size: inherit;
  color: #000;
}
.c-float-label__control:-ms-input-placeholder {
  color: #525252;
}
.c-float-label__control::placeholder {
  color: #525252;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.c-float-label__control:focus::placeholder {
  color: #525252;
}
.c-float-label__control.error {
  border-color: #ff0032 !important;
  color: #ff0032;
}
.c-float-label--line .c-float-label__control {
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #777;
}

.c-float-label__button {
    position: absolute;
    right: 0;
    top: 13px;
    display: none;
    pointer-events: none;
    z-index: 10;
}

.c-float-label__button--remove {
    z-index: 9;
}

.bx-ui-sls-container .c-float-label__button {
    right: -22px;
}

.is-dirty .c-float-label__control:not(:active):not(.error) ~ .c-float-label__button--ok {
    display: block;
}

.is-dirty .c-float-label__control.location-optional:not(.error) ~ .c-float-label__button--ok {
    display: block;
}

.is-dirty .c-float-label__control.error ~ .c-float-label__button--remove {
    width: 34px;
    height: 24px;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -webkit-appearance: none;
    display: block;
    pointer-events: auto;
    outline: none;
}

.c-float-label label.error {
  margin: 0;
  color: #ff0032;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.c-float-label .bx-sls .dropdown-block {
  width: 100%;
  height: 45px;
  background-color: #f0f0f0;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #000;
  font-weight: inherit;
  font-size: inherit;
}
.c-float-label--line.c-float-label .bx-sls .dropdown-block {
  border-radius: 0;
  background-color: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-color: #777 !important;
  padding-left: 0;
}
.c-float-label .bx-sls .bx-ui-sls-fake,
.c-float-label .bx-sls .bx-ui-sls-route {
  height: 45px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.c-float-label .bx-sls .bx-ui-sls-fake[readonly],
.c-float-label .bx-sls .bx-ui-sls-route[readonly] {
  cursor: text;
}
.c-float-label .bx-sls .dropdown-icon {
  top: 18px;
}
.c-float-label--line.c-float-label .bx-sls .dropdown-icon {
  left: auto;
  right: 8px;
}
.c-float-label .bx-sls .bx-ui-sls-container {
  height: 43px;
}
.c-float-label .bx-sls .bx-ui-sls-container label.error {
  top: 45px;
}
.c-float-label--line.c-float-label .bx-sls .bx-ui-sls-container label.error {
  left: 0;
}
.c-float-label .bx-sls .dropdown-fade2white {
  height: 41px;
  top: 1px;
  right: 1px;
  background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #f0f0f0 30%);
}
.c-float-label--line.c-float-label .bx-sls .dropdown-fade2white {
  background: transparent;
}
.c-float-label .bx-sls .bx-ui-sls-pane {
  top: 44px;
}
.c-float-label .bx-sls .bx-ui-sls-clear {
  margin-top: 9px;
  right: 30px;
  display: none !important;
}
.c-float-label .bx-sls .bx-ui-sls-loader {
  top: 12px;
  right: 30px;
}

