/**
 * OFFICE
 * print.css
 * Soubor s CSS styly pro tisk
 *
 * @package zaklad
 *
 * @author Josef Šmíd <josef@skit.cz>
 * @copyright (c) 2007-2020 Josef Šmíd
 * @version 2.5.6
 */

@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: #fff;
  color: #404040;
  margin: 0;
  padding: 0;
  font-family: Roboto,sans-serif;
  font-size: 90%;
}

#hlavni
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

#pravy_sloupec{
  visibility: hidden; display: none;
}

#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;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 0;
    /*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;
  }
  #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 .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: 10px 10px 12px; display: block; width: 150px; }
  #menu li span {
    border: 1px solid #bdc1c8;
    border-radius: 100%;
    padding: 4px 8px;
    background: #fff;
    position: absolute;
    top: 0px; right: 0;
    margin-right: 20px;
    margin-top: 6px;
    -moz-box-shadow: 0px 0px 2px #bdc1c8;
    -webkit-box-shadow: 0px 0px 2px #bdc1c8;
    box-shadow: 0px 0px 2px #bdc1c8;
  }
  #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
  {
    color: #fff;
  }
  #menu img { float: left; position: relative; top: -4px; margin-right: 15px; }

#obsah_falesny{
  float: left;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #fff;
  border-bottom: none;
  width: calc(100% - 2px);
  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 #fff;
  border-top: none;
  width: calc(100% - 2px);
  /*min-height: 575px;*/
  padding: 0px 0 15px;
  margin: 6px 0;
  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: 47%;
  position: relative;
  right: -1%;
  padding: 0 2% 50px 1%;
}
.obsah_levy.full
{
  float: none; width: 100%;
}
/*.obsah_levy.twothirds { width: 65%; }
.obsah_pravy.third { width: 32%; }*/

.obsah_levy.twothirds, .obsah_pravy.third { width: auto; }
.obsah_levy { float: none; width: 100%; }
.obsah_pravy { float: none; position: inherit; padding: 2%; width: 96%; margin-top: 40px; }

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: 375px;
    max-height: 82px;
}
.login_pravy .nadpis{
    padding: 35px 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 { font-size: 90%; text-align: center; }

#uvod_komentare
{
  width: 33%;
  float: right;
  padding-right: 0;
  margin-top: 50px;
}
#uvod_komentare .ic_komentare { background-position: 0px center; }
#uvod_komentare h2 { padding-left: 40px; }

#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: 100%; }
.obsah_maly { width: calc(66% - 20px); }

.obsah_velky.dashboard { padding-top: 24px; }

#uvod_ostatni
{
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.uvodni_box{
    border-bottom: 1px solid #dce2e9;
}
.uvodni_box h2{
    padding: 0;
    padding-left: 50px;
    margin: 20px 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; }

.zaznamy_dne
{
  width: 33%;
  position: absolute;
  right: 0;
}

#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; }


/* 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 { padding: 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.uvod { margin: 0 0px 5px 0px; }

div.bootstrap-growl .levy { float: left; }
div.bootstrap-growl .pravy { float: right; }


/* 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 { text-align: center; }
p.pravy, td.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; }

span#vyber_popis { font-size: 80%; }
span#vyber_popis.ok { color: green; }
span#vyber_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 5px 5px;
  border-bottom: 1px solid #dce2e9;
  padding: 4px 0 5px 30px;
  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{
  visibility: hidden; display: none;
}

.ikony_pravy_bottom{
    visibility: hidden; display: none;
}

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;
}

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.editkoment { width: 16px; height: auto; vertical-align: middle; margin-left: 3px; cursor: pointer; visibility: hidden; }
table.list tr:hover td img.editkoment { visibility: visible; }

/* 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 { 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 ); }

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; }

.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:hover, input.tl: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; }

input.in, textarea, select.in
{
  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;
}

table.list tr.filtr td { text-align: center; }
table.list tr.filtr input.in { border-radius: 3px; padding: 6px; }
table.list tr.filtr select.in { border-radius: 3px; padding: 5px 6px; }
table.list tr.filtr input.in.flexi, table.list tr.filtr select.in.flexi { width: 94%; }
table.list tr.filtr label { font-size: 90%; }

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;
  }

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 { 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.podrobnosti { color: #000; margin-bottom: 30px; }
table.podrobnosti td, .obsah_levy table td  { padding-bottom: 0; }

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;
  }
  table.list th
  {
    background-color: #dfe5ed;
  }
  table.list tr.z: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.ukol td, table.list.ukol th { word-wrap: break-word; }

  table.list tr.highlight_s { background-color: #F4F390; }
  table.list tr.soucty td
  {
    border-top: solid black 1px;
    padding-top: 10px;
  }
  table.list tr.soucty:hover { background: none; }
  table.list th a
  {
    color: #000;
    text-decoration: none;
  }
  table.list th a:hover
  {
    text-decoration: underline;
  }
  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#fix thead.fixed { position: fixed; top: 40px; z-index: 100; }
  table.list tr.filtr td  { background: #dfe5ed; }
  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: 7px 4px; }

  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 { 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 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; }

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 p { padding-bottom: 5px; }

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;
}

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_full { width: 100%; font-size: 90%; padding: 10px 0; }
.planovac_field_full div { width: 20%; float: left; }
.planovac_field_full div select { width: 100%; }


/* iframe ******************************************************************* */

#dokument_iframe
{
  border: none;
  width: 100%;
  height: 100%;
}

/* odkazy ******************************************************************* */

a
{
  text-decoration: underline;
}
a:hover, a:focus
{
  text-decoration: none;
}

div.odkaz_ikona { width: 16px; height: 16px; display: inline-block; 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: cover; }
div.ahref_skryt_sloupce { background: transparent url('./../images/edit.gif' ) center center no-repeat; background-size: cover; }
div.ahref_xls { background: transparent url('./../images/ikony/document-excel.png' ) center center no-repeat; background-size: cover; }
div.ahref_reset_razeni { background: transparent url('./../images/delete.gif' ) center center no-repeat; background-size: cover; }
div.ahref_sched { background: transparent url('./../images/ikony/clock-plus.png' ) center center no-repeat; background-size: cover; }
div.ahref_sched_existing { background: transparent url('./../images/ikony/clock-pencil.png' ) center center no-repeat; background-size: cover; }

/* ostatní ****************************************************************** */

.noprint { visibility: hidden; display: none; }
.nodisplay { display: none; }
.scrollable { /*overflow-x: auto;*/ }

/* 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; }


/*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 produktů*/
.soubory_produkt
{
    width: 100%;
}
.soubory_produkt tr
{
    background-color: #dedede!important;
}
.soubory_produkt td
{
    background-color: #dedede;
    display: inline-block;
    width: 18%;
}
.soubory_produkt img
{
    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; }