/* 

// Created :: 2025-02-23
// Updated :: 2025-02-23

*/ 

html { font-size: 12px; line-height: 1; } 

body
{
  font-size: 12px; line-height: 1; 
  font-family: Arial, Helvetica, sans-serif;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Errors */

.error_box {  }
.error_box * {  }
.error_box ul { list-style-type: none; }
.error_box ul li {}

/* Kontejner pro přihlášení */

#prihlaseni .line label {  }
#prihlaseni .input input {  }
#prihlaseni .show-password {  }
#prihlaseni .show-password:hover { text-decoration: underline; }
#prihlaseni .errors_prihlaseni ul { list-style-type: none; }

/* --- Horní lišta */

#tray .leftbox { }
#tray .rightbox ul li { list-style-type: none; }
#tray strong { font-weight: normal; }
#tray a { text-decoration: none; }
#tray a:hover { text-decoration: underline; }

/* --- Horní lišta */

#hornilista2 li { list-style-type: none; }
#hornilista2 a { text-decoration: none }
#hornilista2 a:hover { text-decoration: underline; }
#hornilista2 a.active { text-decoration: underline; }

/* Subline */

div.subline {  }
div.subline ul {  }
div.subline li {  }
div.subline a { text-decoration: none; }
div.subline a.active { text-decoration: underline; }
div.subline a:hover { text-decoration: underline; }

div.subline2 {  }
div.subline2 ul {  }
div.subline2 li {  }
div.subline2 a { text-decoration: none; }
div.subline2 a.active { text-decoration: underline; }
div.subline2 a:hover { text-decoration: underline; }

div.subline3 {  }
div.subline3 ul {  }
div.subline3 li {  }
div.subline3 a { text-decoration: none; }
div.subline3 a.active { text-decoration: underline; }
div.subline3 a:hover { text-decoration: underline; }

/* Nadpisy */

h1 { line-height: 1; }
h2 {  }

/* Odstavce */

/* Tables */
table.standard.mini { font-size: 10px; }
table.standard.mini * { font-size: 10px; }
table.standard th {  }

table.standard a { text-decoration: none; }
table.standard a:hover { text-decoration: underline; }

table.standard h2 { font-size: 1rem; }
table.standard h2 a { text-decoration: none; }
table.standard h2 a:hover { text-decoration: underline; }

table.context td.prikazy a { text-decoration: none; }
table.context td.prikazy a:hover { text-decoration: underline; }

/* Forms */

fieldset.classic label { font-size: 10px; } 
fieldset.classic label * { font-size: 10px; } 
fieldset button { font-weight: bold; }
/* Přidání symbolu ✔ do checkboxu */
fieldset.classic input[type="checkbox"]:checked::after { font-size: 16px; }

fieldset .column_obrazek_nahled .imgActions .imgLink { text-decoration: none; }
fieldset .column_obrazek_nahled .imgActions .imgLink:hover { text-decoration: underline; }
fieldset .column_obrazek_nahled .imgActions button.imgLink { font: inherit; }

/* Admin Box ?? */

.admin_box a { text-decoration: none; }
.admin_box a:hover { text-decoration: underline; }

/* Galerie  */

.admin_box.galerie_nahled .imgBox .popis { line-height: 150%; }

/* Struktura :: Strom */

ul.struktura { line-height: 190%; }
ul.struktura li a.label { font-weight: bold; }
ul.struktura .handle { cursor: grab; }
ul.struktura li a { text-decoration: none; }
ul.struktura li a:hover { text-decoration: underline; }

ul.struktura .btn-pridat { text-decoration: none; }
ul.struktura .btn-pridat:hover { text-decoration: underline; }

/* Patička */

#footer {  }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }