:root {
  --toggle-bg: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==');
  --toggle-bg2x: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC');
}

/* @group Base */
.gntsel-container {
  position: relative;
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  font-size: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #aaa;
}

.gntsel-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gntsel-container .gntsel-single {
  background: url(../images/bl_dropdown.png) no-repeat calc(100% - 20px) 50%;
}

.gntsel-container .gntsel-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);

  display: none;
}

.gntsel-container.gntsel-container-single.gntsel-container-active.gntsel-with-drop{
  z-index: 1010;
}

.gntsel-container.gntsel-with-drop .gntsel-drop {
  display: block;
}

.gntsel-container a {
  cursor: pointer;
}

.gntsel-container .search-choice .group-name,
.gntsel-container .gntsel-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.gntsel-container .search-choice .group-name:after,
.gntsel-container .gntsel-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single gntsel */
.gntsel-container-single .gntsel-single {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 0 0 8px;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 31px;
}

.gntsel-container-single .gntsel-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  margin-top: 0px;
  height: 100%;
  width: 100%;
}

.gntsel-container-single .gntsel-default {
  color: #999;
}

.gntsel-container-single .gntsel-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 80px;
  font-size: 33px;
}

.gntsel-container-single .gntsel-single-with-deselect span {
  margin-right: 38px;
}

.gntsel-container-single .gntsel-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--toggle-bg) -42px 1px no-repeat;
  font-size: 1px;
}

.gntsel-container-single .gntsel-single abbr:hover {
  background-position: -42px -10px;
}

.gntsel-container-single.gntsel-disabled .gntsel-single abbr:hover {
  background-position: -42px -10px;
}

.gntsel-container-single .gntsel-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gntsel-container-single .gntsel-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--toggle-bg) no-repeat 0px 2px;
}

.gntsel-container-single .gntsel-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  height: 78px;
}

.gntsel-container-single .gntsel-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: 70px;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 48px;
  font-family: sans-serif;
  line-height: 36px;
  border-radius: 0;
  background: url(../images/search_icon.png) no-repeat 99% 50%;
  background-size: 5vh 5vh;
}

.gntsel-container-single .gntsel-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.gntsel-container-single.gntsel-container-single-nosearch .gntsel-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.gntsel-container .gntsel-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  /* max-height: 350px; */
  max-height: 220px;
  -webkit-overflow-scrolling: touch;
}

.gntsel-container .gntsel-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 60px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 33px;
}

.gntsel-container .gntsel-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gntsel-container .gntsel-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gntsel-container .gntsel-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.gntsel-container .gntsel-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.gntsel-container .gntsel-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.gntsel-container .gntsel-results li.group-option {
  padding-left: 15px;
}

.gntsel-container .gntsel-results li em {
  font-style: normal;
  text-decoration: underline;
  font-size: 48px;
}

/* @end */
/* @group Multi gntsel */
.gntsel-container-multi .gntsel-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

.gntsel-container-multi .gntsel-choices li {
  float: left;
  list-style: none;
}

.gntsel-container-multi .gntsel-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gntsel-container-multi .gntsel-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.gntsel-container-multi .gntsel-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.gntsel-container-multi .gntsel-choices li.search-choice span {
  word-wrap: break-word;
}

.gntsel-container-multi .gntsel-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--toggle-bg) -42px 1px no-repeat;
  font-size: 1px;
}

.gntsel-container-multi .gntsel-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gntsel-container-multi .gntsel-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.gntsel-container-multi .gntsel-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gntsel-container-multi .gntsel-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gntsel-container-multi .gntsel-results {
  margin: 0;
  padding: 0;
}

.gntsel-container-multi .gntsel-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.gntsel-container-active .gntsel-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gntsel-container-active.gntsel-with-drop .gntsel-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.gntsel-container-active.gntsel-with-drop .gntsel-single div {
  border-left: none;
  background: transparent;
}

.gntsel-container-active.gntsel-with-drop .gntsel-single div b {
  background-position: -18px 2px;
}

.gntsel-container-active .gntsel-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gntsel-container-active .gntsel-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.gntsel-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.gntsel-disabled .gntsel-single {
  cursor: default;
}

.gntsel-disabled .gntsel-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.gntsel-rtl {
  text-align: right;
}

.gntsel-rtl .gntsel-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gntsel-rtl .gntsel-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.gntsel-rtl .gntsel-single-with-deselect span {
  margin-left: 38px;
}

.gntsel-rtl .gntsel-single div {
  right: auto;
  left: 3px;
}

.gntsel-rtl .gntsel-single abbr {
  right: auto;
  left: 26px;
}

.gntsel-rtl .gntsel-choices li {
  float: right;
}

.gntsel-rtl .gntsel-choices li.search-field input[type="text"] {
  direction: rtl;
}

.gntsel-rtl .gntsel-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gntsel-rtl .gntsel-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.gntsel-rtl.gntsel-container-single .gntsel-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gntsel-rtl .gntsel-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.gntsel-rtl.gntsel-container-active.gntsel-with-drop .gntsel-single div {
  border-right: none;
}

.gntsel-rtl .gntsel-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: var(--toggle-bg) no-repeat -30px -20px;
  direction: rtl;
}

.gntsel-rtl.gntsel-container-single .gntsel-single div b {
  background-position: 6px 2px;
}

.gntsel-rtl.gntsel-container-single.gntsel-with-drop .gntsel-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

  .gntsel-rtl .gntsel-search input[type="text"],
  .gntsel-container-single .gntsel-single abbr,
  .gntsel-container-multi .gntsel-choices .search-choice .search-choice-close,
  .gntsel-container .gntsel-results-scroll-down span,
  .gntsel-container .gntsel-results-scroll-up span {
    background-image: var(--toggle-bg2x) !important;
    background-size: 55px 31px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */