#options-bnr {
    position: fixed;
    width: 100%;
    height: 40px;
    background: black;
    font-size: 14px;
    color: white;
    line-height: 40px;
}
#go-active-cntrstmobile {
    height: 60px;
    background: #FCE428;
    clear: both;
}
#go-active-cntrstmobile button {
    width: 100%;
    height: 60px;
    background: #FCE428;
    border-radius: 0px !important;
    margin-top: 0px;
    font-size: 16px;
    color: black;
    border: none;
}
#pre-header-buttons button {
    float: left;
}
#lis-head button {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: normal;
    background: none;
    border: none;
}
#lis-head:button {
    opacity: 0.8;
}
#lis-head button:hover {
    opacity: 0.8;
}
#lis-head button:active {
    opacity: 0.4;
}
#lis-head button img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
    margin-top: 12px;
}
#text-head button img {
    width: 30px;
    margin-bottom: 0px;
}
#lis-head button, #text-head button {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: normal;
    background: none;
    border: none;
}
#lis-head button img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline;
}
#text-head button img {
    width: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline;
}
#modality-info {
    position: relative;
    height: 40px;
}
#head-help-center .glyphicon {
    margin-right: 2px;
    top: 2px;
    cursor: pointer;
}
#go-active-cntrst {
    -webkit-appearance: none;
    border: none;
    width: 70px;
    height: 28px;
    background: #FCE428;
    font-size: 14px;
    color: black;
    line-height: 26px;
    border-radius: 2px;
    margin-top: 6px;
    margin-left: 10px;
}
#go-active-cntrst:hover {
    opacity: 0.8;
}
#go-active-cntrst:active {
    opacity: 0.4;
}
#go-active-cntrstmobile {
    height: 60px;
    background: #FCE428;
    clear: both;
}
#go-active-cntrstmobile button {
    width: 100%;
    height: 60px;
    background: #FCE428;
    border-radius: 0px !important;
    margin-top: 0px;
    font-size: 16px;
    color: black;
    border: none;
}
#select-lang a {
    color: white;
    text-decoration: none;
}

#select-lang li {
    height: 30px;
line-height: 30px;
    position: relative;
    width: 100%;
}

#select-lang .dropdown-menu {
    box-shadow: none;
}
#select-lang .dropdown-menu a {
    /*color: black;*/
    color: #FFFFFF;
}
#select-lang .dropdown-toggle {
    background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 5px;
margin-top: 14px;
    /*background: black;
    color: white;
    border:none;
    border-left: 1px solid white;
    border-radius: 0px;
    box-shadow: none;*/
}
#select-lang .dropdown-menu a:hover {
    /*background: #50B3FF;
    color: white;*/
    background-color: #FFFFFF;
    color: #50B3FF;
}
#select-lang .btn {
    /*border-radius: 0px;*/
}
#select-lang .glyphicon {
    font-size: 10px;
    margin-left: 8px;
    color: #FFFFFF;
}