.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
  position: absolute;
  top: 3px;
  right: -3px;
  width: 42px;
  border-left:1px solid #ddd;
  padding-left:5px;
  margin:2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 6px 7px 6px;
}

.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #74777c;
  line-height: 35px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-top:1px;
  padding:3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: white;
}

.select2-container--default.select2-container .select2-selection--multiple {
  border: solid #E4E4E4 1px;
  background-color: rgba(255, 255, 255, 0.5);
  outline: 0;
}