/**
 * OFFICE
 * styly.css
 * Soubor s CSS styly
 *
 * @package zaklad
 *
 * @author Josef Šmíd <josef@skit.cz>
 * @copyright (c) 2007-2025 Josef Šmíd
 * @version 4.9.3
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,400italic&subset=latin,latin-ext);

/* hlavni divy a textove styly ********************************************** */

* { outline: none; -moz-outline-style: none; }

body
{
  background: #dfe5ed;
  color: #404040;
  margin: 0;
  padding: 0;
  font-family: Roboto,sans-serif;
}

#hlavni
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}


#levy_sloupec{
    width: 150px;
    min-height: 300px;
    padding: 0 5px;
    background: transparent url("/images/pozadi_top.png") left top no-repeat;
    float: left;
    position: fixed;
    overflow: hidden;
    left: 0px;
    z-index: 2;
    font-size: 14px;
   transition:0.5s;
}
  #levy_sloupec_inner
  {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
#statistiky_zapsat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(223, 229, 237, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistiky_zapsat_container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    color: #404040;
}

.statistiky_zapsat_container .input-percentage {
    text-align: center;
    font-size: 90%;
}

.statistiky_zapsat_container .form-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    gap: 5px;
}

.statistiky_zapsat_container .barometer {
    width: 100%;
    height: 20px;
    background-color: #dce2e9;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    color: white;
    font-weight: bold;
    text-align: center;
}

.statistiky_zapsat_container #barometr {
    width: 0%;
    height: 100%;
    background-color: #7daf39;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.statistiky_zapsat_container .form-buttons input {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #78ac32;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.statistiky_zapsat_container .form-buttons input:hover {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/*.statistiky_zapsat_container .form-buttons #submit_button:disabled {*/
/*    cursor: not-allowed;*/
/*    opacity: 0.5;*/
/*}*/

button[type="submit"]:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

#pravy_sloupec{
    width: 75px;
    padding: 0 5px;
    float: left;
    position: fixed;
    right: 0;
    top: 0;
}

#titulek
{
  margin: 0;
  padding: 0;
  text-align: right;
}
  #titulek p
  {
    color: #3D3C3F;
    font-size: 90%;
    margin: 0;
    padding: 10px 10px 5px 10px;
  }
  #titulek p.nadpis
  {
    font-size: 120%;
    font-weight: bold;
  }

  #zahlavi
  {
    float: left;
    background: #dfe5ed url("/images/pozadi_zahlavi.png") left top no-repeat;
    width: -moz-calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
    margin: 0 0 0 155px;
    position: fixed;
    z-index: 50;
    height: 43px;
    transition: 0.5s;
  }

  #zahlavi div#aktualni_ukoly
  {
    height: 38px;
  }

  #zahlavi div.aktualni_ukol
  {
    float: left;
    width: 200px;
    background-color: #f8ffef;
    margin-left: 5px;
    padding: 4px 8px;
    font-size: 90%;
    line-height: 130%;
    overflow: hidden;
    color: #304a0d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0 solid #7daf39;
    border-width: 0 1px 3px 1px;
    position: relative;
    margin-bottom: -8px;
    z-index: 49;
    height: 33px;
    transition: transi0.3s ease;
  }
  #zahlavi div.aktualni_ukol.skoro { border-color: #ea950e; background-color: #fff4cc; }
  #zahlavi div.aktualni_ukol.stop { border-color: #ea0e4c; background-color: #ffcccc; }
  #zahlavi div.aktualni_ukol div { color: #7daf39; font-size: 80%; font-style: italic; }
  #zahlavi div.aktualni_ukol.stop div { color: #ea0e4c; }
  #zahlavi div.aktualni_ukol.skoro div { color: #ea950e; }
  #zahlavi div.aktualni_ukol.stop a { color: #8d0028; }
  #zahlavi div.aktualni_ukol.skoro a { color: #81530a; }
  #zahlavi div.aktualni_ukol a { color: #304a0d; text-decoration: none; }
  #zahlavi div.aktualni_ukol a:hover { text-decoration: underline; }

  #zahlavi div.aktualni_ukol div.count { width: 18px; height: 18px; float: right; background-color: #ea950e; color: #fff; border-radius: 10px; text-align: center; font-style: normal; }

  #zahlavi div.aktualni_ukol:hover { height: 100px; }

  #zahlavi .ukoly_plus { float: right; text-align: center; width: 75px; font-size: 22px; font-weight: bold; color: #525a66; margin: 7px 7px 0 0; }
  #zahlavi .ukoly_plus a { color: #525a66; text-decoration: none; }
  #zahlavi .ukoly_plus a:hover, #zahlavi .ukoly_plus a:focus { text-decoration: underline; }

  #popup_tlacitko{
      float: left;
      margin: 10px 6px 0 4px;
  }
  #popup_menu{
      display: none;
      position: absolute;
      left: -135px;
      top: 51px;
      width: 435px;
      padding: 0;
      z-index: 100;
      color: #fff;
      border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #c5c5c5;
    -webkit-box-shadow: 0px 0px 5px #c5c5c5;
    box-shadow: 0px 0px 5px #c5c5c5;
  }
  #popup_menu .popup_popis { padding: 22px 15px; float: left; }
  #popup_menu p { padding: 0; }
  #popup_menu a { color: #fff;  }
  #popup_menu .logout{
      float: right;
      margin-top: 20px;
      margin-right: 15px;
  }
  #popup_menu .but { margin: 0; height: 40px; width: 40px; }
  #popup_menu .but span { background: #fff; border-color: #fff; width: 28px; height: 28px }
  #popup_menu .but span img { top: 2px; }
  #popup_menu .but:hover span { border-color: #929dab; }
  #popup_menu .nadpis{
      font-size: 18px;
      padding: 0;
  }
    .arrow_box {
	position: relative;
	background: #525a66;
	border: 2px solid #fff;
    }
    .arrow_box.white { background: #dfe5ed; }
    .arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 33.5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    }
    .arrow_box.white:after, .arrow_box.white:before { left: 9%; }

    .arrow_box:after {
	border-color: rgba(82, 90, 102, 0);
	border-bottom-color: #525a66;
	border-width: 20px;
	margin-left: -20px;
    }
    .arrow_box.white:after { border-bottom-color: #dfe5ed; }
    .arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 23px;
	margin-left: -23px;
    }

  #popup_menu .popup_menu{
      background-color: #dfe5ed;
      color: #757d88;
      padding: 15px;
      font-size: 15px;
  }
  #popup_menu .popup_menu a { color: #525a66; text-decoration: none; }
  #popup_menu .popup_menu a:hover { text-decoration: underline; }
  #popup_menu .popup_menu ul { list-style: none; padding: 0; margin: 0; }
  #popup_menu .popup_menu li { float: left; width: 125px; height: 35px; padding-bottom: 20px; padding-right: 10px; }
  #popup_menu .popup_menu span { position: relative; top: 7px; }
  #popup_menu .popup_menu img { float: left; margin-right: 12px; width: 28px; height: 28px; }

  #popup_menu .popup_zapati{
      padding: 8px 12px;
      margin-bottom: 14px;
      font-size: 13px;
  }
  #popup_menu .popup_zapati a { text-decoration: none; }
  #popup_menu .popup_zapati a:hover { text-decoration: underline; }
  #popup_menu .popup_zapati .pridat{
      padding-left: 25px;
      background: transparent url("/images/ikony/ic-pridat-zkratku.png") left center no-repeat;
      text-transform: uppercase;
  }
  #popup_menu .popup_zapati .leve { float: left; }
  #popup_menu .popup_zapati .prave { float: right; }

  #popup_dnesniprace
  {
    float: left;
    border-radius: 15px;
    display:block;
    width: 30px;
    height: 30px;
    background: #929dab url("/images/popup_dnesniprace.png") center center no-repeat;
    margin: 3px 6px 0 6px;
  }

  #popup_dp
  {
    display: none;
    position: absolute;
    left: 5px;
    top: 51px;
    width: 435px;
    padding: 0;
    margin: 0;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #c5c5c5;
  }
  #popup_dp .popup_popis { background-color: #dfe5ed; color: #000; padding-top: 3px; }
  #popup_dp .popup_popis p {  font-weight: 300; padding: 10px; font-size: 150%; }
  #popup_dp .popup_popis a.but { float: right; height: 20px; }
  #popup_dp .popup_popis a.but span { width: 20px; height: 20px; }
  #popup_dp .popup_popis a.but span img { width: 20px; height: 20px; top: 0; }

  #popup_dp .popup_obsah { height: 450px; overflow: auto; background-color: #fff; }

  #dp_vypis { padding-top: 2px; }
  #dp_vypis div { border-bottom: 1px solid #dfe5ed; padding: 5px 10px; }
  #dp_vypis div:first-child { display: none; }
  #dp_vypis div:nth-child(odd) { background-color: #eee; }

  #dp_vypis p.dp_zakaznik { font-weight: bold; }
  #dp_vypis p.dp_typ { padding-left: 20px; }
  #dp_vypis p.dp_polozka { padding-left: 40px; }
  #dp_vypis span, .dp_souhrn span { color: #808080; font-size: 80%; float: right; }
  #dp_vypis a.dp_delete { color:red; font-weight: bold; padding: 0 10px 0 15px; float: right; text-decoration: none; }

  #dp_souhrn { padding: 10px; }
  .dp_souhrn { line-height: 140%; padding: 10px; }

  #dp_novy_zakaznik, #dp_edit_zakaznik { padding: 10px; }


#menu
{
  background-color: transparent;
  color: #525a66;
  font-weight: bold;
}
  #menu ul { list-style: none; padding: 0; margin: 0; }
  #menu li { padding: 0; border-bottom: 1px solid #fff; position: relative; left: -5px; width: 170px; }
  #menu li a { padding: 7px 10px; display: block; width: 150px; }
  #menu li span {
    border: 1px solid #bdc1c8;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 4px;
    background: #fff;
    position: absolute;
    top: 0px; right: 0;
    margin: 2px 24px;
    -moz-box-shadow: 0px 0px 2px #bdc1c8;
    -webkit-box-shadow: 0px 0px 2px #bdc1c8;
    box-shadow: 0px 0px 2px #bdc1c8;
    text-align: center;
  }
  #menu li:hover{
      background-image: url("/images/sipka_levo.png");
      background-position: 91% center;
      background-repeat: no-repeat;
      position: relative;
  }
  #menu li:hover img { filter: brightness(0) invert(1); }

  #menu a
  {
    text-decoration: none;
    color: #525a66;
  }
  #menu a:hover, #menu li:hover a
  {
    background-color: unset !important;
    color: #fff !important;
  }
  #menu img { float: left; position: relative; top: -2px; margin-right: 15px; width: 20px; height: 20px; }

#obsah_falesny{
  float: left;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #aab8cb;
  border-bottom: none;
  width: -moz-calc(100% - 85px);
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  height: 8px;
    transition:0.5s;
}
#obsah
{
  background: #fff;
  transition:0.5s;
}
.obsah_bezny {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #aab8cb;
  border-top: none;
  width: -moz-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  /*min-height: 575px;*/
  padding: 0px 0 15px;
  margin: 42px 75px 20px 155px;
  float: left;
  position: relative;
}
.obsah_prihlaseni {
    border: 1px solid #aab8cb;
    border-radius: 5px;
    width: 870px;
    height: 521px;
    padding: 5px;
    -moz-box-shadow: 0px 0px 5px #c5c5c5;
    -webkit-box-shadow: 0px 0px 5px #c5c5c5;
    box-shadow: 0px 0px 5px #c5c5c5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.obsah_levy, .obsah_pravy
{
  float: left;
  width: 50%;
}
.obsah_pravy
{
  background: #dedede;
  width: calc( 48% - 20px);
  /*position: relative;
  right: -1%;*/
  padding: 0 1% 50px 1%;
  margin-left: 20px;
}
.obsah_levy.full
{
  float: none; width: 100%;
}
.obsah_levy.twothirds { width: 65%; }
.obsah_pravy.third { width: calc( 33% - 20px ); }

table.list td .obsah_pravy table.form td { background-color: #DEDEDE; }

.login_levy {
    float: left;
    width: 257px;
    height: 521px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.login_levy img {
    border-radius: 5px; width: 257px; height: 521px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.15;
}
.login_pravy{
    float: left;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 55px;
    padding-bottom: 20px;
    width: 463px;
}

.login_pravy table.form { margin: 0; }

.login_pravy #logo
{
  width: 463px;
  height: 95px;
}
.login_pravy #logo img { width: auto; height: auto; max-width: 463px; max-height: 95px; }
.login_pravy .nadpis{
    padding: 30px 0 10px 0;
    font-size: 29px;
    font-weight: lighter;
}
.login_pravy table p{
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}
.login_pravy table td{
    padding: 0 5px 20px 5px;
}
.login_pravy .td_prihl{
    padding-top: 18px;
    width: 50%;
    text-align: right;
}
.login_pravy .td_zapomeli{
    padding-top: 10px;
    padding-bottom: 0;
}
.login_pravy .trvale_prihl{
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 100%;
}
.login_pravy .tl{
    background-image: none;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 60px;
}
.login_pravy .in { padding: 9px 5px; }

#zkratky {
  width: 145px;
  margin-top: 10px;
}
#zkratky a { color: #fff; text-decoration: none; }
#zkratky a:hover { text-decoration: underline; }
#zkratky div.zkratka { padding: 8px 10px 10px; margin-top: 1px; margin-bottom: 1px; border-radius: 4px; }

#div_cekejte, #volby_tisk { font-size: 90%; text-align: center; display: none; }

#volby_tisk a.but { display: inline-block; float: none; vertical-align: top; line-height: 120%; margin-left: 10px; margin-right: 10px; }

#uvod_komentare
{
  width: calc(33% - 20px);
  float: right;
  padding-right: 20px;
}
#uvod_komentare .ic_komentare { background-position: 0px center; }
#uvod_komentare h2 { padding-left: 40px; }
#uvod_komentare h2 a { text-decoration: none; color: #000; }

#uvod_komentare .uvodni_box p { padding-left: 10px; color: #8e8e8e; }
#uvod_komentare .uvodni_box table p { color: #000; }
#uvod_komentare .uvodni_box { border: none; padding-top: 3px; }

.obsah_velky { width: calc(100% - 40px); }
.obsah_maly { width: calc(66% - 40px); }

#uvod_ostatni
{
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.uvodni_box{
    border-bottom: 1px solid #dce2e9;
}
.uvodni_box h2{
    padding: 0;
    padding-left: 50px;
    margin: 0 0 15px 0;
}
#uvod_ostatni .uvodni_box:first-of-type h2 { margin-top: 0; }
.uvodni_box p {
    /*padding: 0;
    padding-left: 50px;*/
    padding-bottom: 20px;
    /*color: #8e8e8e;
    font-size: 16px;*/
}
.uvodni_box p.pocet { text-align: right; font-size: 80%; padding-top: 5px; }

.dashboard_section { display: flex; width: calc( 100% + 10px ); flex-wrap: wrap; justify-content: flex-start; }

.zaznamy_dne
{
  width: calc( 33% - 20px );
  position: absolute;
  right: 20px;
}

#direct_print
{
  position: fixed;
  bottom: -17px;
  font-size: 70%;
  width: -moz-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  margin: 42px 75px 20px 155px;
  transition: 0.5s;
}
#direct_print_inner
{
  padding-left: 20px;
  text-align: right;
}
#direct_print img { width: 15px; height: 15px; padding-right: 5px; vertical-align: middle; }
#direct_print span { padding-right: 20px; }
#direct_print a { color: #000; text-decoration: underline; }
#direct_print a:focus, #direct_print a:hover { text-decoration: none; }

.dpitem { display: none; }

#debug_stats
{
  position: fixed;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  font-size: 80%;
  max-width: 90%;
  max-height: 100px;
  overflow-y: scroll;
}


/*ikony **/

.ic_objednavky, .ic_pobjednavky, .ic_prijemky { background: transparent url("/images/ikony/ic-menu-objednavky.png") 8px center no-repeat; }
.ic_vykazy { background: transparent url("/images/ikony/ic-menu-vykazy.png") 8px center no-repeat; }
.ic_knihajizd { background: transparent url("/images/ikony/ic-menu-kniha-jizd.png") 8px center no-repeat; }
.ic_faktury { background: transparent url("/images/ikony/ic-menu-faktury.png") 8px center no-repeat; }
.ic_dodacilisty, .ic_komentare, .ic_prevodky { background: transparent url("/images/ikony/ic-menu-dodaci-listy.png") 8px center no-repeat; }
.ic_ucty, .ic_vydejky, .ic_expedice { background: transparent url("/images/ikony/ic-menu-ucty.png") 8px center no-repeat; }
.ic_partneri { background: transparent url("/images/ikony/ic-menu-partneri.png") 8px center no-repeat; }
.ic_ukoly, .ic_inventury { background: transparent url("/images/ikony/ic-menu-ukoly.png") 8px center no-repeat; }
.ic_statistiky { background: transparent url("/images/ikony/ic-menu-statistiky.png") 8px center no-repeat; }
.ic_zbozi, .ic_baliky { background: transparent url("/images/ikony/ic-menu-zbozi.png") 8px center no-repeat; }
.ic_opravy, .ic_bopravy { background: transparent url("/images/ikony/ic-settings.png") 8px center no-repeat; }
.ic_zasilky { background: transparent url("/images/ikony/ic-transfer.png") 8px center no-repeat; }

.online { height: 13px; width: 13px; background-color: green; border-radius: 50%; display: inline-block; vertical-align: middle; }


/* div ********************************************************************** */

div.mezera { width: 100%; clear: both; }
div.clear:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* styly pro javascriptovou chybovou hlasku ********************************* */

div.bootstrap-growl { }
div.bootstrap-growl p { padding: 0; }
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 { margin: 0 0px 5px 0px; padding: 7px 25px 7px 50px; font-size: 95%; border-radius: 5px; line-height: 140%; text-align: left; }
div.bootstrap-growl.alert.alert-danger { color: #8d0028; background: #ffcccc url('./../images/ebox.png') no-repeat 8px 8px; border: 1px solid #ea0e4c; }
div.bootstrap-growl.alert.alert-danger a { color: #8d0028; }
div.bootstrap-growl.alert.alert-warning { color: #7f6a1f; background: #FFF0B3 url('./../images/ibox.png') no-repeat 8px 8px; border: 1px solid #E8D897; }
div.bootstrap-growl.alert.alert-warning a { color: #7f6a1f; }
div.bootstrap-growl.alert.alert-success { color: #304a0d; background: #f8ffef url('./../images/obox.png') no-repeat 8px 8px; border: 1px solid #7daf39; }
div.bootstrap-growl.alert.alert-success a { color: #304a0d; }
div.bootstrap-growl.alert.alert-general { background: #fff url('./../images/ikony/ic-menu-dodaci-listy.png') no-repeat 8px 8px; background-size: 21px 20px; border: 1px solid #929dab; }
/*div.bootstrap-growl.alert.alert-general a { color: #304a0d; }*/

div.bootstrap-growl .levy { float: left; }
div.bootstrap-growl .pravy { float: right; }

.dashboard_section div.bootstrap-growl { width: calc( 25% - 87px ); vertical-align: middle; margin-right: 10px; margin-bottom: 10px; }
.dashboard_section div.bootstrap-growl.twothirds { width: calc( 50% - 87px ); }

/* p a h ******************************************************************** */

p
{
  font-size: 90%;
  margin: 0;
  padding: 5px 0px;
}

h1
{
  color: #7DAF39;
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 5px 20px;
}

h2
{
  color: #000;
  font-size: 25px;
  font-weight: lighter;
  margin: 0;
  padding: 10px 0px 5px 0px;
}

p.chyba, p.tlacitko_odebrat { color: red; font-size: 100%; font-weight: bold; text-align: center; margin: 0; padding: 5px; }
p.stred, td.stred, input.stred { text-align: center; }
p.pravy, td.pravy, input.pravy { text-align: right; }
p.napoveda, span.napoveda { font-size: 86%; margin: 0; padding: 0 5px 0 5px; font-style: italic; }
p.tucne { font-weight: bold; }
p.filtr_spodni { padding-top: 0; margin-top: 0; text-align: right; padding-right: 30px; }
.vpravo { float: right; }
.vlevo { float: left; }
.nowrap { white-space: nowrap; }

span#vyber_popis, span#dialog_popis { font-size: 80%; }
span#vyber_popis.ok, span#dialog_popis.ok { color: green; }
span#vyber_popis.warn, span#dialog_popis.warn { color: orange; }

p.tlacitko_odebrat:hover { cursor: pointer; }

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#navigace{
  background: transparent url('./../images/ikony/ic-home.png') no-repeat 20px 5px;
  border-bottom: 1px solid #dce2e9;
  padding: 4px 20px 5px 50px;
  margin-bottom: 14px;
  font-size: 85%;
}
div#navigace h1 { padding: 0; font-weight: bold; font-size: 20px;}
#navigace .navigace_leva { padding-top: 2px; float: left; width: 50%; color: #000; }
#navigace .navigace_prava { float: right; text-align: right; width: 50%; }

#map_canvas
{
  width: 100%;
  height: 350px;
  border: 1px solid black;
  margin: 20px auto;
}

span.chybova_hlaska
{
  color: red;
  font-size: 80%;
  display: block;
}
.ikony_pravy_top_inner
{
    width: calc( 100% - 10px );
    height: 100%;
    padding-left: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ikony_pravy_top
{
    position: fixed;
    right: -17px;
    top: 65px;
    width: 100px;
    transition: 0.5s;
    z-index: 2;
    background-color: #dfe5ed;
}

.ikony_pravy_bottom{
  /*position: fixed;*/
    right: 0;
    bottom: 0px;
    width: 75px;
    transition: 0.5s;
position: relative;
min-height: 100px;
}

.butsquare {
  border: 1px solid #929dab;
    border-radius: 5px;
    color: #525a66;
    width: calc( 12.5% - 12px);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 0;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
}
.butsquare span {
    display: block;
    height: 36px;
    margin: auto;
    margin-bottom: 5px;
    padding: 5px;
    width: 36px;
}
.butsquare:hover
{
  border-color: #000;
}

button.but { border: none; background: transparent; cursor: pointer; }
button.but:hover { border: none; }
.but {
    color: #525a66;
    float: left;
    font-size: 14px;
    height: 65px;
    text-align: center;
    text-decoration: none;
    width: 65px;
    margin: 10px 0 25px 0;
}
.but span {
    border: 1px solid #929dab;
    border-radius: 100%;
    display: block;
    height: 36px;
    margin: auto;
    margin-bottom: 5px;
    padding: 5px;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
    width: 36px;
}
.but span img {
  position: relative;
  top: 5px;
}
.but:hover span {
  background: #fff;
  border: 1px solid #fff;
}

.but_zeleny span {
  background: #7daf39;
  border: 1px solid #7daf39;
}

.but_zeleny:hover span{
   background: #9bcc58;
   border: 1px solid #9bcc58;
}

.but_pouzaverce span {
  background: #ffba3b;
  border: 1px solid #7daf39;
}

.but_pouzaverce:hover span{
   background: #fdd790;
   border: 1px solid #9bcc58;
}

div.buttons a.but { width: 130px; height: 90px; padding: 10px; }

/* img ********************************************************************** */

img
{
  border-width: 0;
}

img#logo
{
  width: 140px;
  height: auto;
  margin: 0;
  margin-top: 2px;
  float: left;
}

img#loading { width: 20px; height: auto; vertical-align: middle; }

img#jsimg { width: 5px; height: 5px; }

img.komentar_priloha { width: 100%; height: auto; }
img.lock { float: left; padding: 5px 0 0 5px; }
img.avatar { max-width: 200px; max-height: 150px; }
img.exportprint { vertical-align: bottom; }

img.editkoment { width: 16px; height: auto; vertical-align: middle; margin-left: 3px; cursor: pointer; visibility: hidden; }
table.list tr:hover td img.editkoment { visibility: visible; }

table.changelog img { width: 20px; height: 20px; }

/* formulare **************************************************************** */

label { clear: both; cursor: pointer; }
label:not(.streight):after { content:"\a"; white-space: pre; }

fieldset
{
  border: solid #3D3C3F 1px;
  background-color: #F0F0F0;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  width: 90%;
  margin: 10px auto 20px auto;
  padding: 0 0 20px 0;
}

legend
{
  display: inline;
  position: relative;
  top: -5px;
  left: 0;
  font-size: 90%;
  font-weight: bold;
  padding: 5px 10px 0 10px;
}

.velky { width: 505px; }
.n_velky { width: 435px; }
.stredni { width: 240px; }
.n_stredni { width: 225px; }
.maly { width: 105px; }
.nn_maly { width: 15px; }
.n_maly { width: 35px; }
.nm_maly { width: 60px; }
.datepicker, .datetimepicker, .hasDatepicker { background-image: url("./../images/kalendar.png"); background-position: 97% center; background-repeat: no-repeat; }
.datepicker { width: 90px; }
.flexi, .datepicker.flexi, .datetimepicker.flexi { width: calc( 96% - 2px ); }
.flexi.selectize-control { width: 100%; }

input.loading:not([type="submit"]) { background: #fff url( './../images/loading.gif' ) center right no-repeat !important; background-size: 16px !important; }
  input.loading-left { background: #fff url( './../images/loading.gif' ) center left no-repeat !important; background-size: 16px !important; }
select.loading { background: #fff url( './../images/loading.gif' ) right 20px center no-repeat !important; background-size: 16px !important; }
td.loading { background: transparent url( './../images/loading.gif' ) center right no-repeat !important; background-size: 16px !important; }
textarea.loading { background: #e0e0e0 url( './../images/loading.gif' ) center center no-repeat !important; }

input[type="checkbox"].loading + label {
  position: relative;
  display: inline-block;
  margin-left: 8px;    /* mezera mezi checkboxem a začátkem labelu */
  padding-left: 24px;  /* prostor pro spinner (16px) + odsazení textu (8px) */
}

/* 2) Vykreslíme spinner jako ::before pseudo‐element na labelu */
input[type="checkbox"].loading + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url('../images/loading.gif') center center no-repeat;
  background-size: 16px;
}

.yellow { background-color: yellow; }
.orange { background-color: orange; }
.red { background-color: red; }

.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }

.btop { border-top: 1px solid #DCE2E9; }
.bprip { border-top: 5px solid #FFF0B3; }

.nopad { padding: 0 5px 0 0; }
.nopad:last-child { padding-right: 0; }

.fleft
{
    float: left;
}

input.tl, .ui-dialog-buttonset button
{
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  border: none;
  margin: 0;
  padding: 4px 36px;
  cursor: pointer;
}
input.tl:not(.loading):hover, input.tl:not(.loading):focus, .ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus { background: #000!important; }
input[type="submit"].loading { color: transparent; background-image: url( './../images/loading.gif' ) !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: 20px !important; }
button#page_save.loading img, a.but.loading img { color: transparent; background-image: url( './../images/loading.gif' ) !important; background-position: center center !important; background-repeat: no-repeat !important; }

button#page_save:disabled { cursor: auto; }
button#page_save:disabled span { background-color: #e0e0e0 !important; cursor: auto; border-color: #e0e0e0; }

input[type="submit"].tl_odkaz
{
    border: none;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent!important;
   color: black !important;
    font-weight: normal;
    padding: 0;
    text-decoration: underline;
    background-image: none !important;
}
input[type="submit"].tl_odkaz:hover { text-decoration: none; }


input.in, textarea, select.in
{
  box-sizing: content-box;
  font-family: Roboto,sans-serif;
  font-size: 100%;
  border-radius: 5px;
  border: solid #c7c7c7 1px;
  margin: 0;
  padding: 8px;
}
/*select.in { padding-top: 3px; padding-bottom: 3px; }*/
input.in.flexi, select.in.flexi, textarea.in.flexi
{
  padding-left: 2%; padding-right: 2%;
}
select.in option
{
  border: none;
  padding: 7px 0 2px 5px;
}

input.in:focus, textarea:focus, select:focus { background: #f5f7fa; border-color: #000; }
input[type=checkbox]:focus, input[type=radio]:focus { box-shadow: 0px 0px 4px rgb(0, 0, 0); outline: 0; }
input[type=checkbox]:checked, input[type=radio]:checked { box-shadow: 0px 0px 4px rgb(120, 172, 50); outline: 0; }

input.inb
{
  border: solid #bfbfbf 1px;
  width: 500px;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
}



select.inf
{
  border-radius: 5px;
  border: solid #c7c7c7 1px;
  margin: 0;
  padding: 2px 8px;
}
  select.inf option
  {
    border: none;
    padding: 7px 0 2px 5px;
  }

select.inv
{
  border: solid #bfbfbf 1px;
  width: 462px;
  height: 33px;
  padding: 5px 2px 2px 2px;
}
  select.inv option
  {
    border: none;
    width: 450px;
    height: 25px;
    padding: 7px 0 2px 5px;
  }

select.inm
{
  border: solid #bfbfbf 1px;
  width: 40px;
  height: 33px;
  padding: 5px 2px 2px 2px;
}
  select.inm option
  {
    border: none;
    width: 150px;
    height: 25px;
    padding: 7px 0 2px 5px;
  }

h2 select.in
{
  font-size:50%;
  margin-right:20px;
  height:30px;
  padding:3px;
}

input.inf
{
  border: solid #bfbfbf 1px;
  width: 140px;
  height: 25px;
  padding: 2px 5px;
}

input.ink
{
  border: solid #bfbfbf 1px;
  width: 80px;
  height: 25px;
  padding: 2px 5px;
}

input.innm
{
  border: solid #bfbfbf 1px;
  width: 42px;
  height: 25px;
  padding: 2px 5px;
  font-size: 12px;
}

input.inn
{
  border: solid #bfbfbf 1px;
  width: 158px;
  height: 25px;
  padding: 2px 5px;
  font-size: 12px;
}

textarea.txt
{
  border: solid #bfbfbf 1px;
  width: 300px;
  height: 100px;
  padding: 2px 5px;
  font-family: Tahoma,sans-serif;
  font-size: 12px;
}

textarea.poznPol
{
  border: solid #bfbfbf 1px;
  width: 95%;
  height: 40px;
  padding: 5px 8px;
  font-family: Tahoma,sans-serif;
  font-size: 12px;
}

textarea.popis_produktu { height: 200px; }

input.chybna, textarea.chybna
{
  border: solid red 1px;
}

input[readonly=readonly], input[disabled=disabled], input[disabled=disabled]:hover, input[disabled=disabled]:focus, textarea[readonly=readonly] { background-color: #e0e0e0 !important; cursor: auto; }

/* tabulky ****************************************************************** */

table
{
  margin: 0;
  padding: 0;
  border-spacing: 0;
  min-width: 200px;
}
  table p
  {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  table td
  {
    padding: 5px;
    font-size: 14px;
    border-bottom: 0;
  }
  table th
  {
    padding: 5px 0px;
    font-weight: bold;
    text-align: center;
  }
  table fieldset
  {
    width: 95%;
    margin: 5px 10px;
    background-color: #fff;
    padding: 10px;
  }

table.nowrap { white-space: nowrap; }
table.podrobnosti { color: #000; margin-bottom: 30px; }
table.podrobnosti td, .obsah_levy table td  { padding-bottom: 0; }

table#fix thead.fixed { position: fixed; top: 40px; z-index: 100; }

table.list { border-width: 0; margin-bottom: 1px; width: 100%; color: #000; }
table.list.ukol { table-layout: fixed; }

  table.list td p { padding: 0; margin: 0; color: #000; font-size: 13px;  }
  table.list th p { padding: 0; margin: 0; color: #000; font-size: 12px;  }
  .obsah_maly table.list p, .obsah_maly table.list td, .obsah_maly table.list th { font-size: 11px; }
  p.nadpis, table.list td p.nadpis { font-size: 150%; font-weight: bold; }
  table.list td p.priloha { border: 1px dotted #DCE2E9; text-align: center; font-size: 110%; padding: 10px; margin-top: 10px; }
  table.list td p.koment_zmeny { font-size: 80%; color: #7C828B; font-style: italic; }

  table.list td, table.list th { padding: 3px 6px; font-size: 13px; }
  table.list th { background-color: #dfe5ed; font-size: 12px; }
  table.list th a { color: #000; text-decoration: none; }
  table.list th a:hover { text-decoration: underline; }
  table.list.ukol td, table.list.ukol th { word-wrap: break-word; }

  table.list tr.z:hover, table.list tr.nofound:hover { background-color: transparent; }
  table.list tr { background-color: #fff; }
  table.list tr.s { background-color: #eeeeee; }
  table.list tr.neprecteny, table.list tr.highlight, a.highlight span { background-color: #fffe9a; }
  table.list tr.highlight_s { background-color: #F4F390; }

  a.highlightblue span { background-color: #a5e7f7; }

  table.list tr.soucty td { border-top: solid black 1px; padding-top: 10px; }
  table.list tr.soucty:hover { background: none; }
  table.list tr.soucty:hover { background: none; }
  .obsah_pravy table.list tr.soucty:hover { background-color: #fff; }

  table.list tr.dop, table.list tr.dop p { color: #909090; }
  table.list tr.sdop, table.list tr.sdop p { background-color: #ECECEC; color: #909090; }

  table.list tr.po_splatnosti, table.list tr.stop, table.list tr.po_splatnosti p, table.list tr.stop p { color: red; }
  table.list tr.pozor, table.list tr.stop, table.list tr.pozor p, table.list tr.stop p { font-weight: bold; }
  table.list tr.trvaly p, table.list tr.trvaly td.vetsitext a { color: #808080; }
  table.list tr.neprecteny { background-color: #fffe9a; }
  table.list tr.virtualni td { font-style: italic; }

  table.list tr.filtr td  { background: #dfe5ed; text-align: center; padding: 4px 0 6px 1px; }
  table.list tr.filtr:hover { background: none; color: #000; }
  table.list tr.filtr th:first-child, table.list tr.filtr td:first-child { border-top-left-radius: 5px; }
  table.list tr.filtr th:last-child, table.list tr.filtr td:last-child { border-top-right-radius: 5px; }
  table.list tr.filtr input.tl { padding: 5px 4px; font-size: 90%; border-radius: 0px; }
  table.list tr.filtr input.in { border-radius: 0; padding: 5px 3px; font-size: 90%; }
  table.list tr.filtr select.in { border-radius: 0; padding: 4px 3px; font-size: 90%; }
  table.list tr.filtr input.in.flexi, table.list tr.filtr select.in.flexi { width: calc( 100% - 8px ); }
  table.list tr.filtr input[type="text"], table.list tr.filtr select { width: calc( 100% - 8px ); min-width: 30px; }
  table.list tr.filtr label { font-size: 85%; }

  table.list tr td.darker { background-color: #d2e8fb; }
  table.list tr.s td.darker { background-color: #b4d0ea; }

  table.list td.vetsitext, table.list td.vetsitext p { font-size: 100%; }
  table.list td.vetsitext a { color: #000; text-decoration: none; }
  table.list td.vetsitext a:hover { text-decoration: underline; }

  span.tagy, table.list td.vetsitext span.tagy { font-weight: normal; color: blue !important; }
  span.tagy a, table.list td.vetsitext span.tagy a { color: blue; text-decoration: none; }
  span.tagy a:hover, table.list td.vetsitext span.tagy a:hover { text-decoration: underline; }
  span.lidi, table.list td.vetsitext span.lidi { font-weight: normal; color: green !important; }
  span.lidi a, table.list td.vetsitext span.lidi a { color: green; text-decoration: none; }
  span.lidi a:hover, table.list td.vetsitext span.lidi a:hover { text-decoration: underline; }
  h2 span.lidi, h2 span.tagy { font-size: 60%; }

  table.list .mala_bunka { padding: 0; }

  table .priorita { width: 40px; height: 35px; border-radius: 8px; margin: 0 auto; }
  table td.ukol_priorita { color: transparent; }

  table.list td p.stav { text-align: center; padding: 3px 10px; border-radius: 5px; border: 1px solid #000; margin: 2px 0; }
  table.list tr:hover p.stav { color: #000; }

  table.list p.info-active, table.list td.info-active { cursor: pointer; }
  table.list td.uzka { padding: 0; width: 45px; line-height: 100%; }
  table.list .leftborder { border-left: 1px solid #888; }
  table.list .bottomborder { border-bottom: 1px solid #888; }
  table.list .topborder { border-top: 1px solid #888; }
  table.list .rightborder { border-right: 1px solid #888; }
  table.list td input.prehled-objednat { width: calc( 100% - 8px ); border: none; height: 20px; margin: 0; font-weight: bold; font-size: 90%; opacity: 0.8; }
  table.list td input.cenik { border: none; height: 24px; margin: 5px; font-weight: bold; font-size: 110%; opacity: 0.8; text-align: right; }

  table.list td.datumoddo { white-space: nowrap; }
  table.list td.datumoddo input.datepicker { width: 47px; }

  table.list.changelog th { border-top: 20px solid #fff; padding-top: 7px; padding-bottom: 7px; }
  table.list.changelog td { font-size: 13px; padding-top: 7px; padding-bottom: 7px; line-height: 140%; }
  table.list.changelog td.type_new, table.list.changelog td.type_change, table.list.changelog td.type_bug { width: 50px; }
  table.list.changelog td.type_new { background: transparent url('./../images/obox.png') center center no-repeat; }
  table.list.changelog td.type_change { background: transparent url('./../images/ibox.png') center center no-repeat; }
  table.list.changelog td.type_bug { background: transparent url('./../images/ebox.png') center center no-repeat; }

  table.list #inventura_jednotka { text-align: right; color: #808080; position: absolute; right: 12px; top: 13px; }
  table.list #produkt_delete { /*display: none;*/ float: right; border: none; background-color: transparent; cursor: pointer; text-align: right; color: red; }

div.stav_ukolu { width: 100%; margin-top: 10px; padding: 10px 0; }

table.form
{
  border: none;
  margin: 5px auto 5px auto;
  width: 100%;
  color: #000;

}
  table.form th
  {
    padding: 5px;
  }

  table.form td { padding: 10px 0; }
  table.form td+td { padding-left: 20px; }

  table.form td.rozpis_sazba, table.form td.rozpis_zaklad, table.form td.rozpis_dph { padding-top: 0; padding-bottom: 0; }

  table.form p { padding-bottom: 5px; }

table.form td.width10pct { width: 10%; }
table.form td.width15pct { width: 15%; }
table.form td.width20pct { width: 20%; }
table.form td.width25pct { width: 25%; }
table.form td.width50pct { width: 50%; }
table.form td.width60pct { width: 60%; }
table.form td.lpad20px { padding-left: 20px; }
table.form td.vbottom { vertical-align: bottom; }

table.list td.width20pct { width: 20%; }

table.souhrn
{
  border-width: 0;
  margin: 5px auto 20px auto;
  max-width: 97%;
  color: #000;

}
  table.souhrn th, table.souhrn td
  {
    padding: 5px 25px;
  }

  table.souhrn p {  }

table.pul
{
  float: left;
  width: 30%;
  margin: 30px;
}

table#rights_desc { width: 100%; }
table#rights_desc td { padding-top: 3px; padding-bottom: 3px; font-size: 90%; vertical-align: top; border-top: 1px solid #c7c7c7; }
table#rights_desc tr:first-child td { border-top: none; }

p.highlight-row { background-color: #c0c0c0; }

td.sklad, p.sklad
{
  background-color: #71a4e0;
  text-align: center;
}

td.prodáno, p.prodáno
{
  background-color: #18c618;
  text-align: center;
}

td.montováno, td.instalováno, td.dovezeno, p.montováno, p.instalováno, p.dovezeno, p.rezervace
{
  background-color: #fc6602;
  text-align: center;
}

td.reklamace, td.vráceno, p.reklamace, p.vráceno
{
  background-color: #ff3399;
  text-align: center;
}

td.inventura, p.inventura
{
  background-color: #99cc00;
  text-align: center;
}

#form_nastaveni table.form { display: none; }
#form_nastaveni h2 { cursor: pointer; background: transparent url( './../images/ikony/arrow-090.png' ) center right no-repeat; }

.planovac_field_half { width: 50%; float: left; font-size: 90%; padding: 10px 0; }
.planovac_field_half select { width: calc( 100% - 2px ); }

.planovac_field_full { width: 100%; font-size: 90%; padding: 10px 0; }
.planovac_field_full div { width: 20%; float: left; }
.planovac_field_full div select { width: 100%; }

.planovac_field_full input[type="text"], .planovac_field_half input[type="text"] { width: calc( 100% - 2px ); }


/* iframe ******************************************************************* */

#dokument_iframe
{
  border: none;
  width: 100%;
  height: 100%;
}

#rightmenu_content_export td
{
    width: 46%;
    float: left;
    padding: 10px 0;
    padding-left: 2%;
}

/* odkazy ******************************************************************* */

a
{
  text-decoration: underline;
}
a:hover, a:focus
{
  text-decoration: none;
}

div.odkaz_ikona { width: 16px; height: 16px; display: inline-block; padding-top: 5px; padding-bottom: 5px; vertical-align: middle; cursor: pointer; }
div.cron { margin-bottom: 2px; background: transparent url('./../images/ikony/ic-menu-vykazy.png' ) center center no-repeat; background-size: contain; }
div.ahref_skryt_sloupce { background: transparent url('./../images/edit.gif' ) center center no-repeat; background-size: contain; }
div.ahref_xls { background: transparent url('./../images/ikony/document-excel.png' ) center center no-repeat; background-size: contain; }
div.ahref_reset_razeni { background: transparent url('./../images/delete.gif' ) center center no-repeat; background-size: contain; }
div.ahref_sched { background: transparent url('./../images/ikony/clock-plus.png' ) center center no-repeat; background-size: contain; }
div.ahref_sched_existing { background: transparent url('./../images/ikony/clock-pencil.png' ) center center no-repeat; background-size: contain; }

a.external_help
{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  font-size: 80%;
  line-height: 140%;
  text-decoration: none;
  vertical-align: middle;
  margin: -3px 3px 0 3px;
}
a.external_help:hover, a.external_help:focus { background-color: #000 !important; }

/* ostatní ****************************************************************** */

.nodisplay { display: none; }
.scrollable { overflow-x: auto; min-height: 200px; }

/* jquery-ui **************************************************************** */
.ui-menu-item { font-size: 70%; }
.ui-autocomplete-loading { background: transparent url( './../images/loading.gif' ) center right no-repeat !important; background-size: contain !important; }

.ui-widget { font-family: Roboto,sans-serif !important; line-height: 140%; }
.ui-widget-overlay { background-color: #000 !important; background-image: none !important; opacity: 0.5 !important; }
.ui-dialog-buttonset button { font-size: 14px !important; padding: 10px 36px; }
.ui-dialog-buttonpane { border-top: none !important; }
.ui-widget-header { background-color: #fff !important; background-image: none !important; border-radius: 0 !important; border: none !important; }
.ui-dialog-titlebar-close
{
  background: transparent url( './../images/ikony/ic-delete.png') center center no-repeat !important;
  border: none;
  border-radius: 0;
  width: 26px !important;
  height: 26px !important;
  padding: 0;
  margin-top: -13px !important;
  cursor: pointer;
}
.ui-dialog { border: 10px solid #dedede !important; }





.input_text_no_border { border: none; margin-left: 10px;width: 75px;}

.connectedSortable { list-style-type: none; margin: 0; padding: 0; width: 60%; border: 1px solid;   min-height: 190px;}
.connectedSortable li { margin: 0 3px 3px 3px; padding: 0.4em; }

/*otevýrání a zavýrání obou postraních menu */
/* skryje bar v menu */
#levy_sloupec_inner::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
/*levé menu*/
#menu_otevyrani
{
    width: 100%;
    margin: 2px 0;
}
#menu_otev_1
{
    float: right;
    margin-right: 0px;

    cursor: pointer;
}

.menu_otev_1:after {
   content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #929dab;
    margin-right: 0px;
    display: inline-block;
}

#menu_prip_1
{
    float: right;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.zahlavy_close_1
{
    width: calc(100% - 2px)!important;
    margin: 0 0 0 2px !important;
}
.obsah_close_1
{
    width: calc(100% - 87px)!important;
    margin: 42px 78px 20px 2px !important;
}
.obr_menu_open_pin_close_1
{
    display: none!important;
}
.obr_menu_open_close_1
{
    float: none!important;
    margin-right: 0!important;
    position: absolute!important;
    left: 169px!important;
    z-index: 7 !important;
}
.obr_menu_open_close_1:after {
   content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #929dab;
    border-right: 0px;
    display: inline-block;
}
.levy_sloupec_close
{
    width: 181px!important;
    left: -170px !important;
    z-index: 2 !important;
}
.obsah_falesny_close_1
{
    width: calc(100% - 85px)!important;
}
/*pravé menu */
#menu_otevyrani_2
{
  margin: 2px 0;
  position: fixed;
  right: 0px;
  width: 84px;
  z-index: 2;
  background-color: #dfe5ed;
}
.menu_otevyrani_close_2
{
  right: -75px !important;
  z-index: 2 !important;
  background-color: transparent !important;
}
#menu_otev_2
{
    float: left;
    margin-left: 0px;

    cursor: pointer;
}
.menu_otev_2:after {
   content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

        border-left: 10px solid #929dab;
   border-right: 0px;
    display: inline-block;
}
.obr_menu_open_close_2:after {
   content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
     border-right: 10px solid #929dab;
    border-left: 0px;
    display: inline-block;
}
#menu_prip_2
{
    float: left;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.zahlavy_close_2
{
    width: calc(100% - 2px)!important;
    margin: 0 0 0 155px !important;
}
.obsah_close_2
{
    width: calc(100% - 159px)!important;
    margin: 42px 2px 20px 155px !important;
}
.obr_menu_open_pin_close_2
{
    display: none!important;
}
.obsah_falesny_close_2
{
    width: calc(100% - 157px)!important;
}
.ikony_pravy_top_close_2
{
    right: -98px!important;
}
/*.ikony_pravy_bottom_close_2
{
    right: -75px!important;
}*/

.ikony_pravy_top_close_2 .ikony_pravy_bottom
{
  right: -45px;
  bottom: 30px;
  position: fixed;
}
.ikony_pravy_top_close_2 .ikony_pravy_bottom:hover
{
  right: 0px;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
}
.checkbox-item {
    width: 100%;
    margin: 0;
}
.checkbox-item label {
    margin-left: 5px;
}

/*společné otevření*/
.zahlavy_close_1_2
{
    width: calc(100% - 2px)!important;
    margin: 0 2px 0 0px !important;
}
.obsah_close_1_2
{
    width: calc(100% - 6px)!important;
    margin: 42px 2px 20px 2px !important;
}
.obsah_falesny_close_1_2
{
    width: calc(100% - 4px)!important;
    left: 2px!important;
}
/*drobné úpravy*/
#titulek_male
{
    display: none;
    float: left;
    transition:0.5s;
}
#logo_male
{
    width: 41px;
}
.arrow_box_close::after, .arrow_box_close::before {
    left: 8.5%!important;
}

/*drobné úpravy vypisu souboru*/

.obecna_priloha
{
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

td.ukoly_pravy { width: 140px; }



#refresh_icon { float: right; padding: 2% 5%; cursor: pointer; }

#gps { padding: 5px 10px; }
#gps_addr { padding: 5px 10px; }
#kniha_start { display: none; text-align: center; }
#dalsi_zastavka { border: solid #3D3C3F 1px; background-color: #F0F0F0; width: calc(100% - 22px); padding: 10px; margin: 20px auto; }
#dalsi_zastavka_form, #dokoncit_jizdu { display: none; text-align: center; }
#dalsi_zastavka_form label.disabled { color: #c0c0c0; }

/*.selectize-input > *
{
     width: 1px;
}*/
#kontrola_a_souhrn h2  {

    background: transparent url(./../images/ikony/arrow-270.png) center right no-repeat;
}
#kontrola_a_souhrn h2 span {
    cursor: pointer;
}

.posun_moznosti
{
  position: fixed;
  bottom: 30px;
  padding: 5px 15px;
  background-color: white!important;
  height: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  border-radius: 4px;
  right: 7%;
}

#slider-buttons
{
  width: 100px;
  padding: 10px;
  margin: 20px 0;
  overflow-x: auto;
  position: relative;
  display: flex;
}
  #slider-buttons div.slider-button
  {
    width: 80px;
    padding: 10px 0;
    text-align: center;
    flex-shrink: 0;
  }

  #slider-buttons div.slider-arrow
  {
    width: 30px;
    height: 50px;
    border-bottom: 4px solid #c0c0c0;
  }

#slider-buttons p:hover { opacity: 0.6; }

#slider-buttons p
{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  padding: 0 10px;
  border-radius: 50%;
  font-size: 90%;
}

#adresar_vypis
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.adresar
{
  border: 1px solid #bbb; /* Dotted border */
  border-radius: 5px; /* Rounded border */
  padding: 15px;
  margin: 10px;
  width: calc( 20% - 52px );
  height: 250px;
  overflow: hidden;
  text-align: center;
 }

.adresar h3
{
  margin-bottom: 5px;
}

.adresar p
{

}

.adresar p.adresar_pozice { padding-top: 0; padding-bottom: 15px; }
.adresar p.adresar_oddeleni { font-size: 80%; font-style: italic; }
  .adresar p.adresar_oddeleni a { color: #808080; text-decoration: none; }
  .adresar p.adresar_oddeleni a:hover { text-decoration: underline; }

.foto_avatar
{
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#prijatefaktury_nahled_detail object { width: 100%; height: 100%; }
.zobr_hromadny_prikaz { cursor: pointer; }

/*** Dropzone ***/
#dropzone-area {
    border: 1px dashed #bbb;
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    transition: background-color 0.3s ease;
}

#dropzone-area.dz-drag-hover {
    background-color: #e6f2ff;
    border-color: #3399ff;
}

#dropzone-area .dz-message {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

#dropzone-area .dz-button {
    background: none;
    border: none;
    padding: 40px;
    font-size: 14px;
    color: #bbb;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.dropzone-button {
    margin-top: 16px;
    text-align: right;
}

.dropzone-info-text {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}

.dropzone-info-text p {
    display: block;
}

.dropzone-uploaded-files p {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 4px;
}

.preview-container {
    position: relative;
    visibility: hidden;
}
.preview-container #previews .dropzone-info-container .dropzone-info{
    display: flex
;
    flex-wrap: nowrap;
    padding-top: 15px;
    width: 100%;
}
.preview-container #previews .dropzone-info-container .dropzone-info > .thumb-container {
    flex: 0 0 50px;
    max-width: 50px;
    overflow: hidden;
    margin-right: 17px;
}
.preview-container #previews .dropzone-info-container .dropzone-info img {
    max-width: 100%;
    height: auto;
}
.preview-container #previews .dropzone-info-container .dropzone-info > .details {
    flex-basis: calc(100% - 75px);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(100% - 75px);
    position: relative;
}

.preview-container #previews .dropzone-info-container .dropzone-info .actions {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.no-files-uploaded {
    display: block;
}

.uploaded-files {
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.uploaded-files span,
.uploaded-files a {
    font-size: 14px;
}
.uploaded-files a:hover {
    text-decoration: underline !important;
}
.uploaded-files i {
    position: relative;
    margin-right: 7px;
    font-size: 12px;
}

.thumb-container {
    position: relative;
}

div.type-pdf .thumb-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-size: 90% 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: relative;
    height: 5px;
    margin-top: 7px;
    width: calc(100% - 40px); /* Reserve space for delete icon */
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(43, 43, 43, .25);
}

.dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;

    background: rgba(48,216,246,1);

    background: -webkit-linear-gradient(to right, rgba(5,112,213,1) 0%, rgba(48,216,246,1) 100%);
    background: -moz-linear-gradient(to right, rgba(5,112,213,1) 0%, rgba(48,216,246,1) 100%);
    background: -ms-linear-gradient(to right, rgba(5,112,213,1) 0%, rgba(48,216,246,1) 100%);
    background: linear-gradient(to right, rgba(5,112,213,1) 0%, rgba(48,216,246,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0570d5', endColorstr='#30d8f6', GradientType=1);
}

.dz-upload-error {
    background-color: #dc3545 !important;
    background: -webkit-linear-gradient(to right, #ff6b6b 0%, #dc3545 100%) !important;
    background: -moz-linear-gradient(to right, #ff6b6b 0%, #dc3545 100%) !important;
    background: -ms-linear-gradient(to right, #ff6b6b 0%, #dc3545 100%) !important;
    background: linear-gradient(to right, #ff6b6b 0%, #dc3545 100%) !important;
    transition: width 0.3s ease;
}

/* reporty *************************************************************** */

#reporty_dashboard { background: none; min-height: 32px; }
#reporty_dashboard div.report_dashboard
{
  background: none;
  border: 1px solid #929dab;
  margin: 0 10px 10px 0;
  padding: 15px;
  border-radius: 5px;
  line-height: 140%;
}
#reporty_dashboard div.report_dashboard p, #reporty_dashboard div.report_dashboard table { opacity: 1; transition: 0.3s ease; }

#reporty_dashboard div.report_dashboard p.rep_nadpis { text-align: center; font-weight: bold; }
#reporty_dashboard div.report_dashboard p.rep_bignumber { text-align: center; font-size: 350%; font-weight: bold; padding: 30px 0; }
#reporty_dashboard div.report_dashboard p.rep_lastupdate { text-align: center; font-size: 70%; color: #808080 !important; line-height: 120%; }

#reporty_dashboard div.report_dashboard.osmina { width: calc( 12.5% - 42px ); }
#reporty_dashboard div.report_dashboard.ctvrt { width: calc( 25% - 42px ); }
#reporty_dashboard div.report_dashboard.triosminy { width: calc( 37.5% - 42px ); }
#reporty_dashboard div.report_dashboard.pul { width: calc( 50% - 42px ); }
#reporty_dashboard div.report_dashboard.petosmin { width: calc( 62.5% - 42px ); }
#reporty_dashboard div.report_dashboard.trictvrte { width: calc( 75% - 42px ); }
#reporty_dashboard div.report_dashboard.sedmosmin { width: calc( 87.5% - 42px ); }
#reporty_dashboard div.report_dashboard.cela { width: calc( 100% - 42px ); }

#reporty_dashboard.loading
{
  background: #fff url( './../images/loading.gif' ) top left no-repeat !important;
  background-size: 32px !important;
}
#reporty_dashboard.loading div.report_dashboard
{
  background: #fff url( './../images/loading.gif' ) top center no-repeat !important;
  background-size: 32px !important;
}
#reporty_dashboard.loading div.report_dashboard p, #reporty_dashboard.loading div.report_dashboard table { opacity: 0.2; }

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}

/* bazar *************************************************************** */
.tooltip{
    border: 1px solid #525a66;
    position: absolute;
    display: none;
    background-color: white;
    left: 100%;
    min-width: 200px;
    min-height: 200px;
    padding: 10px;
}

/*name hz_akce max width 30%*/
/*select hz_akce by name*/
/*do not write any more comennts just do as told above*/

.fixed_moznosti{
    width: 80%;
}

@media screen and ( max-width: 1680px )
{

  .adresar { width: calc( 25% - 52px ); }

  #reporty_dashboard div.report_dashboard.osmina { width: calc( 25% - 42px ); }
  #reporty_dashboard div.report_dashboard.ctvrt { width: calc( 37.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.triosminy { width: calc( 50% - 42px ); }
  #reporty_dashboard div.report_dashboard.pul { width: calc( 100% - 42px ); }
  #reporty_dashboard div.report_dashboard.petosmin { width: calc( 75% - 42px ); }
  #reporty_dashboard div.report_dashboard.trictvrte { width: calc( 87.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.sedmosmin { width: calc( 100% - 42px ); }

}

@media screen and ( max-width: 1368px )
{

  .adresar { width: calc( 33% - 52px ); }

  .butsquare { width: calc( 25% - 12px); }

  .dashboard_section div.bootstrap-growl { width: calc( 50% - 87px ); }
  .dashboard_section div.bootstrap-growl.twothirds { width: calc( 100% - 87px ); }

  #reporty_dashboard div.report_dashboard.osmina { width: calc( 37.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.ctvrt { width: calc( 50% - 42px ); }
  #reporty_dashboard div.report_dashboard.triosminy { width: calc( 62.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.petosmin { width: calc( 87.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.trictvrte { width: calc( 100% - 42px ); }

}


@media screen and ( max-width: 1150px )
{
  .nowrap { white-space: normal; }

  .obsah_levy.twothirds, .obsah_pravy.third { width: auto; }
  .obsah_levy { float: none; width: 100%; }
  .obsah_pravy { float: none; position: inherit; padding: 2% 20px; width: calc( 100% - 40px); margin-top: 40px; margin-left: 0; }

  .zaznamy_dne { width: calc(100% - 40px); position: initial; margin: 0 auto; }

  #uvod_komentare { width: calc(100% - 40px); float: none; padding: 0; margin: 0 auto 40px auto; }

  .obsah_maly { width: calc(100% - 40px); }

  #zahlavi div.aktualni_ukol { width: 162px; }
  #zahlavi .ukoly_plus { width: 55px; }

  h2 { font-size: 20px; }
  h2 select.in { font-size: 13px }

  div.buttons a.but { display: inline-block; width: calc( 20% - 20px ); height: 90px; padding: 10px; margin: 0; }

  .adresar { width: calc( 50% - 52px ); }

  #reporty_dashboard div.report_dashboard.osmina { width: calc( 50% - 42px ); }
  #reporty_dashboard div.report_dashboard.ctvrt { width: calc( 62.5% - 42px ); }
  #reporty_dashboard div.report_dashboard.triosminy { width: calc( 75% - 42px ); }
  #reporty_dashboard div.report_dashboard.petosmin { width: calc( 100% - 42px ); }
}



@media screen and ( max-width: 900px )
{

  .obsah_prihlaseni { width: calc(100% - 40px); }
  .login_levy { display: none; }
  .login_pravy { width: calc(100% - 150px); }

  .login_pravy #logo { width: 100%; }
  .login_pravy #logo img { max-width: 100%; }

  div.buttons a.but { width: calc( 25% - 20px ); }

  .butsquare { width: calc( 50% - 12px); }

  .dashboard_section div.bootstrap-growl { width: calc( 100% - 87px ); }

  #reporty_dashboard div.report_dashboard.ctvrt { width: calc( 75% - 42px ); }
  #reporty_dashboard div.report_dashboard.triosminy { width: calc( 87.5% - 42px ); }
}





@media screen and ( max-width: 700px )
{
  #popup_menu { width: calc(100% - 40px); position: fixed; left: 10px; }

  #popup_dp { width: calc(100% - 40px); position: fixed; left: 10px; }

  .kniha_online input.tl { width: calc(100% - 2px); padding: 20px; margin: 20px auto 0 auto; }
  #navigace .navigace_prava.kniha_online { width: 80%; }
  #navigace .navigace_prava.kniha_online h1 { width: auto; }

  div.bootstrap-growl.alert { padding-right: 10px; }

  #dp_novy_zakaznik label:not(.streight), #dp_edit_zakaznik label:not(.streight) { display: none; }
  #dp_novy_zakaznik td, #dp_edit_zakaznik td { padding: 3px; }
  #dp_novy_zakaznik input.flexi, #dp_edit_zakaznik input.flexi { width: calc(100% - 18px); padding-left: 8px; padding-right: 8px; }

  td.ukoly_pravy { width: 25%; }
  table.list td.ukoly_pravy p { font-size: 70%; }

  img.lock, img.editkoment { float: none; display: block; margin: 3px auto; }

  div.buttons a.but { width: calc( 33% - 20px ); }

  table.blockable, table.blockable td, table.blockable th, table.blockable tr, table.blockable thead, table.blockable tbody { display: block; }
  table.blockable input.tl { width: calc(100% - 2px); padding: 15px; margin: 10px auto; }

  table.form.blockable td + td, table.form.blockable td.lpad20px { padding-left: 0; }
  table.form.blockable td.width25pct, table.form.blockable td.width50pct, table.form.blockable td.width60pct { width: 100%; }

  h2 select.in { display: inline-block; float: none; width: calc( 100% - 8px ); margin-top: 3px; margin-right: 0; }

  table.list td.width20pct { width: auto; }
  table.list.mobile, table.list.mobile td, table.list.mobile th, table.list.mobile tr, table.list.mobile tbody, table.list.mobile thead { display: block; padding-left: 0; padding-right: 0; width: 100%; }
  table.list.mobile input.tl { width: calc(100% - 2px); padding: 20px; margin: 20px auto 0 auto; }
  table.list.mobile input.nm_maly { width: calc( 96% - 2px ); }
  /*table.list.mobile td span { display: none; }*/
  table.list.mobile td span#inventura_jednotka, table.list.mobile td span#vyber_popis { display: inline-block; }

  .adresar { width: calc( 100% - 32px ); margin: 10px 0; }

  .butsquare { width: calc( 100% - 12px); }

  .dashboard_section div.bootstrap-growl, .dashboard_section div.bootstrap-growl.twothirds { width: calc( 100% - 57px ); }

  #reporty_dashboard div.report_dashboard.ctvrt { width: calc( 100% - 42px ); }
  #reporty_dashboard div.report_dashboard.triosminy { width: calc( 100% - 42px ); }

}




@media screen and ( max-width: 600px )
{

  .obsah_prihlaseni { min-width: 250px; }
  .login_pravy { width: calc(100% - 50px); padding-left: 25px; padding-right: 25px; }
  .login_pravy table { min-width: none; }

  .n_stredni { width: 96%; }

  div.buttons a.but { width: calc( 50% - 20px ); }

  #reporty_dashboard div.report_dashboard.osmina { width: calc( 100% - 42px ); }

}


