table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 0.875rem;
    display: inline-block;
    border-color: #5776B0;
    border-style: solid;
    border-width: 0.15vh;
    padding-left: 1vh;
    color: #5776B0;
    font-weight: bold;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-color: #5776B0;
    border-style: solid;
    border-width: 0.15vh;
    padding-left: 1vh;
    color: #5776B0;
    font-weight: bold;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_info {
    margin-top: 0.75em;
    font-size: 0.875rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 0.75em;
    float: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    font-size: 0.875rem;
    text-align: center;
    color: #5776B0;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    border-color: #5776B0;
    border-style: solid;
    border-width: 0.15vh;
    background-color: transparent;
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.active a {
    color: #fff;
    background-color: #5776B0;
    font-weight: normal;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.disabled a {
    color: #5776B0;
    font-weight: normal;
}

.demonstrativo .conteudo .row.botoes2 div.dataTables_wrapper div.dataTables_paginate ul.pagination li:first-child {
    padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
        text-align: center;
    }
    .demonstrativo .conteudo .row.botoes2 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        padding-left: 0;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        margin-bottom: 0.5em;
    }
    .demonstrativo .conteudo .row.botoes2 div.dataTables_wrapper div.dataTables_paginate ul.pagination li:first-child {
        padding-right: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
        text-align: center;
    }
    .demonstrativo .conteudo .row.botoes2 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        padding-left: 0;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        margin-bottom: 0.5em;
    }
    .demonstrativo .conteudo .row.botoes2 div.dataTables_wrapper div.dataTables_paginate ul.pagination li:first-child {
        padding-right: 0.5em;
    }
}