/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2020, 1:15:19 PM
    Author     : avillatoro
*/
.lencontent {
    position: absolute;
    display: inline-block;
    border-radius: 0px 0px 4px 4px;
}
.flagcontent{
    position: absolute;
    width: 100px;
    top: 32px;
    border-radius: 4px;
}
.lencontent, .flagcontent {
    padding: 4px 10px;
    background: #eee;
    border: solid 1px #ddd;
    font-family: sans-serif;
    font-size: 12px;
    z-index: 100;
}


.flag img {
    width: 16px;
    position: relative;
    top: -1px;
}

.flag {
    padding: 2px;
}

.flag:hover {
    background: #ddd;
    cursor: pointer;
}

.lencontent {
    cursor: pointer;
}

.lencontent:hover {
    background: #ddd;
}