.select2-container { display:flex; align-items:center; justify-content:space-between; margin:1px; vertical-align:middle; }
.select2-container .selection { width:100%; }
.select2-container-dropdown { margin:0; display:block; }
.select2-selection__rendered { display:inline-flex; padding:10px; outline:none; text-decoration:none; flex:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.select2-selection.ui-button { display:flex; text-align:left; align-items:center; justify-content:space-between; margin:0; }

/* Selectmenu SAVE OLD
----------------------------------
.ui-selectmenu.ui-button { display:flex; text-align:left; align-items:center; justify-content:space-between; margin:0; }


.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} 
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;} 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:1px; display:flex; border:none; font-weight:normal !important; outline:none;}
.ui-selectmenu-menu li a, .ui-selectmenu-status { display:inline-flex; padding:10px; outline:none; text-decoration:none; flex:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ui-selectmenu-menu li a {    display: inline-flex;
   padding-right:30px; }	
	
.ui-selectmenu-menu li.ui-state-disabled a { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left:5px; }

.ui-selectmenu-status img,
.ui-selectmenu-menu li a img { margin:5px 0; display:block }

.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom:0; min-height:5px; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }

.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
*/







/*
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
	  
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
*/	
  .select2-container[dir="rtl"] .select2-selection--single .ui-selectmenu-icon {
    padding: 10px 0px 10px 10px;
}	
	
	
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    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 {
    display: inline-flex;
    align-self: stretch;
    vertical-align: middle;
    margin-left: 5px; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin:0;
      padding:5px 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(0,0,0,0.2);
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results { display:block; }
.select2-results__options { list-style:none; margin:0; padding:0; }
.select2-results__option { padding:10px; user-select:none; -webkit-user-select: none; }
.select2-results__option[aria-selected] { cursor:pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom:none;
border-radius:3px 3px 0 0; border-top-color:rgba(0, 0, 0, 0.25); box-shadow:0 -5px 10px rgba(0, 0, 0, 0.2); 
}

.select2-container--open .select2-dropdown--below { border-top:none; 
border-radius:0 0 3px 3px; border-bottom-color:rgba(0, 0, 0, 0.25); box-shadow:0 5px 10px rgba(0, 0, 0, 0.2); 
}

.select2-search--dropdown { display:block; padding:5px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 0px rgba(0,0,0,0.1) inset;
}
.select2-search--dropdown .select2-search__field { margin:0; 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: 1px solid #aaa;
  border-radius: 4px; }
  .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: 26px;
    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 {
cursor: text;
    margin: 0;
    display: flex;
    padding: 4px;
    line-height: normal;
    align-items: center; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .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 {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    cursor: default;
    padding: 4px 10px;
    margin: 1px;
    display: inline-flex;
    line-height: initial;
    vertical-align: middle;
    font-family: 'Regular';
    font-size: 1em; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right:5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #fff; }

.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: 5px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
}

.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: 1px solid #aaa; }
*/
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  text-shadow:none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px; 
  overflow: 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 .select2-results__option { padding-left:20px; }


.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding:10px; }
