body{
    font-family: arial,arial;
    background: url("../wallpaper.jpg") no-repeat center center fixed;
    background-size: cover;
}

.loottable{
    margin-top: 20px;
}

.loottable td{
    border-bottom: 1px solid #000000;
    padding: 3px;
    background-color: #ebe5db;

    span{
        cursor: help;
    }
}

.suchfeld{
    border: 3px solid #FFFFFF;
    padding: 3px;
    font-size: 20px;
    float: left;
    width: 300px;
}

.login_table{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-collapse: collapse;
    text-align: center;
    text-shadow: 2px 2px 1px black;
    color: #e2b007;
    font-weight: bold;
    text-shadow: -1px -1px 0 black,  1px -1px 0 black, -1px  1px 0 black,  2px  2px 0 black;
    font-size: 20px;
}

.login-container {
    width: 320px;
    margin: 150px auto;
    padding: 20px;
}

input, select {
    padding: 8px;
    background-color: #000000c7;
    border: 3px solid #808080;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

button {
    width: 100%;
    padding: 4px;
    margin-top: 15px;
    background: linear-gradient(to bottom, #b40000, #700000);
    border: 3px solid #808080;
    border-radius: 5px;
    color: #e2b007;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 1px 1px 2px black;
}

button:hover {
    background: linear-gradient(to bottom, #d10000, #900000);
}

.logout{
    height: 46px;
    width: 46px;
    background-image: url("../log-off.svg");
    border: 1px solid #a3a3a3;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background-color: #000000;
}

.logout:hover{
    background-color: #FFFFFF;
}

.width-100{
    width: 100%;
}

.import_main{
    background-color: #FFFFFF;
    width: 500px;
    float: left;
    margin-left: 100px;

    textarea{
        width: 500px;
        height: 200px;
    }
}

.import_main div:nth-child(1){
    padding: 5px;
    background-color: #ebe5db;
    cursor: pointer;
}

.loading_background{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #C0C0C073;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_background::before {
    content: "";
    width: 100px;
    height: 100px;
    background: url('../loading.gif') no-repeat center center;
    background-size: contain;
}

.tooltip{
    white-space: nowrap;
}

.sr_mainspec{
    background-color: #ff8000;
    padding: 4px;
}

.mainspec{
    background-color: #cb5dec;
    padding: 4px;
}

.offspec{
    background-color: #0070dd;
    padding: 4px;
}

.zentriert{
    margin-left: auto;
    margin-right: auto;
}

.filter_button_zusatz{
    width: auto;
    margin-right: 7px;
}

.filter_aktiv{
    background: linear-gradient(to bottom, #28546C, #113B51);
}

.filter_aktiv:hover{
    background: linear-gradient(to bottom, #2D6482, #1A516E);
}

.css_char{
    margin-right: 5px;
}
