﻿/* table > thead > tr > th,
table > tbody > tr > td {
    padding-left: 5px !important;
    padding-right: 5px !important;
} */

.wf-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*visibility: hidden;*/
}


/*.wf-table, .wf-table-responsive:hover {
        visibility: visible;
    }*/

.wf-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    /*not really necessary, removes extra white space */
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.wf-table td.numeric,
.wf-table th.numeric {
    text-align: right;
}


/* td, th {
    padding-left: 24px;
    padding-right: 24px;
} */

.wf-table .tb-row-action {
    text-align: center;
    object-fit: contain;
}

.wf-table th.tb-row-select,
.wf-table td.tb-row-select {
    width: 20px;
    padding: 0 0 0 24px !important;
}

[type="checkbox"]+label {
    vertical-align: inherit;
}

.wf-table td {
    white-space: nowrap;
}


/*tbody*/

.wf-table>tbody>tr:not([disabled]):hover {
    background-color: #eee !important
}

.wf-table>tbody>tr.tbl-row-selected {
    background-color: #f5f5f5 !important
}


/*tbody end*/

@media only screen and (max-width: 940px) {
    .wf-table td,
    .wf-table th {
        height: 56px;
    }
}


/*thead*/

.wf-table .tbl-toolbar {
    padding: 8px 24px;
}

.wf-table>thead tr {
    background-color: #fff;
    height: 56px;
}

.wf-table>thead>tr>th {
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}


/*thead end*/