﻿.box-languages {
    background: white;
    color: #33334B; /*padding:10.90909%; /*30px ÷ 275px = 0.1090*/
    padding: 30px; /*30px ÷ 275px = 0.1090*/
    width: 175px;
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    margin: auto;
    border: 3px solid #f7f7f7;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 2px 2px 2px #888888;
    display: none;
    position: fixed;
    font-size:16px;
}

.box-selectedLang {
    display: inline-block;
    float: right;    
    position: absolute;
    right: 50px;
    top: 4px;
    font-size:14px;
}

.lang-selectlang {
    cursor: pointer;
    display: inline-block;
}

.lbl-lang {
    font-size: 1.3em;
    font-weight: 600;
}

.btn-language {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    font-size: 0.9em;
    float: right;
    background-color: #3c8dbc;
    color: #fff;
    border-color: #ddd;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}





.btn-language-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    font-size: 0.9em;
    float: right;
    background-color: #3c8dbc;
    color: #fff;
    border-color: #ddd;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    width: 32px;
    right: -50px;
    top: -45px;
}

.backGroundClass {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 5;
}
