﻿.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.modal-dialog {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.modal-dialog .modal-content {
  border-radius: 0px;
}
.modal-backdrop {
  z-index: -1;
  background-color: transparent;
}
textarea {
  resize: none;
}
.panel-flat {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 0px;
  background-color: white;
  border-radius: 0px;
}
.panel-flat > .panel-heading {
  background-color: transparent;
  border-bottom: none;
}
.panel-flat > .panel-heading .title {
  font-size: 30px;
  font-weight: normal;
  color: #616161;
}
.panel-flat > .panel-footer {
  border-bottom: none;
  border-top: none;
  border-radius: 0px;
}
.panel-dark {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 0px;
  background-color: white;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.35);
}
.panel-dark > .panel-heading {
  background-color: transparent;
  border-bottom: none;
}
.panel-dark > .panel-heading .title {
  font-size: 30px;
  font-weight: normal;
  color: #616161;
}
.panel-dark > .panel-footer {
  border-bottom: none;
  border-top: none;
  border-radius: 0px;
}
.panel-dark > .panel-heading {
  background-color: transparent;
}
.panel-dark > .panel-heading .panel-title {
  color: white;
  font-weight: normal !important;
}
.panel-dark > .panel-footer {
  background-color: rgba(0, 0, 0, 0.35);
}
.btn {
  box-shadow: initial;
  border: none !important;
  border-radius: 0px;
  outline: none !important;
}
.btn.btn-default {
  background-color: #d9d9d9;
}
.btn.btn-default:hover {
  background-color: #bfbfbf;
}
.cell-center {
  text-align: center !important;
}
.form-control {
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: initial;
  border: none;
}
.form-control:focus {
  box-shadow: initial;
}
.datepicker,
select {
  cursor: pointer !important;
}
.datepicker[disabled],
select[disabled] {
  cursor: not-allowed !important;
}
.input-group {
  width: 100%;
}
.input-group .input-group-addon {
  border: none;
  border-radius: 0px;
  width: 50px;
  background-color: transparent;
  border-right: none !important;
}
#RequestOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 999;
  padding-top: calc(100%-80px);
}
body {
  background-color: #f3f3f3;
}
.spinner {
  width: 80px;
  height: 80px;
  margin: 100px auto;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 15% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14%;
    *width: 14%;
  }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14%;
    *width: 14%;
  }
}
.bootstrap-switch {
  outline: none !important;
  border-radius: 0px !important;
}
.bootstrap-switch * {
  border-radius: 0px !important;
}
@font-face {
  font-family: Caviar;
  src: url(silvana-gold/fonts/CaviarDreams.ttf);
}
@font-face {
  font-family: Caviar;
  src: url(silvana-gold/fonts/Caviar_Dreams_Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Caviar;
  src: url(silvana-gold/fonts/CaviarDreams_Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Caviar;
  src: url(silvana-gold/fonts/CaviarDreams_BoldItalic.ttf);
  font-style: italic;
  font-weight: bold;
}
.caviar-fonts {
  font-family: Caviar !important;
  font-weight: bold;
}
body {
  font-family: Caviar !important;
  font-weight: bold;
}
body * {
  font-weight: bold !important;
}
@media (max-width: 420px) {
  body {
    padding: 0px !important;
  }
}
body.force-bg-contain {
  background-size: contain !important;
}
body #RequestOverlay {
  z-index: 1001;
  pointer-events: none !important;
}
.restaurant-logo {
  max-height: 15vh;
  display: block;
  margin: 10px auto;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0);
}
.restaurant-adv1 {
  max-height: 50vh;
  display: block;
  margin: 10px auto;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0);
}
.restaurant-title {
  background-color: white;
  color: #616161;
  padding-left: 17px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), -2px 4px 10px 0px rgba(0, 0, 0, 0.23);
  z-index: 0;
  position: relative;
  top: 2px;
  font-size: 27px;
  padding-top: 5px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .restaurant-title {
    font-size: 19px;
  }
}
@media (max-width: 450px) {
  .restaurant-title {
    width: calc(100% - 20px);
    text-align: center;
    display: block;
    margin: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.panel-default {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  border: 0px;
  background-color: white;
  border-radius: 0px;
  z-index: 1;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border-bottom: none;
}
.panel-default > .panel-heading .title {
  font-size: 30px;
  font-weight: normal !important;
  color: #616161;
}
@media (max-width: 600px) {
  .panel-default > .panel-heading .title {
    font-size: 22px;
    display: block;
    margin-right: 50px;
  }
}
@media (max-width: 420px) {
  .panel-default {
    padding: 0px !important;
  }
}
.input-group {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group:hover {
  border: 1px solid #d9534f;
}
.input-group:hover > .input-group-addon {
  border-color: transparent;
  background-color: #d9534f;
  color: white;
}
.input-group:hover > .form-control {
  border-color: transparent;
}
.input-group > * {
  transition: all ease 0.25s;
}
#UserAcceptsTerms,
#UserConsents,
#AgreeToTerms {
  cursor: pointer;
  transform: scale(1.65);
  margin-top: 20px;
  margin-right: 10px;
}
.uib-datepicker-popup.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0px;
  padding: 15px;
  border: none;
}
.uib-datepicker-popup.dropdown-menu .btn-default {
  background-color: transparent;
}
.uib-datepicker-popup.dropdown-menu * {
  outline: none !important;
}
.uib-datepicker-popup.dropdown-menu thead {
  color: rgba(97, 97, 97, 0.8) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 50px;
}
.uib-datepicker-popup.dropdown-menu thead th {
  padding-bottom: 10px;
}
.uib-datepicker-popup.dropdown-menu thead [role='heading'] {
  color: #d9534f;
  font-size: 18px;
}
.uib-datepicker-popup.dropdown-menu thead button > i {
  color: #d9534f;
}
.uib-datepicker-popup.dropdown-menu .uib-day {
  padding: 5px;
  max-width: 100%;
  /*&:not(.date-limited-av):not(.date-no-av):not(.date-closed):not(:hover) {
            > button {
                background-color: lightgreen;
            }
        }*/
}
.uib-datepicker-popup.dropdown-menu .uib-day > button {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button:hover {
  background-color: rgba(217, 83, 79, 0.5);
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active {
  background-color: #d9534f;
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active .text-info {
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button[disabled] {
  opacity: 0.2;
}
.uib-datepicker-popup.dropdown-menu .uib-day.date-no-av {
  cursor: not-allowed !important;
  opacity: 0.15 !important;
  pointer-events: none !important;
  /*> button {
                background-color: @date-no-av;
            }*/
}
.uib-datepicker-popup.dropdown-menu .uib-day.date-closed {
  cursor: not-allowed !important;
  opacity: 0.15 !important;
  pointer-events: none !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day.date-limited-av {
  /*> button {
                background-color: @date-limited-av;
            }*/
}
@media (max-width: 500px) {
  .uib-datepicker-popup.dropdown-menu {
    position: fixed;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
  }
  .uib-datepicker-popup.dropdown-menu .uib-daypicker {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .uib-datepicker-popup.dropdown-menu * {
    font-size: 11px !important;
  }
  .uib-datepicker-popup.dropdown-menu .uib-day > button {
    height: 30px !important;
    width: 30px !important;
  }
}
@media (max-width: 300px) {
  .uib-datepicker-popup.dropdown-menu * {
    font-size: 9px !important;
  }
  .uib-datepicker-popup.dropdown-menu .uib-day > button {
    height: 20px !important;
    width: 20px !important;
  }
}
.calendar-legend {
  margin-top: 5px;
  font-style: italic;
}
.calendar-legend .av-marker {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  border: 1px solid #ccc;
}
.calendar-legend .date-no-av {
  background-color: #ffb74d;
}
.calendar-legend .date-closed {
  background-color: #ef9a9a;
  pointer-events: none !important;
}
.calendar-legend .date-limited-av {
  background-color: #fff176;
}
.form-control {
  color: #616161;
  min-height: 50px;
  width: 100%;
  font-size: 14px;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.input-group-addon {
  color: #616161;
  width: 50px;
  background-color: transparent;
}
.btn-block {
  min-height: 50px;
  font-size: 18px;
}
div.alert {
  margin-top: 20px;
  border-radius: 0px;
  border: 0px !important;
}
div.alert i {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
div.alert.alert-warning {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #616161;
  background-color: rgba(255, 255, 0, 0.3) !important;
}
.label.label-large {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0px;
  font-size: 18px;
  margin: 5px;
  color: white;
  background-color: #616161;
  padding: 8px;
  display: inline-block;
}
body {
  padding: 10px;
}
body .our-logo {
  width: 100px;
  opacity: 0.5;
}
body .logo-text {
  display: block;
  font-size: 15px;
  text-shadow: 1px 2px 1px #cbcbcb;
  cursor: pointer;
}
body .logo-text:hover {
  text-decoration: underline;
}
body #ReservationForm {
  display: none;
  max-width: 1000px;
  min-height: 250px;
  overflow: hidden;
}
body #ReservationForm .panel {
  height: 100%;
}
@media (max-width: 420px) {
  body #ReservationForm {
    padding: 0px !important;
  }
}
body .row > div {
  padding-top: 10px;
}
body .ihost-logo {
  height: 20px;
}
body .input-group-addon.for-number {
  cursor: pointer;
  opacity: 0.9;
  background-color: transparent;
  border: none;
}
body .input-group-addon.for-number:hover {
  opacity: 1;
}
body .input-group-addon.for-number i.fa {
  font-size: 25px;
  position: relative;
  bottom: 2px;
}
body .uib-datepicker-popup {
  position: fixed;
  top: 5px !important;
}
body textarea {
  resize: none;
}
body .btn-block {
  display: initial;
  max-width: 500px;
}
body h3 {
  margin-top: 5px;
}
body .details-table {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body .details-table thead {
  background-color: #d9534f;
  color: white;
  border: none;
}
body .details-table thead th {
  font-weight: normal;
  font-size: 16px;
}
body .details-table td:first-child {
  width: 150px;
}
@media (max-width: 420px) {
  body .details-table td:first-child {
    width: 80px;
  }
}
@media (max-width: 360px) {
  body .details-table {
    font-size: 11px !important;
  }
}
body option.time-disabled {
  color: red;
  display: none;
}
body #ConfirmationTimer {
  color: red;
}
body .row.reservation-description {
  padding: 10px;
}
.new-widget .vertical-when-new > div {
  display: block;
  width: 100%;
}
.new-widget .slot-btn {
  padding: 5px;
}
.new-widget .slot-btn.matching {
  outline: 2px solid #8BC34A !important;
  outline-offset: 3px;
}
.new-widget .slot-btn .slot-area {
  white-space: normal;
  font-size: 13px;
  opacity: 0.8;
}
.new-widget .slot-btn .discount-icon,
.new-widget .slot-btn .card-icon {
  font-weight: lighter !important;
  opacity: 0.5;
}
.new-widget .area-container {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.new-widget .area-container .area-slots {
  padding: 10px;
}
.new-widget .area-container .area-header {
  background-color: #d9d9d9;
  padding: 10px;
  cursor: pointer;
}
.new-widget .area-container .area-header .area-toggle {
  float: right;
  font-size: 20px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.new-widget .area-container .area-header .area-toggle.for-alt-date {
  top: -13px;
}
.new-widget .area-container .area-header .area-title {
  font-size: 20px;
}
.new-widget .area-container .area-header .area-icon {
  font-size: 20px;
  margin-right: 10px;
  opacity: 0.7;
}
.new-widget .area-container .area-header .area-date {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.new-widget .area-container .area-header .area-date i {
  opacity: 0.7;
}
.new-widget .alt-dates-btn {
  background-color: transparent;
  border: 2px solid #d9534f !important;
  color: #d9534f;
  margin: 40px auto;
  display: block;
}
.new-widget .alt-dates-btn i {
  margin-right: 10px;
}
.new-widget .alt-dates-btn:hover {
  background-color: #e3e1e1;
}
.new-widget .alt-dates-msg {
  margin-top: 0px;
  margin-bottom: 0px;
}
.new-widget .alt-dates-header {
  margin: 20px auto;
  display: block;
  text-align: center;
  font-weight: normal !important;
  font-size: 25px;
}
.new-widget .alt-dates-header * {
  font-weight: normal !important;
}
.new-widget .alt-dates-header i {
  margin-right: 10px;
}
.new-widget .alt-date-container-inner {
  margin-bottom: 30px;
}
.new-widget .alt-date-container-inner .alt-date-header {
  position: relative;
  left: 5px;
  font-size: 22px;
}
.new-widget .area-img {
  max-height: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: block;
}
.new-widget .area-title-top {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .new-widget .area-title-top {
    text-align: left;
  }
}
.new-widget .area-terms {
  margin-top: 30px;
  /*text-align: center;
        font-style: italic;*/
}
.new-widget .area-terms ul {
  text-align: left;
  display: block;
}
.new-widget .area-terms .generic-terms {
  position: relative;
  bottom: 20px;
  text-align: left;
  font-style: normal;
}
.new-widget .category-list-item {
  text-align: center;
  margin-top: 10px;
}
.new-widget .category-list-item .item-icon {
  color: #d9534f;
}
.new-widget .category-description {
  /*text-align: center;*/
}
.new-widget .category-description ul {
  text-align: left;
  display: block;
}
.g-signin2 > div.abcRioButton {
  width: 248px !important;
  height: 40px !important;
  margin: 0 auto;
  box-shadow: initial;
  border-radius: 3px;
}
.g-signin2 div.abcRioButtonContentWrapper {
  background-color: black;
}
.g-signin2 .abcRioButtonContents {
  font-size: 13px !important;
  position: relative;
  right: 15px;
  top: 4px;
  font-weight: bold;
  color: white;
}
.g-signin2 .abcRioButtonIcon {
  top: 3px;
  position: relative;
}
.guest-signin {
  margin: 20px auto;
  display: block;
  background: transparent;
  padding: 5px;
  padding: 10px;
  border: none;
}
.guest-signin:hover {
  text-decoration: underline;
}
.fb-div {
  text-align: center;
  margin-top: 25px;
}
.menu-free-text-info {
  margin-top: 5px;
  font-size: 12px;
}
.menu-free-text-info span {
  margin-left: 5px;
}
.available-menu-entry {
  background-color: #616161;
  color: white;
  padding: 3px;
  border-radius: 5px;
}
.btn-waiting-list-step-2-helper,
.btn-waiting-list-step-2,
.btn-waiting-list-step-1 {
  display: block;
  padding: 15px;
  margin: 10px auto;
  margin-top: 20px;
  max-width: 90%;
  white-space: normal;
  line-height: 25px;
  text-decoration: underline;
}
.btn-waiting-list-step-2-helper:hover,
.btn-waiting-list-step-2:hover,
.btn-waiting-list-step-1:hover {
  text-decoration: underline !important;
}
#ReservationForm.step-search .hidden-step-search {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-search .shown-step-search {
  display: initial !important;
}
#ReservationForm.step-slots .hidden-step-slots {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-slots .shown-step-slots {
  display: initial !important;
}
#ReservationForm.step-area .hidden-step-area {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-area .shown-step-area {
  display: initial !important;
}
#ReservationForm.step-login .hidden-step-login {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-login .shown-step-login {
  display: initial !important;
}
#ReservationForm.step-details .hidden-step-details {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-details .shown-step-details {
  display: initial !important;
}
#ReservationForm.step-after .hidden-step-after {
  display: none !important;
  opacity: 0 !important;
}
#ReservationForm.step-after .shown-step-after {
  display: initial !important;
}
#ReservationForm .gift-card-field .form-control:not(:placeholder-shown) {
  font-weight: bold !important;
  letter-spacing: 3px;
  font-size: 16px;
}
#ReservationForm .gift-card-field .fa {
  padding-left: 15px;
  font-size: 20px;
  color: #F44336;
}
body[data-mode='Edit'][data-rest='107'] .restaurant-logo {
  width: 250px;
  box-shadow: initial !important;
}
body[data-mode='Edit'][data-rest='107'] .panel.panel-default {
  box-shadow: initial;
}
body[data-mode='Edit'][data-rest='107'] .panel.panel-default:before {
  display: block;
  content: "JackieO' Mykonos feelings will follow you forever";
  background-color: #f3f3f3;
  font-size: 20px;
  font-family: serif;
  font-weight: bolder !important;
  text-align: center;
  padding: 10px;
}
body[data-mode='Edit'][data-rest='721'] .col-md-6 .btn-danger {
  display: none;
}
body[data-mode='Edit'][data-rest='551'] .col-md-6 .btn-danger {
  display: none;
}
body[data-mode='Edit'][data-rest='746'] .col-md-6 .btn-danger {
  display: none;
}
body[data-mode='Edit'][data-rest='686'] .col-md-6 .btn-danger {
  display: none;
}
body[data-mode='Edit'][data-rest='348'] .col-md-6 .btn-success,
body[data-mode='Edit'][data-rest='78'] .col-md-6 .btn-success {
  display: none;
}
body[data-mode='Edit'][data-rest='1124'] .restaurant-logo {
  display: none !important;
}
body[data-mode='Edit'][data-rest='1124'] #ReservationForm::before {
  display: block;
  height: 140px;
  background: url('https://www.i-host.gr/content/customers/img/isola/logo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto;
}
body .change-language-group {
  float: right;
  padding: 0;
  position: relative;
  top: 5px;
}
body .change-language-group .btn-default {
  background: transparent;
  border-radius: 5px;
}
body .change-language-group img {
  width: 20px;
  margin-right: 5px;
}
body .change-language-group .dropdown-menu > li > a {
  padding: 15px 15px;
}
body .change-language-group i {
  font-style: initial;
}
body[data-rest='21'] .lang-ger,
body[data-rest='21'] .lang-pol,
body[data-rest='21'] .lang-cro {
  display: initial !important;
}
body[data-rest='1515'] .lang-pol,
body[data-rest='2389'] .lang-pol,
body[data-rest='1287'] .lang-pol {
  display: initial !important;
}
body[data-rest='1515'] .lang-gr,
body[data-rest='2389'] .lang-gr,
body[data-rest='1287'] .lang-gr {
  display: none !important;
}
body[data-rest='1115'] .lang-ger {
  display: initial !important;
}
body[data-rest='1115'] .lang-gr {
  display: none !important;
}
body[data-rest='1435'] .lang-gr,
body[data-rest='1614'] .lang-gr,
body[data-rest='1602'] .lang-gr,
body[data-rest='1434'] .lang-gr,
body[data-rest='1984'] .lang-gr,
body[data-rest='1880'] .lang-gr,
body[data-rest='1982'] .lang-gr,
body[data-rest='1947'] .lang-gr,
body[data-rest='2097'] .lang-gr,
body[data-rest='2016'] .lang-gr,
body[data-rest='2104'] .lang-gr,
body[data-rest='2039'] .lang-gr,
body[data-rest='2111'] .lang-gr,
body[data-rest='2186'] .lang-gr,
body[data-rest='2184'] .lang-gr,
body[data-rest='2190'] .lang-gr,
body[data-rest='1920'] .lang-gr {
  display: none !important;
}
body[data-rest='1763'] .lang-cro,
body[data-rest='1953'] .lang-cro,
body[data-rest='1468'] .lang-cro,
body[data-rest='1471'] .lang-cro,
body[data-rest='1477'] .lang-cro,
body[data-rest='1481'] .lang-cro,
body[data-rest='1482'] .lang-cro,
body[data-rest='1497'] .lang-cro,
body[data-rest='1498'] .lang-cro,
body[data-rest='1507'] .lang-cro,
body[data-rest='1508'] .lang-cro,
body[data-rest='1512'] .lang-cro,
body[data-rest='1460'] .lang-cro,
body[data-rest='1449'] .lang-cro,
body[data-rest='1451'] .lang-cro,
body[data-rest='1450'] .lang-cro,
body[data-rest='1119'] .lang-cro,
body[data-rest='1126'] .lang-cro,
body[data-rest='1127'] .lang-cro,
body[data-rest='1148'] .lang-cro,
body[data-rest='1160'] .lang-cro,
body[data-rest='1161'] .lang-cro,
body[data-rest='1162'] .lang-cro,
body[data-rest='1170'] .lang-cro,
body[data-rest='1197'] .lang-cro,
body[data-rest='1198'] .lang-cro,
body[data-rest='1199'] .lang-cro,
body[data-rest='1209'] .lang-cro,
body[data-rest='1216'] .lang-cro,
body[data-rest='1217'] .lang-cro,
body[data-rest='1243'] .lang-cro,
body[data-rest='1259'] .lang-cro,
body[data-rest='1299'] .lang-cro,
body[data-rest='1334'] .lang-cro,
body[data-rest='1350'] .lang-cro,
body[data-rest='1363'] .lang-cro,
body[data-rest='1372'] .lang-cro,
body[data-rest='1405'] .lang-cro,
body[data-rest='1409'] .lang-cro,
body[data-rest='1410'] .lang-cro,
body[data-rest='1411'] .lang-cro,
body[data-rest='1412'] .lang-cro,
body[data-rest='1413'] .lang-cro,
body[data-rest='1414'] .lang-cro,
body[data-rest='1420'] .lang-cro,
body[data-rest='1437'] .lang-cro,
body[data-rest='1760'] .lang-cro,
body[data-rest='846'] .lang-cro,
body[data-rest='956'] .lang-cro,
body[data-rest='957'] .lang-cro,
body[data-rest='958'] .lang-cro,
body[data-rest='996'] .lang-cro,
body[data-rest='1808'] .lang-cro,
body[data-rest='1809'] .lang-cro,
body[data-rest='1778'] .lang-cro,
body[data-rest='1779'] .lang-cro,
body[data-rest='1775'] .lang-cro,
body[data-rest='1782'] .lang-cro,
body[data-rest='1780'] .lang-cro,
body[data-rest='1772'] .lang-cro,
body[data-rest='1767'] .lang-cro,
body[data-rest='1777'] .lang-cro,
body[data-rest='1758'] .lang-cro,
body[data-rest='1753'] .lang-cro,
body[data-rest='1543'] .lang-cro,
body[data-rest='1584'] .lang-cro,
body[data-rest='1518'] .lang-cro,
body[data-rest='1519'] .lang-cro,
body[data-rest='1522'] .lang-cro,
body[data-rest='1533'] .lang-cro,
body[data-rest='1534'] .lang-cro,
body[data-rest='1539'] .lang-cro,
body[data-rest='1594'] .lang-cro,
body[data-rest='1595'] .lang-cro,
body[data-rest='1618'] .lang-cro,
body[data-rest='1619'] .lang-cro,
body[data-rest='1625'] .lang-cro,
body[data-rest='1626'] .lang-cro,
body[data-rest='1635'] .lang-cro,
body[data-rest='1647'] .lang-cro,
body[data-rest='1837'] .lang-cro,
body[data-rest='1662'] .lang-cro,
body[data-rest='1660'] .lang-cro,
body[data-rest='1697'] .lang-cro,
body[data-rest='1855'] .lang-cro,
body[data-rest='1874'] .lang-cro,
body[data-rest='1725'] .lang-cro,
body[data-rest='1877'] .lang-cro,
body[data-rest='1843'] .lang-cro,
body[data-rest='1942'] .lang-cro,
body[data-rest='1968'] .lang-cro,
body[data-rest='1994'] .lang-cro,
body[data-rest='2001'] .lang-cro,
body[data-rest='2014'] .lang-cro,
body[data-rest='925'] .lang-cro,
body[data-rest='2017'] .lang-cro,
body[data-rest='2020'] .lang-cro,
body[data-rest='2024'] .lang-cro,
body[data-rest='2028'] .lang-cro,
body[data-rest='2027'] .lang-cro,
body[data-rest='1988'] .lang-cro,
body[data-rest='2103'] .lang-cro,
body[data-rest='2087'] .lang-cro,
body[data-rest='2092'] .lang-cro,
body[data-rest='2106'] .lang-cro,
body[data-rest='1754'] .lang-cro,
body[data-rest='2102'] .lang-cro,
body[data-rest='2197'] .lang-cro,
body[data-rest='2226'] .lang-cro,
body[data-rest='2234'] .lang-cro,
body[data-rest='2188'] .lang-cro,
body[data-rest='2229'] .lang-cro,
body[data-rest='2271'] .lang-cro,
body[data-rest='2284'] .lang-cro,
body[data-rest='2249'] .lang-cro,
body[data-rest='2247'] .lang-cro,
body[data-rest='2274'] .lang-cro,
body[data-rest='2365'] .lang-cro,
body[data-rest='2346'] .lang-cro,
body[data-rest='2385'] .lang-cro,
body[data-rest='2381'] .lang-cro,
body[data-rest='2390'] .lang-cro,
body[data-rest='2422'] .lang-cro,
body[data-rest='2411'] .lang-cro,
body[data-rest='2412'] .lang-cro,
body[data-rest='2406'] .lang-cro,
body[data-rest='2426'] .lang-cro,
body[data-rest='2474'] .lang-cro,
body[data-rest='1544'] .lang-cro,
body[data-rest='2476'] .lang-cro,
body[data-rest='2499'] .lang-cro,
body[data-rest='2500'] .lang-cro,
body[data-rest='2507'] .lang-cro,
body[data-rest='2233'] .lang-cro,
body[data-rest='2525'] .lang-cro,
body[data-rest='2528'] .lang-cro,
body[data-rest='2579'] .lang-cro,
body[data-rest='2581'] .lang-cro,
body[data-rest='2561'] .lang-cro,
body[data-rest='2591'] .lang-cro,
body[data-rest='2597'] .lang-cro,
body[data-rest='2592'] .lang-cro,
body[data-rest='2596'] .lang-cro,
body[data-rest='2624'] .lang-cro,
body[data-rest='2595'] .lang-cro,
body[data-rest='2603'] .lang-cro,
body[data-rest='2515'] .lang-cro,
body[data-rest='2606'] .lang-cro,
body[data-rest='2642'] .lang-cro,
body[data-rest='954'] .lang-cro {
  display: initial !important;
}
body[data-rest='1763'] .lang-gr,
body[data-rest='1953'] .lang-gr,
body[data-rest='1468'] .lang-gr,
body[data-rest='1471'] .lang-gr,
body[data-rest='1477'] .lang-gr,
body[data-rest='1481'] .lang-gr,
body[data-rest='1482'] .lang-gr,
body[data-rest='1497'] .lang-gr,
body[data-rest='1498'] .lang-gr,
body[data-rest='1507'] .lang-gr,
body[data-rest='1508'] .lang-gr,
body[data-rest='1512'] .lang-gr,
body[data-rest='1460'] .lang-gr,
body[data-rest='1449'] .lang-gr,
body[data-rest='1451'] .lang-gr,
body[data-rest='1450'] .lang-gr,
body[data-rest='1119'] .lang-gr,
body[data-rest='1126'] .lang-gr,
body[data-rest='1127'] .lang-gr,
body[data-rest='1148'] .lang-gr,
body[data-rest='1160'] .lang-gr,
body[data-rest='1161'] .lang-gr,
body[data-rest='1162'] .lang-gr,
body[data-rest='1170'] .lang-gr,
body[data-rest='1197'] .lang-gr,
body[data-rest='1198'] .lang-gr,
body[data-rest='1199'] .lang-gr,
body[data-rest='1209'] .lang-gr,
body[data-rest='1216'] .lang-gr,
body[data-rest='1217'] .lang-gr,
body[data-rest='1243'] .lang-gr,
body[data-rest='1259'] .lang-gr,
body[data-rest='1299'] .lang-gr,
body[data-rest='1334'] .lang-gr,
body[data-rest='1350'] .lang-gr,
body[data-rest='1363'] .lang-gr,
body[data-rest='1372'] .lang-gr,
body[data-rest='1405'] .lang-gr,
body[data-rest='1409'] .lang-gr,
body[data-rest='1410'] .lang-gr,
body[data-rest='1411'] .lang-gr,
body[data-rest='1412'] .lang-gr,
body[data-rest='1413'] .lang-gr,
body[data-rest='1414'] .lang-gr,
body[data-rest='1420'] .lang-gr,
body[data-rest='1437'] .lang-gr,
body[data-rest='1760'] .lang-gr,
body[data-rest='846'] .lang-gr,
body[data-rest='956'] .lang-gr,
body[data-rest='957'] .lang-gr,
body[data-rest='958'] .lang-gr,
body[data-rest='996'] .lang-gr,
body[data-rest='1808'] .lang-gr,
body[data-rest='1809'] .lang-gr,
body[data-rest='1778'] .lang-gr,
body[data-rest='1779'] .lang-gr,
body[data-rest='1775'] .lang-gr,
body[data-rest='1782'] .lang-gr,
body[data-rest='1780'] .lang-gr,
body[data-rest='1772'] .lang-gr,
body[data-rest='1767'] .lang-gr,
body[data-rest='1777'] .lang-gr,
body[data-rest='1758'] .lang-gr,
body[data-rest='1753'] .lang-gr,
body[data-rest='1543'] .lang-gr,
body[data-rest='1584'] .lang-gr,
body[data-rest='1518'] .lang-gr,
body[data-rest='1519'] .lang-gr,
body[data-rest='1522'] .lang-gr,
body[data-rest='1533'] .lang-gr,
body[data-rest='1534'] .lang-gr,
body[data-rest='1539'] .lang-gr,
body[data-rest='1594'] .lang-gr,
body[data-rest='1595'] .lang-gr,
body[data-rest='1618'] .lang-gr,
body[data-rest='1619'] .lang-gr,
body[data-rest='1625'] .lang-gr,
body[data-rest='1626'] .lang-gr,
body[data-rest='1635'] .lang-gr,
body[data-rest='1647'] .lang-gr,
body[data-rest='1837'] .lang-gr,
body[data-rest='1662'] .lang-gr,
body[data-rest='1660'] .lang-gr,
body[data-rest='1697'] .lang-gr,
body[data-rest='1855'] .lang-gr,
body[data-rest='1874'] .lang-gr,
body[data-rest='1725'] .lang-gr,
body[data-rest='1877'] .lang-gr,
body[data-rest='1843'] .lang-gr,
body[data-rest='1942'] .lang-gr,
body[data-rest='1968'] .lang-gr,
body[data-rest='1994'] .lang-gr,
body[data-rest='2001'] .lang-gr,
body[data-rest='2014'] .lang-gr,
body[data-rest='925'] .lang-gr,
body[data-rest='2017'] .lang-gr,
body[data-rest='2020'] .lang-gr,
body[data-rest='2024'] .lang-gr,
body[data-rest='2028'] .lang-gr,
body[data-rest='2027'] .lang-gr,
body[data-rest='1988'] .lang-gr,
body[data-rest='2103'] .lang-gr,
body[data-rest='2087'] .lang-gr,
body[data-rest='2092'] .lang-gr,
body[data-rest='2106'] .lang-gr,
body[data-rest='1754'] .lang-gr,
body[data-rest='2102'] .lang-gr,
body[data-rest='2197'] .lang-gr,
body[data-rest='2226'] .lang-gr,
body[data-rest='2234'] .lang-gr,
body[data-rest='2188'] .lang-gr,
body[data-rest='2229'] .lang-gr,
body[data-rest='2271'] .lang-gr,
body[data-rest='2284'] .lang-gr,
body[data-rest='2249'] .lang-gr,
body[data-rest='2247'] .lang-gr,
body[data-rest='2274'] .lang-gr,
body[data-rest='2365'] .lang-gr,
body[data-rest='2346'] .lang-gr,
body[data-rest='2385'] .lang-gr,
body[data-rest='2381'] .lang-gr,
body[data-rest='2390'] .lang-gr,
body[data-rest='2422'] .lang-gr,
body[data-rest='2411'] .lang-gr,
body[data-rest='2412'] .lang-gr,
body[data-rest='2406'] .lang-gr,
body[data-rest='2426'] .lang-gr,
body[data-rest='2474'] .lang-gr,
body[data-rest='1544'] .lang-gr,
body[data-rest='2476'] .lang-gr,
body[data-rest='2499'] .lang-gr,
body[data-rest='2500'] .lang-gr,
body[data-rest='2507'] .lang-gr,
body[data-rest='2233'] .lang-gr,
body[data-rest='2525'] .lang-gr,
body[data-rest='2528'] .lang-gr,
body[data-rest='2579'] .lang-gr,
body[data-rest='2581'] .lang-gr,
body[data-rest='2561'] .lang-gr,
body[data-rest='2591'] .lang-gr,
body[data-rest='2597'] .lang-gr,
body[data-rest='2592'] .lang-gr,
body[data-rest='2596'] .lang-gr,
body[data-rest='2624'] .lang-gr,
body[data-rest='2595'] .lang-gr,
body[data-rest='2603'] .lang-gr,
body[data-rest='2515'] .lang-gr,
body[data-rest='2606'] .lang-gr,
body[data-rest='2642'] .lang-gr,
body[data-rest='954'] .lang-gr {
  display: none !important;
}
body[data-rest='1410'] .change-language-group {
  display: none !important;
}
body[data-branch='tajmahal'] .select-restaurant-form .lang-rest-selection {
  display: none !important;
  opacity: 0 !important;
}
body[data-branch='capuciner'] .select-restaurant-form .lang-rest-selection {
  display: none !important;
  opacity: 0 !important;
}
.transport-uber .btn-uber {
  background-color: black;
  color: white;
  margin: 0px auto;
  display: block !important;
  font-size: 17px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.transport-uber .btn-uber:hover {
  background-color: #8d8d8d;
  color: white;
}
.transport-uber .btn-uber:hover .text-prompt {
  text-decoration: underline;
}
.transport-uber .btn-uber .taxi-icon {
  display: inline-block !important;
  margin-right: 10px;
}
.transport-uber .btn-uber .text-prompt {
  white-space: normal;
}
.transport-uber .transport-uber-disclaimer {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 10px;
  font-style: italic;
}
.transport-uber .transport-prompt {
  text-align: center;
  font-weight: bold !important;
  margin-top: 0px;
}
.verification-group {
  width: 250px;
  margin: 0px auto;
  max-width: 100%;
}
.verification-group i.glyphicon {
  right: 13px;
  top: 0 !important;
}
.verification-group > input.verification-input.form-control {
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px !important;
  padding-left: 0px;
  padding-right: 40px;
  font-family: sans-serif;
  font-weight: bold !important;
}
@media (max-width: 350px) {
  .verification-group > input.verification-input.form-control {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
}
.verify-address {
  font-weight: bold !important;
  text-decoration: underline;
}
.e-order-container .emenu-product-img {
  width: 100%;
  object-fit: cover;
  min-height: 120px;
  border-radius: 5px;
}
.e-order-container .emenu-product-entry {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc7a;
  border-radius: 0px;
  cursor: pointer;
}
.e-order-container .emenu-product-entry:hover {
  background-color: #00000014;
}
.e-order-container .emenu-cat-title {
  font-weight: bold !important;
  text-decoration: underline;
}
.e-order-container .emenu-product-title {
  font-weight: bold !important;
}
.e-order-container .emenu-product-toggle-quantity {
  font-size: 15px;
  width: 40px;
  font-size: 20px;
  font-family: sans-serif;
}
.e-order-container .emenu-product-quantity {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.e-order-container .emenu-subcat-entry .emenu-cat-title {
  font-size: 18px;
  margin-top: 20px;
}
.e-order-container .emenu-product-price {
  color: #777777;
}
.e-order-container .emenu-product-selection {
  font-weight: bold !important;
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #009688;
}
.e-order-container .emenu-product-note {
  border: 1px solid #ccc;
  border-radius: 10px !important;
  margin-top: 7px;
}
.e-order-container .row.finish-order {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
  display: block;
  min-height: 100px;
  border-top: 2px solid black;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}
.e-order-container .row.finish-order .btn {
  white-space: normal;
  margin-top: 0px !important;
}
.e-order-container .row.finish-order .order-go-back {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.e-order-container .select-more-items {
  color: #f44336;
}
.menu-order-details {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ccc;
  border-top: 2px dashed #ccc;
  margin-bottom: 10px;
}
.menu-order-details ul {
  padding-left: 15px;
}
.menu-order-details b {
  font-weight: bold !important;
}
.menu-order-details i {
  color: #a7a7a7;
  font-size: 13px;
}
.custom-checkboxes {
  cursor: pointer;
  transform: scale(1.25);
  vertical-align: middle;
  margin-right: 5px !important;
  margin-top: 0px !important;
}
.custom-checkboxes + label {
  margin-bottom: 0px;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.custom-checkboxes + label > label {
  margin-bottom: 0px;
}
.other-rests-container {
  background-color: #f5f1f1cc;
  padding: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.other-rests-container .other-rests-header {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.other-rests-container button.other-rest-btn.btn.btn-lg {
  background-color: white !important;
  border: 1px solid #ccc !important;
}
.other-rests-container button.other-rest-btn.btn.btn-lg:hover {
  background-color: #dbdbdb !important;
}
.other-rests-container button.other-rest-btn.btn.btn-lg > span.other-rest-name {
  font-weight: bold !important;
}
.row.row-form-validation {
  background-color: #FFF9C4;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.row.row-form-validation ul li:not(:last-of-type) {
  margin-bottom: 7px;
}