/**
 * Redakční systém JSR
 * admin.css
 * Soubor s CSS styly pro administraci.
 *
 * @author Josef Šmíd <josef@skit.cz>
 * @copyright (c) 2007-2020 Josef Šmíd
 * @version 2.1.8
 */

/* hlavní styly ************************************************************* */

*
{
  outline: 0;
  -moz-outline-style: none;
}

.nodisplay { display: none; }
.scrollable { overflow-x: auto; }

body
{
  background: #fff url('./../images/admin/pozadi.jpg') repeat top left;
  color: #441f1f;
  margin: 0;
  padding: 0;
  font-family: Arial,sans-serif;
  font-size: 100%;
  text-align: center;
}

ul.credits li
{
  line-height: 150%;
  padding-bottom: 15px;
}

#udrzba
{
  width: 100%;
  padding: 10px 0;
  background-color: #EEA9A9;
  color: #000;
  font-weight: bold;
  font-size: 80%;
}

#hlavni
{
  width: 83%;
  margin: 0 auto;
}

#titulek
{
  padding: 10px 10px 20px 10px;
  color: #7e6666;
}

  #titulek_logo
  {
    width: 205px;
    float: left;
    margin: 10px 40px 0 0;
  }

    #titulek_logo p
    {
      font-size: 90%;
      font-weight: bold;
      color: #441f1f;
    }

  #titulek_prihl
  {
    width: 310px;
    float: left;
    margin: 10px 10px 0 0;
    background: transparent url('./../images/admin/pozadi_titulek.png') repeat top left;
  }

    #titulek_prihl p
    {
      font-size: 80%;
      padding: 7px;
    }

  #titulek_jazyk
  {
    width: 160px;
    float: left;
    margin: 10px 20px 0 0;
    background: transparent url('./../images/admin/pozadi_titulek.png') repeat top left;
  }

    #titulek_jazyk p
    {
      font-size: 80%;
      padding: 7px;
    }

  #titulek_odkazy
  {
    width: 190px;
    float: right;
    text-align: right;
    margin-top: 10px;
  }

    #titulek_odkazy p
    {
      font-size: 80%;
      padding: 2px 7px 2px 7px;
    }

#obsah_cely
{
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#obsah_basic { width: 100%; clear: both; }

#obsah_advanced { width: 100%; clear: both; margin: 30px 0; height: 32px; overflow: hidden; }
#obsah_advanced.shown { height: auto; overflow: auto; }

#obsah_advanced_switch { background-color: #E3BE91; font-size: 100%; height: 22px; text-align: right; width: 96%; font-weight: bold; cursor: pointer; padding: 5px 2%; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-bottom: 15px; }

.obsah_col { width: 49%; float: left; }
  .obsah_col.third { width: 35%; }
  .obsah_col.twothirds { width: 63%; }
  .obsah_col.full { width: 100%; }
  .obsah_col:nth-child(2n+0) { float: right; }


#menu
{
  min-height: 65px;
  background: transparent url('./../images/admin/pozadi_menu.png') repeat scroll top left;
}

  #menu a
  {
    display: block;
    height: 25px;
    color: #b78181;
    text-decoration: none;
    float: left;
    padding: 35px 15px 5px 15px;
    text-align: center;
    background-position: center 11px;
    background-repeat: no-repeat;
  }

  #menu a:hover, #menu a:focus
  {
    color: #e9c69a;
    background-color: #422222;
  }

  #menu img.oddelovac { float: left; }

  #menu a:first-child { border-top-left-radius: 5px; }
  #menu a:last-child { border-top-right-radius: 5px; }

  a#m_uvod { background-image: url('./../images/admin/m_uvod.png'); }
  a#m_uvod:hover, a#m_uvod:focus { background-image: url('./../images/admin/mv_uvod.png'); }

  a#m_nastaveni { background-image: url('./../images/admin/m_nastaveni.png'); }
  a#m_nastaveni:hover, a#m_nastaveni:focus { background-image: url('./../images/admin/mv_nastaveni.png'); }

  a#m_clanky { background-image: url('./../images/admin/m_clanky.png'); }
  a#m_clanky:hover, a#m_clanky:focus { background-image: url('./../images/admin/mv_clanky.png'); }

  a#m_kategorie { background-image: url('./../images/admin/m_kategorie.png'); }
  a#m_kategorie:hover, a#m_kategorie:focus { background-image: url('./../images/admin/mv_kategorie.png'); }

  a#m_uzivatele { background-image: url('./../images/admin/m_uzivatele.png'); }
  a#m_uzivatele:hover, a#m_uzivatele:focus { background-image: url('./../images/admin/mv_uzivatele.png'); }

  a#m_fotogalerie { background-image: url('./../images/admin/m_fotogalerie.png'); }
  a#m_fotogalerie:hover, a#m_fotogalerie:focus { background-image: url('./../images/admin/mv_fotogalerie.png'); }

  a#m_ankety { background-image: url('./../images/admin/m_ankety.png'); }
  a#m_ankety:hover, a#m_ankety:focus { background-image: url('./../images/admin/mv_ankety.png'); }

  a#m_mailing { background-image: url('./../images/admin/m_mailing.png'); }
  a#m_mailing:hover, a#m_mailing:focus { background-image: url('./../images/admin/mv_mailing.png'); }

  a#m_historie { background-image: url('./../images/admin/m_historie.png'); }
  a#m_historie:hover, a#m_historie:focus { background-image: url('./../images/admin/mv_historie.png'); }

  a#m_testy { background-image: url('./../images/admin/m_testy.png'); }
  a#m_testy:hover, a#m_testy:focus { background-image: url('./../images/admin/mv_testy.png'); }

  a#m_eshop { background-image: url('./../images/admin/m_eshop.png'); }
  a#m_eshop:hover, a#m_eshop:focus { background-image: url('./../images/admin/mv_eshop.png'); }

  a#m_kurzy { background-image: url('./../images/admin/m_kurzy.png'); }
  a#m_kurzy:hover, a#m_kurzy:focus { background-image: url('./../images/admin/mv_kurzy.png'); }

  a#m_denni_menu { background-image: url('./../images/admin/m_denni_menu.png'); }
  a#m_denni_menu:hover, a#m_denni_menu:focus { background-image: url('./../images/admin/mv_denni_menu.png'); }

  a#m_databaze { background-image: url('./../images/admin/m_databaze.png'); }
  a#m_databaze:hover, a#m_denni_menu:focus { background-image: url('./../images/admin/mv_databaze.png'); }

  a#m_rezervace { background-image: url('./../images/admin/m_rezervace.png'); }
  a#m_rezervace:hover, a#m_rezervace:focus { background-image: url('./../images/admin/mv_rezervace.png'); }

  a#m_fotosouteze { background-image: url('./../images/admin/m_fotosouteze.png'); }
  a#m_fotosouteze:hover, a#m_fotosouteze:focus { background-image: url('./../images/admin/mv_fotosouteze.png'); }

  a#m_formulare { background-image: url('./../images/admin/m_nastaveni.png'); }
  a#m_formulare:hover, a#m_formulare:focus { background-image: url('./../images/admin/mv_nastaveni.png'); }

  a#m_napoveda { background-image: url('./../images/admin/m_napoveda.png'); }
  a#m_napoveda:hover, a#m_napoveda:focus { background-image: url('./../images/admin/mv_napoveda.png'); }

  a#m_faktury { background-image: url('./../images/admin/m_faktury.png'); }
  a#m_faktury:hover, a#m_faktury:focus { background-image: url('./../images/admin/mv_faktury.png'); }

#zkratky {
  width: 7%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: fixed; top: 98px; left: 0;
  background-color: #623434;
  text-align: center;
}
#zkratky a { color: #b78181; text-decoration: none; }
#zkratky a:hover, a#scrolltop:hover, #zkratky a:focus, a#scrolltop:focus { color: #e9c69a; }

#zkratky div.zkratka { display: block; padding: 15px 5px 20px 5px; background: transparent url('./../images/admin/pozadi_menu.png') bottom left repeat-x; }
#zkratky div.zkratka:first-child { border-top-right-radius: 7px; }

a#scrolltop
{
  display: none;
  width: 50px;
  height: 40px;
  padding: 10px 5px 0 5px;
  background: #623434 url('./../images/admin/pozadi_menu.png') bottom left repeat-x;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  position: fixed; bottom: 0; right: 40px;
  color: #b78181;
  text-decoration: none;
  font-size: 150%;
}

#obsah
{
  margin: 0 20px;
  padding: 10px 0 0 0;
  font-size: 90%;
  text-align: left;
}

  #obsah h1
  {
    font-size: 150%;
    font-weight: bold;
  }

  #obsah h2
  {
    font-size: 130%;
    font-weight: bold;
  }

  #obsah h3
  {
    font-size: 110%;
    font-weight: bold;
  }

  #obsah p
  {
    padding: 2px 0;
  }

#zapati
{
  width: 83%;
  margin: 0 auto 25px auto;
  padding: 5px 10px;
}

  #zapati p
  {
    text-align: right;
    font-size: 70%;
  }

#zapati_vlevo { float: left; width: 30%; padding: 0 10px; }
#zapati_vlevo p { text-align: left; }

#copyright
{
  width: 60%;
  padding: 0 10px;
  float: right;
}

  #copyright p
  {
    text-align: right;
    font-size: 70%;
  }

/* div ********************************************************************** */

div { margin: 0; padding: 0; }

div.mezera { width: 100%; clear: both; }

div#clanky_inner, div#clanky_outer
{

}
div#clanky_nadpis
{
  background-color: #613333;
  color: #ebdab5;
  text-align: center;
  padding: 5px 10px;
  font-size: 80%;
  font-weight: bold;
}

div.clanek
{
  padding: 5px 10px;
}
  div.clanek.s
  {
    background-color: #f9f1e7;
  }
  div.clanek:hover
  {
    background-color: #FFF0B3;
    cursor: move;
  }
  div.clanek_nazev
  {
    float: left;
    width: 40%;
  }
  div.clanek_ostatni
  {
    float: left;
    width: 20%;
    min-height: 2px;
  }

div#fotky_inner, div#fotky_outer
{

}
div#fotky_nadpis
{
  background-color: #613333;
  color: #ebdab5;
  text-align: center;
  padding: 5px 10px;
  font-size: 80%;
  font-weight: bold;
}

div.fotky
{
  padding: 5px 10px;
}
  div.fotky.s
  {
    background-color: white;
  }
  div.fotky:hover
  {
    background-color: #FFF0B3;
    cursor: move;
  }
  div.fotky_nazev
  {
    float: left;
    width: 200px;
  }
  div.fotky_ostatni
  {
    float: left;
    width: 200px;
  }

div.strankovani
{
  text-align: right;
  margin: 10px;
  padding: 8px 0;
  font-size: 80%;
}
  div.strk_levy { float: left; width: 20%; text-align: left; }
  div.strk_stred { float: left; width: 60%; text-align: center; }
  div.strk_pravy { float: right; width: 20%; text-align: right; }

  div.strankovani input[type=text] { text-align: center; width: 25px; border: 1px solid #e0e0e0; }
  div.strankovani a
  {
    padding: 0 6px;
    text-decoration: none;
  }

div.round
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.round_top
{
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

div.infobox
{
  background: #fff0b3 url('./../images/admin/ibox.png') scroll no-repeat center left;
  background-repeat: no-repeat;
  border: solid #e8d897 1px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0;
}

div.questionbox
{
  background: #cbe0fb url('./../images/admin/qbox.png') no-repeat center left;
  border: solid #9bc0f5 1px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0;
}

div.errorbox
{
  background: #ffc6c6 url('./../images/admin/ebox.png') no-repeat center left;
  border: solid #eea9a9 1px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0;
}

div.okbox
{
  background: #e4edcf url('./../images/admin/obox.png') no-repeat center left;
  border: solid #ced7ba 1px;
  padding: 10px 10px 10px 50px;
  margin: 10px 0;
}

div.listaOdkazu
{
  text-align: right;
  margin: -10px -20px 10px -20px;
  border-bottom: 1px solid #E3BE91;
  padding: 10px 20px;
  background-color: #F9F1E7;
  min-height: 20px;
  line-height: 180%;
}
  div.listaOdkazu a, a.listaOdkazu { white-space: nowrap; margin-left: 10px; }
  div.listaOdkazu img, img.listaOdkazu, a.listaOdkazu img { width: 16px; height: 16px; vertical-align: middle; margin: 0 6px; }
  div.listaOdkazu div.zpet { float: left; }
    div.listaOdkazu div.zpet a { margin-left: 0; }
  div.listaOdkazu div.jazmen { display: inline-block; margin-left: 20px; }
    div.listaOdkazu div.jazmen a { margin-left: 5px; }

div.odkaz_ikona { width: 16px; height: 16px; display: inline-block; vertical-align: middle; cursor: pointer; }
div.ahref_skryt_sloupce { background: transparent url('./../images/admin/i_edit.png' ) center center no-repeat; background-size: cover; }
div.ahref_xls { background: transparent url('./../images/admin/i_xls.png' ) center center no-repeat; background-size: cover; }
div.ahref_reset_razeni { background: transparent url('./../images/admin/i_smazat.png' ) center center no-repeat; background-size: cover; }

.tooltip { background-color: #fff0b3 !important; }
.tooltip div { font-size: 80%; text-align: left; }

.ac_loading, .ui-autocomplete-loading
{
  background: transparent url( './../libs/jquery/images/loading.gif' ) right 10% center no-repeat !important;
}

/* styly pro modul rezervace */

div#rezervace_stafle
{
  width: 100%;
  height: auto;
  border: 1px solid #E8D897;
  overflow-x: scroll;
  overflow-y: auto;
  background-color: #fff;
}
  div#rezervace_stafle div.inner
  {

  }
  div#rezervace_stafle a
  {
    text-decoration: none;
  }

  div.radek
  {
    position: relative;
  }
  div.radek span.helper
  {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }

  div#rezervace_stafle div.zahlavi
  {
    float: left;
    padding: 10px 0;
    width: 120px;
    background-color: #E8D897;
    border-bottom: 1px solid #E8D897;
  }
  div#rezervace_stafle div.zahlavi:first-child { width: 120px }
  div#rezervace_stafle div.mesic
  {
    text-align: center;
  }
  div#rezervace_stafle div.den
  {
    text-align: left;
  }
  div#rezervace_stafle div.prvek
  {
    position: absolute;
    z-index: 21;
    display: inline-block;
    width: 110px;
    text-align: center;
    background-color: #E8D897;
    border-bottom: 1px solid #E8D897;
    vertical-align: middle;
    overflow: hidden;
  }
  div#rezervace_stafle div.prvek div { display: inline-block; vertical-align: middle; }
  div.prvek .posun_rezervace
  {
      display: none;
  }
  div.prvek:hover .posun_rezervace
  {
      display: inline;
  }
  div#rezervace_stafle div.bunka
  {
    display: inline-block;
    /*float: left;*/
    width: 60px;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #E8D897;
    vertical-align: middle;
  }
  div#rezervace_stafle div.bunka:hover
  {
    background-color: #FFF0B3;
  }
  div#rezervace_stafle div.bunka.prvni { margin-left: 120px; }


  div#rezervace_stafle div.bunka div.odkaz
  {
    height: 45px;
    padding-top: 25px;
    color: white;
    position: relative;
    z-index: 20;
    text-align: center;
    overflow: hidden;
  }
  div#rezervace_stafle div.bunka div.odkaz:hover { font-weight: bold; }
  div#rezervace_stafle div.bunka div.odkaz a.rez_smazat { display: none; }
  div#rezervace_stafle div.bunka div.odkaz:hover a.rez_smazat { display: block; position: absolute; top: 5px; right: 5px; }
  div#rezervace_stafle div.bunka div.odkaz:hover a.rez_smazat img { width: 12px; height: 12px; }
  div#rezervace_stafle div.bunka div.prazdna
  {
    z-index: 19;
    width: 59px;
    border-right: 1px solid #e0e0e0;
  }
  div#rezervace_stafle div.bunka div.vice
  {
    background-color: blue;
  }
  #rezervace_stafle .poznamka { position: absolute; z-index: 30; }
  #rezervace_stafle .poznamka img { position: relative; left: -28px; top: 2px; }

.rezervace_nepovinne { display: none; }
.rezervace_nepovinne.rezervace_zobrazene { display: table-row; }

div#nova_rezervace_menu { display: none; width: 150px; border: 1px solid #E8D897; background-color: #fff; position: absolute; top: 0; left: 0; z-index: 50; padding: 10px; line-height: 150%; }

/* styly pro okno nápovědy */

#napoveda
{
  width: 95%;
  margin: 0 auto;
  font-size: 80%;
  text-align: left;
}

  #napoveda p { padding: 0 0 5px 0; }
  #napoveda li { padding: 0 0 5px 0; margin: 0; }
  #napoveda span { font-style: italic; font-weight: bold; }

/* styly pro javascriptovou chybovou hlasku ********************************* */

div.bootstrap-growl {  }
div.bootstrap-growl a.close { float: right; text-decoration: none; color: #909090; display: block; width: 20px; height: 20px; font-size: 120%; }
div.bootstrap-growl.alert { padding: 15px 10px 15px 50px; font-size: 90%; border-radius: 5px; line-height: 140%; text-align: left; }
div.bootstrap-growl.alert.alert-danger {  background: #ffc6c6 url('./../images/admin/ebox.png') no-repeat center left; border: 1px solid #eea9a9; }
div.bootstrap-growl.alert.alert-success {  background: #e4edcf url('./../images/admin/obox.png') no-repeat center left; border: 1px solid #ced7ba; }

/* p ************************************************************************ */

p { margin: 0; padding: 0; }

p.chyba { color: red; font-size: 100%; font-weight: bold; text-align: center; padding: 5px; }
p.levy, div.levy { text-align: left; }
p.stred, div.stred { text-align: center; }
p.pravy, div.pravy { text-align: right; }
p.napoveda { font-size: 70%; padding: 0 5px 0 15px; }

span.red
{
  color: red;
  cursor: help;
}

span.chybova_hlaska
{
  color: red;
  font-size: 80%;
}

span.jazyk_zkratka { display: inline-block; text-align: right; width: 35px; padding-right: 10px; }

span.stitky { font-size: 90%; font-weight: bold; background-color: #fff0b3; }

/* img ********************************************************************** */

img { border-width: 0; }

img#logo { width: 195px; height: 34px; }
img#jsimg { width: 5px; height: 5px; }
img#adminobr { vertical-align: middle; }
img#uvodni_obrazek_nahled { float: left; margin-right: 10px; max-width: 160px; max-height: 120px; }
img#uzivatele_obrazek_nahled { float: left; }
img.fotogalerie_nahled { height: 35px; width: auto; }
img.avatar { width: 50px; height: 50px; margin: 5px; border-radius: 50%; border: 2px solid rgb(255, 255, 255); box-shadow: 1px 2px 2px rgb(204, 204, 204); }
img.avatar.online { box-shadow: 0px 0px 10px rgb(33, 153, 16); }
img.avatar.banned { box-shadow: 0px 0px 10px rgb(255, 0, 0); }
img.ikona { width: 16px; height: 16px; vertical-align: bottom; margin: 0 4px; }
img.ikonaMala { width: 10px; height: 10px; vertical-align: bottom; margin: 0 4px 5px 0; }
img.nahled { padding: 5px; border: solid #613333 2px; background-color: #fff; }
img.nahled_copy { float: right; padding: 5px; border: 2px solid #613333; background-color: #fff; margin-left: 20px; max-width: 400px; max-height: 200px; }
img#clanky_vyber_kategorie_button, img#eshop_vyber_fotogalerie_button, img#kurzy_vyber_fotogalerie_button, img#eshop_vyber_sablona_button
{
  width: 17px;
  height: 18px;
  margin: 0;
  position: relative;
  top: 2px;
  left: -30px;
  cursor: pointer;
}

/* formulare **************************************************************** */

label { cursor: pointer; }
label.req { padding-right: 13px; background: transparent url('./../images/admin/i_req.png') top right no-repeat; }
label:hover, label:focus, input[type=checkbox]:focus + label, input[type=radio]:focus + label { color: #e41a1a; }

input#jsstav
{
  background-color: transparent;
  border-width: 0;
  font-family: Arial,sans-serif;
  font-size: 130%;
  color: #441f1f;
  font-weight: bold;
  width: 95%;
}

input[type=checkbox], input[type=radio] { margin-right: 5px; cursor: pointer; }
input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus { box-shadow: 0px 0px 2px rgb(33, 153, 16); }

input.round, textarea.round
{
  border-radius: 3px;
}

input.maly
{
  width: 100px;
}

input.bezny, input.velky
{
  width: 94%;
}

input.stredni
{
  width: 260px;
}

input.multi { width: 350px; }
input.multimaly { width: 100px; }

input.text
{
  border: 1px solid #776767;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #e8e2e2;
  height: 20px;
  padding: 7px 10px 4px 10px;
}

  input.text:disabled, input.text.readonly, textarea.text:disabled, textarea.text.readonly
  {
    background: #ebdcc8 none;
  }

  input.text:focus, select.text:focus, textarea.text:focus { border: solid #000 1px; }

input.chybna
{
  border: solid red 1px;
}

select.text
{
  border: 1px solid #776767;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #e8e2e2;
  height: 25px;
  padding: 2px 10px;
}
  select.text option { padding: 2px; }
  select.text optgroup { padding: 4px 2px; border-top: 1px solid #E3BE91; }

.select_fomulare
{
   border: 1px solid #776767;
    background-color: #fff;
    box-shadow: inset 0 1px 1px 0 #e8e2e2;
    height: 34px;
    padding: 7px 10px 4px 10px;
    width: 96%;
    border-radius: 3px;
}
  
textarea#komedit
{
  width: 400px;
  height: 150px;
}

textarea#zs_zprava
{
  height: 200px;
}

textarea#trans
{
  width: 150px;
  height: 100px;
}

textarea.multilang, textarea#sazby_dph, textarea#eshop_typy_platby, textarea#eshop_typy_dopravy, textarea#eshop_typy_dopravy_vyber, textarea#eshop_sazby_dph, textarea#eshop_dostupnosti, textarea#eshop_stavy_objednavky,
textarea#rezervace_typy_platby, textarea#rezervace_sazby_dph, textarea#rezervace_stavy_objednavky, textarea#eshop_svatky, textarea#faktury_zapsana, textarea#faktury_radky_za, textarea#faktury_radky_za
{
  width: 350px;
  height: 60px;
  vertical-align: middle;
}

textarea.text
{
  border: 1px solid #776767;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #e8e2e2;
  padding: 5px 10px;
  font-family: Arial,sans-serif;
  font-size: 95%;
}

textarea.eshop_poznamka { width: 96%; height: 200px; }

input.button, a.button, button
{
  width: 130px;
  height: 32px;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #5f5f5f;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-box-shadow:inset 0px 0px 1px #ffffff;
  -webkit-box-shadow:inset 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 1px #ffffff;
  background: #B4B4B4;
  background: -webkit-linear-gradient(#fff, #B4B4B4);
  background: -o-linear-gradient(#fff, #B4B4B4);
  background: -moz-linear-gradient(#fff, #B4B4B4);
  background: linear-gradient(#fff, #B4B4B4);
}
a.button { display: block; padding-top: 7px; height: 23px; font-size: 90%; }

input.button.flexi, a.button.flexi { width: auto; margin-left: 10px; }
button#AjaxUploaderFilesButton { width: auto; margin-right: 10px; }

input.button:hover, a.button:hover, input.button:focus, a.button:focus, button:hover, button:focus
{
  cursor: pointer;
  background: #e0e0e0;
}

input.datepicker, input.datepickercz, input.datetimepicker, input.datetimepickerfull { background: #fff url( './../images/admin/i_calendar.png' ) right 5px center no-repeat; cursor: pointer; }

/* fieldset ***************************************************************** */

fieldset
{
  border: solid #e3be91 1px;
  background-color: #f9f1e7;
  margin: 10px 0;
  padding: 10px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

legend
{
  font-size: 90%;
  font-weight: bold;
  padding: 0 10px;
}

iframe
{
  width: 100%;
  border: none;
}

/* tabulky ****************************************************************** */

table
{
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

  table p
  {
    margin: 0;
    padding: 0;
  }

table.vypis, table.vypisTop
{
  width: 100%;
}

  table.vypis tr, table.vypisTop tr
  {
    background-color: #fff;
  }

  table.vypis tr.z:hover
  {
    background-color: transparent;
  }

  table.vypis tr.dop, table.vypisTop tr.dop
  {
    color: #909090;
  }

  table.vypis tr.s, table.vypisTop tr.s
  {
    opacity: 0.9;
    background-color: #f9f1e7;
  }

  table.vypis tr:hover, table.vypisTop tr:hover
  {
    background-color: #FFF0B3;
  }

  table.vypis tr:hover table, table.vypisTop tr:hover, table.vypis tr:hover table tr
  {
    background-color: #FFF0B3;
  }

  table.vypis td, table.vypisTop td
  {
    font-size: 90%;
    padding: 3px 10px;
  }

  table.vypis td.uroven_zanoreni_0 { padding-left:  5px; }
  table.vypis td.uroven_zanoreni_1 { padding-left: 15px; }
  table.vypis td.uroven_zanoreni_2 { padding-left: 25px; }
  table.vypis td.uroven_zanoreni_3 { padding-left: 35px; }
  table.vypis td.uroven_zanoreni_4 { padding-left: 45px; }
  table.vypis td.uroven_zanoreni_5 { padding-left: 55px; }
  table.vypis td.uroven_zanoreni_6 { padding-left: 65px; }
  table.vypis td.uroven_zanoreni_7 { padding-left: 75px; }
  table.vypis td.uroven_zanoreni_8 { padding-left: 85px; }

  table.vypis td.zvyraznene, table.vypisTop td.zvyraznene, table.form100 td.zvyraznene, table.form100fieldset td.zvyraznene
  {
    font-weight: bold;
    color: red;
  }
  table.vypis td.tucne, table.vypisTop td.tucne, table.form100 td.tucne, table.form100fieldset td.tucne
  {
    font-weight: bold;
  }

  table.vypis th, table.vypisTop th
  {
    background-color: #613333;
    color: #ebdab5;
    text-align: center;
    font-size: 80%;
    padding: 5px 10px;
  }
  table.vypis th div.selectize-dropdown-content { color: #441f1f; }

  table.vypis th a, table.vypisTop th a
  {
    color: #ebdab5;
    text-decoration: none;
  }

  table.vypis th a:hover, table.vypisTop th a:hover
  {
    text-decoration: underline;
  }

  table.vypisTop td
  {
    vertical-align: top;
  }



table.changelog img { width: 20px; height: 20px; }

table.vypis.changelog th { border-top: 20px solid #fff; padding-top: 7px; padding-bottom: 7px; }
table.vypis.changelog td { font-size: 13px; padding-top: 7px; padding-bottom: 7px; line-height: 140%; text-align: left; }
table.vypis.changelog td.type_new, table.vypis.changelog td.type_change, table.vypis.changelog td.type_bug { width: 50px; }
table.vypis.changelog td.type_new { background: transparent url('./../images/admin/obox.png') center center no-repeat; background-size: 25px; }
table.vypis.changelog td.type_change { background: transparent url('./../images/admin/ibox.png') center center no-repeat; background-size: 25px; }
table.vypis.changelog td.type_bug { background: transparent url('./../images/admin/ebox.png') center center no-repeat; background-size: 25px; }



table.platby th, table.dopravy th { font-size: 65%; }

table.objednavka
{
  width: 100%;
}

  table.objednavka tr
  {
    background-color: #fff;
  }

  table.objednavka tr.s
  {
    background-color: #f9f1e7;
    opacity: 0.9;
  }

  table.objednavka td
  {
    font-size: 90%;
    padding: 3px 10px;
  }

  table.objednavka td.zvyraznene
  {
    font-weight: bold;
    color: red;
  }
  table.objednavka td.tucne
  {
    font-weight: bold;
  }

  table.objednavka th
  {
    background-color: #613333;
    color: #ebdab5;
    text-align: center;
    font-size: 80%;
    padding: 5px 10px;
  }

  table.objednavka th a
  {
    color: #ebdab5;
    text-decoration: none;
  }

  table.objednavka input.maly { width: 90%; min-width: 100px; max-width: 150px; }

table.form100, table.form100fieldset { width: 100%; border-width: 0; }
  table.form100fieldset td { padding: 5px 20px 5px 0; }

  table.form100 td { padding: 5px 0;}
  table.form100 td:first-child { min-width: 35%; }
  table.form100 td:nth-child(2) { padding-left: 20px; }
  table.form100 table td:first-child { min-width: 0; }

  table.form100 hr { border: 1px solid #E3BE91; border-width: 1px 0 0 0; width: 100%; height: 0; margin: 20px auto; }

  table.form100 td.pravy, table.form100fieldset td.pravy
  {
    text-align: right;
  }
  table.form100 tr.s, table.form100fieldset tr.s
  {
    background-color: #f9f1e7;
  }

table#loginTab
{
  width: 70%;
  margin: 20px auto 0 auto;
}

  table#loginTab td
  {
    padding: 5px 20px 5px 0;
  }

  table#loginTab td.pravy
  {
    text-align: right;
  }

td.leva
{
  text-align: left;
}

td.stred
{
  text-align: center;
}

td.prava
{
  text-align: right;
}

/* odkazy ******************************************************************* */

a { color: #441f1f; text-decoration: underline; }
a:hover, a:focus { color: #e41a1a; }

a.nounderline { text-decoration: none; }

/* TinyMCE textarea ********************************************************* */

.clanekvelky
{
  height: 500px;
}

.clanekmaly
{
  height: 200px;
}

.nastaveni
{
  height: 300px;
}

/* Tabber styly ************************************************************* */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide
{
  display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber
{
}

.tabberlive
{
  margin-top: 1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 0;
 padding: 3px 0;
 border-bottom: solid #e3be91 1px;

 border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline-block;
 white-space: nowrap;
}

ul.tabbernav li a
{
  padding: 4px 15px;
  margin-left: 3px;
  font-weight: normal;
  font-size: 100%;
  border: solid #e3be91 1px;
  border-bottom: none;
  background-color: #ebdcc8;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul.tabbernav li a:hover
{
  background-color: #f9f1e7;
  border-color: #e3be91;
  color: #441f1f;
}

ul.tabbernav li.tabberactive a
{
  font-weight: bold;
  background-color: #f9f1e7;
  border-bottom: solid #f9f1e7 1px;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #441f1f;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
  padding: 20px;
  border: solid #e3be91 1px;
  border-top: 0;
  background-color: #f9f1e7;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tabberlive .tabbertab h2
{
  margin-top: 0;
}

/* modul denní menu ********************************************************* */

.hidden
{
  display: none;
}

div.menu_nastaveni
{
  padding: 5px;
}

div.menu_nastaveni img
{
  cursor: pointer;
  float: right;
}

div.menu_jidlo, div.vyber_prvek
{
  padding: 5px;
}
div.menu_jidlo:hover
{
  background-color: #FFF0B3;
  cursor: move;
}

div.menu_jidlo img
{
  cursor: pointer;
}


/* modul eshop ************************************************************* */
div.vybery_obrazek { float: left; margin-right: 10px; width: 150px; }

img.uvodni_obrazek_nahled
{
    float: left;
    margin-right: 5px;
    max-width: 40px;
    max-height: 40px;
}

/* responziv ************************************************************ */

@media screen and ( max-width: 1200px )
{
  #hlavni, #zapati { width: 95%; }

  #zkratky
  {
    position: inherit; top: auto; left: auto; width: 100%; border-radius: 5px; margin-bottom: 5px; text-align: left;
  }
  #zkratky div.zkratka { display: inline-block; padding: 15px 10px; background: transparent url('./../images/admin/pozadi_menu.png') bottom left repeat-x; }
  #zkratky div.zkratka:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
  #zkratky div.zkratka:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }

  .obsah_col, .obsah_col.full, .obsah_col.third, .obsah_col.twothirds { width: 100%; float: none; }
}

@media screen and ( max-width: 500px )
{
  input.stredni { width: 93%; }
  input.button, a.button, button { width: 100%; margin: 0; height: 50px; }

  table#loginTab, table#loginTab th, table#loginTab td, table#loginTab tr, table#loginTab thead, table#loginTab tbody { width: 100%; display: block; }
  table#loginTab { width: 100%; }
  table#loginTab td { padding: 5px 0; }
  table#loginTab td.pravy { text-align: left; }
}

/* tiskový styl ************************************************************ */

@media print
{
  #zkratky, #udrzba, #menu, #scrolltop, #titulek_odkazy, .noprint, div.listaOdkazu { display: none; }
  span.nodisplay { display: inline; }

  body, a, #titulek_logo p, input#jsstav { color: #000; }
  body { background: none; }
  a { text-decoration: underline; }
  fieldset, .tabberlive .tabbertab { background-color: #fff; }
}