.customSelectParent {
  position: relative;
  overflow: hidden;
}

.customSelect {
  height: 30px;
  color: #000000;
  line-height: 30px;
  text-indent: 5px;
  background-color: #ffffff;
  background-image: url('/sites/all/themes/fetzer/img/form/select-down.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  -webkit-background-size: 21px 21px;
  -moz-background-size: 21px 21px;
  -o-background-size: 21px 21px;
  background-size: 21px 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #ccc;
}

.customSelect.customSelectOpen {
  background-image: url('/sites/all/themes/fetzer/img/form/select-up.png');
}

.customSelect.customSelectDisabled {
  background-color: #e0e0e0;
}

.customSelect.customSelectFocus {
  background-color: #0298c5;
}

.customSelectBox {
  position: relative;
}

.customSelectBox select {
  z-index: 2;
}
