.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px;
    margin-left: 0px !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 0px solid transparent;
    border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0px !important;
    background-color: transparent !important;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0px solid transparent !important;
}
.dataTables_wrapper > .top, .bottom {
	display: flex;
	flex-wrap:wrap;
}
.dataTables_wrapper > .top > div, .bottom > div {
	flex:1;
}
div.dataTables_wrapper div.dataTables_filter {
    padding-top:0.85em;
}
.bottom > .dataTables_length {
	margin-top:0.5rem;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.2em;
}
div.dt-buttons {
    float: left !important;
}
.dt-buttons .btn {
	padding: 0.5rem 0.5rem;
	margin-top: 0.5rem;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 6px;
    left: 9px;
}