/* Admin-FSP */
.sticky-header {
    position: sticky;
    top: 55px; /* Výška hlavní navigace - uprav podle potřeby */
    background-color: white;
    z-index: 1000;
}
.sticky-header button.stred {
    margin-top: 10px;
}

thead.fsp {
    position: sticky;
    top: 191px; /* Výška hlavní navigace + výška vyhledávací lišty */
    z-index: 1000;
}

thead th {
    background-color: #f5f5f5 !important;
}


@media (max-width: 768px) {
    .sipky {
      display: flex;
      justify-content: center;
      gap: 4px;
      margin-top: 4px;
    }
  }
/* Přihlášení */
.containers {
    width: 300px;
}
/* Uprava uživatele */
#vyber_slozky li.active {
    background-color: #e6e6e6;  /* šedé pozadí pro aktivní položku */
    color: #333333;  /* tmavě šedá barva textu */
}
img {
    width: 28px;
}
@media (max-width: 768px) {
    .responsive-table-wrapper {
        overflow-x: auto;
    }

    .responsive-table-wrapper table {
        min-width: 600px; /* nebo víc podle potřeby */
    }
}
@media (max-width: 768px) {
    td label {
        display: flex;
        align-items: center;
        flex-wrap: nowrap; /* nebo wrap, podle potřeby */
        margin-bottom: 6px;
        white-space: nowrap; /* NEzalamuj text, drž „Ano“ / „Ne“ vedle tlačítka */
    }

    td label:last-child {
        margin-bottom: 0;
    }
}
