.select2-container {
	min-width: 190px;
	max-width: 400px;
	width: 100% !important;
}
.select2-container-multi .select2-choices {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.3125em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	padding: 0.25em 0.5em;
}

.select2-container-multi.select2-container-active .select2-choices {
	background: none;
  border-bottom-left-radius: 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  box-shadow: 0.3em 0 0 0 rgba(0, 0, 0, 0.2) inset;
  color: rgba(0, 0, 0, 0.85);
}

.select2-drop {
	background: none repeat scroll 0 0 #FAFAFA;
	color: #000;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;

	border-radius: 0 0 0.325em 0.325em;
	box-shadow: 0 1px 0 1px #e0e0e0;
	border: 0 none;
}

.select2-results {
	position: relative;
	margin: 0;
	padding: 0;
	max-height: 312px;
	overflow-x: hidden;
	overflow-y: auto;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 0px solid #e8e8e8;
}

.select2-results li {
  background-image: none;
  border-image: none;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: list-item;
  font-size: 0.875rem;
  font-weight: normal;
  height: auto;
  padding: 0.45em 0.5em !important;
  text-align: left;
  text-transform: none;
  list-style: none outside none;
}

.select2-results li:hover, .select2-highlighted {
	background-color: rgba(0, 0, 0, 0.06) !important;
	color: inherit !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;

	background-color: #e8e8e8;
	background-image: none;

	border: 0 none;
	border-radius: 0.325em;

  margin-top: 0.25em;
  margin-bottom: 0;

  padding-bottom: 0.4em;
  padding-top: 0.4em;

  line-height: 1.5em;
  text-transform: none;
  vertical-align: baseline;
  width: auto !important;
	color: rgba(0, 0, 0, 0.65);
	display: inline-block;
	font-weight: normal;
	transition: background 0.1s linear 0s;
	font-size: 0.7rem;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background-color: #c8c8c8 !important;
	border-color: #c8c8c8 !important;
}

.select2-search-choice-close {
	top: 6px;
}
.select2-container-multi .select2-search-choice-close {
	left: 6px;
}
.select2-container .select2-choice {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  height: auto;
  line-height: 1.333em;
  padding: 0.65em 1em;
}
.select2-container .select2-choice .select2-arrow {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  width: 1.5em;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 2px 7px;
}

.select2-search input {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin-bottom: 0.25em !important;
  padding: 0.25em !important;
}
.select2-container .select2-choice abbr {
  right: 24px;
  top: 13px;
}