.pagination
{
    display: flex;
    justify-content: center;
}

.pagination li
{
    width: 30px;
    height: 30px;
    border: solid 1px rgb(97, 92, 92);
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.pagination li a
{
    text-decoration: none;
    color: #2a3d76;
}

.pagination .active
{
    background-color:#2a3d76;
    color: white;
}

.pagination .active a
{
    color: white;
}

/* DATATABLES */


.dataTables_wrapper .dataTables_paginate 
{
    float: right;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button
{
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current
{
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}



.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    z-index: 2 !important;
    color: #fff !important;
    cursor: default !important;
    background: #337ab7 !important;
    border-color: #337ab7 !important;
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
    color: #337ab7 !important;
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.container .pagination
{
    display: flex;
    justify-content: center;
    margin-top: 15px !important;
}
