.tableHeader {
  text-transform: uppercase;
  width: 100%;
  padding: 5px;
  padding-left: 105px;
  border-bottom: 1px solid #dbd8d7;
  color: #501907;
  font-weight: bold;
  font-size: 18px;
}
form {
  text-align: left;
  vertical-align: top;
}
form label {
  width: 102px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 3px;
}
form input,
form textarea {
  text-align: left;
  border: 1px solid #96847f;
  background-color: #fcf2e3;
  padding: 2px;
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
}
form input[type="submit"],
form button {
  font-family: "Times New Roman", Times New Roman, serif;
  color: white;
  background-color: #703c21;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 18px;
  border: 1px;
  border: 1px solid #96847f;
}
form input[type="submit"]:hover,
form button:hover {
  color: red;
  background-color: #fcf2e3;
}
form input::placeholder {
  color: red;
}
form textarea {
  width: 220px;
  height: 100px;
  display: inline-block;
}
form label.RegLabel2 {
  vertical-align: top;
}
h1.smallPadding {
  margin-bottom: 0px;
}
label.formInvalidLabel,
label.formInvalidLabel2 {
  color: #ff2031;
  padding: 5px;
  border: 1px solid #ff2031;
  display: inline-block;
  font-family: AlegreyaSans-Bold;
  text-align: left;
  margin-left: 10px;
  width: auto;
  vertical-align: middle;
}
label.formInvalidLabel2 {
  padding: 2px;
  font-size: 10px;
}
div.login {
  display: block;
  clear: both;
  text-align: right;
  width: 100%;
}
a.aButton,
a.aSmallButton {
  font-family: "Times New Roman", Times New Roman, serif;
  color: white;
  background-color: #703c21;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  font-size: 18px;
  border: 1px;
  border: 1px solid #96847f;
  
}
a.aButton:hover,
a.aSmallButton:hover {
  color: red;
  background-color: #fcf2e3;
  border: 1px solid #703c21;
  margin: 0;
}
a.aSmallButton {
  padding: 3px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1px;
  margin-bottom: 0px;
  background-color: #ffffff;
  color: #703c21;
  border: 0;
  border-bottom: 1px solid #703c21;
}
h2 {
  display: block;
  color: #e9a13b;
  font-size: 30px;
}
table.postListSelection {
  border: 1px solid #e9a13b;
  width: 100%;
}
table.postListSelection thead {
  background-color: #ffebd3;
  padding: 6px;
}
table.postListSelection thead tr th {
  background-color: #ffebd3;
  padding: 6px;
}
table.postListSelection td {
  padding: 3px;
  padding-left: 6px;
  border-bottom: 1px solid #dddddd;
}
p.smallIndent {
  margin-left: 14px;
}
table.t01.offerMenu {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.t01.offerMenu td,
table.t01.offerMenu th {
  margin: 2px;
  padding: 2px;
  padding-left: 6px;
}
table.t01.offerMenu thead tr th.name {
  color: #e9a13b;
  border-bottom: 2px solid #e9a13b;
}
table.t01.offerMenu td.pocet,
table.t01.offerMenu td.cena,
table.t01.offerMenu thead tr th.cena,
table.t01.offerMenu thead tr th.pocet {
  width: 10%;
  text-align: right;
  padding-right: 6px;
}
table.t01.offerMenu td.pocet input,
table.t01.offerMenu td.cena input,
table.t01.offerMenu thead tr th.cena input,
table.t01.offerMenu thead tr th.pocet input {
  width: 40px;
  text-align: right;
}
table.t01.offerMenu td.cena,
table.t01.offerMenu thead tr th.cena {
  width: 12%;
}
table.t01.offerMenu td.poznamka input {
  width: 100%;
}
table.t01.offerMenu thead tr th.name span.closed {
  color: #501907;
}
table.t01.offerMenu td.cislo,
table.t01.offerMenu th.cislo {
  width: 1%;
}
.font20 {
  font-size: 20px;
}
table.t01.offerMenu.inactive td,
table.t01.offerMenu.inactive tr,
table.t01.offerMenu.inactive th,
table.t01.offerMenu.inactive thead tr th.name {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
table.t01.offerMenu.inactive input {
  background-color: #dddddd;
  color: #aaaaaa;
}
table.t01.offerMenu.inactive thead tr th.name span {
  color: black;
}
table.postListSelection tr.closed td {
  background-color: #e6fdc7;
}
table.postListSelection tr.cancelled td {
  background-color: #dddddd;
  color: grey;
  text-decoration: line-through;
}
table.postListSelection tr.cancelled td.links {
  text-decoration: none;
}
table.postListSelection tr.cancelled td.links span {
  color: red;
}
table.postListSelection tr.closed td.links span {
  color: green;
}
a.weekselect {
  display: inline-block;
  padding: 8px;
  line-height: 20px;
  border: 1px solid #dbd8d7;
  text-align: center;
  background-color: #fcf2e3;
  width: 120px;
}
a.weekselect.selected {
  background-color: #e9a13b;
  font-weight: bold;
  color: #501907;
}
h3.weekselecth {
  color: #e9a13b;
  margin-left: 10px;
  font-size: 24px;
}
p a.aButton.w200 {
  width: 120px;
  padding: 8px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
label.RegLabel {
  vertical-align: top;
  width: 150px;
  padding-top: 4px;
  margin-right: 5px;
}
/*# sourceMappingURL=main2.css.map */