/*======================================================================
  Selectric
======================================================================*/
select {
  display: none;
}
  .bx-core-window select {
    display: block;
  }
  .ui-datepicker select {
    display: inline-block;
    padding: 3px 4px;
    margin: 0 0 0 5px!important;
    visibility: hidden;
  }

  @media (max-width: 1024px) {
      .ui-datepicker select {
        visibility: visible;
        color: #000;
      }
  }

.selectricWrapper {
  position: relative;
  width: 155px;
  cursor: pointer;
}

.selectricWrapper.error .selectric {
    border: 1px solid #e00202 !important;
    outline: 1px solid #e82323;
    box-sizing: content-box;
    margin-bottom: 1px;
}

  .__type .selectricWrapper {
    width: 190px;
  }
  .__count .selectricWrapper {
    width: 115px;
  }
  .__year .selectricWrapper {
    width: 75px;
  }
  .ui-datepicker .selectricWrapper {
    display: inline-block;
    vertical-align: bottom;
    width: 85px;
    margin-left: 5px;
  }

.selectricResponsive {
  width: 100%;
}

.selectric {
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
  border-radius: 2px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}
  .ui-datepicker .selectric .label {
    padding: 4px;
  }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
}
  .ui-datepicker .selectric .button {
    height: 28px;
  }


.selectric .button:after {
  content: " ";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.selectricHover .selectric {
  border-color: #ccc;
}

.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  border-color: #ccc;
  background: #fff;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .button:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 2px;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.selectric-reg-form_select {
  background: #fff;
  width: 94px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.selectric-reg-form_select.selectric-reg-selector {
  width: 391px;
}
  .selectric-reg-form_select.selectric-reg-selector + .reg-selector_input {
    padding: 1px 0 0 117px;
  }
  .selectric-reg-form_select .selectricWrapper {
  }
  .selectric-reg-form_select .selectric {
    border: 1px solid #b8b8b8;
    border-radius: 0;
    height: 45px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .selectric-reg-form_select .label {
    padding: 12px;
  }
  .selectric-reg-form_select .button {
    width: 35px;
    height: 45px;
  }
    .selectric-reg-form_select .button:after {
      width: 6px;
      height: 6px;
      top: -7px;
    }
  .selectric-reg-form_select .selectricItems:focus {
    outline: none;
  }
    .selectric-reg-form_select .selectricItems {
      border-top: 0;
    }
    .selectric-reg-form_select .selectricItems li {
      background: #fff;
      height: 45px;
      box-sizing: border-box;
      font-size: 16px;
      padding: 12px;
      color: #000;
      border-top: 0;
    }
    .selectric-reg-form_select .selectricItems li.selected {
      background: #f5f5f5;
      color: #000;
    }
    .selectric-reg-form_select .selectricItems li:hover {
      background: #f5f5f5;
    }