/* input(61,14): run-time error CSS1030: Expected identifier, found ' '
input(61,21): run-time error CSS1031: Expected selector, found ';'
input(61,21): run-time error CSS1025: Expected comma or open brace, found ';'
input(62,1): run-time error CSS1019: Unexpected token, found '}' */

.table.dataTable.table > tbody > tr.dtr-expanded {
    background-color: var(--table-selected-row);
}

.lm-responsive-table > tbody > tr td.child:last-child {
    text-align: center;
    border-right: 1px solid #dee2e6;
}

.dtr-details {
    width: 100%;
}

.lm-responsive-table tbody tr td.child {
    padding: 0;
}

.lm-responsive-table, .lm-responsive-table td, .lm-responsive-table ul, .lm-responsive-table li {
    height: 100%;
}

.lm-responsive-table.dataTable > tbody > tr.child ul.dtr-details > li {
    padding: 0;
}

.dtr-title, .dtr-data {
    display: flex !important; 
    flex-direction: column;
    justify-content: center;
}
.dtr-title {
    background-color: #E0E0E0;
    color: #4f4f4f;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 32px;
    box-shadow: -32px 0 #E1E2E2;
    text-align: left;
    min-width: 30% !important;
    max-width: 150px;
    width: 30%;
}
.dtr-data {
    padding-right: 32px;
    text-align: right;
}

.dtr-details li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 3.215rem;
}

.lm-responsive-table td {
    display: table-cell;
}

.lm-responsive-table thead tr 
    position: static;
}

.lm-responsive-table td > * {
    float: none;
}

div.dt-container div.row > *, div.dt-container > div.row {
    margin-bottom: 0 !important;
}

table.dataTable th.dt-type-numeric, table.dataTable td.dt-type-numeric {
    text-align: left;
}

table.dataTable th.dt-type-numeric div.dt-column-header {
    flex-direction: row;
}

table.dataTable td.dt-empty,
table.dataTable thead th {
    vertical-align: middle;
}