/*
 *  CSS - často používané styly
 *  Copyrighted by 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;}

.block {display: block;}
.line {display: inline;}
.stred {margin: 0 auto;}
.minus {margin-right: 15px;}
.mezera10 {margin-top: 10px;}

.note {
  color: #ff9c00;
  font-weight: bolder;
  display: block;
  text-align: left;
  margin: 4px 25px 4px 25px;
}

/* pozicovani ----------------------------------------------------------------*/
.relative {position: relative;}
.uppercase {text-transform: uppercase;}

.posunutiL{padding-left: 25px;}
.posunutiR{padding-right: 25px;}

/*barvy*/
.white {background: #ffffff;}
.red {background: red;}

.bile-pozadi {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
  background: #ffffff;
}

.bile-pozadi-pred {
  width: 100%;
  padding-top: 10px;
  background: #ffffff;
}

/*zarovnani v tabulce*/
.vertical-bottom {vertical-align: bottom;}
.vertical-top {vertical-align: top;}

.full-width {width: 100%;}
.half-width {width: 50%;}
.widht-25px {width: 25px;}
.width-500px {width: 500px;}

/*CHYBOVE CHLASKY*/
.formular-error {
  width: 90%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  xborder: 2px solid #808080;
  text-align: center;
  font-size: 1em;
}
.formular-error strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}

.formular-error {xbackground: #e20e19; xcolor: #ffffff; margin-top: 5px; margin-bottom: 5px;}
.formular-error a {xcolor: #ffffff;}
.formular-error a:hover, .formular-error a:active {text-decoration: none; xcolor: #d2d4fa;}
