#enccapi-levy-fund-table {
    position: relative;
    margin-bottom: 40px;
}

#enccapi-levy-fund-table:last-child {
    margin-bottom: 0;
}

#enccapi-levy-fund-table:after {
    content: "Loading...";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}
#enccapi-levy-fund-table.loading:after {
    opacity: 1;
    visibility: visible;
}

#enccapi-levy-fund-table .table-pagination {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px;
}

#enccapi-levy-fund-table .table-pagination .page {
    border-radius: 2px;
    border: 1px solid #dddddb;
    color: #221f1f;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear;
    vertical-align: middle;
    width: 40px;
}

#enccapi-levy-fund-table .table-pagination .page:hover {
    background-color: #ececeb;
    border-color: #ececeb;
}

#enccapi-levy-fund-table .table-pagination .page.current {
    pointer-events: none;
    background-color: #00008c;
    border-color: #00008c;
    color: #fff;
    font-weight: 700;
}
