﻿@charset "UTF-8";
/** COLORS **/
/** GRADIENTS **/
/** PATHS **/
.select2-container--default .select2-selection--single {
  height: 20px;
  line-height: 20px;
  padding: 1px 0px 1px 7px;
  line-height: 22px;
}

.select2-container--default .selection {
  display: block;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: 20px;
  border: 1px solid #666;
  padding: 0 4px;
  min-width: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 18px;
  padding: 0 18px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 18px;
  border-left: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple {
  width: calc(100% - 16px);
}

.select2-selection--multiple:before {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
  height: calc(100% - 2px);
  border: 1px solid #777;
  border-left-color: #aaa;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  text-align: center;
  color: #888;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding: 0 1px;
  width: 13px !important;
}

.select2-container--default.select2-container--open .select2-selection--multiple:before {
  content: "× ";
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection--multiple:before {
  background-color: #eee;
  width: 15px;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
  border-top-color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single:hover .select2-selection__arrow b {
  border-bottom-color: #000;
}

.select2-selection.select2-selection--multiple:hover:before {
  color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px;
}

.select2-results__option {
  padding: 1px 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2255a2;
  color: #fff;
  padding: 4px 6px 4px 4px;
  margin: 2px 10px 2px 0px;
  border: 0;
  line-height: 12px;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: block;
  float: right;
  border: 1px solid #9e0a2f;
  border-radius: 25px;
  width: 12px;
  height: 12px;
  color: #9e0a2f;
  margin-top: -5px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 13px;
  margin-left: -20px;
  margin-right: -14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #9e0a2f;
  color: #fff;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.select2-container--default .select2-selection--multiple .select2-results > .select2-results__options {
  margin-top: 50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  z-index: 8000;
  height: 20px;
  border-radius: 2px;
}

.select2-container--default.select2-container--open .select2-search--inline {
  display: block;
  float: left;
  clear: both;
  width: 100% !important;
  background-color: #fafafa;
}

.select2-container--default.select2-container--open .select2-search--inline .select2-search__field {
  background-color: #fff;
  display: block;
  width: 100% !important;
  border: 1px solid #aaa;
  z-index: 8000;
  height: 20px;
  border-radius: 2px;
  margin-top: 0;
  padding: 0px 4px;
}

.select2-results__options .select2-results__option.red {
  color: #b30000;
}

.select2-dropdown {
  z-index: 2500;
}
