.card .card-header .card-title {
    float: right;
    margin-bottom: 0;
}

.card-header .btn.btn-tool.btn-add-new{
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: left;
    margin-top: -4px;
    height: 100%;
    padding-right: 10px;
    outline: 0;
    right: -10px;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
    display: inline-block;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
    float: left;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
        float: right;
    }
    div.dataTables_wrapper div.dataTables_filter {
        display: block;
        text-align: right;
    }
    .dataTables_wrapper .dt-buttons {
        display: block;
    }
}
