@charset "UTF-8";

.selectItemLink.selected {
  background-color: #d4d4d4;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.css-locale-row {
  background-color: #faf9f8;
  height: 110px;
}

#localeSelector {
  z-index: 1;
  font-size: 12px;
	width: 30px;
}

#localeSelector:hover {
	width: 180px;
}

.globe-icon {
  margin-top: 7px;
  width: 15px;
	min-height: 20px;
}

.selectElement {
  background-color: #fff;
  color: #000;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  border: black 1px solid;
  border-radius: 2px;
  margin: 1rem;
  width: 170px;
}

#selectItem {
	display: none;
}

.selectElement:hover {
  box-shadow: 0 1px 1px #ffffff, 0 2px 2px #ffffff, 0 4px 4px #ffffff,
    0 6px 8px #ffffff, 0 8px 16px #ffffff;
  width: 170px;
}

.selectItemLink,
u .selectItemLink:hover {
  border-top: 1px solid rgba(0,0,0,0.1);
  color: #000;
  display: block;
  padding: 0.25rem 1rem;
  text-decoration: none;
}

a.selectItemLink:link {
  text-decoration: none;
  color: 000
}

.selectItemLink:hover {
  font-weight: 700;
  color: #4d4d4d;
}

.selectItemLink.selected {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  font-family: inherit;
}

#selectedItem {
  display: none;
  line-height: 1.5;
}

#localeSelector:hover #selectedItem {
	display: block;
}

/* Hide the items when the select box is closed: */
.select-hide {
  height: 0;
}

.select-selected {
  background-color: #ffffff;
  color: #000;
  padding: 0.25rem 0.5rem;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  border: 4px solid transparent;
  border-color: #4d4d4d transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 5px;
  top: 13px;
  width: 0;
}

@media (min-width: 576px) {
  #localeSelector {
    margin-right: 40px;
  }
}

@media (min-width: 1000px) {
	#selectedItem {
		display: block;
	}

  #localeSelector {
    width: 180px;
  }
}
