/* Seeker Profile Dropdown Style */
.row-h .select2-container {
    width: 99.5%;
    background: #fff;
    border-radius: 5px;
    font-weight: normal;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #999;
    border-radius: 5px;
    box-shadow: none;
    color: #999;
    border: 1px solid #ccc !important;
    min-height:50px;
}

.row-h .select2-container--default .select2-selection--single {
    border: none;
    background: none;
    padding: 8px 9px 12px;
    color: #999;
}
/*
.row-h .select2-selection__arrow b {
    display: none;
}
.select2.select2-container--open {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  background-image: url(../images/dropdown-cross.png);
  background-position: 97.4% 53%;
}*/

body .select2-dropdown {
  border-color: #ccc;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  margin-top: -4px;
}

body .select2-dropdown .select2-search {
  border-color: #ccc;
  padding-left: 14px;
  padding-right: 14px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
  font-size: inherit;
  padding-left: 14px;
  padding-right: 14px;
}


body .select2-dropdown .select2-results__option {
    position: relative;
}

body .select2-dropdown .select2-results__option,
body .select2-container--default .select2-dropdown .select2-results__option {
  padding-left: 18px;
  padding-right: 18px;
}

body .select2-container--default .select2-dropdown .select2-results__option[role=group] {
  padding: 0;
}
body .select2-dropdown .select2-results__option:after {
  content: '';
  float: left;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 4px 0 0 4px;
  position: absolute;
  left: 21px;
  top: 10px;
  display: block;
}
body .select2-dropdown .select2-results__option.select2-results__option--highlighted[role="treeitem"]:after {
  content: '';
  float: left;
  width: 8px;
  height: 8px;
  background: #02e0cd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 4px 0 0 4px;
  position: absolute;
  /*display: none;
  pointer-events: none;*/
  box-sizing: border-box;
}

body .select2-dropdown .select2-results__option[role="treeitem"]:before {
  content: '';
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0px 11px 0 0;
  background: #fff;
}

body .select2-dropdown .select2-results__group:empty {
  padding: 0;
}

body .select2-dropdown .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  color: inherit;
}


body .select2-dropdown .select2-results__option--highlighted[aria-selected]:after,
body .select2-container--default .select2-results__option[aria-selected=true]:after {
  background-image: none;
  display: block;
}