/*
 *  CSS - často používané styly
 *  Copyrighted by Tomáš Halada, www.LTweb.info
 */


/* zarovnani ------------------------------------------------------------- */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.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;
}
.biglink {
  display: block;
  border: 1px solid #808080;
  background-color: #ffffd0;
  width: 80%;
  padding: 3px;
}

/* barevne tlacitko ------------------------------------------------------- */
.i-submit, .table-form .submit input {
  background: #f0f0f0 url(../img/button-bg.gif) repeat-x center center;
  border: 1px solid #000000;
  padding: 1px 3px;
  color: #ffffff;
}

/* aktualni cesta na zacatku vlozene stranky ---------------------------- */
.path {
  text-align: left;
  padding: 0 0 5px 8px;
  margin: 0 0 3px 0;
  border-bottom: 1px solid #d0d0d0;
}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 80%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px dashed #808080;
  text-align: center;
}
.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: #d1e9d1;}
.hlaska-ko {background: #ffffb0;}
.hlaska-info {background: #e0e0e0;}

.a-input {
  display: block;
  padding: 2px 10px;
  margin-top: 3px;
  width: 220px;
  font-weight: bold;
  border: 1px solid #000000;
}
.a-input:link, .a-input:visited, .a-input:hover, .a-input:active {
  background-color: #3251a1;
  color: #ffffff;
  text-decoration: none;
}

/* univerzalni tabulky ---------------------------------------------------- */

/* tabulka pro formuláře - dva sloupce, opakující se "hlavičky" */
.table-form {
  width: 500px;
  background-color: #e0ebf0;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  text-align: left;
}
.table-form tr td {
  padding: 2px 5px;
}
.table-form .thead {
  /* .thead je už buňka tabulky, může se vícekrát opakovat */
  background: #5188a7 url(/img/thead-bg.png) repeat-x bottom center;
  font-weight: bold;
  color: #e8e8e8;
  padding-left: 5px;
  height: 20px;
}
.table-form .nazev {
  width: 130px;
}
.table-form .format {
  width: 200px;
}
.table-form .format-wide {
  width: 300px;
}
.table-form .smaller {
  font-size: 9px;
}
.table-form .povinne {
  background-color: #ffffd0;
  border: 1px solid #000000;
}
.table-form .hv { /* hvezdicka za povinnym */
  color: #d00000;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 5px;
}
.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: #004770;
}
/*
.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;
  width: 100%;
}
.table-list thead td {
  font-weight: bold;
  background-color: #d8d8d8;
  padding: 3px;
  font-size: 0.9em;
  
}
.table-list td {
  padding: 0 3px;
}
.table-list img {
  border: none;
}

.table-list .col1 td {background-color: #faf9ca;}
.table-list .col2 td {background-color: #f0f0f0;}

.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;
}
.table-list .but-img {
}

/* 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 4px;
  background-color: #f0d0d0;
  color: #404040;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
}

.hidden {
  display: none;
}

.show {
  display: block;
}
