﻿.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown dt a:hover {
    color: #000;
    border: 1px solid #237CA9;
}

#sample.dropdown {
    margin-bottom: 0px !important;
}

.dropdown dt a {
    background-image: url(../images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    display: block;
    padding-right: 20px;
    border: 1px solid #666366;
    width: auto;
    color: #4c4c4c;
    border-radius: 4px;
}

.dropdown dt a span {
    cursor: pointer; 
    display: block;
    font-weight: normal; 
    display: flex;
    padding: 5px 12px;
}

.wrapper_dd {
    width: 110px;
}

.dropdown dd ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #000;
    display: none;
    left: 0px;
    padding: 0px 0px;
    position: absolute;
    top: -1px;
    width: auto;
    min-width: 100px;
    list-style: none;
    z-index: 9;
    border-bottom:none;
}
.wrapper_dd > .dropdown dt a {
    color: #4c4c4c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    height: 35px;
    font-size: 14.5px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'OpenSans-bold';
}
.dp_language > li {
    width: 100%;
    float: left;
    padding: 0px !important;
    background-image: none !important;
}

.dropdown span.value {
    display: none!important;
}

.dropdown dd ul li a {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #29bbae;
    width: 100%;
    padding: 5px 5px;
    display: block;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
}

    .dropdown dd ul li a:hover {
        background-color: #22998f;
        color: #fff !important;
        text-decoration: none;
    }

.dropdown img.flag {
    border: 0;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 8px;
    width: 17px;
    height:17px;
    display:none;
}

.dropdown .dp_language img.flag {
    margin-left: 5px;
}

.flagvisibility {
    display: none;
}

.lan_txt_hide {
    font-style: normal;
}

@media (min-width:320px) and (max-width:767px) {
    .rightF {
        display: block !important;
        margin-right: 0 !important;
        margin-top: 9px !important;
    }
    .wrapper_dd.wrapper_dd {
        width: 98px;
    }
    .rightF.mR15.langPan {
        margin: 14px 0px !important;
    }
}

.setting_area .inner-content-log ul li a {
    font-size: 0px;
    cursor: pointer;
    height: 30px;
}

.dropdown > a.dropdown-toggle {
    display: block;
}

/*------- New UI ------*/
dl#OuterHeader_LanguageDrpdwn_sample {
    margin: 0px;
}
.rightF.mR15.langPan {
    margin: 14px 0px;
}
.wrapper_dd > .dropdown dt a {
    text-decoration: none;
}
