@media (max-width: 33rem) {
    .title_long {
        display: none;
    }
}

@media (max-width: 48rem) {
    .title_long {
        display: none;
    }
}

@media (max-width: 64rem) {
}

@media (max-width: 75.25rem) {
   
}

.img-footer-right{
    height: 35px;
}

.error{
    color: red;
}

.dataTables_filter{
    margin-bottom: 5px;
}

.w35{
    width: 35%;
}
