.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

}

.select2-input {
  font-size: 14px;
  font-weight: bold;
}

ul.select2-results {
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul.select2-results li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.select2-results .select2-selected {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  min-height: 20px;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  background: transparent !important;
  border: none;
}

.select2-default {
  color: #999 !important;
}

.select2-choices .select2-search-choice {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  cursor: default;
  line-height: 18px;
  margin: 1px 5px 1px 0;
  padding: 0 5px 0 20px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-choices .select2-search-choice-focus {
  background: #ccc;
}

.select2-search-choice-close {
  color: #666;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  outline: none;
  text-align: center;
  text-decoration: none;
  width: 18px;
}

.select2-search-choice-close:after {
  content: 'x';
}

.select2-search-choice-close:hover {
  color: #333;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
