/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */


/* zarovnani ------------------------------------------------------------- */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.note {font-size: 0.85em; padding: 0 10px;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.f_left {float: left;}
.f_right {float: right;}
.top {
  vertical-align: top;
  padding-top: 5px;
}
.upper {
  text-transform: uppercase;
}

.border {border: 1px solid #000000;}
.noborder {border: none;}

.hidden {
  display: none;
}
.show {
  display: block;
}

.biglink {
  display: block;
  width: 90%;
  padding: 3px 5px;
  border: 1px solid #808080;
  text-align: center;
  font-weight: bold;
}
.biglink:link, .biglink:visited {
  color: #000000;
  background-color: #ffffff;
}
.biglink:hover, .biglink:active {
  color: #800000;
  background-color: #ffffd0;
}

p.path {
  text-align: left;
  margin: 5px auto;
  font-size: 0.9em;
  padding-bottom: 3px;
  border-bottom: 1px solid #c0c0c0;
}

.piece {
  color: #909090;
  margin-top: 3px;
  font-size: 0.9em;
}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 90%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #a0a0a0;
  text-align: center;
  color: #404040;
  font-size: 0.9em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.1em;
}
.hlaska-ok {background: #d7fdd7;}
.hlaska-ko {background: #ffffd0;}
.hlaska-info {background: #f0f0f0;}

.a-input {
  display: block;
  padding: 2px 10px;
  margin: 3px auto 0 auto;
  width: 220px;
  font-weight: bold;
  border: 1px solid #000000;
}
.a-input:link, .a-input:visited, .a-input:hover, .a-input:active {
  background-color: #940207;
  color: #ffffff;
  text-decoration: none;
}

/* univerzalni tabulky ---------------------------------------------------- */

/* tabulka pro formuláře - dva sloupce, opakující se "hlavičky" */
.table-form {
  width: 550px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9em;
}
.table-form tr td {
  padding: 2px 5px;
}
.table-form .thead {
  /* .thead je už buňka tabulky, může se vícekrát opakovat */
  background: #ac0207 repeat-x bottom center;
  font-weight: bold;
  color: #ffffff;
  padding-left: 5px;
  height: 20px;
}
.table-form .nazev {
  width: 130px;
}
.table-form .format {
  width: 270px;
}
.table-form .format-wide {
  width: 300px;
}
.table-form .smaller {
  font-size: 0.85em;
}
.table-form .povinne {
  background-color: #f3e7e7;
  border: 1px solid #000000;
}
.table-form .hv { /* hvezdicka za povinnym */
  color: #ae0207;
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 5px;
  padding-left: 2px;
}
.table-form .disabled {
  color: #808080;
  background-color: #e0e0e0;
}
.table-form .top {
  vertical-align: top;
  padding-top: 5px;
}
.table-form .submit {
  text-align: right;
  /*background-color: #c6ccde;*/
  border: 1px solid #c0c0c0;
}
.table-form .submit input {
  font-weight: bold;
}

/* tabulka pro výpis dat - hlavička + více sloupců s daty */
/* table-list NEW */
.table-list {
  border: 1px solid #b0b0b0;
  font-size: 0.9em;
  width: 100%;
}
.table-list thead td {
  font-weight: bold;
  background-color: #740205;
  color: #ffffff;
  padding: 3px;
  font-size: 0.9em;
  
}
.table-list td {
  padding: 0 3px;
}

.table-list .col1 td {background-color: #f8f8f8;}
.table-list .col2 td {background-color: #f3e7e7;}

.table-list .col1 .stav1, .table-list .col2 .stav1 {background-color: #f4c06e;} /* nevyrizeno */
.table-list .col1 .stav2, .table-list .col2 .stav2 {background-color: #c0c0c0;} /* storno */
.table-list .col1 .stav3, .table-list .col2 .stav3 {background-color: #a1e1a1;} /* vyrizeno */


/* input KS přidat do košíku */
.ks-input, .table-list .ks-input {
  width: 22px;
  height: 16px;
  padding: 0 1px;
  text-align: right;
}

/* tabulka pro přehledy - dva sloupce, položka: hodnota */
.table-sum {
  border: 1px solid #000000;
  background-color: #f0f0f0;
  color: #000000;  
}
.table-sum td {
  padding: 2px 10px;
  border: 1px solid #ffffff;
}
.table-sum .polozka {
  text-align: left;
}
.table-sum .hodnota {
  text-align: right;
}

/* ruzne spolecne veci -------------------------------------------------- */
/* otaznikovy odkaz na blizsi vysvetleni */
.a-help, .a-help:link, .a-help:active, .a-help:visited, .a-help:hover {
  padding: 0 5px;
  background-color: #ffffff;
  color: #808080;
  text-decoration: none;
  margin: 0 4px;
  font-size: 0.9em;
}

