body {
    height: 100vh;
    background-color: #f1f1f1;;
}

#blok_logowanie,
#blok_panel,
#blok_kuracjusz,
#form_error,
#okno_loader {
    display: none;
}

#blok_load {
    display: block;
}

/* #okno_load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
} */

/* #blok_logowanie {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.img_tlo {
    height: 100%;
    background-image: url(../img/log_tlo.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.blok_logowanie_old {
    width: 600px;
    /* height: 300px; */
    padding: 20px;
    background-color: #fff;
    /* position: absolute;
    right: 200px; 
    bottom: 300px; */
    border-radius: 4px;
    z-index: 100;
    /* margin-bottom: 200px; */
}

.okno_logowanie {
    width: 400px;
    height: 381px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.log_belka {
    position: absolute;
    bottom: 400px;
    width: 100vw;
    height: 50px;
    /* background-color: dodgerblue; */
    background-color:steelblue ;
}

.osoba_dane_zdj {
    /* width: 150px;
    height: 150px; */
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: auto;
}

.osoba_zdjecie {
    /* width: 150px; */
    width: 100%;
}

/* .osoba_dane {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: 200px auto; 
    grid-template-areas: 
    "zdjecie ."
    "osoba .";
    column-gap: 10px;
    row-gap: 15px;
}

.osoba_dane_zdj {
    grid-column: 1;
    grid-row: 1;
}

.osoba_dane_info {
    grid-column: 1;
    grid-row: 2;
}

.osoba_wyk {
    grid-column: 2;
    grid-row: 2;
} */

.osoba_dane_info {
    /* padding: 1rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.karta_badanie {
    width: 200px;
    cursor: pointer;
    height: 40%;
}

.karta_badanie_nag {
    width: 300px;
    height: 40%;
}

.karta_badanie_wynik {
    /* font-size: 1.5rem; */
    font-size: 1.1rem;
    font-weight: bold;
}

.karta_badanie_wynik_m {
    font-size: 0.8rem;
}

.font_12 {
    font-size: 0.7rem;
}

.font_14 {
    font-size: 0.8rem;
}

.dane_osoby,
#kalendarz {
    width: 300px;
}

.osoba_nazwa {
    /* font-size: 1.5rem; */
    font-size: 1rem;
    text-align: center;
}

#kalendarz > .tempus-dominus-widget {
    box-shadow: var(--bs-box-shadow)!important;
    border-radius: 0.375rem;
    width: inherit;
    padding: 10px 20px;
}

#modal_kalendarz > .tempus-dominus-widget {
    box-shadow: none;
}

.kursor {
    cursor: pointer;
}

.kolor_cisnienie{
	color: #6b5335;
}
.kolor_temperatura{
	color: #35696b;
}
.kolor_cholesterol{
	color: #656b35;
}
.kolor_waga{
	color: #7ca86c;
}
.kolor_glikemia{
	color: #a56327;
}
.kolor_tetno{
	color: #9c2828;
}
.kolor_pef{
	color: #213c1a;
}
.kolor_stolec{
	color: #43270c;
}
.kolor_diureza{
	color: #b26d0b;
}
.kolor_saturacja{
	color: #412453;
}
.kolor_inne {
    color: #0a6c60;
}
.kolor_diagnostyka {
    color: #295a8c;
}
.kolor_obserwacja {
    color: #575757;
}

.panel_uklad {
    display: flex;
}

.panel_menu {
    width: 50px;
    height: calc(100vh - 56px);
}

.panel_menu_ikony {
    display: flex;
    flex-direction: column;
}

.panel_ikona {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 5px;
}

#pokaz_menu {
    margin: 0;
    width: 40px;
    text-align: center;
}

/* .panel_okno {
    transition: margin-left 0.3s ease 0s;
    width: 100%;
    margin-left: -50px;
    background-color: #f1f1f1;
    z-index: 10;
} */

.karta_dane_osobowe {
    width: 300px;
}

.blok_wynik {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .okno_logowanie {
        /* position:relative; */
        width: 100%;
        margin-bottom: 0;
    }
    /* #blok_logowanie {
        align-items: end !important;
    } */
    .osoba_zdjecie {
        width: 100px;
    }

    #okno_panel_osoba {
        flex-direction: column;
    }

    .dane_osoby {
        width: 100%;
    }

    .osoba_dane_zdj {
        width: 80px;
        height: 80px;
    }

    .osoba_nazwa {
        /* font-size: 1rem; */
        text-align: start;
    }

    .dane_osoby_info {
        align-items: center;
        justify-content: space-between;
    }

    #modal_kalendarz > .tempus-dominus-widget {
        width: 100%;
    }

    .osoba_dane_info {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .badanie_nazwa {
        font-size: 0.8rem;
    }

    .karta_badanie,
    .karta_badanie_nag {
        width: 100%;
    }

    .blok_wynik {
        justify-content: space-between;
    }

    .font14s {
        font-size: 14px;
    }

    .font12s {
        font-size: 0.7rem;
    }

    .panel_uklad {
        flex-direction: column;
    }

    /* .panel_menu {
        height: auto;
    } */

    /* .panel_menu_ikony {
        flex-direction: row;
    } */

    .panel_menu_ikony > div {
        padding: 5px 10px;;
    }

    .karta_dane_osobowe {
        width: 100%;
    }
}

/* @media (max-width: 576px) {
    .karta_badanie {
        width: 180px;
    }
} */
