* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-color: rgba(212, 212, 212, 1)
}

header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    background-color: rgba(25, 180, 201, 1);
    padding: 10px;
}

h2 {
    margin-bottom: 2rem;
}

th, td {
    background-color: #fff;
    padding: 10px 30px;
}

th {
    background-color: #7e7c7c;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

hr {
    margin: 40px 0;
}

.pendulumInput {
  background: none;
  border: 1px solid;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  width: 40px;
}

.empty-row {
    background-color: rgba(212, 212, 212, 1);
    border-left: none;
    border-right: none;
}

label {
    font-weight: 700;
}
.navigace {
    display: flex;
    align-items: center;
}

header h1 {
    text-transform: uppercase;
    padding-left: 20px;
}

.naturopatie {
    padding-right: 100px;
}

.menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.menu ul li {
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(217, 217, 217, 1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu ul li.clicked, .tlacitko.clicked {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

.menu ul li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 20px;
}

#submit-login {
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.tlacitka ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    gap: 30px;
}

.tlacitko {
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(217, 217, 217, 1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.tlacitko.clicked {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

.tlacitko a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 20px;
}

.hledat-tlacitka {
    display: flex;
    gap: 30px;
}

.hledat-prijmeni {
    gap: 30px;
}

.search-buttons {
    display: flex;
    gap: 90px;
}

.search-results {
    margin-top: 30px;
}

.tlacitka-vodorovne {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    gap: 30px;
    margin-bottom: 50px;
}

.tlacitka-svisle {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Mezera mezi tlačítky */
}

.tlacitka-svisle input[type="submit"], 
.tlacitka-svisle .button { /* Zajistí, že se tyto styly aplikují i na inputy typu submit a třídu button */
    padding: 10px 15px; /* Zvětšení tlačítek pomocí paddingu */
    width: 100%; /* Automatická šířka tlačítek */
    text-align: center; /* Vycentrování textu */
    font-weight: bold; /* Tučné písmo */
    cursor: pointer; /* Změna kurzoru při najetí na tlačítko */
    background-color: #f0f0f0; /* Světlé pozadí tlačítek */
    border: 1px solid #444444; /* Subtilní rámeček */
    border-radius: 5px; /* Zaoblené rohy */
    text-transform: uppercase;
}

.tlacitka-svisle input[type="submit"]:hover,
.tlacitka-svisle .button:hover { /* Styly pro stav hover */
    background-color: #e0e0e0; /* Trochu tmavší pozadí při najetí myši */
}

.tlacitka-vodorovne input[type="submit"], 
.tlacitka-vodorovne .button { /* Zajistí, že se tyto styly aplikují i na inputy typu submit a třídu button */
    padding: 10px 15px; /* Zvětšení tlačítek pomocí paddingu */
    width: auto; /* Automatická šířka tlačítek */
    text-align: center; /* Vycentrování textu */
    font-weight: bold; /* Tučné písmo */
    cursor: pointer; /* Změna kurzoru při najetí na tlačítko */
    background-color: #f0f0f0; /* Světlé pozadí tlačítek */
    border: 1px solid #444444; /* Subtilní rámeček */
    border-radius: 5px; /* Zaoblené rohy */
    text-transform: uppercase;
}

.tlacitka-vodorovne input[type="submit"]:hover,
.tlacitka-vodorovne .button:hover { /* Styly pro stav hover */
    background-color: #e0e0e0; /* Trochu tmavší pozadí při najetí myši */
}

.button, a.button {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: black;
    font-size:0.8rem;
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.inputy {
    display: flex;
    flex-direction: column;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

.login form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client-edit {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    width: 150px;
    min-width: 150px;
    display: inline-block;
}


.form-group input, #prijmeni {
    /* flex-grow: 1; */
    width: auto;
    height: 30px;

}

section {
    padding: 20px;
    width: 85%;
    margin: auto;
}

.volba-kontroly {
    margin-bottom: 30px;
}

.group-client-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 45px;
}

.group-client-card label {
    font-weight: bold;
    text-transform: uppercase;
  }

  .group-client-card textarea {
    width: auto;
    height: 3em;
  }

  .client-card-tables, .client-card-form, .appointment-table, .forms-tables {
    flex: 1;
  }

  .client-card-tables-forms, .client-card-form {
    display: flex;
    gap: 20px
  }

  .forms-tissue-salts {
    margin-bottom: 20px;
  }

  .group-results-form, .group-forms-pendulum {
    display: flex;
    justify-content: space-around;
    gap: 40px;
  }

  .aktivni-klient {
    font-weight: 700;
    font-size: 1.5em;
  }

  #original_date {
  width: fit-content;
}

.tk-sul-1 {
    background-color: #BF8F00;
    text-align: center;
    font-weight: 700;
}
.tk-sul-2 {
    background-color: #490AE6;
    color: white;
    text-align: center;
    font-weight: 700;
}
.tk-sul-3 {
    background-color: #E335B5;
    text-align: center;
    font-weight: 700;
}
.tk-sul-4 {
    background-color: #FFC000;
    text-align: center;
    font-weight: 700;
}
.tk-sul-5 {
    background-color: #FF5050;
    text-align: center;
    font-weight: 700;
}
.tk-sul-6 {
    background-color: #92D050;
    text-align: center;
    font-weight: 700;
}
.tk-sul-7 {
    background-color: #FFFF00;
    text-align: center;
    font-weight: 700;
}
.tk-sul-8 {
    background-color: #8E64F8;
    text-align: center;
    font-weight: 700;
}
.tk-sul-9 {
    background-color: #00B050;
    text-align: center;
    font-weight: 700;
}
.tk-sul-10 {
    background-color: #FF7C80;
    text-align: center;
    font-weight: 700;
}
.tk-sul-11 {
    background-color: #00B0F0;
    text-align: center;
    font-weight: 700;
}
.tk-sul-12 {
    background-color: #42DCEC;
    text-align: center;
    font-weight: 700;
}

.insert-question form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
}

#newQuestion {
    width: auto;
    min-width: 250px;
    height: 2rem;
}

#tissueSaltId {
    max-width: 70px !important;
    height: 2rem;
    text-align: center;
}

.insert-question {
    padding-top: 20px;
}

.tdTextArea {
    padding: 0;
  }

.tdTextArea textarea {
    width: 100%; /* Nastavení šířky na 100% buňky */
    box-sizing: border-box; /* Umožňuje zahrnout padding a border do celkové šířky */
    resize: vertical; /* Umožňuje uživateli měnit pouze výšku textarea */
}

.form-group textarea {
    width: 100%; /* Nastaví šířku na 100% rodiče */
    max-width: 100%; /* Zajišťuje, že textarea nepřesáhne svého rodiče */
    box-sizing: border-box; /* Padding a border jsou zahrnuty do šířky */
    resize: none; /* Zabraňuje uživateli změnit velikost textarea */
    min-height: 5em; /* Minimální výška (např. pro 5 řádků) */
    padding-bottom: 15px;
}

.dateTime {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-weight: 700;
}

.sent-form {
    font-weight: 700;
}

.sent-form p {
    padding-bottom: 40px;
}