.onelinkwrapper {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #333333;
  padding-top: 15px;
  margin-top: -30px;
}

.onelinkwrapper > input[type="checkbox"] { display:none; }

.onelinkwrapper > label:after,
.onelinkwrapper > a[role="button"]:after { content: "\f0d8"; font-family: FontAwesome; display: inline-block; margin-left: 6px; }

.onelinkwrapper > ul#langdropdown {
  position: absolute;
  z-index: 999;  
  display: none;
  top: calc(-7.2em + 16px);
  left: 17px;
  background: #fff;
  margin: 0;
  list-style: none;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 10px 45px -1px rgba(51, 51, 51, 0.25);
  padding-left: 0px;
}

.removeHover {display:none !important;}

.showDropdown {display: block !important;}

.onelinkwrapper > [type="checkbox"]:checked + label:after,
.onelinkwrapper > ul#langdropdown:target ~ a:after { content: "\f0d8"; }

#globefa { font-size:30px;vertical-align:middle;padding-right:10px; color:#6E6E6E;font-family: "FontAwesome";}
.onelinkwrapper span { display: block; padding: 16px 35px 16px 25px;cursor: pointer;}

.speech-bubble { position: relative; border-radius: .4em; }

.activeLang, #langdropdown span:hover{ background: #333333; color: white;}
#langdropdown span{ font-size:18px;}
#langdropdown span:nth-child(1) { border-radius: 5px 5px 0px 0px; }
#langdropdown span:nth-child(2) { border-radius: 0px 0px 5px 5px; }

#selectedLang{padding: 15px 0px 10px 0px;}
#globefa:hover, #selectedLang:hover {cursor: pointer;}
#langdropdown span:nth-child(1) { font-weight: bold; }

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -15px;
    margin-bottom: -9px;
}

.speechBubbleHover:after { border-top-color: #333333; }
.tenPercentDarker{color: #555555 !important;}
.twentyPercentDarker{color: #3b3b3b !important;}

.swal-button {
  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  margin: 20px 2px 0 !important;
  padding: 11px 20px !important;
  cursor: pointer;
  border: none;
}

.swal-text {
  font-size: 18px !important;
  color: #333 !important;
}

.swal-button-container{
  text-align: center !important;
  display: block !important;
}

#drupalContent .OneLinkNoTx {
  display: inline;
}

#popup-modal-content {
  background-color: #fff;
  box-shadow: 0 10px 20px -1px rgba(51, 51, 51, 0.1);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  z-index: 10000;
  font-size: 18px;
  color: #333;
  position: fixed;
  display: none;
  margin: auto;
  top: 20%;
  right: 0;
  left: 0;
  height: auto;
  max-width: 50%;
  min-width: 35%;
  width: 45%;
}
.popup-shaded-bg {
  display: none;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  margin-top: -110px;
}
/*@media (max-width: 889px) {
  .popup-shaded-bg { margin-top: -60px!important; }
}*/
.disclamerMessageArea {
    color: #333333;
}

#multiLingualDisclamer {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #3333;
    display: none;
}

@media screen and (max-width: 900px) {
  #popup-modal-content {
   width: 85% !important;
   max-width: 80% !important;
  }
 }

