/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomáš Halada, www.LTweb.cz
 */


/* 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;
}

.icon {
  border: none;
  width: 16px;
  height: 16px;
}

.hidden {
  display: none;
}
.show {
  display: block;
}

/* inputy */
.submit-blue {
  color: #ffffff;
  background-color: #3b78a7;
  border: 1px solid #e1e1e1;
  padding: 5px auto;
  font-size: 0.85em;
}
.a-input {
  display: block;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #d0d0d0;
  background-color: #3b78a7;
  width: 50%;
  padding: 5px;
  margin: 15px auto;
}
.a-input:link, .a-input:visited,
.a-input:hover, .a-input:active {
  color: #ffffff;
}


/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 90%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px dashed #808080;
  text-align: center;
  font-size: 0.85em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}
/*.hlaska-ok {background: #d1e9d1 url(../img/hlasky/ok.gif) no-repeat center right;}
.hlaska-ko {background: #ffffb0 url(../img/hlasky/ko.gif) no-repeat center right;}
.hlaska-info {background: #e0e0e0 url(../img/hlasky/info.gif) no-repeat center right;}*/


/* univerzalni tabulky ---------------------------------------------------- */

/* tabulka pro formuláře - dva sloupce, opakující se "hlavičky" */
.table-form {
  width: 500px;
  background-color: #dce8f0;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  text-align: left;
}
.table-form 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;
}
.povinne {
  background-color: #ffffd0;
  border: 1px solid #000000;
}
.hv { /* hvezdicka za povinnym */
  color: #d00000;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 5px;
}
.disabled {
  color: #808080;
  background-color: #e0e0e0;
}
.upper {
  text-transform: uppercase;
}
.table-form .top {
  vertical-align: top;
  padding-top: 5px;
}
.table-form .submit {
  text-align: right;
  background-color: #a7c6d9;
}
.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;
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-list thead td {
  font-weight: bold;
  background-color: #d0e0ea;
  color: #65666a;
  padding: 3px;  
}
.table-list td {
  padding: 0 3px;
  font-size: 0.8em;
}

.table-list .col1 td {background-color: #f1f7fb;}
.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: 30px;
  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 -------------------------------------------------- */

/* tlacitka */
.my-button {
  border: 1px solid #d0d0d0;
  margin-bottom: -1px;
}
.my-button:hover, .my-button:active {
  /*border: 1px solid #ffff00;*/
}
