.table{
    padding-bottom: 0em;
    display: table;
    
}

.table tr.active td{
    background-color: rgba(240, 249, 113, 0.831)!important;
}

.table td.nachprf{
    font-weight: bold;
} 


.table > thead tr{
    background-color: black;
    color: white;
}



.table th, .table td{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    border: solid 1px gray;
    display: table-cell;
}

.table th.hidden, .table td.hidden{
    display: none;
}


.table{
    border-collapse: collapse;
    max-width: 100%;
    overflow-x: auto;
    display: table;
}

.table.fullwidth{
    min-width: 100%;
    width: 100%;
}

.table tr th.sorted:not(.desc):after{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white;
    display: inline-block;
    content: " ";
    margin-left: 0.5em;
}


.table tr th.sorted.desc:after{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid white;
    display: inline-block;
    content: " ";
    margin-left: 0.5em;
}

.table-tools{
    display: flex;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.table-container{
    display: inline-block;
    max-width: 100%;
    overflow: auto;
}

.table-container.fullwidth{
    min-width: 100%;
}

.table .searchhidden{
    display: none;
}

.table-container .table-buttons .stk-button{
    margin-right: 0.5em!important;
}

.table-footer{
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    padding-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: sticky;
    left: 0px;
    top: 0px;

}

.table-footerfirstline{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.table-footersecondline{
    display: flex;
    flex-direction: row-reverse;
}

.table-footerrows{
    font-size: 1em;
    color: lightgray;
}

.table-rowselect{
    font-size: 0.75em;
}

.table .hiddenByView{
    display: none;
}

.table-footermover .stk-button{
    border-radius: 0!important;
    border: solid 1px lightgray;
    background-color: #f2f2f2;
    color: gray;
    font-weight: normal;
}

.table-footermover .stk-button:hover{
    background-color: #009682;
    color: white;
}

.table-footermover .stk-button.selected{
    background-color: lightgray;
}



