#reporter
{
    position: absolute; left: 15px; right: 15px; bottom: 15px; top: 15px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid silver;
    padding: 6px;
}
#reporter table
{
    width: 100%;
}
#reporter table td
{
    vertical-align: top;
}
#reporter input
{
    border: 2px solid;
    border-radius: 5px;
}
#reporter input[type="button"]
{
    border-radius: 5px;
    cursor: pointer;
    min-width: 140px;
    margin: 4px;
    height: 25px;
    border-color: #057000;
    background: #1bff0f;
}
select, .getTicket
{
    cursor: pointer;
}
#reporter_nav
{
    margin: 0 auto;
    background-color: #b9b9b9;
    border-radius: 3px;
    border: 1px solid #000000;
    height: 33px;
}
#reporter_content
{
    margin: 0 auto;
    background-color: #b9b9b9;
    border-radius: 3px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 5px;
    left: 5px;
    top: 47px;
    right: 5px;
    color: black;
}
#ticketList
{
    width: 100%;
    color: black;
}
#TicketHeader
{
    border-radius: 2px;
    margin: 4px;
    border: 2px solid white;
    background: white;
}
#Ticket_Content
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 52px;
}
.switchTicket
{
    height: 15px;margin: 0;line-height: 0.8em;
}
.TicketVerlaufBlase
{
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 6px;
}
#showBug
{
    display: none;
}
.repo_unsichbar
{
    position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: transparent;
}
.repo_minifenster
{
    font-size: 11px;
    clear: both;
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
    z-index: 4;
    padding: 5px;
    background: #140264 none repeat scroll 0 0;
    border: 1px solid #999;
    text-align: center;
    right: 15px;
    bottom: 25px;
}
.closed
{
    background-image: url(https://static.dark-nights.net/img/games/dc/16x16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 16px;
    vertical-align: middle;
    background-position: -18px -1px;
    z-index: 4;
}
#bugansehn
{
    width: 100%;
}

/* Chat */

#chatLobby
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
}
#lobby_messenge
{
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: auto;
    height: 60px;
}
#mess
{
    width: calc(100% - 70px); height: 35px;
}
#mess_send
{
    width: 100px;
    line-height: 12px;
    background-color: #b4e9e5;
    border: 1px solid black;
}
#sending
{
    color: black;height: 40px;font-size: 45px; cursor: pointer;
}
#lobby
{
    width: 100%;
    font-size: 1rem;
}
#lobby tr
{
    vertical-align: top;
}
#lobby h1
{
    width: 100%;
    font-size: 0.9em;
    color: #cfad5c;
    border-bottom: 1px solid #cc6600;
    margin: 1px 1px 1px 0;
    padding: 3px 3px 3px 3px;
}
#lobby span
{
    font-size: 0.8em;
    color: #987e41;
    float: right;
}
#lobby p
{
    color: #0C0C0C;
    margin: 2px 0;
    font-size: 0.9em;
    padding: 1px 3px 1px 3px;
}
#lobby a { background-color: #4b4b4c }
#lobbyContent
{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 110px;
    left: 2px;
    border: #0a0b89 1px solid;
    border-radius: 18px;
    padding: 4px;
}
#lobby_users
{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 110px;
    border: #a20b0b 1px solid;
    border-radius: 18px;
    padding: 4px;
    width: 150px;
}
#lobby_users_list
{
    font: normal 0.7em Verdana, Arial, sans-serif;
    width: 100%;
    color: black;
}
.userRight_1
{
    color: #ffffff;
}
.userRight_2
{
    color: #e78970;
}
.userRight_3
{
    color: #ffd41e;
}
.userRight_4
{
    color: #3740dc;
}
.lobby_user_list_show
{
    right: 170px !important;
}
#lobby_rooms
{
    position: absolute;
    height: 30px;
    right: 0;
    bottom: 65px;
    border: #04a205 1px solid;
    border-radius: 18px;
    padding: 4px;
    width: auto;
    left: 0;
}
#lobby_rooms table { width: auto; margin: unset; }
.chatRoomsSwitch
{
    border: aliceblue 1px solid;
    border-radius: 4px;
    background: blue;
    min-width: 100px;
    height: 18px;
    line-height: 16px;
    float: left;
    margin: 0 4px;
}
.GenUrl
{
    float: unset !important;
}
.GenUrlOld
{
    float: unset !important;
}

.roomUnread
{
    color: #00A000;
}

.roomActiv
{
    background-color: #2c94ff;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
    min-width: 120px;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.custom-menu-sub {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
    min-width: 120px;
}

.custom-menu-sub li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu-sub li:hover {
    background-color: #DEF;
}

.isActualRight{ color: #00a01a; }

#vrs
{
    width: 150px;
    border: 1px silver solid;
    background-color: #6c6868e6;
    position: absolute;
    left:415px;
    top: 30px;
    display: none;
}


.GalaryAlben
{
    position: relative;
    padding: 10px 7px 10px 7px;
    width: 450px;
    height: 160px;
    float: left;
    margin: 2px;
    border: 1px solid blue;
    border-radius: 10px 10px 10px 20px;
    background-color: #835535;
}
.GalaryAlben img
{
    position: relative;
    cursor: pointer;
    display: block;
    top: 3px;
    left: 3px;
    width: 160px;
    float: left;
    border: 2px solid #A72D0C;
    border-radius: 4px;
    height: 160px;
}
.GalaryAlben nav
{
    position: relative;
    display: block;
    top: 3px;
    left: 13px;
    width: 270px;
    height: 74px;
    float: left;
}
.GalaryAlben nav
{
    position: relative;
    display: block;
    top: 3px;
    left: 13px;
    width: 270px;
    height: 74px;
    float: left;
}

#lightgallery a
{
    margin: 4px;

    border: 3px solid #FFF;

    border-radius: 3px;

    display: block;

    overflow: hidden;

    position: relative;

    float: left;
}

#lightgallery span
{
    margin: 4px;

    border: 3px solid #FFF;

    border-radius: 3px;

    display: block;

    overflow: hidden;

    position: relative;

    float: left;

    right: 170px;

    top: 170px;
}

#user_info_nav
{
    display: flow-root;
}

#user_info_nav ul
{
    list-style-type: none;
    display: flex;
    text-align: center;
}

#user_info_nav li
{
    margin: 4px;
    width: 120px;
    border: 2px solid rgb(164, 164, 164);
    padding: 2px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.59);
    cursor: pointer;
}

#user_info_messages ul
{
    list-style-type: none;
    text-align: left;
    margin: 4px;
    border: 2px solid rgb(164, 164, 164);
    padding: 2px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.59);
}

#user_info_messages li
{
    border-bottom: 1px solid orange;
    padding: 2px;
}

#user_info_content table{
    width: 350px;
    margin: 0 auto;
}

#user_info_content tr {
    background-color: unset;
}

#user_info_content td{
    text-align: left;
}

.share_this_data{
    margin-left: 5px;
}

#newHistoryContent{
    position: absolute;
    width: 500px;
    height: 300px;
    z-index: 9999;
    background: #fff;
    left: calc(50% - 250px);
    top: 60px;
    border-radius: 8px;
    color: #000000;
    text-align: center;
}

#newHistoryContent h2{
    color: #000000 !important;
}

#newHistoryContent textarea{
    width: calc(100% - 30px);
    margin: 8px 0;
}

#newHistoryContent select, #newHistoryContent input{
    width: 160px;
}

#newHistoryContent input{
    position: absolute;
    bottom: 15px;
    left: calc(50% - 80px);
}