:root {
    --mvc-table-border: #c8d4cd;
    --mvc-table-border-strong: #aebfb5;
    --mvc-table-head-bg: #f1f7f3;
    --mvc-table-row-alt: #fbfdfb;
    --mvc-table-row-hover: #eef7ef;
    --mvc-table-text: #1e2b24;
}

.admin-content table,
.public-page table,
main table,
table.table,
table.admin-table,
table.dataTable,
table.js-data-table {
    border: 1px solid var(--mvc-table-border);
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--mvc-table-text);
    width: 100%;
}

.admin-report-table-panel {
    overflow: hidden;
}

.admin-report-table-panel .admin-section-head {
    align-items: center;
    border-bottom: 1px solid var(--mvc-table-border);
    margin: -22px -22px 16px;
    padding: 18px 22px;
    background: #f7fbf8;
}

.admin-table-wrap-scroll {
    border: 1px solid var(--mvc-table-border);
    border-radius: 7px;
    background: #ffffff;
    max-width: 100%;
    overflow-x: auto;
}

.admin-content table th,
.admin-content table td,
.public-page table th,
.public-page table td,
main table th,
main table td,
table.table th,
table.table td,
table.admin-table th,
table.admin-table td,
table.dataTable th,
table.dataTable td,
table.js-data-table th,
table.js-data-table td {
    border: 1px solid var(--mvc-table-border);
    padding: 8px 10px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.35;
}

.admin-content table thead th,
.public-page table thead th,
main table thead th,
table.table thead th,
table.admin-table thead th,
table.dataTable thead th,
table.js-data-table thead th {
    background: var(--mvc-table-head-bg);
    border-bottom: 2px solid var(--mvc-table-border-strong);
    color: #1f3a2b;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.admin-content table tbody tr:nth-child(even),
.public-page table tbody tr:nth-child(even),
main table tbody tr:nth-child(even),
table.table tbody tr:nth-child(even),
table.admin-table tbody tr:nth-child(even),
table.dataTable tbody tr:nth-child(even),
table.js-data-table tbody tr:nth-child(even) {
    background: var(--mvc-table-row-alt);
}

.admin-content table tbody tr:hover,
.public-page table tbody tr:hover,
main table tbody tr:hover,
table.table tbody tr:hover,
table.admin-table tbody tr:hover,
table.dataTable tbody tr:hover,
table.js-data-table tbody tr:hover {
    background: var(--mvc-table-row-hover);
}

.admin-table-wrap,
.table-responsive,
.dataTables_scroll,
.dataTables_scrollBody {
    scrollbar-color: var(--mvc-table-border-strong) #f7faf8;
}

.dataTables_scroll {
    border: 1px solid var(--mvc-table-border);
    border-radius: 6px;
    background: #ffffff;
}

.dataTables_scrollHead {
    border-bottom: 1px solid var(--mvc-table-border);
}

.dataTables_scrollBody {
    border-top: 0;
}

.dataTables_scrollHead table,
.dataTables_scrollBody table {
    border-left: 0;
    border-right: 0;
}

.dataTables_wrapper table.dataTable,
.dataTables_wrapper table.dataTable.no-footer {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: var(--mvc-table-border);
    margin: 0;
    width: 100%;
}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
    background: var(--mvc-table-head-bg);
    border: 1px solid var(--mvc-table-border);
    border-bottom: 2px solid var(--mvc-table-border-strong);
    color: #1f3a2b;
    font-weight: 700;
    padding: 9px 10px;
}

.dataTables_wrapper table.dataTable tbody th,
.dataTables_wrapper table.dataTable tbody td {
    border: 1px solid var(--mvc-table-border);
    padding: 8px 10px;
}

.dataTables_wrapper table.dataTable.stripe tbody tr.odd,
.dataTables_wrapper table.dataTable.display tbody tr.odd,
.dataTables_wrapper table.dataTable tbody tr:nth-child(even) {
    background-color: var(--mvc-table-row-alt);
}

.dataTables_wrapper table.dataTable.hover tbody tr:hover,
.dataTables_wrapper table.dataTable.display tbody tr:hover,
.dataTables_wrapper table.dataTable tbody tr:hover {
    background-color: var(--mvc-table-row-hover);
}

.dataTables_scrollBody table {
    border-top: 0;
}

.dataTables_wrapper .dataTables_scrollHead th,
.dataTables_wrapper .dataTables_scrollBody td {
    box-sizing: border-box;
}

.dataTables_wrapper .dataTables_empty {
    background: #ffffff;
    color: #607267;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 700px) {
    .admin-content table th,
    .admin-content table td,
    .public-page table th,
    .public-page table td,
    main table th,
    main table td,
    table.table th,
    table.table td,
    table.admin-table th,
    table.admin-table td,
    table.dataTable th,
    table.dataTable td,
    table.js-data-table th,
    table.js-data-table td {
        padding: 7px 8px;
    }
}
