/* line 1, languageSelector.scss */
.headerWidget {
  float: right;
  color: white;
  margin-left: 8px;
}
/* line 6, languageSelector.scss */
.headerWidget .selectedLanguage {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  min-width: 145px;
  padding: 0 20px 0px 10px;
  text-align: center;
  position: relative;
}
/* line 16, languageSelector.scss */
.headerWidget .selectedLanguage .language:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFF;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  left: 155px;
}
/* line 31, languageSelector.scss */
.headerWidget .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
/* line 40, languageSelector.scss */
.headerWidget .onOver:hover {
  color: #F5BA46;
}
/* line 43, languageSelector.scss */
.headerWidget .afterClick {
  background-color: #EFAA23;
}
/* line 46, languageSelector.scss */
.headerWidget .menu {
  width: 145px;
  position: absolute;
  z-index: 1000;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px 0px 5px 5px;
}
/* line 55, languageSelector.scss */
.headerWidget .menu .caret-down {
  position: absolute;
  z-index: 1001;
  color: #EFAA23;
  text-align: center;
  top: -7px;
  width: 14px;
  left: 66.5px;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  left: 88px;
}
/* line 70, languageSelector.scss */
.headerWidget .menu .caret-down:before {
  content: "\f0d7";
}
/* line 74, languageSelector.scss */
.headerWidget .menuItem {
  width: 100%;
  display: inline-block;
  background-color: white;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
}
/* line 81, languageSelector.scss */
.headerWidget .menuItem a {
  color: #313741;
}
/* line 84, languageSelector.scss */
.headerWidget .menuItem a:hover {
  color: #009DDA;
}
/* line 90, languageSelector.scss */
.headerWidget #languageMenu .menuItem {
  text-align: left;
  padding-left: 5px;
  color: #313741;
}
/* line 96, languageSelector.scss */
.headerWidget #languageMenu .hover {
  background-color: #EFAA23;
  cursor: default;
}
/* line 101, languageSelector.scss */
.headerWidget #languageMenu .spliter {
  background-color: white;
  height: 8px;
}
/* line 107, languageSelector.scss */
.headerWidget .endItem {
  border-radius: 0 0 4px 4px;
}
