.select2-dropdown{
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.06) !important;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.06) !important;
    box-shadow: 0 2px 7px rgba(0,0,0,.06) !important;
}

.page-body .select2-dropdown {
    z-index: 10001;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px;
}
.page-body .select2-container .select2-selection__rendered .select2-search--inline{
    margin: 0px 0 0px 5px;
    margin-top: -2px;
}
.page-body .select2-container .select2-selection__rendered .select2-search--inline input {
    height: 31px;
    line-height: 31px;
    margin-top:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #555555;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2 {
  visibility: visible;
  width: 100% !important;
}
.page-body .select2-container {
  display: block;
}
.page-body .select2-container.select2-dropdowndown-open .select2-selection,
.page-body .select2-container.select2-dropdowndown-open .select2-selection__rendered {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
}
.page-body .select2-container .select2-selection .select2-selection__arrow {
  border-left: 1px solid #ebebeb;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  background: none !important;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-body .select2-container .select2-selection .select2-selection__arrow b {
  background: transparent !important;
  border: none !important;
  position: static;
  margin: 0;
}
.page-body .select2-container .select2-selection .select2-selection__arrow b:before {
  position: relative;
  font-family: "Entypo";
  content: '\e873';
  display: block;
  color: #303641;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.page-body .select2-container .select2-selection{
  border-color: #ebebeb !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding: 0 15px;
  padding-top: 2px;
  height: 31px;
  line-height: 31px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-body .select2-container .select2-selection__rendered .select2-search-field input {
  padding: 6px 12px;
}
.page-body .select2-container .select2-selection__rendered .select2-selection__choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 3px 5px 3px 5px;
  margin: 3px 0 3px 5px;
  line-height: 13px;
  background: #f3f3f3;
  color: #666;
  font-size: 11px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-body .select2-container .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  top: 50%;
  margin-top: -7px;
  margin-right: 5px;
  font-size: 15px;
}
.page-body .select2-container .select2-selection__rendered .select2-search-choice:hover {
  background-color: #e6e6e6;
  color: #303641;
}
.page-body .select2-container.select2-container-active .select2-selection__rendered {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-body .select2-container.select2-dropdowndown-open .select2-selection .select2-selection__arrow {
  background-color: rgba(245, 245, 246, 0.8);
}
.page-body .select2-container.select2-dropdowndown-open .select2-selection .select2-selection__arrow b:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-body .select2.visible {
  visibility: visible;
}
.page-body .select2-dropdown {
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-border-radius: 1px 1px 4px 4px;
  -moz-border-radius: 1px 1px 4px 4px;
  border-radius: 1px 1px 4px 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.select2-dropdown--above {
    border-bottom: none !important;  
    
    -webkit-border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;
}
.select2-dropdown--below{
    border-top: none !important;     
}
.page-body .select2-dropdown .select2-search,
.page-body .select2-dropdown .select2-results {
  padding: 0;
  margin: 0;
}
.page-body .select2-dropdown .select2-search .select2-no-results,
.page-body .select2-dropdown .select2-results .select2-no-results {
  padding: 12px 15px;
  color: #737881;
}
.page-body .select2-dropdown .select2-search .select2-results__option,
.page-body .select2-dropdown .select2-results .select2-results__option {
  padding: 4px 15px;
}
.page-body .select2-dropdown .select2-search .select2-results__option,
.page-body .select2-dropdown .select2-results .select2-results__option {
  background: transparent;
  color: #888;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-body .select2-dropdown .select2-search .select2-results__option:hover,
.page-body .select2-dropdown .select2-results .select2-results__option:hover,
.page-body .select2-dropdown .select2-search .select2-results__option--highlighted,
.page-body .select2-dropdown .select2-results .select2-results__option--highlighted,
.page-body .select2-container--default .select2-results__option[aria-selected=true]{
  background: #f3f3f3;
  color: #303641;
}
.page-body .select2-dropdown .select2-search .select2-result-sub li,
.page-body .select2-dropdown .select2-results .select2-result-sub li {
  background: none !important;
}
.page-body .select2-dropdown .select2-search .select2-result-sub .select2-results__option,
.page-body .select2-dropdown .select2-results .select2-result-sub .select2-results__option {
  padding: 5px 25px;
  color: #888888;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-body .select2-dropdown .select2-search .select2-result-sub .select2-results__option:hover,
.page-body .select2-dropdown .select2-results .select2-result-sub .select2-results__option:hover {
  background: #f3f3f3;
  color: #303641;
}
.page-body .select2-dropdown .select2-search .select2-result-sub .select2-results__option--highlighted .select2-results__option,
.page-body .select2-dropdown .select2-results .select2-result-sub .select2-results__option--highlighted .select2-results__option {
  background: #f3f3f3;
  color: #303641;
}
.page-body .select2-dropdown .select2-search {
  position: relative;
  padding: 12px 15px;
}
.page-body .select2-dropdown .select2-search input {
  background: #f3f3f3 !important;
  border: 0;
  outline: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
  padding: 6px 12px;
  padding-right: 30px;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-body .select2-dropdown .select2-search:after {
  position: absolute;
  font-family: "Entypo";
  right: 15px;
  top: 12px;
  content: '\e803';
  font-size: 14px;
  color: #c2c2c2;
  margin-right: 12px;
  margin-top: 5px;
}

.select2-container--disabled .select2-selection {
    background-color: #eeeeee !important;
    cursor: pointer !important;
    outline: none;
}

.page-body .select2-container .select2-selection__rendered .select2-selection__choice:first-child{
    margin-left: 0 !important;
} 

.select2-dropdown .text_description {
    font-size: 9px;
}

.select2-dropdown .text_description .badge{
    font-size: 9px !important;
    line-height: normal !important;
    padding: 2px 6px !important;
}

.select2-dropdown .text_description span.text_description_right{
    float: right;
}