
ul.pagination{
    justify-content: flex-end;
}
.table-search{
    text-align: right;
    width: 18%;
}
.table-page-count{
    text-align: left;
    width: 82%;
}
@media screen and (max-width: 767px){
    ul.pagination{
        justify-content: center;
    }
    .table-search{
        text-align: center;
    }
    .table-page-count{
        text-align: center;
        padding-bottom: 20px;
    }
}
#afina-table-page-size{
    display: inline-block;
    width: auto;
}
.afina-table th:last-child{
    width: 100px;
    text-align: center;

}
table.afina-table th.asc:after {
    content: "▲";
}
table.afina-table th.desc:after {
    content: "▼";
}
table.afina-table th {
    position: relative;
    cursor: pointer;
}
table.afina-table th.desc:after, table.afina-table th.asc:after{
    position: absolute;
    top: 25%;
    right: 10px;
}
.dataTables_length{
    float: left;
}
.dataTable-customFilter{
    float:left;
    padding-left: 7px;
}
.dataTable-customFilter label{
    display: inline-block;
}
.dataTable-customFilter select{
    display: inline-block;
    width: auto;
}
.afina-popup-title {
    width: 100%;
    height: 24px;
    background-color: #232f3d;
}
.afina-popup-title h1 {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 4px;
}
.afina-popup-close {
    position: absolute;
    width: 20px;
    right: 0px;
    font-size: 17px;
    top: 0;
    height: 35px;
    color: #fff;
    cursor: pointer;
}

input.validation-error {
    border: 2px solid #dc3545!important;
}
input.validation-error:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}
label.validation-error {
    font-size: 12px;
    color: #dc3545;
}
.form-select, .dataTable-selector {
    display: block;
    width: 100%;
    padding: 0.275rem 1.375rem 0.275rem 0.5rem;
    -moz-padding-start: calc(1.125rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.125rem center;
    background-size: 16px 12px;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}