﻿.language_control {
    position: relative;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: left;
}

    .language_control > div {
        height: 30px;
    }

.language_content {
    display: inline-block;
    position: relative;
    width: 105px;
    margin-right: 5px;
}



.language_control .globe {
    position: relative;
    display: inline-block;
    top: -6px;
    width: 20px;
    height: 20px;
}

:root .globe {
    top: 4px;
}

.language_content .selected_language {
    position: absolute;
    width: 75px;
    font-size: 11px;
    font-family: OpenSans-Bold-68, OpenSans-Bold, sans-serif;
}

.language_control .arrow {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 0;
    margin-top: 13px;
}

:root .arrow {
   
}

.language_dropdown {
    font-size: 12px;
    background-color: white;
    box-shadow: 0 0 30px #888888;
    padding: 12px 15px 15px 0;
    border-radius: 10px;
    margin-top: 10px;
    position: absolute;
    z-index: 1000;
    line-height: 18px;
}

.language_dropdown::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 67%;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.language_item_wrapper a {
    margin-left: 15px;
}

.language_item_wrapper_small a {
    margin-left: 15px;
}

.language_item {
    display: inline-block;
    left: 15px;
    width: 108px;
    text-decoration: none;
}

.language_item_small {
    display: inline-block;
    left: 15px;
    width: 45px;
    text-decoration: none;
}

.language_item_data {
    display: none;
}

.language_enabled {
    display: none;
}

.language_enabled_cursor {
    cursor: pointer;
}

.language_disabled_cursor {
    cursor: default;
}

.language_control.Short {
    vertical-align: top;
}

    .language_control.Short .globe {
        position: relative;
        margin: 5px 0 0 5px;
        top: 4px;
    }

    .language_control.Short .arrow {
        margin: 16px 5px 0 0;
    }

    .language_control.Short .language_content {
        width: 75px;
        height: 37px;
        vertical-align: top;
        border-radius: 25px;
    }

    .language_control.Short .selected_language {
        vertical-align: top;
        margin-top: 3px;
        padding-left: 10px;
        width: 40px;
    }

.lcUserLanguage {
    display: inline-block;
    padding-right: 20px;
}

.language_dropdown a {
    cursor: pointer;
}

.language_dropdown .fontselected {
    font-weight: normal;
    background-color: lightblue;
}

/*specific for IE10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .arrow {
        top: 1px;
        margin-top: 13px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAxMC80LzEzoFhuTwAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAFVJREFUCJl9zsEJhDAYROFPrWQ7WEhB5pSe/pw2HdhIaoqXCCKsc3y8YWYppfywe0/beu9HSumD7z8pIvIGL3KLiAzrRWqtGe0uTQaW5878fBWNMcAJh9YdEomp6/8AAAAASUVORK5CYII=') /*../Images/Customers/goudse/UserControl/LanguageControl/arrow_1.png*/ no-repeat;
    }

    .language_content .selected_language {
        width: 70px;
    }

    .language_control.Short .selected_language {
        padding-left: 5px;
    }

    .language_control.Short .language_dropdown {
        padding-left: 11px;
    }
}

