﻿a.apagging {
    padding: 3px 8px;
    border: 1px solid #000;
    border-radius: 3px;
}

a.active {
    background-color: #f6821f;
}

table {
    border-spacing: 0px;
    border-collapse: separate;
    color: #4c4c4d;
    box-shadow: 0 2px 2px 0 rgba(95,186,233,0.4);
    border-radius: 8px;
    font-weight: normal !important;
    width: 100%;
    /*min-height: 300px;*/
    margin: 10px 0;
    font-size: 1vw;
}
    table div.buttonnote {
        font-size: 9px;
        text-align: right !important;
        width: 100%;
        font-style: italic;
        margin-top: 5px;
    }

    table .checked {
        background: rgb(204 204 204 / 0.60);
    }

    table tr.rowabove {
        font-weight: bold;
        font-size: large;
    }

    table tfoot tr td {
        text-align: left;
        font-weight: bold;
        font-size: medium;
    }

        table tfoot tr td .footrow {
            font-size: large;
        }

        table tfoot tr td .footrow:not(:last-child) {
            padding-right: 10px;
        }

    table .clickfilter{
        padding: 8px;
        display: inline-block;
    }

    table .clickfilter > i {
        font-size: 12px;
        color: rgb(76 76 77 / 0.60);
    }

    table thead tr th {
        position: relative;
    }

        table thead tr th > a {
            cursor: pointer;
            margin-left: 8px;
            padding: 0 3px;
        }

    table tr td input.checkboxitem:hover {
        cursor: pointer;
    }

    table tr th, td {
        color: #0d0d0d;
        padding: 10px;
        border: 1px solid #777d82;
    }

    table tr:not(:first-child) td {
        border-top: 0px;
    }

    table tbody tr:first-child td {
        border-top: 0px;
    }

    table button {
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem;
        box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.85);
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1.25;
        position: relative;
        text-decoration: none;
        transition: all 250ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
        box-shadow: 0 2px 2px 0 rgba(95,186,233,0.4);
        min-width: 2.8rem;
        height: 2.8rem;
        padding: 3px 5px;
        width: auto;
        white-space: nowrap;
    }

        table tr th:not(:first-child,:last-child), td:not(:first-child,:last-child) {
            border-right: 0px;
        }

    table thead tr {
        background-color: rgb(255 255 255 / 0.30);
    }

    table tbody tr:nth-child(2n+1) {
        background-color: rgb(249 249 249 / 0.60);
    }

    table tbody tr:nth-child(2n) {
        background-color: rgb(255 255 255 / 0.30);
    }

    table tr th[data-name="tooloption"], td[data-name="tooloption"] {
        white-space: nowrap;
        width: 1%;
    }

    table thead tr .filter {
        position: absolute;
        top: 80%;
        background-color: #fff;
        display: none;
        text-align: left;
        white-space: nowrap;
        min-width: 130px;
        max-width: 200px;
        padding: 10px;
        border-radius: 3px;
        color: #2356a6;
        border: 1px solid;
        border-top-color: #2356a6;
        border-left-color: #2356a6;
        border-bottom-color: #db1e37;
        border-right-color: #db1e37;
        font-size: 12px;
        z-index: 100;
        right: auto;
        left: 10%;
    }

        table thead tr .filter > div:first-child {
            border-bottom: 0.13em dotted #dcdfe0;
            margin-bottom: 8px;
        }

        table thead tr .filter > div:first-child input {
            border: 0;
            padding-bottom: 0;
        }

        table th.had-filter {
            padding: 10px 30px 10px 25px;
        }

    table th.had-filter div[index] {
        position: absolute;
        bottom: 0;
        right: 0;
    }

table th.had-filter:last-child .filter {
    left: auto;
    right: 10%;
}

    table thead tr .filter #searchfilter {
        margin-bottom: 5px;
        text-align: left;
        font-size: 13px;
        height: 15px;
        min-width: 0 !important;
        width: 90% !important;
    }

    table thead tr .filter > .divitem {
        overflow: auto;
        /*width: 100%;*/
        height: 150px;
        border: 0.13em dotted #dcdfe0;
        font-weight: normal;
        padding: 3px;
        padding-right: 10px;
        border-radius: 3px;
        margin-bottom: 20px;
    }

        table thead tr .filter > .divitem input {
            width: auto !important;
        }

        table thead tr .filter > .divitem > .grid-item {
            cursor: pointer;
            text-align: left !important;
        }

        table thead tr .filter > .divitem > div:first-child {
            font-weight: bold;
            margin-bottom: 3px;
            text-align: left !important;
        }

        table thead tr .filter > .divitem > div:not(:first-child) {
            padding-left: 8px;
        }

    table thead tr .filter > .toolfilter {
        text-align: right;
        margin: 5px 0 0 0;
    }

        table thead tr .filter > .toolfilter > a {
            background: #dcdfe0;
            text-align: center;
            border-radius: 3px;
            padding: 5px 8px;
            cursor: pointer;
        }

            table thead tr .filter > .toolfilter > a:first-child {
                margin-right: 3px;
                color: #1d680c;
            }

            table thead tr .filter > .toolfilter > a:last-child {
                color: #db1e37;
            }

.divitem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgb(119 125 130 / 0.10);
}

.divitem::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}

.divitem:hover::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.divitem::-webkit-scrollbar-thumb {
    background-color: rgb(119 125 130 / 0.30);
    border-right: 1px solid rgb(220 223 224 / 0.74);
}
