html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*****************************************
 * Layout
 */

html{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

.panel {
  background: #19191F;
  bottom: 0;
  color: #8C8C8F;
  left: 0;
  position: absolute;
  top: 0;
  width: 240px;
}

.stranka {
  margin-left: 255px;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 2em;
}

.obsah {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

.zahlavi {
  border-bottom: 1px solid #EEE;
  padding: 0.75em 0;
  text-align: center;
}

.divInfo {
  background: #D9EDF7 url('https://vedeckepublikace.cz/obrazky/info.png') no-repeat 15px 10px;
  color: #317099;
  padding: 10px 10px 10px 46px;
}

.divUspech {
  background: #DFF0D8 url('https://vedeckepublikace.cz/obrazky/form_ok.png') no-repeat 15px 10px;
  color: #3C764C;
  padding: 10px 10px 10px 46px;
}

.divChyba {
  background: #F2DEDE url('https://vedeckepublikace.cz/obrazky/form_ko.png') no-repeat 15px 10px;
  color: #B24C43;
  padding: 10px 10px 10px 46px;
}

/*****************************************
 * Zakladni prvky
 */

a {
  color: #5AA80D;
}

a:hover {
  color: #6DCC0F;
}

a.expired {
  color: #000;
}

span.expired {
  color: #b33;
}

h1,
.nadpis {
  font-size: 24px;
  font-weight: 400;
}

.nadpis a {
  color: #000;
  position: relative;
  text-decoration: none;
}

.nadpis a img {
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -8px;
}

h2,
.podnadpis {
  font-size: 20px;
  font-weight: 400;
}

acronym {border-bottom:1px dotted #000; cursor:help}
abbr {border-bottom:1px dashed #000; cursor:help}

img {
  border: none;
}

/*****************************************
 * Vypisy
 */

.vypis, .vypis_bez, .tabulka {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

.vypis tr th {
  background-color: #EAEAEA;
  text-align: left;
  color: #000;
  font-weight: 300;
  padding: 0.5em 5px;
}

.vypis tr td,.vypis_bez tr td {
  text-align: left;
  padding: 0.5em 5px;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
}

.vypis_bez tr td {
  border: 0px;
  padding: 0.5em 0;
}

.vypis tr .tdDiv,.vypis_bez tr .tdDiv {
  text-overflow: ellipsis;
  overflow: hidden;
}

.vypis .sudyRadek {
  background-color: #fafafe;
}

.vypis .lichyRadek {
  background-color: #fff;
}

.vypis .zapati td {
  border: 0;
  color: #000;
  position: relative;
}

.vypis_bez .zapati td {
  padding-top: 0px;
  padding-bottom: 0px;
}

.vypis .stranky,.vypis_bez .stranky {
  text-align: center;
  padding: 0.5em 0;
}

.vypis .nastranku,.vypis_bez .nastranku {
  display: block;
  position: absolute;
  padding-top:1px;
  right: 0;
}

.vypis .akce td {
  background: #E0E0E0;
  border: 0px;
}

.vypis_bez .akce td {
  padding: 0 7px;
}

.vypis .akce td .vybertyp,.vypis_bez .akce td .vybertyp {
  color: #555;
  font-size: 14px;
}

.vypis .akce td .vybertyp a,.vypis_bez .akce td .vybertyp a {
  color: #000;
  font-size: 14px;
}

.vypis_bez .akce td .vybertyp, .vypis_bez .akce td .vybertyp a, .vypis_bez .zapati td, .vypis_bez .zapati a {
  --color: #b6b6b6;
}

.vypis .akce td select.vyberakce,.vypis_bez .akce td select.vyberakce {
  border: 1px solid #555;
  font-size: 14px;
  line-height: 14px;
  padding-bottom:  0.15em;
  padding-top:  0.15em;
  vertical-align: middle;
}

.vypis .akce td .left {
  padding-left: 5px;
  padding-right: 5px;
}

.vypis .akce td .left,.vypis_bez .akce td .left {
  position: relative;
  left: -4px;
}

.vypis .akce td a {
  border: 1px solid #5AA80D;
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}

.vypis .akce td a:hover {
  border: 1px solid #6DCC0F;
}

.vypis .akce td .left a {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 0 4px;
}

.vypis .akce td .right,.vypis_bez .akce td .right {
  position: relative;
  left: 4px;
}

.razeni a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.razeni0 {
  background: url('https://vedeckepublikace.cz/obrazky/smer0.gif') no-repeat right;
  font-weight: 400 !important;
}

.razeni1 {
  background: url('https://vedeckepublikace.cz/obrazky/smer1.gif') no-repeat right;
  font-weight: 400 !important;
}

.prihlaseni0, .zverejnic0, .zverejnih0 {
  padding-left: 20px;
  background: url('https://vedeckepublikace.cz/obrazky/zverejni0.png') no-repeat right;
  text-decoration: none;
}

.prihlaseni1, .zverejnic1, .zverejnih1 {
  padding-left: 20px;
  background: url('https://vedeckepublikace.cz/obrazky/zverejni1.png') no-repeat right;
  text-decoration: none;
}

.oznameni {
  background: #E8E8E8;
}

.komentar {
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}

.komentarZahlavi {
  position: relative;
  background: #F2F2F2;
  padding: 1em;
}

.komentarEditace {
  background: #E8E8E8;
  font-size: 10px;
}

.komentarDatum {
  font-size: 12px;
  margin: 0 0 0 1em;
  border-bottom: 1px dashed #000;
  cursor: help;
}

.komentarTyp {
  position: absolute;
  top: 1em;
  right: 1em;
  font-weight: 400;
}

.komentarTyp0 {
  color: #080;
}
.komentarTyp1 {
  color: #800;
}
.komentarTyp2 {
  color: #fa0;
}

.komentarTelo {
  padding: 1em;
  position: relative;
}


/*****************************************
 * Formularove prvky
 */

a.tlacitko {
  background: #5AA80D;
  border: 0;
  color: #fff;
  padding: 0.25em 1em;
  text-decoration: none;
}

a.tlacitko:hover {
  background: #6DCC0F;
}

.form {
  margin-bottom: 2em;
}

.form .spanSet,
form .spanSet {
  background: #F2F2F2;
  padding: 1em;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  display: block;
  position: relative;
}

.form .fieldset,
form .fieldset {
  background: #E8E8E8;
  border: 0;
  color: #32323E;
  font-size: 18px;
  padding: 1em;
}

.form .label,
form .label {
  display: block;
  float: left;
  width: 330px;
}

.form .label.povinne,
form .label.povinne {
  font-weight: 400;
}

.form .left,
form .left {
  display: block;
  float: left;
  position: relative;
}

.tbox {
  background: #fff;
  border: 1px solid #DEDEDE;
  padding: 2px 0.5em;
  width: 460px;
}

.tarea {
  background: #fff;
  border: 1px solid #DEDEDE;
  padding: 2px 0.5em;
  width: 460px;
}

.tbox:disabled,
.tarea:disabled {
  background: #FAFAFA;
  color: #666;
}

.tbox.chyba,
.tarea.chyba,
.select.chyba {
  border: 1px solid #DD6E6E;
}

.chybazprava {
  background: #DD6E6E;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 2px 0.5em;
}

a.chybazprava {
  text-decoration: none;
}

a.chybazprava:hover {
  background: #cc5d5d;
  color: #fff;
}

.button,
.submit {
  background: #5AA80D;
  border: 0;
  color: #fff;
  padding: 0.25em 1em;
}

.button:hover,
.submit:hover {
  background: #6DCC0F;
}

.submit[disabled]:hover,
.submit[disabled] {
  background: #e0e0e0;
  color: #555;
}

.formHidden {
  display: none !important;
}

textarea#editor {
  height: 500px;
  width: 1000px;
}

div#editor {
}

.adresaPristupna {
  font-size: 11px;
  font-weight: 300;
  padding-top: 2px;
}

.datum, .datumod, .datumcas {
  width: 150px;
}

.formFiltr {
  background: #E0E0E0;
  padding: 0.5em 5px;
}

/*****************************************
 * Zalozky
 */

.zalozky {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 1.5em;
}

.zalozky a {
  border-bottom: 1px solid #E8E8E8;
  display: block;
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
  margin: 0 1em -1px 0;
}

.zalozky a:hover {
  border-bottom: 1px solid #6DCC0F;
}

.zalozky a.aktivni {
  border-bottom: 1px solid #6DCC0F;
  font-weight: 400;
}


/*****************************************
 * Pomocne
 */

.none { display: none; }
.noneImp { display: none !important; }
.clear { clear:both !important; }
.left { float: left; }
.right { float: right; }
.tCenter { text-align: center; }
.tLeft { text-align: left; }
.tRight { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.block { display: block; }
.b { font-weight: 400; }
.i { font-style: italic; }
.paddT { padding-top: 10px; }
.paddT5 { padding-top: 5px; }
.paddB { padding-bottom: 10px; }
.paddL { padding-left: 10px; }
.paddL23 { padding-left: 23px; }
.paddR { padding-right: 10px; }
.margT { margin-top: 10px; }
.margB { margin-bottom: 10px; }
.bold { font-weight: 400; }
.w200 { width: 200px; }

.chyba {
  color:red;
}

.vykricnik {
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 100;
  background: url('https://vedeckepublikace.cz/obrazky/form_ko.png');
}

.bublina {
  color: #000;
  font-size: 9pt;
  position: absolute;
  width: 200px;
  z-index: 100;
}

.bublina_horni {
  height: 8px;
  background: url('https://vedeckepublikace.cz/obrazky/bublina_modra_horni.gif') no-repeat;
}

.bublina_stredni {
  padding-left:20px;
  background: url('https://vedeckepublikace.cz/obrazky/bublina_modra_stred.gif') repeat-y;
}

.bublina_dolni {
  height: 10px;
  background: url('https://vedeckepublikace.cz/obrazky/bublina_modra_dolni.gif') no-repeat;
}
