.langedit_back {
    background: none repeat scroll 0 0 black;
    display: none;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    z-index: 10030;
    top: 0;
    left: 0;
}

.langedit_window {
    background-color: #e6e8eb;
    bottom: 0;
    #display: none;
    height: 220px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: height 15ms ease-out 0s;
    width: 600px;
    z-index: 10035;
}

.close_langedit_win_btn {
    background: url("/application/views/templates/elevrus/images/icon/btn_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 35px;
    margin-right: 2px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 35px;
    z-index: 1;
}

.langedit_content_wrap {
    color: #434446;
    padding: 0px;
}

.lang_ok {
    background-color: #022a50;
    color: white;
}

.langedit_window h2.title_modal {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 11px;
    padding-bottom: 9px;
    padding-top: 4px;
    font-family: Arial;
    line-height: 50px;
    padding-left: 25px;
    background: #27292a;
    color: white;
    height: 60px;
}

.langedit_value {
    width: 99%;
}

.langedit_save_btn {
    padding-top: 5px;
}

.langedit_on_btn {
    width: 42px;
    height: 42px;
    font-size: 25px !important;
    line-height: 42px !important;
    font-weight: 700;
    background: #c2c2c2;
    color: #2c2c2d;
    border-radius: 50%;
    transition: 0.3s;
    position: fixed;
    right: 0px;
    top: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
}

table.langlines {
    width: 100%;
    #border: 1px solid green;
    background-color: white;
}

table.langlines td {
    #width: 25%;
    border: 1px solid black;
}

table.langlines td:last-child {
    width: 15% !important;
    border: 1px solid black;
}

table.langlines td div.langblock {
    border-top: none;
}