﻿.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    color: #000;
    text-decoration: none;
    padding: 0px !important;

}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover {
    color: #000;
    border: 1px solid #0070cc;
}

#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;
    width: auto;
}
.dropdown.dropDownLanguage dt a {
    background-image: url(../images/arrowdown_black.png) !important;
    background-repeat: no-repeat;
    background-position: 96% center;
    display: block;
    padding-right: 20px;
    width: auto;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px 3px 4px;
    font-weight: normal;
    font-size: 16px !important;
    text-transform: capitalize;
}
.dropdown.dropDownLanguage dt a span {
    padding: 3px 3px 4px;
}
.wrapper_dd {
    width: 153px;
}

.dropdown dd ul {
    background: #ffffff;
    display: none;
    left: 0px;
    padding: 0px 0px;
    position: absolute;
    top: -1px;
    width: auto;
    min-width: 100px;
    list-style: none;
    z-index: 9999;
    border-bottom: none;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dp_language > li {
    width: 100%;
    float: left;
    padding: 0px !important;
    background-image: none !important;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px !important;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px !important;
    text-transform: capitalize;
    color: #333 !important;
    line-height: 19px;
}

    .dropdown dd ul li a:hover {
        background-color: #0070cc;
        color: #fff !important;
    }
.dropdown.dropDownLanguage dt a {
    width: 100%;
    height: 32px;
    border-radius: 2px;
    background-color: #fff !important;
    border: solid 1px #4c4c4c !important;
    text-align: left;
    padding: 6px 15px;
    color: #6a6a6a !important;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 10px;
    align-items: center;
}
    .dropdown.dropDownLanguage dt a:focus {
        outline: 0 !important;
        border-color: #0061b1 !important;
    }
    .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;
    padding-left: 5px;
    vertical-align:text-bottom;
}

@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;
    }
    .dropdown dt a, .dropdown dt a:focus {
        background-image: url(../images/arrowdown.png) !important;
        background-repeat: no-repeat !important;
        background-position: 95% center !important;
    }
}

.setting_area .inner-content-log ul li a {
    font-size: 0px;
    cursor: pointer;
    height: 30px;
}

.dropdown > a.dropdown-toggle {
    display: block;
}

