﻿:root {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);/*לא בכל המסכים יש בוסרטאפ 5*/
}
table.nd2-css-table-design-1 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 0.95rem;
}

    /* Table headers */
    table.nd2-css-table-design-1 thead th {
        background-color: #f8f9fa;
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
        text-align: right;
        font-weight: 600;
        color: #212529;
        vertical-align: middle;
    }

    table.nd2-css-table-design-1 tbody td {
        padding: 0.75rem;
        border-bottom: 1px solid #f1f1f1;
        vertical-align: middle;
        text-align: right;
        background-color: none;
    }

    table.nd2-css-table-design-1 tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: unset !important;
        background-color: var(--bs-table-striped-bg) !important;
    }


    table.nd2-css-table-design-1 tbody > tr:nth-of-type(even) {
        --bs-table-accent-bg: unset !important;
        background-color: #fff !important;
    }
    table.nd2-css-table-design-1 tbody > tr:hover {
        background-color: #ececec !important;
        --bs-table-accent-bg: #ececec !important;
        background-image: none !important;
        background-position: unset !important;
    }

    table.nd2-css-table-design-1 thead th:first-child {
        border-top-right-radius: 0.5rem;
    }

    table.nd2-css-table-design-1 thead th:last-child {
        border-top-left-radius: 0.5rem;
    }
    table.nd2-css-table-design-1 thead th {
        background-color: #fff !important;
    }
        table.nd2-css-table-design-1 thead th a {
            vertical-align: middle;
            text-align: right;
            font-weight: bold;
        }
    table.nd2-css-table-design-1 .k-icon.k-i-filter {
        display: none !important;
    }
.nd-table-top-con {
    width: 100% !important;
}
table.nd2-css-table-design-2 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 0.95rem;
}
