﻿body {
  min-height: 100vh;
  background: url(img/che/bg.jpg);
  background-size: cover;
  background-position: center;
  /*.panel {
        opacity: 0.95;
    }*/
}
@media (orientation: portrait) {
  body {
    background: url(img/che/bg-mob.jpg);
    background-size: cover;
  }
}
body .category-description ul {
  margin: 0 auto;
  width: 300px;
  text-align: left;
}
body .new-widget .area-terms {
  text-align: left;
  font-style: initial;
}
body .logo-text {
  color: white;
  text-shadow: 1px 2px 1px black;
}
body .restaurant-logo-bottom {
  display: inline-block;
  width: 250px !important;
}
body .details-table thead {
  background-color: #52b0b1 !important;
  color: #fff !important;
}
body .panel-default > .panel-heading .title,
body .form-control {
  color: #333 !important;
}
body body .details-table thead {
  background-color: #52b0b1 !important;
  color: #fff !important;
}
body .panel .btn.btn-danger {
  background-color: #52b0b1 !important;
  color: #fff !important;
}
body .panel .btn.btn-danger:hover {
  background: #418f8f !important;
}
body .input-group:hover {
  border: 1px solid #52b0b1;
}
body .input-group:hover > .input-group-addon {
  background-color: #52b0b1;
  color: #fff;
}
body .uib-datepicker-popup.dropdown-menu thead [role='heading'] {
  color: #52b0b1;
}
body .uib-datepicker-popup.dropdown-menu thead button > i {
  color: #52b0b1;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button:hover {
  background-color: rgba(82, 176, 177, 0.85);
  color: #fff !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button:hover > span {
  color: #fff !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button.active {
  background-color: #52b0b1;
  color: #fff !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button.active > span {
  color: #fff !important;
}