.select2-container,
.select2-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container {
  position: relative;
  /* inline-block for ie7 */
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 8px;
  min-height: 18px;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #e0e0e0;
  background-image: -moz-linear-gradient(top,#eee,#ccc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ccc));
  background-image: -webkit-linear-gradient(top,#eee,#ccc);
  background-image: -o-linear-gradient(top,#eee,#ccc);
  background-image: linear-gradient(to bottom,#eee,#ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  padding: 4px 12px 0px 4px;
}
.select2-container .select2-choice div:hover {
  cursor: pointer;
}
.select2-container .disabled div {
  cursor: default;
}
.select2-container .disabled div:hover {
  cursor: default;
}
.select2-container .disabled div .caret {
  opacity: 0.3 !important;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,0 100%,0 0,from(0% #eee),to(90% #fff));
  background-image: -webkit-linear-gradient(bottom,#eee 0%,#fff 90%);
  background-image: -moz-linear-gradient(bottom,#eee 0%,#fff 90%);
  background-image: -o-linear-gradient(#eee 0%,#fff 90%);
  background-image: linear-gradient(#eee 0%,#fff 90%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.select2-container .select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container .select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container-multi .select2-choices {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  min-height: 26px;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 13px;
  padding: 1px 5px;
  margin: 3px 2px;
  position: relative;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-drop {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  z-index: 9999;
  width: 100%;
  margin-top: -2px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-drop.select2-drop-above {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-drop.select2-drop-above span.add-on {
  margin-top: 4px;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear,0 100%,0 0,from(0% #fff),to(50% #eee));
  background-image: -webkit-linear-gradient(bottom,#fff 0%,#eee 50%);
  background-image: -moz-linear-gradient(bottom,#fff 0%,#eee 50%);
  background-image: -o-linear-gradient(#fff 0%,#eee 50%);
  background-image: linear-gradient(#fff 0%,#eee 50%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice:hover {
  background-color: #f8f8f8 !important;
  background-image: -webkit-gradient(linear,0 100%,0 0,from(0% #fff),to(50% #eee)) !important;
  background-image: -webkit-linear-gradient(bottom,#fff 0%,#eee 50%) !important;
  background-image: -moz-linear-gradient(bottom,#fff 0%,#eee 50%) !important;
  background-image: -o-linear-gradient(#fff 0%,#eee 50%) !important;
  background-image: linear-gradient(#fff 0%,#eee 50%) !important;
  background-repeat: no-repeat !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0) !important;
  background-position: 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.select2-search {
  white-space: nowrap;
  z-index: 10000;
  width: 97%;
  margin: 0 1.5%;
}
.select2-search input {
  width: 96%;
  z-index: 5;
}
.select2-search span.add-on {
  margin-top: 0;
  padding: 5px 4px 3px 4px;
  position: absolute;
  top: 0px;
  right: 1.5%;
  z-index: 6;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search-choice-close {
  display: inline-block;
  float: left;
  font-size: 18px;
  padding-top: 1px;
  line-height: 16px;
}
.select2-search-choice div {
  padding: 2px;
  display: inline-block;
}
.select2-default {
  color: #999 !important;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-more-results.select2-active {
  background: #f4f4f4;
}
.select2-results {
  margin: 4px 2px 4px 0;
  padding: 0 0 0 4px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul ul > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul ul ul > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul ul ul ul > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul ul ul ul ul > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul ul ul ul ul ul > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-selectable {
  cursor: pointer;
}
.select2-results li.select2-result-selectable:hover,
.select2-results li.select2-result-selectable:focus {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
}
.select2-results .select2-disabled {
  display: none;
}
.select2-results.select2-disabled {
  display: none;
}
.select2-result-selectable .select2-match .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: none;
}
.select2-result-selectable .select2-match .select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen {
  position: absolute;
  left: -10000px;
}
