.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: 500px;
    min-width: 200px;

}

@-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 thead:before {
        content: attr(data-before);
        width: var(--pseudoWidth);
        display:inline-block;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        white-space: break-spaces;
    }
    #datatables.einkaufsliste thead:before {
        top: -24px;
    }

    #chkContainer div.dataTables_info {
        padding-top: 2.6em;
        white-space: nowrap;
    }

    .main-panel > .content {
        margin-top: 10px;
    }
}

#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;
}
.tdprice {
    white-space: normal!important;
}
pre.andere {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    float: left;
}

tr.dtrg-group {
    line-height: normal;
    padding-left: 15px!important;
}
.xsmall {
    font-size: small;
}
.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;
}

td.child > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

td.child > ul > li {
    display: flex;
}

td.child .status_box {
    display: flex;
}

td.child .active_append {
    margin: 0 7px;
}

@media screen {
    #datatables.checkliste thead:before {
        content: '';
        display:inline-block;
    }
}

tr.is_inactive>td:has(.form-inline){
    opacity: 1;
}

@media screen and (max-width:565px) {
    .extra_filter .btn-group:not(.no-shrink) .filter_state {
        max-width: 114px;
        min-width: 114px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.checkliste .vpa {
    float: left;
    width: auto;
    margin: auto;
    color: black;
    background: lemonchiffon;
}

.checkliste .marke {
    float:left!important;
    font-weight: 600!important;
    color: inherit!important;
    width:-moz-available;
    width:-webkit-fill-available;
    width:fill-available;
}

.finished.material-icons {
    color: red!important;
}
.current.material-icons {
    color: var(--primaryCustom)!important;
}
.upcoming.material-icons {
    color: #7A7C7F!important;
}
