body {
}

.display-none {
    display: none;
}

.only-tab-device {
    display: none !important;
}


@media (min-width: 768px) and (max-width: 1139px) {
    .hide-tab-device {
        display: none !important;
    }

    .only-tab-device {
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        display: initial !important;
    }

    .dataTables_wrapper > .row > div {
        width: 50% !important;
        float: left !important;
        text-align: right !important;
    }

    .dataTables_length {
        float: left !important;
    }
    div.dataTables_paginate{
        float:right !important;
    }

    .modal-dialog {
        width:85% !important;
    }
}
