html,
body {
  width: 100%;
  height: 100%;
}
article {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
main {
  flex-grow: 1;
}
body {
  font-family: "Trebuchet MS", Helvetica, Roboto, sans-serif;
  color: #000;
  line-height: 1;
  width: 100%;
}
header {
  padding: 0px;
  background-color: #87bc24;
  color: #1e411e;
  border-bottom: 1px solid #1e411e;
}
header a {
  color: #1e411e;
  color: #ffffff;
}
header a:visited {
  color: #1e411e;
  color: #ffffff;
}
footer {
  padding: 0px;
  position: relative;
  background-color: #ffffff;
  border-top: none;
  color: #ffffff;
}
footer a {
  color: #1e411e;
  color: #ffffff;
}
footer a:visited {
  color: #1e411e;
  color: #ffffff;
}
footer .bgimage {
  padding-bottom: 12vw;
  background: right bottom / 110% auto no-repeat;
  background-image: url(../image/pozadi.png);
  padding: 40px 0 calc(29vw + 40px);
  background-size: calc(122% - ((100vw - 1480px) / 2)) auto;
  background-position: right bottom;
}
footer .footferlogo img {
  height: 25px;
}
footer .footferlogo.right {
  display: block;
  float: right;
}
footer .footerinfo {
  background: linear-gradient(100deg, #337d33 0%, #75b72a calc(110% - ((100vw - 1480px) / 2))), linear-gradient(270deg, #92AC5E 0%, #50762a 100%);
  padding: 20px 0;
}
.btn-block {
  width: 100%;
}
.btn-default {
  background: #f5f5f5;
}
.btn-primary {
  color: #ffffff;
  background-color: #1e411e;
  border-color: #1e411e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #87bc24;
  border-color: #87bc24;
}
.btn-primary:active {
  background-color: #1e411e;
  border-color: #1e411e;
}
.nobr {
  display: inline-block;
}
.center {
  margin: auto;
  width: 150px;
  padding: 80px;
}
.right {
  text-align: right;
}
.alert {
  padding: 8px 14px 8px 14px;
}
.container {
  padding: 20px;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.well form {
  padding: 20px;
}
.well h2 {
  color: #ffffff;
  background: #87bc24;
  border: 1px solid #87bc24;
  text-shadow: none;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  height: 139px;
  padding-top: 50px;
  padding-bottom: 39px;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.text-cervena {
  color: #e12126;
}
#qr-reader > div:first-of-type {
  display: none;
}
form .form-group {
  padding: 5px 0;
}
.form-control {
  border-color: #eee;
  border-radius: 50px;
  line-height: 2em;
  padding: 0.375rem 1.5rem;
}
.form-control:focus {
  border-color: #1e411e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #87bc24;
}
label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.odd {
  background-color: #f5f5f5;
}
.product {
  padding: 5px 0px;
}
.block {
  display: block;
}
.text-right {
  text-align: right;
}
.row.product {
  margin-bottom: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.row.product .nazev {
  font-weight: 500;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #dddddd;
  border-color: #dddddd;
}
footer .row.footerinfo {
  margin: 0px;
  padding: 20px 0;
}
