/* CSS Document */

/* =====================================================
   ŽÁDOSTI
   ===================================================== */

.zss-zadosti-info {
    margin: 0 0 16px 0;
    padding: 10px 12px;
    background: #f5f5f5;
    border-left: 4px solid #000;
    font-size: 13px;
    line-height: 1.45;
}

.zss-zadosti-table {
    min-width: 700px;
}

.zss-zadosti-table th,
.zss-zadosti-table td {
    vertical-align: middle;
}

.zss-zadosti-table td form {
    margin: 0;
}

.zss-zadosti-table td a {
    font-weight: 600;
}

.zss-zadost-detail {
    max-width: 1200px;
}

.zss-zadost-detail > p:first-child {
    margin-bottom: 20px;
}

.zss-zadost-detail > p:last-child {
    margin-top: 30px;
}

.zss-zadosti-archiv-table td:last-child {
    white-space: nowrap;
}

.zss-zadosti-archiv-table td:last-child select {
    width: 240px;
    max-width: 240px;
    min-width: 0;
}

.zss-zadosti-archiv-table td:last-child button {
    width: auto;
    min-width: 40px;
}



/* =====================================================
   ŽÁDOSTI – STICKY PRVNÍ SLOUPEC NA MOBILU
   ===================================================== */

@media (max-width: 700px) {

    .zss-zadosti .table-wrapper {
        overflow-x: auto !important;
        overflow-y: visible !important;
        position: relative;
        -webkit-overflow-scrolling: touch;
    }

    .zss-zadosti .zss-zadosti-table {
        min-width: 700px;
        border-collapse: separate !important;
        border-spacing: 0;
    }

    /* PRVNÍ SLOUPEC TĚLA */
    .zss-zadosti .zss-zadosti-table tbody td:first-child {
        position: sticky !important;
        left: 0 !important;
        z-index: 20 !important;
    }

    /* PRVNÍ SLOUPEC HLAVIČKY */
    .zss-zadosti .zss-zadosti-table thead th:first-child {
        position: sticky !important;
        left: 0 !important;
        z-index: 100 !important;
        background: #fff !important;
    }

    /* barvy řádků */
    .zss-zadosti .zss-zadosti-table tbody tr.pes td:first-child {
        background: #fff !important;
    }

    .zss-zadosti .zss-zadosti-table tbody tr.kocka td:first-child {
        background: #e5e5e5 !important;
    }

    /* oddělení ukotveného sloupce */
    .zss-zadosti .zss-zadosti-table tbody td:first-child,
    .zss-zadosti .zss-zadosti-table thead th:first-child {
        box-shadow: 2px 0 4px rgba(0, 0, 0, 0.10);
    }
}


/* =====================================================
   ŽÁDOST – DETAIL
   ===================================================== */

.zss-zadost-detail {
    max-width: 100%;
}


/* =====================================================
   ZÁKLADNÍ ÚDAJE – ZPRACOVATEL / E-MAIL / TELEFON
   ===================================================== */

.zss-zadost-fields {
    width: 100%;
    max-width: 700px;
    margin-top: 12px;
}

.zss-zadost-field {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 30px;
    margin-bottom: 4px;
}

.zss-zadost-label {
    font-weight: 700;
    line-height: 26px;
    white-space: nowrap;
}

.zss-zadost-value-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 5px;
}

.zss-zadost-value {
    display: block;
    min-width: 0;
    flex: 0 1 auto;
    min-height: 26px;
    line-height: 26px;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* EDITOVACÍ FORMULÁŘ */

.zss-zadost-edit-form {
    flex: 0 1 auto;
    width: 400px;
    max-width: 100%;
    min-width: 0;
    margin: 0;
}

.zss-zadost-inline-input {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
}

.zss-zadost-actions {
    display: flex;
    flex-shrink: 0;
    gap: 3px;
}


/* MALÁ AKČNÍ TLAČÍTKA */

.zss-zadost-edit-button,
.zss-zadost-confirm-button,
.zss-zadost-cancel-button {
    width: 26px;
    height: 26px;
    min-width: 26px;
    padding: 0;
    margin: 0;
    border: 1px solid #bbb;
    background: #f5f5f5;
    color: #222;
    border-radius: 3px;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    line-height: 1;
}

.zss-zadost-edit-button:hover,
.zss-zadost-confirm-button:hover,
.zss-zadost-cancel-button:hover {
    background: #e8e8e8;
}


/* =====================================================
   MEZERY
   ===================================================== */

.zss-zadost-spacer {
    height: 16px;
}


/* =====================================================
   DOTAZNÍK
   ===================================================== */

.zss-zadost-dotaznik {
    width: 100%;
    max-width: 900px;
}

.zss-dotaznik-edit-link {
    display: inline-block;
}

.zss-dotaznik-edit {
    width: 100%;
}

.zss-dotaznik-textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 6px;
    box-sizing: border-box;

    font-size: 14px;
    line-height: 1.3;

    resize: vertical;
    margin: 0;
}

.zss-dotaznik-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}


/* =====================================================
   INTERNÍ POZNÁMKA
   ===================================================== */

.zss-zadost-poznamka {
    width: 100%;
    max-width: 700px;
}

.zss-zadost-poznamka h4 {
    margin: 0 0 6px;
}

.zss-poznamka-textarea {
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 6px;
    box-sizing: border-box;

    font-size: 14px;
    line-height: 1.3;

    resize: vertical;
    margin: 0;
}

.zss-poznamka-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.zss-poznamka-save-form {
    margin: 0;
}


/* =====================================================
   MOBIL
   ===================================================== */

@media (max-width: 700px) {

    .zss-zadost-detail {
        width: 100%;
    }

    .zss-zadost-fields {
        max-width: 100%;
    }

    .zss-zadost-field {
        grid-template-columns: 90px minmax(0, 1fr);
        column-gap: 8px;
    }

    .zss-zadost-label {
        white-space: normal;
        line-height: 1.2;
    }

    .zss-zadost-value-wrap {
        min-width: 0;
    }

    .zss-zadost-value {
        min-width: 0;
    }

    .zss-zadost-inline-input {
        min-width: 0;
    }
    
    .zss-zadost-edit-form {
        width: 100%;
        min-width: 0;
    }    

    .zss-dotaznik-textarea {
        min-height: 100px;
        font-size: 16px;
    }

    .zss-poznamka-textarea {
        min-height: 70px;
        font-size: 16px;
    }

    .zss-dotaznik-actions,
    .zss-poznamka-actions {
        display: grid;
        grid-template-columns: 7fr 3fr;
        gap: 8px;
        width: 100%;
    }

    .zss-dotaznik-actions .button-zakladni,
    .zss-poznamka-actions .button-zakladni {
        width: 100%;
        min-height: 36px;
        box-sizing: border-box;
        margin: 0;
        white-space: normal;
    }
}


/* Rychlé akce žádosti – tlačítko musí vyplnit výšku svého formuláře */
.evidence-workflow .zss-zadost-action-form {
    display: flex;
    margin: 0;
}

.evidence-workflow .zss-zadost-action-form .button-zakladni {
    height: 100%;
    box-sizing: border-box;
}