﻿/*==================================================
    Rezervare sedinte de grup - pagina publica
==================================================*/

body {
    background: #f7f7f7;
    font-family: "Segoe UI", Arial, sans-serif;
}

.container-sedinte {
    max-width: 560px;
    background: #ffffff;
    margin: 20px auto;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
}

.antet h3 {
    margin: 0 0 4px 0;
    font-size: 20px;
}

.antet .subtitlu {
    color: #808080;
    font-size: 13px;
    margin-bottom: 16px;
}

.titlu-pas {
    font-size: 16px;
    margin-bottom: 12px;
}

.pas {
    margin-top: 10px;
}

/* Optiuni (medici) */
.lista-optiuni .optiune {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 6px;
    cursor: pointer;
}

    .lista-optiuni .optiune:hover {
        background: #f1f1f1;
        border-color: #bfbfbf;
    }

/* Calendar */
.navigare-luna {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .navigare-luna span {
        font-size: 16px;
        font-weight: bold;
    }

.calendar {
    width: 100%;
    table-layout: fixed;
}

    .calendar .cap-zile th {
        text-align: center;
        padding: 4px;
        color: #808080;
        font-weight: normal;
        font-size: 12px;
        border-bottom: 1px solid #ebebeb;
    }

    .calendar td {
        text-align: center;
        padding: 10px 0;
    }

    .calendar .zi {
        border-radius: 4px;
    }

    .calendar .disponibila {
        cursor: pointer;
        background: #e6ffe6;
        color: #2f6f2f;
        font-weight: bold;
    }

        .calendar .disponibila:hover {
            background: #90ee90;
        }

    .calendar .indisponibila {
        color: #c8c8c8;
        cursor: default;
    }

    .calendar .zi-goala {
        cursor: default;
    }

/* Intervale */
.zi-selectata {
    font-weight: bold;
    margin-bottom: 10px;
}

.lista-intervale .interval {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 6px;
    cursor: pointer;
}

    .lista-intervale .interval:hover {
        background: #f1f1f1;
        border-color: #bfbfbf;
    }

.lista-intervale .ora {
    font-weight: bold;
}

.locuri {
    font-size: 12px;
    color: #808080;
}

.locuri-noi {
    color: #2f6f2f;
}

/* Date pacient */
.rezumat {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-size: 14px;
}

.eticheta {
    font-size: 13px;
    color: #404040;
    margin-bottom: 2px;
}

.recaptcha {
    margin: 14px 0;
}

.eroare {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-bottom: 8px;
}

.zona-butoane {
    margin-top: 10px;
}

.btn-rezerva {
    width: 100%;
    padding: 10px;
    font-size: 15px;
}

.btn-inapoi, .btn-sari {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 6px 12px;
    font-size: 13px;
    color: #808080;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: transparent;
}

    .btn-inapoi:hover, .btn-sari:hover {
        color: #404040;
        background: #f1f1f1;
        border-color: #d0d0d0;
        text-decoration: none;
    }

    .btn-inapoi i, .btn-sari i {
        font-size: 11px;
    }

/* Confirmare */
.confirmare {
    text-align: center;
    padding: 20px 0;
}

    .confirmare i {
        font-size: 46px;
        color: #5cb85c;
        margin-bottom: 12px;
    }

.incarcare {
    text-align: center;
    color: #a0a0a0;
    font-style: italic;
    padding: 14px 0;
}

.fara-elemente {
    color: #a0a0a0;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding: 14px 0;
}

.lnk-adauga-participant {
    margin-left: 6px;
}

.ajutor {
    font-size: 12px;
    color: #808080;
    margin: 2px 0 6px 0;
}

.participant {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

    .participant input {
        flex: 2;
    }

    .participant select {
        flex: 1;
    }

    .participant a {
        color: #808080;
    }

        .participant a:hover {
            color: #dc3545;
        }

.contor-locuri {
    font-size: 12px;
    color: #808080;
    margin-top: 4px;
}

    .contor-locuri.depasit {
        color: #dc3545;
        font-weight: bold;
    }

@media (max-width: 480px) {
    .container-sedinte {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
}
.detaliu-confirmare {
    margin-top: 4px;
    font-size: 13px;
    color: #808080;
}
