:root {
    --table-font-weight: 650;
}

.table-striped-primary > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(13, 110, 253, 0.15);
    font-weight: var(--table-font-weight);
}

.table-striped-success > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(25, 135, 84, 0.15);
    font-weight: var(--table-font-weight);
}

.table-striped-danger > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(220, 53, 69, 0.15);
    font-weight: var(--table-font-weight);
}

.table-striped-warning > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(255, 193, 7, 0.15);
    font-weight: var(--table-font-weight);
}

.table-striped-info > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(13, 202, 240, 0.15);
    font-weight: var(--table-font-weight);
}

.table-striped-dark > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(33, 37, 41, 0.15);
    font-weight: var(--table-font-weight);
}

.icon-action {
    transition: .2s ease;
}

.icon-action:hover {
    opacity: .50;
    transform: scale(1.3);
}

.no-border td,
.no-border tr,
.no-border th {
    border-bottom: none !important;
}















.nav-link {
    coXXXlor: #0dcaf0;
}



/* Barva ohraničení u neaktivních záložek PŘI NAJETÍ MYŠÍ */
.nav-tabs .nav-link:hover {
    bordXXXer-color: #0dcaf0 #0dcaf0 transparent #0dcaf0;
}

/* Barva ohraničení u AKTIVNÍ záložky */
.nav-tabs .nav-link.active {
    borXXXder-color: #0dcaf0 #0dcaf0 transparent #0dcaf0;
}

.nav-tabs {
    boXXder-bottom-color: #0dcaf0;
}

.nav-tabs .nav-link:hover {
    baXXkground-color: rgba(13, 202, 240, 0.15);
    coXXlor: #495057;
}

/* Barva pozadí, textu a ohraničení u AKTIVNÍ záložky */
.nav-tabs .nav-link.active {
    backgXXXround-color: rgba(13, 202, 240, 0.15);
    coXXlor: #0dcaf0;
}
