
.select2-container {
  margin-top: 3px !important;
}

.select2-container .select2-choice {
  height: 30px;
  padding: 0 0 0 4px;
}

.select2-drop-active {
  border: 1px solid #808080;
  border-top: none;
}

.select2-search-choice-close {
  top: 3px;
}

.select2-drop-active.select2-drop-above.select2-drop {
  border: 1px solid #808080;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #808080;
  box-shadow: none;
}

.select2-container-multi .select2-choices {
  background-color: white;
  background-image: none !important;
  border:1px solid #cccccc;
  border-radius: 3px;
  cursor: text;
}

.select2-drop-above.select2-dropdown-open .select2-choice,
.select2-drop-above.select2-dropdown-open .select2-choices {
  border: 1px solid #808080;
}

.select2-container-multi .select2-choices.error {
  border: 1px solid #ff0000;
  background-color: #FFFFD5;
  background-image: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0 0;
  background-color: #FFFFFF !important;
}

.select2-container-multi ul.select2-choices.error li.select2-search-field input.select2-input {
  background-color: #FFFFD5 !important;
}

a.select2-choice.error,
a.select2-choices.error {
  border: 1px solid #ff0000;
  background-color: #FFFFD5;
  background-image: none;
}

.select2-container.select2-container-disabled .select,
.select2-container.select2-container-disabled .select2-choice,
.select2-container-multi.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  color: #bdbcbc !important;
  background-color: #f1f1f1 !important;
}

.select2-container-multi .select2-choices .select2-search-field input[disabled] {
  background-color: transparent !important;
}

input.select2-input.select2-default[disabled] {
  cursor: not-allowed;
  background-color: transparent !important;
  color: #bdbcbc !important;
  border: none !important;
  opacity: inherit;
}
