.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin-bottom: 3px;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
    border: 1px solid white !important;
    border-radius: 20px;
    background: white !important;

}


.action-inline {
    display: inline-flex;
}


.sideway {
    transform: rotate(180deg);
    font-size: 18px;
    writing-mode: vertical-rl;
    min-height: 50%;
}

@-moz-document url-prefix() {
    .sideway {
        transform: none;
        font-size: 18px;
        writing-mode: sideways-lr;
    }
}

/**
Fixed Header
**/
table.fixedHeader-floating {
    background-color: white
}

table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}

table.fixedHeader-locked {
    position: absolute !important;
    background-color: white
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
    .box-body {
        padding: 0px;
    }
    thead {
        display: table-header-group;
        break-inside:avoid;
    }
    }

#datatables.checkliste td.dyn {
    max-width: fit-content!important;
    text-align: center;
}

#datatables.checkliste  {
    border-collapse: collapse!important;
}

#datatables.checkliste tr {
    border: 1px solid gainsboro;
}

.checkliste td pre {
    color: #2293e3!important;
    margin: 0px;
    line-height: initial;
    border: none;
    overflow-x: hidden;
    font-size: 16px!important;
    font-weight: 400!important;
}

#fontSizeChanger {
    display: inline-block!important;;
    width: auto!important;;
}
.tdimg {
    white-space: unset!important;
    padding: 0px!important;
    width: fit-content;
    width: -moz-fit-content;
}
 pre.andere {
     width: 100%;
 }

tr.dtrg-group {
    line-height: normal;
    padding-left: 15px!important;
}
.xsmall {
    font-size: small;
    font-weight: bold;
}
.dt-footer {
    width: 100%;
    float: left;
}

.HerstellerActionBadge {
    position: absolute;
    top: 0px;
    border: 1px solid #FFF;
    right: 0;
    font-size: 9px;
    background: #f44336;
    color: #FFFFFF;
    min-width: 20px;
    padding: 0px 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    display: block;
}
