/*
    Created on : 4.5.2018, 18:19:12
    Author     : Václav Pavlů - Ewebovky.cz <pavlu@ewebovky.cz>
*/

/*body * {
  cursor: none !important;
}*/

body.page_tag, body.page_admin_login, body.page_app_login {
  background: url('/images/random.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.page_tag form, body.page_app_login form, body.page_admin_login form {
  padding: 50px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
}

body.page_tag form .form-signin-heading, body.page_app_login form .form-signin-heading, body.page_admin_login form .form-signin-heading {
  margin-bottom: 30px;
  font-weight: bold;
  color: #444444;
}

body.page_tag form input, body.page_app_login form input, body.page_admin_login form input {
  border-radius: 0;
  margin: 20px 0;
}

.form-control {
  padding: 5px !important;
  font-size: 20px !important;
  font-weight: bold;
}

.error-block {
  margin: 20px 0;
  color: white;
  text-align: left;
  background-color: #b50000;
}

.btn {
  padding: 20px;
  white-space: normal;
}

.logo-header {
  background: white;
}

.logo-header .logo {
  margin: 0 auto;
  display: block;
}

.hidden {
  display: none !important;
}

.hidden-btn {
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: -50px !important;
}

.logo-hotovky {
  float: left;
}

.logo-brand {
  float: right;
}


.logo {
  padding: 30px;
}

#front-left > .row {
  background-color: #EBEBEB;
  border-right: 1px solid silver;
}

#front-left > .row-second {
  border-bottom: 1px solid silver;
}

.front-days, .front-foods, .week-buttons, .exit-buttons {
  margin: 20px;
}

.front-days .btn, .week-buttons .btn, .exit-buttons .btn {
  width: 100%;
}

.front-foods .btn, .week-buttons .btn, .exit-buttons .btn {
  margin: 15px 0;
}

.front-days .glyphicon {
  font-size: 28px;
  text-align: center;
  display: block
}

.front-days .glyphicon-ok {
  color: green;
}

.front-days .glyphicon-remove {
  color: #d40000;
}

.btn-narrow {
  padding: 5px;
}

.credit {
  background-color: white;
  border: 2px solid #d40000;
  color: #d40000;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 6px;
}

.today-food {
  background-color: silver;
  color: black;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.logout {
  padding: 50px;
  font-size: 40px;
  font-weight: bold;
}

.user-profile {
  margin-bottom: 20px;
  padding: 20px;
  text-align: right;
}

.alergeny {
  text-align: center;
  width: 100%;
  display: block;
}

.row-third {
  background-color: transparent !important;
  border-right: none !important;
}

.order-status {
  margin-bottom: 10px;
  background: white;
  border-radius: 50px;
  padding: 5px;
}

.arrow {
  margin-bottom: 10px;
  background: white;
  border-radius: 50px;
  padding: 5px;
  font-size: 28px;
}

.vydej-msg {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 35px;
}

.msg-ok {
  background-color: green;
}

.msg-error {
  background-color: #d40000;
}

body.page_vydej {
  background: url('/images/random.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page_vydej table {
  font-size: 26px;
}

.vydej-logout {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  background-color: white;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 0 0 35px 0;
  padding: 1px;
  z-index: 10;
}

#vydej_form label {
  display: none;
}

.vydej-container #vydej_form input, .vydej-container #vydej_form button {
  width: 1px;
  height: 1px;
  background: transparent;
  background-color: transparent;
  color: transparent;
  border: none;
  box-shadow: none;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: lightgray;
}

.bottom-info {
  margin-bottom: 20px;
  width: 100%;
}

.credit small {
  animation: blinker 2s linear infinite;
  color: silver;
  font-size: 16px;
}

.credit h4, .credit h5 {
  color: black;
}

@keyframes blinker {
  0% {
    opacity: 1;
    color: red;
  }
}

.infolinka {
  font-size: 20px;
  color: #d40000;
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #d40000;
  margin-bottom: 30px;
  font-weight: bold;
}

.personal-id {
  color: #d40000 !important;
  font-weight: bold;
}

.missing-foods-table {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: black;
  color: white;
  z-index: 1;
  box-shadow: -5px -5px 40px black;
}

.pruhledna {
  background-color: rgba(0,0,0,0.3);
  color: rgba(255,255,255,0.3);
}

.missing-foods-table tr th, .missing-foods-table tr td {
  font-size: 16px;
}

.missing-foods-table tr td span.missing-food-total {
  border-radius: 50px;
  background: white;
  font-size: 20px;
  color: black;
  padding: 4px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.important-msg {
  background-color: green;
  color: white;
  text-align: center;
}

.important-msg-text {
  font-size: 16px;
  padding: 3px;
  display: block;
}

.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: 450px;
  overflow-y: scroll;
}

.front-foods .nav-tabs {
  font-size: 46px;
}

.front-foods .nav-tabs li {
  padding: 0 15px;
  text-align: center;
}

.front-foods .nav-tabs li small {
  font-size: 12px;
  display: block;
}

.front-foods .nav-tabs > li.active > a,
.front-foods .nav-tabs > li.active > a:hover,
.front-foods .nav-tabs > li.active > a:focus {
  color: white;
  background-color: #b50000;
}

.front-foods .nav-tabs > li > a:hover {
  border-bottom: 1px solid #b50000;
}

.front-foods .nav-tabs {
  border-bottom: 1px solid #b50000;
}

.support-ho {
  color: white;
  background-color: #b50000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

.minus-btn, .minus-btn-free {
  background-color: #444444;
  color: white;
}

.plus-btn, .plus-btn-free {
  background-color: #d40000;
  color: white;
}

.ok-btn, .ok-btn-free {
  background-color: darkseagreen;
  color: white;
  visibility: hidden;
}

.ok-btn-active, .ok-btn-free-active {
  background-color: green;
  visibility: visible;
}

.ok-btn a, .ok-btn-free a {
  color: white;
}

.ordered-quantity {
  color: #d40000;
  font-weight: bold;
}

.btn-food {
  margin: 15px !important;
  width: 97%;
}

.btn-spacer {
  margin: 15px -23px;
}

.small-1ks {
  display: block;
  font-size: 9px;
  margin-bottom: -11px;
}

.food-title {
  position: relative;
  top: -5x;
}

a .small-1ks, a .food-title, .btn-food a:hover {
  color: #333;
  text-decoration: none !important;
}

.btn-primary .small-1ks, .btn-primary .food-title {
  color: white;
}

.food-price {
  color: #b50000;
}

.btn-primary .food-price {
  color: #333;
}

.badge--fresh {
  font-size: 9px;
  background-color: green;
  color: white;
  padding: 1px 7px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}


@media (min-width: 992px) {
  .front-days .col-md-2 {
    width: 14.28%;
  }
}