/* .customSelect,
.customSelectInner {
  height: 100%;
}

.customSelectInner {
  padding: 4px 8px;
}
.ui-autocomplete-input,
.iSelect,
.box .ui-autocomplete-input.text {
  border: solid 1px #8EA3B3;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 0px 10px;
  height: 30px;
  background-image: -moz-linear-gradient(top, #ffffff 5%, #eaeff5 7%, #d4deea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(7%, #eaeff5), color-stop(100%, #d4deea));
  background-image: -webkit-linear-gradient(top, #ffffff 5%, #eaeff5 7%, #d4deea 100%);
  background-image: -o-linear-gradient(top, #ffffff 5%, #eaeff5 7%, #d4deea 100%);
  background-image: -ms-linear-gradient(top, #ffffff 5%, #eaeff5 7%, #d4deea 100%);
  background-image: linear-gradient(top, #ffffff 5%, #eaeff5 7%, #d4deea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color3', GradientType=0);
  position: relative;
  width: 100%;
  cursor: pointer;
}
.iSelect.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c0c0c0));
  background: linear-gradient(top, #dedede 0, #c0c0c0 100%);
  background: -moz-linear-gradient(top, #dedede, #c0c0c0);
  background: -o-linear-gradient(top, #dedede, #c0c0c0);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='@color1', EndColorStr='@color2', GradientType=0);
  background-image: -ms-linear-gradient(top, #dedede, #c0c0c0);
}
.msie8 .iSelect,
.msie9 .iSelect {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeff5", endColorstr="#D4DEEA", GradientType=0);
}
.ui-autocomplete-input,
.iSelect,
.box .ui-autocomplete-input.text {
  height: 28px;
}
select {
  width: 100%;
  background: transparent;
  border-style: none;
  border-width: 0px;
  outline: none;
  height: 100%;
  height: 30px;
  padding-top: 4px;
  padding-left: 4px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.msie select {
  height: 24px;
}
.msie7 select {
  background: #FFFFFF;
  height: 30px;
  border: solid 1px #8EA3B3;
}
.iSelect {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  overflow: hidden;
  height: 30px;
  padding: 0px;
  margin-right: 5px;
  cursor: pointer;
  padding-right: 4px;
  margin-bottom: 6px;
}
.selectFake {
  position: relative;
}
.iSelect .fakeArrow {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../../imgs/down-16-b.png);
}
.msie8 .iSelect .fakeArrow {
  background-position: right center;
}
.chrome select {
  padding-top: 0px;
}
.chrome select option,
.firefox select option {
  background-color: #FFF;
}
.iSelect .fakeArrow .arrow {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../imgs/down-16-b.png);
  height: 100%;
  width: 100%;
} */