﻿.mdl-data-table thead tr th {
    font-family: SegoeUI, "Segoe UI" !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgb(110, 111, 119) !important;
    padding-bottom: 6px !important;
    border-right: 2px solid #f4f4f4 !important;
    height: 30px !important;
    text-align: left !important;
}

.mdl-data-table tbody tr {
    height: 30px !important;
    max-height: 30px !important;
    transition-duration: 0s !important;
    transition-timing-function: unset !important;
    transition-property: none !important;
    border-bottom: 2px solid #f4f4f4 !important;
}

.mdl-data-table tbody tr td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_desc::before {
    right: 1em !important;
    content: "" !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after {
    right: 0.5em !important;
    content: "" !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 6px !important;
}

.mdl-data-table {
    border: none;
}

.dataTables_length {
    display: none;
}

.dataTables_info {
    font-family: SegoeUI, "Segoe UI" !important;
    font-size: 12px !important;
}

.mdl-button {
    text-transform: none !important;
    color: #000 !important;
    font-family: SegoeUI, "Segoe UI" !important;
    font-size: 12px !important;
    min-width: unset !important;
    box-shadow: none !important;
    border: 2px solid #fff !important;
}

.mdl-button--colored {
    background: none !important;
    border: 2px solid rgb(151, 151, 151) !important;
}