img.tablesLoader {
    color: white;
    position: absolute;
    z-index: 11;
    width: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 0.8;
}

div.lobbyDiv {
    width: 1360px;
    height: 760px;
    left: 50%;
    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    z-index: 11;
    /*position: absolute;*/
    position: fixed;

    background-color: #212126;
    border: 10px solid #7c3016;
    border-radius: 10px;

    pointer-events: initial;

    overflow: hidden;

    zoom: 0.9999;
}


div.lobbyDivCoins {
    width: 1200px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -300px;
    z-index: 6;
    /*position: absolute;*/
    position: fixed;

    background-color: #212126;
    border: 3px solid white;
    border-radius: 20px;

    pointer-events: initial;

    overflow: auto;
    zoom: 0.9999;
}

table.lobbyTable {
    width: 1200px;
    height: 600px;
    zoom: 0.9999;
}
table.lobbyTable2 {
    color: white;
    font-size: 80px;

    zoom: 0.9999;
}

input.lobbyName {
    font-size: 80px;
    text-align: center;

    zoom: 0.9999;
}

img.lobbyCoin {
    cursor: pointer;
    width: 250px;
    padding: 10px;
    zoom: 0.9999;
}

input.lobbyBtn {
    font-size: 36px;
    color: white;
    margin: 20px;

    width: 960px;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

    background-color: black;
    border: 1px white solid;
    border-radius: 4px;

    pointer-events: initial;

    cursor: pointer;
    zoom: 0.9999;
}

div.lobbyTable {
    width: 90%;
    height: 68px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);

    background-color: #212126;
    border: 3px solid white;
    border-radius: 20px;

    pointer-events: initial;
    cursor: pointer;

    margin-top: 10px;
    margin-bottom: 30px;

    color: white;

    font-size: 36px;

    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 4px;

    border: 0px;
    background-color: rgba(255,255,255,0.35);

    zoom: 0.9999;
}

div.lobbyTableFull {
    cursor: initial;
    background-color: rgba(100,100,100,0.35);
}

div.lobbyTableFull > table.lobbyTableLine {
    color: #808080;
}

div.lobbyTableFst {
    margin-top: 20px;
}

div.lobbyTableImOnIt {
    background-color: #F89134;
}

div.lobbyTable:hover {
    background-color: rgba(255,255,255,0.45);
}
div.lobbyTableFull:hover {
    background-color: rgba(100,100,100,0.35);
}

span.right {
    float: right;
    padding-right: 40px;
}


div.lobbyTableSection {
    top: 15%;
    position: relative;
    height: calc(65% - 10px);
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 10px solid #351005;
    /*
    background-image: linear-gradient(direction, color-stop1, color-stop2, ...);
    */
}

div.lobbyFiltersSection {
    top: 15%;
    position: relative;
    height: 20%;
    overflow: hidden;
    /*background-color: #BB7BF9;*/
    text-transform: uppercase;
    zoom: 0.9999;
}

div.lobbyFiltersSectionSpeed,
div.lobbyFiltersSectionMinBet,
div.lobbyFiltersSectionPlayers
{
    position: relative;
    display: inline-block;
    height: 100%;
    color: white;
    font-size: 32px;
    zoom: 0.9999;
}

div.lobbyFiltersSectionSpeed
{
    /*background-color: #7755FE;*/
    width: 25%;
}
div.lobbyFiltersSectionMinBet
{
    /*background-color: #7c3016;*/
    width: 45%;
}
div.lobbyFiltersSectionPlayers
{
    /*background-color: #eea03e;*/
    width: 30%;
}

div.lobbyFiltersSectionPart {
    left: 50px;
    position: relative;
}

div.lobbyFiltersSectionPartSelection {
    display: inline-block;
    border: 6px solid #7c3016;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 2px;

    margin-right: 20px;
    margin-top: 10px;

    cursor: pointer;

    text-transform: initial;
}

div.lobbyFiltersSectionPartSelectionSmaller {
    display: inline-block;
    border: 6px solid #7c3016;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 2px;

    margin-right: 14px;
    margin-top: 10px;

    cursor: pointer;

    text-transform: initial;
}

div.lobbyFiltersSectionPartSelectionActive {
    background-color: #ac8451;
    border-color: #ac8451;
}

div.tableLogo {
    width: 1000px;
    height: 120px;
    left: 50%;
    top: 16%;

    transform: translateX(-50%) translateY(-50%);

    z-index: 11;
    position: absolute;

    background-color: #212126;
    border: 10px solid #7c3016;
    border-radius: 10px;

    color: white;
    font-size: 60px;
    text-transform: uppercase;
    vertical-align: center;
    text-align: center;
    line-height: 120px;

    background-size: 100% 100%;

    zoom: 0.9999;
}


table.lobbyTableLine {
    color: white;
    font-size: 30px;
    width: 100%;
    zoom: 0.9999;
}

div.lobbyTableSelectPosition {
    color: white;
    font-size: 42px;
    position: relative;
    top: -20px;

    text-align: center;

    zoom: 0.9999;
}
