.select2-container.error {
  background-image: none;
  border: solid 2px red;
}
#select2-drop-mask {
  width: 0!important;
  height: 0!important;
}
.select2-results {
  padding-right: 15px;
}
.select2-results .select2-highlighted {
  background: #e5eef7;
  color: inherit;
}
.select2-container-multi.one-option-per-line .select2-choices .select2-search-choice {
  clear: both;
}
.select2-result .visible-on-hover {
  visibility: hidden;
  color: #6b6c6e;
  font-size: 10px;
}
.select2-result:HOVER .visible-on-hover {
  visibility: visible;
}
.select2-container.select2-container-multi {
  min-width: 195px;
}
.select2-container.ac-replaced-by-select2 {
  min-width: 195px;
  max-width: 100%;
}
.filter-format-editor-link-form .select2-container.ac-replaced-by-select2 {
  min-width: 100%;
}
.container-inline .select2-container,
div.image-style-new div.select2-container,
.webform-container-inline div.select2-container {
  display: inline-block;
}
div.image-style-new div.select2-display-none,
.webform-container-inline div.select2-display-none,
.container-inline div.select2-display-none {
  display: none;
}
.hierarchical-select .select2-container {
  margin-right: .5rem;
}
.hierarchical-select .select2-container:LAST-CHILD {
  margin-right: 0;
}
.select2-container .select2-choice {
  padding: 10px;
  border: 2px solid #d0d0d0;
  line-height: 1.15;
  height: auto;
  min-height: 19px;
}
.select2-container .select2-choice abbr {
  top: .25rem;
}
.select2-container {
  max-width: 100%;
}
#views-ui-add-form .form-item-show-tagged-with .description {
  display: none;
}
.select2-container .select2-choice .select2-arrow b {
  background-position-y: 8px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
}
.select2-container-multi .select2-choices {
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  padding: 10px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-right: 5px;
}

select.form-select.use-select-2 {
  padding: 10px 30px 10px 10px;
}