html
{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana;
  color: #888888;
  background-color: black;
  overflow: hidden;
}
header
{
  margin: 20px;
}
div#popupmenu
{
  text-align: center;
}
div#popupmenu input
{
  display: block;
  margin: 20px;
}
article
{
  height: 100%;
}
section
{
  padding: 0 10px;
}
section h1
{
  margin-bottom: 20px;
  font-size: 14pt;
  text-align: center;
}
section h2
{
  font-size: 13pt;
}
section h3
{
  margin-bottom: 10px;
  font-size: 12pt;
}
section p.menu
{
  margin-top: 20px;
  text-align: center;
}
section div.sloupce
{
  position: relative;
  width: 1060px;
}
section div.sloupce > div
{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section table
{
  width: 100%;
  border-style: none;
  border-collapse: collapse;
}
section table th, section table td
{
  padding: 4px;
  font-size: 10pt;
  background-color: #dddddd;
  border: solid 2px #f9f9f9;
  text-align: left;
}
section div.formular span
{
  display: inline-block;
  width: 100px;
}
section div.formular textarea
{
  display: inline-block;
}
section div.formular input[type="radio"].predsadit
{
  margin-left: -16px;
}
section div.formular table.stravenky td
{
  vertical-align: top;
}
section div.formular table.stravenky td strong
{
  display: block;
  text-align: center;
}
section div.formular table.stravenky td span
{
  display: block;
  width: auto;
  min-width: 250px;
  padding-top: 7px;
  text-align: center;
}
section div.formular table.stravenky td input[type="text"]
{
  width: 50px;
}
section div.sortiment > div
{
  display: inline-block;
  vertical-align: top;
}
section div.sortiment > div ul
{
  padding: 0;
}
section div.sortiment > div ul li
{
  list-style-type: none;
}
section div.sortiment > div ul li a, section div.formular table.stravenky td span a
{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 14px;
  margin: 0 5px;
  padding: 4px 5px;
  font-size: 9pt;
  color: white;
  background-color: #0abcb6;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
section div.sortiment > div ul li a span
{
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 0 0 0 5px;
  background-color: #0abcb6;
}
section div.sortiment > div ul li a.varianta
{
  width: 34px;
  text-align: center;
}
section ul.pridavky
{
  width: 650px;
}
section ul.pridavky li
{
  display: inline-block;
}
section ul.pridavky li a
{
  position: relative;
  display: block;
  width: 130px;
  height: 16px;
  margin: 5px;
  padding: 5px;
  font-size: 10pt;
  color: white;
  background-color: #0abcb6;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
section div.sortiment > div ul li a mark, section ul.pridavky li a mark
{
  display: none;
}
section table#polozky td.iks
{
  text-align: center;
}
section table#polozky td.iks a
{
  padding: 0 3px;
  font-weight: bold;
  text-decoration: none;
}
section div.rozvoz > div
{
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 9pt;
  color: black;
  border: solid 3px #666666;
  border-radius: 5px;
}
section div.rozvoz > div div
{
  position: absolute;
  left: 15px;
  top: 23px;
  width: 20px;
  height: 100%;
  text-align: center;
}
section div.rozvoz > div p
{
  margin: 2px 0;
}
input[type="button"]
{
  width: 150px;
  margin: 0 10px;
  padding: 10px 0;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  background-color: #0abcb6;
  border-style: none;
  border-radius: 5px;
}
div.overlay
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
}
div.popup
{
  position: absolute;
  display: none;
  margin: 0 0;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
div.popup > a > img
{
  position: absolute;
  right: -16px;
  top: -16px;
}
article div#seznam
{
  width: 400px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  float: left;
}
article div#seznam.kuchyne
{
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
article div#seznam > div
{
  position: relative;
  margin-bottom: 10px;
  font-size: 9pt;
  color: black;
  border: solid 3px #666666;
  border-radius: 5px;
}
article div#seznam.vydej > div
{
  min-height: 100px;
}
article div#seznam.kuchyne > div
{
  font-size: 12pt;
}
article div#seznam > div.pripravovano
{
  border-color: #ff0000;
}
article div#seznam > div.pripraveno
{
  border-color: #00ff00;
}
article div#seznam > div p.poznamka
{
  margin: 0 10px 10px 10px;
  font-weight: bold;
}
article div#seznam > div p.casy
{
  margin: 0 10px 10px 10px;
  text-align: center;
}
article div#seznam > div div.info
{
  display: inline-block;
  width: 140px;
  padding: 10px;
  vertical-align: top;
}
article div#seznam.kuchyne > div div.info
{
  width: 520px;
}
article div#seznam > div div.info p
{
  margin: 2px 0;
}
article div#seznam.kuchyne > div div.info p
{
  display: inline-block;
  width: 250px;
}
article div#seznam > div div.polozky
{
  display: inline-block;
  width: 140px;
  padding: 0 10px 10px 10px;
  vertical-align: top;
}
article div#seznam.kuchyne > div div.polozky
{
  width: 600px;
}
article div#seznam.kuchyne > div div.polozky > div
{
  display: inline-block;
  width: 240px;
  vertical-align: top;
}
article div#seznam > div div.polozky h4
{
  margin: 10px 0 2px 0;
  font-size: 9pt;
}
article div#seznam.kuchyne > div div.polozky h4
{
  font-size: 12pt;
  font-weight: normal;
}
article div#seznam > div div.polozky h5
{
  margin: 2px 0;
  font-size: 8pt;
  font-weight: bold;
}
article div#seznam > div div.polozky h6
{
  margin: 2px 0;
  font-size: 8pt;
  font-weight: normal;
}
article div#seznam.kuchyne > div div.polozky h6
{
  font-size: 11pt;
}
article div#seznam > div div.cislo
{
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  width: 40px;
  margin-top: -15px;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
article div#seznam > div > input.nahoru, article div#seznam > div > input.dolu
{
  position: absolute;
  right: -10px;
  width: 40px;
  background-color: #222222;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
article div#seznam > div > input.nahoru
{
  top: 0;
  border-top-left-radius: 0;
}
article div#seznam > div > input.dolu
{
  bottom: 0;
  border-bottom-left-radius: 0;
}
article div#seznam > p.vypln
{
  height: 100px;
}
article div#mapa
{
  height: 100%;
  margin-left: 400px;
  box-sizing: border-box;
}
article div#menu
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 382px;
  height: 65px;
  padding-top: 15px;
  background-color: black;
  text-align: center;
  box-sizing: border-box;
}
article div#menu.kuchyne
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  padding-top: 15px;
  background-color: black;
  text-align: center;
  box-sizing: border-box;
}
