/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border-radius: 5px;
  background: #e4f4ff;
  position: relative; }
  .fixedMenu.mobile-open .selectric,
  .xrt__menu-dark .selectric {
    background: #333745; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 30px 0 10px;
    font-size: 12px;
    line-height: 30px;
    color: #909098;
    height: 30px; }
    .fixedMenu.mobile-open .selectric .label,
    .xrt__menu-dark .selectric .label {
      color: #FFF; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #909098;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .fixedMenu.mobile-open .selectric .button,
    .xrt__menu-dark .selectric .button {
      color: #FFF; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #909098;
      border-bottom: none; }
      .fixedMenu.mobile-open .selectric .button:after,
      .xrt__menu-dark .selectric .button:after {
        border-top-color: #FFF; }

.selectric-focus .selectric {
  background: #b1dfff; }
  .fixedMenu.mobile-open .selectric-focus .selectric,
  .xrt__menu-dark .selectric-focus .selectric {
    background: #1d2028; }

.selectric-hover .selectric {
  background: #cbeaff; }
  .fixedMenu.mobile-open .selectric-hover .selectric,
  .xrt__menu-dark .selectric-hover .selectric {
    background: #282b36; }
  .selectric-hover .selectric .button {
    color: #76767f; }
    .fixedMenu.mobile-open .selectric-hover .selectric .button,
    .xrt__menu-dark .selectric-hover .selectric .button {
      color: #e6e6e6; }
    .selectric-hover .selectric .button:after {
      border-top-color: #76767f; }
      .fixedMenu.mobile-open .selectric-hover .selectric .button:after,
      .xrt__menu-dark .selectric-hover .selectric .button:after {
        border-top-color: #e6e6e6; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #e4f4ff;
  padding: 5px 0;
  z-index: -1;
  box-shadow: 0 0 7px -6px; }
  .fixedMenu.mobile-open .selectric-items,
  .xrt__menu-dark .selectric-items {
    background: #333745; }
  .selectric-items::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 10px;
    background: #e4f4ff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: -1; }
    .fixedMenu.mobile-open .selectric-items::before,
    .xrt__menu-dark .selectric-items::before {
      background: #333745; }
  .selectric-xrt__footer__langSelect .selectric-items {
    width: calc(100% + 23px) !important;
    right: 0;
    left: auto; }
  .selectric-xrt__top__langSelect .selectric-items {
    white-space: nowrap;
    width: auto !important;
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 5px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 5px;
    color: #909098;
    cursor: pointer; }
    .selectric-xrt__top__langSelect .selectric-items li {
      padding: 8px 20px;
      text-align: left; }
    .fixedMenu.mobile-open .selectric-items li,
    .xrt__menu-dark .selectric-items li {
      color: #FFF; }
    .selectric-items li.selected {
      color: #909098; }
      .fixedMenu.mobile-open .selectric-items li.selected,
      .xrt__menu-dark .selectric-items li.selected {
        color: #FFF; }
    .selectric-items li.highlighted {
      color: #909098; }
      .fixedMenu.mobile-open .selectric-items li.highlighted,
      .xrt__menu-dark .selectric-items li.highlighted {
        color: #FFF; }
    .selectric-items li:hover {
      background: #b6e1ff;
      color: #909098; }
      .fixedMenu.mobile-open .selectric-items li:hover,
      .xrt__menu-dark .selectric-items li:hover {
        background: #70737d;
        color: #FFF; }
    .selectric-items li:last-child.selected, .selectric-items li:last-child.highlighted, .selectric-items li:last-child:hover {
      border-radius: 0 0 5px 5px; }
    .selectric-items li:first-child.selected, .selectric-items li:first-child.highlighted, .selectric-items li:first-child:hover {
      border-radius: 5px 5px 0 0; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #FFF !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #909098; }
    .fixedMenu.mobile-open .selectric-items .selectric-group .selectric-group-label,
    .xrt__menu-dark .selectric-items .selectric-group .selectric-group-label {
      color: #FFF; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }
