.demonia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: justify;
	line-height: 20px;
}
.demonia_formular {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-image: url(../images/design/pozadi_formular_center.png);
	background-repeat: repeat-y;
	text-align: left;
	text-indent: 20px;
}
.demonia_formular input[type="text"]{
width: 157px;
padding: 2px 8px;
}
.demonia_formular input[type="password"]{
width: 157px;
padding: 2px 8px;
}
.demonia_formular input[type="submit"]{
width: 110px;
height: 30px;
border: 0px;
color: #fff;
margin-left: 5px;
background: url(../images/design/prihlaseni_up.png) no-repeat center;
}
.demonia_formular input[type="submit"]:hover{
background: url(../images/design/prihlaseni_over.png) no-repeat center;
}
.demonia_aktuality {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	background-image: url(../images/design/pozadi_aktuality_center2.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: left;
	text-indent: 20px;
}
.demonia_seminare {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-image: url(../images/design/pozadi_seminare_center.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: left;
	text-indent: 20px;
}
.demonia_seminare_white {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

/*Nastavení separovaných buněk a nulové vzdálenosti mezi buňkami*/
table.roundedCorners{
    border-collapse: null;
    border-spacing: 0px;
}

/*Nastavení separovaných buněk a nulové vzdálenosti mezi buňkami*/
table.roundedCorners{
    border-collapse: null;
    border-spacing: 0px;
}

/*Vypnutí pravých a dolních rámečků*/
table.roundedCorners td, table.roundedCorners th{
    border-style: none none none none;
}
/*Nastavení dolního rámečku posledním buňkám (td, th)*/
table.roundedCorners :not(thead):not(tbody) tr:last-child td,
table.roundedCorners :not(thead):not(tbody) tr:last-child th,
table.roundedCorners tbody:last-child   tr:last-child td,
table.roundedCorners tbody:last-child   tr:last-child th { border-bottom-style: solid;}

/*Nastavení pravého rámečku buňkám v posledním sloupci(td, th)*/
table.roundedCorners td:last-child,
table.roundedCorners th:last-child { border-right-style: solid; }

/*Nastavení levého horního kulatého rohu*/
table.roundedCorners :not(tbody):not(tfoot) tr:first-child td:first-child,
table.roundedCorners :not(tbody):not(tfoot) tr:first-child th:first-child,
table.roundedCorners tbody:first-child  tr:first-child td:first-child,
table.roundedCorners tbody:first-child  tr:first-child th:first-child { border-top-left-radius: 10px;}

/*Nastavení pravého horního kulatého rohu*/
table.roundedCorners :not(tbody):not(tfoot) tr:first-child td:last-child,
table.roundedCorners :not(tbody):not(tfoot) tr:first-child th:last-child,
table.roundedCorners tbody:first-child  tr:first-child td:last-child,
table.roundedCorners tbody:first-child  tr:first-child th:last-child  { border-top-right-radius: 10px;}

/*Nastavení levého dolního kulatého rohu*/
table.roundedCorners :not(thead):not(tbody) tr:last-child td:first-child,
table.roundedCorners :not(thead):not(tbody) tr:last-child th:first-child,
table.roundedCorners tbody:last-child   tr:last-child td:first-child,
table.roundedCorners tbody:last-child   tr:last-child th:first-child { border-bottom-left-radius: 10px;}

/*Nastavení pravého dolního kulatého rohu*/
table.roundedCorners :not(thead):not(tbody) tr:last-child td:last-child,
table.roundedCorners :not(thead):not(tbody) tr:last-child th:last-child ,
table.roundedCorners tbody:last-child   tr:last-child td:last-child,
table.roundedCorners tbody:last-child   tr:last-child th:last-child { border-bottom-right-radius: 10px;}

.Wingdings {
	font-family: Webdings;
}
.th_bold {
	font-family: !important Tahoma, Geneva, sans-serif !important;
	font-size: !important 16px;
	font-style: !important normal;
	font-weight: !important bold !important;
	color: !important #FFF;
}

table.roundedCorners {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}
table.roundedCorners th,
table.roundedCorners td {
    border: 1px solid #ccc;
    padding: 8px;
}
.vrch {
	font-family: Verdana, Geneva, sans-serif;
}
.TH_T {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.TH_T_small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
ol {
	font-family: "Times New Roman", Times, serif;
}
.Tabulka {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
/* =====================================================
   KONTEJNER – GRID PRO DIS TABULKY
   ===================================================== */
.dis-tables {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  justify-content: center;
  gap: 50px;
}

/* =====================================================
   DIS TABLE – ZÁKLAD
   ===================================================== */
.dis-table {
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 220px;
  font-family: Tahoma, Geneva, sans-serif;
}

/* HLAVIČKA */
.dis-table th {
  background: #17495E;
  color: white;
  padding: 6px;
  text-align: center;
}

/* BUŇKY */
.dis-table td {
  height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.dis-table td > * {
  display: block;
  height: 100%;
  line-height: 30px;
}

/* ODKAZY */
.dis-table td a {
  color: #0044cc;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.dis-table td a:hover {
  background: #31b5ff;
  color: white;
}

.dis-table td a:active,
.dis-table td a:focus-visible {
  background: #1e6fc6;
  color: white;
}

/* PATKA */
.dis-table tfoot td {
  background-color: #d7edff;
  font-weight: bold;
}

.dis-table tfoot td a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  color: #1e3a8a;
  text-decoration: none;
}

.dis-table tfoot td a:hover {
  background: #31b5ff;
  color: white;
}

/* =====================================================
   DIS ARCHIV ROČNÍKŮ
   ===================================================== */
.dis-archive-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dis-archive {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Tahoma, Geneva, sans-serif;
}

/* HLAVIČKA */
.dis-archive thead th {
  background: #17495E;
  color: white;
  padding: 10px 14px;
  text-align: left;
  font-weight: bold;
}

/* ŘÁDKY */
.dis-archive td {
  padding: 6px 14px;
  text-align: left;
  vertical-align: top;
}

.dis-archive tbody tr + tr {
  border-top: 1px solid #e2e8f0;
}

/* =====================================================
   ROK (SUMMARY) – ZÁKLAD
   ===================================================== */
.dis-archive summary {
  display: inline-block;
  padding: 4px 12px 4px 28px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0044cc;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background 0.2s, color 0.2s;
}

.dis-archive summary::-webkit-details-marker {
  display: none;
}

/* šipka */
.dis-archive summary::before {
  content: "▸";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: currentColor;
}

.dis-archive details[open] summary::before {
  content: "▾";
}

/* STAVY ROKU */
.dis-archive summary:hover {
  background: #31b5ff;
  color: white;
}

.dis-archive summary:active {
  background: #155aa3;
  color: white;
}

.dis-archive details[open] summary {
  background: #155aa3;
  color: white;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
}

/* =====================================================
   ČÍSLA 1–12 + OBSAH ROČNÍKU
   ===================================================== */
.dis-archive .issues {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.dis-archive .issues a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  color: #0044cc;
  text-decoration: none;
  font-size: 0.9em;
  transition: background 0.2s, color 0.2s;
}

.dis-archive .issues a:hover {
  background: #31b5ff;
  color: white;
}

.dis-archive .issues a:active {
  background: #155aa3;
  color: white;
}

/* OBSAH ROČNÍKU */
.dis-archive .year-content {
  margin-left: auto;
  padding: 0 12px;
  font-weight: 600;
}

/* =====================================================
   OVLÁDACÍ PRVKY
   ===================================================== */
.dis-archive-controls {
  max-width: 700px;
  margin: 0 auto 10px auto;
  text-align: right;
}

#toggleAllYears {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0044cc;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

#toggleAllYears:hover {
  background: #31b5ff;
  color: white;
}

/* =====================================================
   UTILITIES
   ===================================================== */
#searchCount {
  margin: 4px 0 20px 0;
  padding: 4px 0;
  width: 100%;
  box-sizing: border-box;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #000;
}

.row-hidden {
  display: none;
}

.aml-quiz .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #65b249;
    border-radius: 8px;
    background: #65b249;
    background: -webkit-gradient(linear, left top, left bottom, from(#65b249), to(#65b249));
    background: -moz-linear-gradient(top, #65b249, #65b249);
    background: linear-gradient(to bottom, #65b249, #65b249);
    font: normal normal 13px tahoma;
    color: #ffffff !important;
    text-decoration: none;
}

.aml-quiz .button:hover,
.aml-quiz .button:focus {
    border: 1px solid #0e7435;
    background: #006000;
    background: -webkit-gradient(linear, left top, left bottom, from(#79d658), to(#006000));
    background: -moz-linear-gradient(top, #006000, #006000);
    background: linear-gradient(to bottom, #006000, #006000);
    color: #ffffff !important;
    text-decoration: none;
}

.aml-quiz .button:active {
    background: #3d6b2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d6b2c), to(#65b249));
    background: -moz-linear-gradient(top, #3d6b2c, #65b249);
    background: linear-gradient(to bottom, #3d6b2c, #65b249);
}
.aml-quiz .button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}
/* FAQ – odkazy se chovají jako DIS tabulka */
.faq-wrapper table td a {
  display: inline-block;
  padding: 1px 8px;
  line-height: 1.1;
  border-radius: 6px;
  color: #0044cc;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

/* hover – modré zvýraznění jako v DIS */
.faq-wrapper table td a:hover {
  background: #31b5ff;
  color: #ffffff;
}

/* klik / focus */
.faq-wrapper table td a:active,
.faq-wrapper table td a:focus-visible {
  background: #1e6fc6;
  color: #ffffff;
}
.faq-wrapper table td a {
  min-width: 70px;
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  transition: transform 0.15s ease;
}
input:invalid {
    border:2px solid red;
    background:#ffe6e6;
}

input:valid {
    border:1px solid #ccc;
    background:#fff;
}
 .sipky {
    list-style: none;
    padding-left: 0;
  }

  .sipky li {
    position: relative;
    padding-left: 20px;
  }

  .sipky li::before {
    content: "➜";   /* můžeš změnit znak */
    position: absolute;
    left: 0;
  }

	.sipka2 {
    list-style: none;
    padding: 0;
}

.sipka2 li::before {
    content: "➤";
    margin-right: 8px;
}

  