.dmp-table.dataTable tbody tr:hover > td,
.dmp-table.dataTable tbody tr:hover > td.sorting_1 {
    font-weight: 600 !important;
    cursor: pointer;
}

.dataTables_filter {
    width: 100%;
    margin-bottom: 10px;
}

.dataTables_filter {
    display: flex !important;
    justify-content: flex-end;
    width: 100%;
}

.modal-header{
	padding: 0.75rem 0.75rem;
}

.modal-header h5{
	line-height: 0.2em;
}