/* $html_background_image: '../image/background.jpg';  */
/* $html_background_image: '../image/background.jpg';  */
.select2-container .select2-selection, select.filter-select {
  margin: 0;
  position: relative;
  flex: 1; }
  @media only screen and (max-width: 700px) {
    .select2-container .select2-selection, select.filter-select {
      width: 100%;
      margin-bottom: 5px;
      margin-right: 0px; } }

.select2-container .select2-selection--multiple {
  padding: 0 !important; }

.select2-dropdown {
  z-index: 5000 !important;
  margin-top: 8px; }
  .select2-dropdown .seperator {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 2px; }

.hide-search {
  display: none !important; }

.filter-container {
  display: flex; }
  .filter-container .select2-container, .filter-container .select2-selection {
    margin-bottom: 0 !important; }
  .filter-container button, .filter-container input[type=button], .filter-container input[type=submit] {
    background: #424F5A none repeat scroll 0% 0%;
    border: 0px none transparent;
    border-left: 4px solid #424F5A;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: normal;
    margin: 0 10px 5px 0;
    padding: 0.5em 0.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border-color 0.3s;
    /* Chrome 4.0 / Safari all */
    -moz-transition: border-color 0.3s;
    /* Firefox 4.0 */
    -o-transition: border-color 0.3s;
    /* opera 10.5 */
    transition: border-color 0.3s;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: -moz- none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none; }
    .filter-container button .ui-button-text, .filter-container input[type=button] .ui-button-text, .filter-container input[type=submit] .ui-button-text {
      padding: 0; }
    .filter-container button:hover, .filter-container input[type=button]:hover, .filter-container input[type=submit]:hover {
      border-left: 4px solid #2285c5; }
    .filter-container button.highlighted, .filter-container input[type=button].highlighted, .filter-container input[type=submit].highlighted {
      background: #55E500 none repeat scroll 0% 0%;
      border: 0px none transparent;
      border-left: 4px solid #55E500;
      color: #424F5A; }
    .filter-container button:disabled, .filter-container button[disabled], .filter-container input[type=button]:disabled, .filter-container input[type=button][disabled], .filter-container input[type=submit]:disabled, .filter-container input[type=submit][disabled] {
      background-color: #cccccc;
      color: #666666;
      border-color: #cccccc; }
  @media only screen and (max-width: 700px) {
    .filter-container button, .filter-container input[type=button], .filter-container input[type=submit], .filter-container input {
      padding: 0.1em 0.5em;
      margin: 0.3em;
      flex-basis: calc( 50% - 0.6em ); } }
  .filter-container input[type="button"] {
    margin: 0;
    padding: 0 0.5em;
    max-width: 200px; }
    @media only screen and (max-width: 700px) {
      .filter-container input[type="button"] {
        padding: 0 0.1em;
        max-width: 50px; } }
  .filter-container select, .filter-container .select2-selection {
    width: auto !important;
    padding: 0 !important;
    display: block !important;
    margin-right: 5px !important; }
  .filter-container .custom_list_select {
    flex: 200px;
    max-width: 200px;
    margin-left: 5px !important;
    width: calc( 100% - 7px ) !important;
    padding: 0.2em 0.2em !important;
    margin-bottom: 0px !important; }
  .filter-container .filter-select + .select2-container {
    flex: 1; }
  .filter-container .select2-container .select2-selection, .filter-container select.filter-select {
    z-index: 1000;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    width: auto;
    vertical-align: middle; }
    @media only screen and (max-width: 700px) {
      .filter-container .select2-container .select2-selection, .filter-container select.filter-select {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px; } }
  @media only screen and (max-width: 700px) {
    .filter-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px !important;
      margin-left: 0;
      margin-right: 8px; } }

.select2-container .quick-select span.select2-selection__placeholder {
  display: none; }
.select2-container .quick-select ul {
  padding-top: 35px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  background: white;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid #E5E5E5;
  border-width: 2px  0   0  2px; }
  .select2-container .quick-select ul::before {
    margin-top: -36px;
    margin-left: -1px;
    position: absolute;
    background-color: #F6F6F6;
    border: 1px solid #D0DADA;
    padding: 7px 0 7px 15px;
    text-align: left;
    white-space: nowrap;
    width: calc( 100% - 14px );
    z-index: 1;
    content: attr(data-content); }
  .select2-container .quick-select ul li {
    height: 70px;
    flex: 0 20%;
    margin: 0;
    padding: 0;
    background: white;
    border: 2px solid #E5E5E5;
    box-sizing: border-box;
    border-width: 0  2px 2px 0;
    justify-content: center;
    align-items: center;
    display: flex; }
.select2-container .quick-select.fullscreen ul {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 35px;
  max-height: 100% !important;
  margin: 20px; }
  .select2-container .quick-select.fullscreen ul::before {
    position: fixed;
    top: 60px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 21px;
    width: auto; }
.select2-container .quick-select.prevent-overflow-100 {
  width: 200%;
  margin-left: -100%; }
.select2-container .quick-select.prevent-overflow-200 {
  width: 300%;
  margin-left: -200%; }
.select2-container .quick-select.six-rows ul::before, .select2-container .quick-select.four-rows ul::before, .select2-container .quick-select.three-rows ul::before, .select2-container .quick-select.two-rows ul::before {
  position: relative; }
.select2-container .quick-select.six-rows ul li, .select2-container .quick-select.four-rows ul li, .select2-container .quick-select.three-rows ul li, .select2-container .quick-select.two-rows ul li {
  height: 50px;
  margin: 0;
  padding: 0; }
.select2-container .quick-select.six-rows ul {
  min-width: 500px; }
  .select2-container .quick-select.six-rows ul li {
    flex: 0 calc( 100% /6 );
    min-width: calc( 35 /6 ); }
.select2-container .quick-select.four-rows ul li {
  flex: 0 calc( 100% /4 );
  min-width: calc( 35 /4 ); }
.select2-container .quick-select.three-rows ul li {
  flex: 0 calc( 100% /3 );
  min-width: calc( 35 /3 ); }
.select2-container .quick-select.two-rows ul li {
  flex: 0 calc( 100% /2 );
  min-width: calc( 55 /2 ); }

.checkbox-select .select2-results__option:not(.select2-results__message):before {
  content: "";
  display: inline-flex;
  justify-content: center;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #2285c5;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 15px;
  vertical-align: middle; }
.checkbox-select .select2-results__option:not(.select2-results__message)[aria-selected=true]:before {
  content: "\2714";
  color: #fff;
  background-color: #2285c5; }

.image-select {
  display: none !important; }

.image_select_option_row {
  width: calc( 100% - 12em );
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 2px; }
  @media only screen and (max-width: 700px) {
    .image_select_option_row {
      margin-left: 0;
      width: calc(100% - 20px); } }
  .image_select_option_row.no_label {
    margin-left: 0;
    width: calc(100% - 20px); }
  .image_select_option_row .image_select_option_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #E5E5E5;
    padding: 2px;
    margin: 2px;
    position: relative; }
    .image_select_option_row .image_select_option_container .image_select_option_item {
      height: 100px;
      width: 200px;
      margin-bottom: 20px;
      opacity: 0.5; }
    .image_select_option_row .image_select_option_container:hover {
      border: 2px solid #2285c5; }
      .image_select_option_row .image_select_option_container:hover .image_select_option_item {
        opacity: 0.8; }
    .image_select_option_row .image_select_option_container.selected {
      border: 2px solid #2285c5; }
      .image_select_option_row .image_select_option_container.selected:after {
        content: "\2713";
        position: absolute;
        top: 0;
        right: 5px;
        color: #2285c5;
        font-size: xxx-large; }
      .image_select_option_row .image_select_option_container.selected .image_select_option_item {
        opacity: 1; }
    .image_select_option_row .image_select_option_container .image_select_option_title {
      position: absolute;
      bottom: 0px;
      text-align: center;
      background: rgba(255, 255, 255, 0.9);
      padding: 5px;
      margin: 11px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.select2-container .select2-selection--single {
  cursor: pointer;
  height: 38px;
  padding: 0.2em 0.2em;
  user-select: none;
  -webkit-user-select: none; }
  .select2-container .select2-selection--single span div.box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    margin-bottom: -1px;
    margin-right: 5px;
    min-width: 14px; }

.select2-selection__rendered {
  position: relative; }
  .select2-selection__rendered .select2-selection__choice {
    max-width: calc( 100% - 45px );
    overflow: hidden;
    text-overflow: ellipsis; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box !important;
  border: 2px solid transparent !important;
  font-size: 100%;
  width: 100% !important;
  padding: 0 !important;
  margin-right: 5px;
  margin-top: 3px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 2px solid #E5E5E5;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }
  .select2-results span div.box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    margin-bottom: -1px;
    margin-right: 5px;
    min-width: 14px; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

span.select_image {
  display: flex;
  flex-flow: row;
  align-items: center; }
  span.select_image img {
    width: 25px;
    height: 25px;
    margin-right: 5px; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  top: -14px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #E5E5E5; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #E5E5E5;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 2px solid #E5E5E5;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #2285c5;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #E5E5E5; }

.select2-container--default .select2-search--inline .select2-search__field {
  min-width: 100px;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #D9E5F7; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #AFC5E6;
  color: #424F5A; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 2px solid #E5E5E5;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 2px solid #E5E5E5;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 2px solid #E5E5E5;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 2px solid #E5E5E5;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*# sourceMappingURL=select2.css.map */
