#advanced-table tfoot {
    display: table-header-group;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate paging_simple_numbers {
    float: right;
}

.dt-buttons {
    display: none;
}

#advanced-table_filter {
    height: 25px;
}

#advanced-table_filter .md-input-wrapper {
    width: initial;
}

.actions {
    text-align: right;
}

.actions a {
    margin-left: 5px;

}

#advanced-table_filter label {
    position: relative;
    left: 0;
    top: 0;
    height: 20px;
    padding-bottom: 8px;
    display: flex !important;
}

.D, .U {
    opacity: 1 !important;
}

.dataTables_filter input {
    margin-top: 15px;
}

.fixed-table {
    table-layout: fixed !important;
    word-wrap: break-word;
}

.fixed-column {
    white-space: normal !important;
}
