/*!
* select2-skins
* Released under MIT. Copyright 2014 Mienard Lumaad
* http://ui.themepixels.com/select2-skins
*
* Github Repository: https://github.com/themepixels/select2-skins
*
*/
.tpx-select2-container {
}
.tpx-select2-container .select2-choice {
  height: 34px;
}
.tpx-select2-container .select2-choice > .select2-chosen {
  line-height: 30px;
  font-size: 12px;
  margin-right: 34px;
}
.tpx-select2-container .select2-choice .select2-arrow {
  width: 30px;
}

.tpx-select2-container.select2-container-multi .select2-choices {
  min-height: 34px;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 16px;
  margin-left: 3px;
  margin-bottom: 0;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice:before {
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 5;
  font-size: 11px;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 12px;
  margin: 0;
  padding-left: 8px;
  line-height: 21px;
}
.tpx-select2-container .select2-search-choice-close {
  top: 5px;
  background: none;
  z-index: 10;
}

.tpx-select2-drop .select2-search input {
  font-size: 12px;
  padding: 7px 20px 7px 5px;
}
.tpx-select2-drop .select2-search:after {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 12px;
  opacity: .5;
}
.tpx-select2-drop .select2-results {
  font-size: 12px;
}
.tpx-select2-drop .select2-results li {
  line-height: 1.42857;
}

.tpx-select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}

.select2-container-lg .select2-choice {
  height: 46px;
  padding-left: 12px;
}
.select2-container-lg .select2-choice .select2-arrow {
  width: 40px;
}
.select2-container-lg .select2-choice .select2-arrow:before {
  width: 38px;
  font-size: 12px;
  top: 6px;
}
.select2-container-lg .select2-choice > .select2-chosen {
  font-size: 16px;
  line-height: 44px;
}
.select2-container-lg.select2-container-multi .select2-choices {
  min-height: 46px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 25px;
  font-size: 15px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice:before {
  top: 10px;
  left: 8px;
}
.select2-container-lg.select2-container-multi .select2-search-choice-close {
  top: 12px;
  left: 8px;
}
.select2-container-sm .select2-choice {
  height: 30px;
}
.select2-container-sm .select2-choice .select2-arrow {
  width: 18px;
}
.select2-container-sm .select2-choice .select2-arrow:before {
  line-height: 26px;
  width: 26px;
  font-size: 10px;
}
.select2-container-sm .select2-choice > .select2-chosen {
  font-size: 12px;
  line-height: 26px;
}
.select2-container-sm.select2-container-multi .select2-choices {
  min-height: 30px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  padding-left: 8px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 11px;
  line-height: 12px;
}
.select2-container-sm.select2-container-multi .select2-search-choice-close {
  top: 3px;
}
.select2-drop-sm .select2-search input {
  font-size: 12px;
}
.select2-drop-sm .select2-results {
  font-size: 12px;
}

