/**
 * Override the select2 style to match ICANN style
 */

.select2-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
  padding: 5px 0px;
}

.select2-selection__arrow {
  position: absolute;
  display: block;
  width: 18px !important;
  height: 100% !important;
  margin-right: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #636363 !important;
  border-radius: 3px !important;
}

.select2-container--default .select2-selection--single {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
}

.select2-selection__rendered {
  height: 26px;
}

.selection ul.select2-selection__rendered {
  border: none !important;
}

.select2-selection--multiple {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  border: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0px !important;
}

.select2-selection__choice {
  color: #333;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

}

.select2-search__field {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}

.select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-selection__choice__remove {
  border-right: none !important;
}

.select2-selection__clear span {
  padding: 5px;
  vertical-align: middle;
  font-weight: bolder;
}