label.error {
    color: red !important;
    font-size: 14px !important;
}
label.errors {
    color: red !important;
    font-size: 14px !important;
}
div.error {
    color: red !important;
    font-size: 14px !important;
}
.dataTables_length label{
    display: inline-flex!important;
    align-items: center;
}
.dataTables_length label select{
    margin:0px 4px;
}
.dataTables_filter label{
    display: inline-flex!important;
    align-items: center;
}
.dataTables_filter label input{
    margin:0px 4px;
}
.page-list li{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.page-list li:hover{
    cursor: pointer;
}
