
*
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
    box-sizing: border-box;
}

section
{
    display: contents;
}

._300pxw
{
    width: 300px !important;
}

table
{
    table-layout: fixed;
    width: 100%;
}

.smalltext, .smalltext input, .smalltext select
{
    font-size: x-small;
}

.smallertext
{
    font-size: small;
}

.edit_console
{
    height: 95%;
}

.edit_console td:first-of-type
{
    width: 85%;
    text-align: center;
}

.box_of_centered_div
{
    text-align: center;
}

.box_of_centered_div > div
{
    display: inline-block;
}

.edit_console tr td:last-of-type
{
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
}

.edit_console_left
{
    height: 95%;
}

.edit_console_left > tr > td:last-of-type
{
    width: 85%;
    text-align: center;
}

.edit_console_left > tr > td:first-of-type
{
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
}

._50hpx
{
    height: 50px;
}


._100hpx
{
    height: 100px;
}

._100top
{
    position: absolute !important;
    top: 100px;
}

._130top
{
    position: absolute !important;
    top: 130px;
}

._200top
{
    position: absolute !important;
    top: 200px;
}

._200wpx
{
    width: 200px;
}

.left
{
    left: 0px;
}

.right
{
    right: 0px;
}

.band
{
    width: 100%;
    position: relative;
}

.column
{
    height: 100%;
    position: relative;
}

.fullscreen
{
    height: 100%;
    width: 100%;
}

.afullscreen
{
    height: calc(100% - 75px);
    width: 100%;
}

.scrollable
{
    overflow: auto;
    scrollbar-width: thin;
}

.alignable_blocks
{
    display: inline-block;
}

.topleft
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.topright
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.list_of_link h5, .list_of_link form
{
    display: inline-block;
    width: 100%;
}

.list_of_link form input[type="text"],
.sublist_of_link div
{
    width: 85% !important;
}

.list_of_link form input[type="button"],
.sublist_of_link form input[type="button"]
{
    width: 10% !important;
}

.table_split_halfv
{
    height: 100%;
    width: 100%;
}

.table_split_halfv > tr > td
{
    height: 50%;
}

#chatbox
{
    display: none; /* en attendant de la dev */
    position: fixed;
    bottom: 50px;
    right: 17px;
    width: 25%;
    height: 30%;
    background-image: url("/res/menu.png");
    background-size: cover;
    color: lightgray;
    z-index: 99999;
}

.language_entry
{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.language_entry span
{
    width: 200px;
    height: 20px;
    line-height: 35px;
    font-size: 22px;
}

.language_entry input, .language_entry textarea
{
    height: 30px;
    line-height: 50px;
    width: 100%;
}

.language_entry textarea
{
    height: 100px;
}

.big_flag
{
    width: 100%;
    height: 300px;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.formular_slot
{
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgb(55, 55, 55);
}

.formular_slot input, .formular_slot select
{
    width: 100%;
}

.searchbar > input
{
    font-size: 20px;
    height: 35px;
}

.full_size_table
{
    width: 100%;
    height: 100%;
}

.uservalues
{
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
}

.uservalues tr td:last-of-type
{
    text-align: center;
}

.rollbutton
{
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0px;
    width: 100px;
    height: 40px;
    font-size: x-large;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}
