﻿.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;
  }
}
.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%;
}
.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;
}
@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;
  }
}
.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='1287'] .lang-pol {
  display: initial !important;
}
body[data-rest='1287'] .lang-gr {
  display: none !important;
}
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='1434'] .lang-cro,
body[data-rest='1435'] .lang-cro,
body[data-rest='1437'] .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='925'] .lang-cro,
body[data-rest='954'] .lang-cro {
  display: initial !important;
}
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='1434'] .lang-gr,
body[data-rest='1435'] .lang-gr,
body[data-rest='1437'] .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='925'] .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;
}
.transport-uber .btn-uber {
  background-color: black;
  color: white;
  margin: 0px auto;
  display: block !important;
  font-size: 17px;
}
.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: 12px;
  font-style: italic;
}