﻿/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

// Open Sans
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

// Notos Sans
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

// ManRope
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
/* Change the white to any color */
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #616161 !important;
}
body {
  /* ICONS */
  /* END OF ICONS */
  font-family: 'Roboto', sans-serif !important;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  color: #2e3c3c;
}
body * {
  font-weight: initial !important;
}
body .fa.fa-user {
  color: transparent;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url(../img/widget/svg/people.svg);
}
body .fa.fa-calendar {
  color: transparent;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url(../img/widget/svg/calendar.svg);
}
body .fa.fa-clock-o {
  color: transparent;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url(../img/widget/svg/clock.svg);
}
body .fa.fa-map-marker {
  color: transparent;
  height: 26px;
  width: 24px;
  background-size: cover;
  background-image: url(../img/widget/svg/area.svg);
}
body .panel .btn i.glyphicon.glyphicon-chevron-left {
  display: inline-block !important;
  color: transparent;
  height: 17px;
  width: 9px;
  background-size: cover;
  background-image: url(../img/widget/arrow-left.png);
  position: relative;
  top: -4px;
  margin-right: 15px;
}
body .panel .btn i.glyphicon.glyphicon-chevron-right {
  display: inline-block !important;
  color: transparent;
  height: 17px;
  width: 9px;
  background-size: cover;
  background-image: url(../img/widget/arrow-right.png);
  position: relative;
  top: 4px;
  margin-left: 15px;
}
body .step-details .input-group .glyphicon {
  display: inline-block !important;
  color: transparent;
  height: 16px;
  width: 16px;
  background-size: cover;
  position: relative;
  top: 1px;
  margin-left: 15px;
}
body .step-details .glyphicon.glyphicon-user {
  background-image: url(../img/widget/svg/details/name.svg);
}
body .step-details .glyphicon.glyphicon-globe {
  background-image: url(../img/widget/svg/details/globe.svg);
}
body .step-details .glyphicon.glyphicon-phone-alt {
  background-image: url(../img/widget/svg/details/tel.svg);
}
body .step-details .glyphicon.glyphicon-envelope {
  background-image: url(../img/widget/svg/details/mail.svg);
}
body .step-details .glyphicon.glyphicon-star {
  background-image: url(../img/widget/svg/details/star.svg);
}
body .step-details .glyphicon.glyphicon-cutlery {
  background-image: url(../img/widget/svg/details/dietary.svg);
  height: 16px;
}
body .go-back-row > div {
  width: 100%;
}
body #ReservationForm {
  max-width: 660px;
}
body #ReservationForm.step-slots {
  max-width: 960px;
}
body .powered-by-row-old {
  display: none;
}
body .powered-by-row-new {
  display: block !important;
  min-height: 40px;
}
body .powered-by-row-new > div {
  min-height: 40px;
  text-align: right;
  padding-right: 35px;
}
body .powered-by-row-new > div .logo-text {
  text-shadow: initial;
  color: #939498;
  display: inline-block;
  position: relative;
  bottom: 10px;
  font-size: 14px;
  font-weight: lighter !important;
}
body .thanks-logo-row {
  display: block !important;
}
body .change-lang {
  font-style: initial !important;
  color: #616161 !important;
  opacity: 0.9;
  border: 1px solid #c3c5c4;
  border-radius: 10px;
  padding: 5px;
}
body .change-lang:hover {
  text-decoration: none !important;
  opacity: 1;
}
body .change-lang img {
  display: initial !important;
  width: 20px;
}
body .change-lang span {
  display: none !important;
}
body .change-lang i {
  display: initial !important;
  font-style: initial !important;
}
body .thanks-logo {
  width: 115px;
}
body .logo-text {
  color: white;
  text-shadow: 1px 2px 1px #000000;
}
body .restaurant-logo-bottom {
  display: none;
}
body .restaurant-title {
  box-shadow: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top: 12px;
  z-index: 2;
  background-color: #fcfcfc;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-danger {
  font-size: 20px;
  background-color: #2e3c3c !important;
}
.btn-danger:hover {
  background-color: #3c5353 !important;
}
.btn-danger:disabled {
  background-color: rgba(46, 60, 60, 0.5) !important;
}
.row.reservation-description {
  padding: 15px;
  padding-bottom: 0px;
}
.row.reservation-description .old-description {
  display: none !important;
}
.row.reservation-description .new-description {
  padding: 5px;
  display: flex !important;
  justify-content: space-around;
  background-color: #2e3c3c;
  color: white;
  border-radius: 10px;
  flex-wrap: wrap;
  font-size: 18px;
}
.row.reservation-description .new-description > div {
  margin: 5px;
}
.row.reservation-description .new-description .desc-new-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 4px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 6px;
}
.row.reservation-description .new-description .desc-new-icon.desc-user {
  background-image: url(../img/widget/svg/people.svg);
}
.row.reservation-description .new-description .desc-new-icon.desc-date {
  background-image: url(../img/widget/svg/calendar.svg);
}
.row.reservation-description .new-description .desc-new-icon.desc-time {
  background-image: url(../img/widget/svg/clock.svg);
}
.row.reservation-description .new-description .desc-new-icon.desc-cat {
  background-image: url(../img/widget/svg/area.svg);
}
.step-search .form-control {
  font-size: 17px !important;
}
.input-group {
  border-radius: 10px;
  border-color: #c3c5c4 !important;
  background-color: white;
}
.input-group .form-control {
  background-color: white;
  border-radius: 10px !important;
  font-weight: bold !important;
}
.input-group:hover {
  border: 1px solid #939498 !important;
}
.input-group:hover > .input-group-addon {
  background-color: transparent;
  color: initial;
}
.new-widget .area-container {
  border: none;
}
.new-widget .area-container .area-header {
  background-color: #cceae8;
  font-weight: lighter;
  border-radius: 10px;
  color: #2e3c3c;
}
.new-widget .area-container .area-header .area-icon {
  opacity: 1;
  position: relative;
  bottom: 4px;
}
.new-widget .area-container .area-header .area-title {
  font-weight: 300 !important;
  font-size: 22px;
}
.new-widget .area-container .area-header .area-toggle {
  top: 8px;
  cursor: pointer;
  opacity: 0.75;
  right: 5px;
}
.new-widget .area-container .category-description {
  text-align: justify;
}
.new-widget .area-container .category-list-item {
  text-align: left;
}
.new-widget .area-container .area-terms {
  text-align: left;
  font-style: initial;
  border-top: 2px dashed #c3c5c4;
  padding-top: 25px;
}
.new-widget .area-img {
  max-width: 100%;
  box-shadow: initial;
  border-radius: 10px;
  margin-bottom: 20px;
}
.new-widget .cat-menu-item .item-icon {
  display: none !important;
}
.new-widget .cat-menu-item .cat-menu-link {
  margin: 0px auto;
  display: block;
  text-align: center;
}
.new-widget .cat-menu-item .cat-menu-link span {
  display: none;
}
.new-widget .cat-menu-item .cat-menu-link img {
  width: 40px;
  display: block !important;
  margin: 20px auto;
  opacity: 0.9;
}
.new-widget .cat-menu-item .cat-menu-link img:hover {
  opacity: 1;
}
.g-signin2 {
  margin-top: 30px;
}
.alt-dates-msg {
  margin-bottom: 20px !important;
}
.alt-dates-header {
  display: none !important;
}
.alt-date-header {
  font-weight: 300 !important;
  font-size: 20px !important;
}
.alt-date-header .fa {
  display: none;
}
.reservation-description .label.label-large {
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: initial;
  color: #837f7f;
  background-color: #c3c5c4;
  font-weight: bold !important;
}
.reservation-description .label.label-large > span {
  font-weight: bold !important;
}
#ShowAFM {
  transform: scale(1.25) !important;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.details-table {
  box-shadow: initial;
}
.details-table thead {
  background-color: #2e3c3c !important;
  color: white !important;
}
.details-table td {
  border-bottom: none !important;
  border-top: none !important;
}
.details-table td:first-child {
  font-weight: 500 !important;
}
@media (max-width: 769px) {
  .step-slots .slot-col {
    width: 50%;
    display: inline-block;
  }
}
.step-after .panel .panel-heading {
  display: none;
}
.step-details .col-sm-6:not(.keep-width) {
  width: 100%;
}
.step-details .form-control {
  font-weight: normal !important;
}
.step-details .finish-row {
  margin-top: 0px;
  margin-bottom: 0px;
}
.step-details .finish-row .finish-middle-col {
  display: none !important;
}
@media (min-width: 769px) {
  .step-details .finish-row .finish-complete-col {
    width: 65%;
  }
}
.step-details .finish-row .finish-complete-col button.btn.btn-danger {
  max-width: 100%;
}
@media (min-width: 769px) {
  .step-details .col-sm-3 {
    width: 50%;
  }
}
.step-details .afm-group {
  margin-bottom: 15px;
}
.step-details .terms-inline {
  border-top: 2px dashed #c3c5c4;
  border-bottom: 2px dashed #c3c5c4;
  padding-bottom: 20px;
  font-size: 12px;
  opacity: 0.85;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.step-details .terms-inline .terms-inline-header {
  margin-top: 0px;
}
.step-details .terms-inline .terms-inline-header > u {
  font-weight: bold !important;
  text-decoration: none;
  font-size: 12px;
}
.step-details .col-sm-12.text-center {
  text-align: left !important;
}
.step-details #UserAcceptsTerms,
.step-details #UserConsents,
.step-details #AgreeToTerms {
  cursor: pointer;
  transform: scale(1.25);
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0px;
}
.step-details #UserAcceptsTerms + label,
.step-details #UserConsents + label,
.step-details #AgreeToTerms + label {
  margin-bottom: 0px;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.step-details #UserAcceptsTerms + label > label,
.step-details #UserConsents + label > label,
.step-details #AgreeToTerms + label > label {
  margin-bottom: 0px;
}
.step-details .row.row-policy-old {
  display: none !important;
}
.step-details .row.row-policy-new {
  display: block !important;
  font-size: 12px;
  opacity: 0.6;
}
div.alert.alert-warning {
  border-radius: 10px;
  box-shadow: initial;
}
.panel {
  border-radius: 10px;
  box-shadow: initial;
  background-color: #fcfcfc;
}
.panel .panel-heading > .title {
  display: inline-block;
  margin-right: 0px;
  font-size: 25px;
  position: relative;
  top: 2px;
  color: #2e3c3c;
}
.panel .panel-heading > .title .area-title-top {
  margin-top: 0px;
  text-align: left;
}
@media (max-width: 350px) {
  .panel .panel-heading .step-1-title {
    font-size: 18px;
  }
}
.panel .panel-heading > a {
  position: relative;
  top: 5px;
}
.panel .btn {
  border-radius: 10px;
  font-weight: 400 !important;
}
.panel .btn * {
  font-weight: 400 !important;
}
.panel .btn:not(.slot-btn) .glyphicon,
.panel .btn:not(.slot-btn) .fa {
  display: none;
}
.panel .btn.slot-btn {
  background-color: transparent !important;
  color: black;
  border: 1px solid #c3c5c4 !important;
}
.panel .btn.slot-btn span {
  font-weight: 300 !important;
}
.panel .btn.slot-btn:hover {
  background-color: #2e3c3c !important;
  color: white;
}
.panel .btn.slot-btn.matching {
  border-color: transparent !important;
  outline: 3px solid #2e3c3c !important;
}
.panel .btn.btn-default {
  background-color: transparent;
  color: #2e3c3c;
}
.panel .btn.btn-default:hover {
  background-color: #c3c5c4;
}
.panel .btn.btn-default .glyphicon,
.panel .btn.btn-default .fa {
  display: initial;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.panel .btn.btn-block:not(.slot-btn) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .panel {
    border-radius: 0px !important;
  }
}
.uib-datepicker-popup.dropdown-menu {
  border-radius: 10px;
}
.uib-datepicker-popup.dropdown-menu thead [role='heading'] {
  color: #2e3c3c;
}
.uib-datepicker-popup.dropdown-menu thead button > i {
  color: #2e3c3c;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button {
  border-radius: 10px;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button:hover {
  background-color: rgba(46, 60, 60, 0.85);
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button:hover > span {
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active {
  background-color: #2e3c3c;
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active > span {
  color: white !important;
}
/*@brand-color-1: #d1ad66;
@brand-color-1-inverse: white;
@text-color: black;

body {
    min-height: 100vh;
    background: url(../img/hotels/home.jpg);
    background-size: cover;
    background-position: center;

    .category-description {
        ul {
            margin: 0 auto;
            width: 300px;
            text-align: left;
        }
    }

    .logo-text {
        color: white;
        text-shadow: 1px 2px 1px black;
    }

    .restaurant-logo-bottom {
        display: none;
        //display: inline-block;
        width: 180px !important;
        background-color: rgba(255,255,255,0.8);
        padding: 20px;
    }

    .panel {
        opacity: 0.95;
    }

    .details-table thead {
        background-color: @brand-color-1 !important;
        color: @brand-color-1-inverse !important;
    }

    .panel-default > .panel-heading .title,
    .form-control {
        color: @text-color !important;
    }

    body .details-table thead {
        background-color: @brand-color-1 !important;
        color: @brand-color-1-inverse !important;
    }
    // Buttons
    .panel .btn.btn-danger {
        background-color: @brand-color-1 !important;
        color: @brand-color-1-inverse !important;

        &:hover {
            background: darken(@brand-color-1, 10%) !important;
        }
    }
    // Inputs
    .input-group {
        &:hover {
            border: 1px solid @brand-color-1;

            > .input-group-addon {
                background-color: @brand-color-1;
                color: @brand-color-1-inverse;
            }
        }
    }
    // date-picker
    .uib-datepicker-popup.dropdown-menu {
        thead {
            [role='heading'] {
                color: @brand-color-1;
            }

            button > i {
                color: @brand-color-1;
            }
        }

        .uib-day {
            > button {
                &:hover {
                    background-color: fadeOut(@brand-color-1, 15%);
                    color: @brand-color-1-inverse !important;

                    > span {
                        color: @brand-color-1-inverse !important;
                    }
                }

                &.active {
                    background-color: @brand-color-1;
                    color: @brand-color-1-inverse !important;

                    > span {
                        color: @brand-color-1-inverse !important;
                    }
                }
            }
        }
    }
}
*/
.row.reservation-description .new-description {
  background-color: black !important;
  color: white !important;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamGRBook.otf");
}
body {
  font-family: Gotham !important;
  min-height: 100vh;
  background: url(img/ergon/bg-desktop.jpg);
  background-size: cover;
}
@media (orientation: portrait) {
  body {
    background: url(img/ergon/bg-mobile.jpg);
    background-size: cover;
  }
}
body .logo-text {
  color: white;
  text-shadow: 1px 2px 1px black;
}
body .restaurant-logo-bottom {
  display: inline-block;
  width: 200px !important;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
}
body .panel {
  opacity: 0.95;
}
body .details-table thead {
  background-color: black !important;
  color: white !important;
}
body .panel-default > .panel-heading .title,
body .form-control {
  color: #4a4848 !important;
}
body body .details-table thead {
  background-color: black !important;
  color: white !important;
}
body .panel .btn.btn-danger {
  background-color: black !important;
  color: white !important;
}
body .panel .btn.btn-danger:hover {
  background: #1a1a1a !important;
}
body .uib-datepicker-popup.dropdown-menu thead [role='heading'] {
  color: black;
}
body .uib-datepicker-popup.dropdown-menu thead button > i {
  color: black;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: white !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button:hover > span {
  color: white !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button.active {
  background-color: black;
  color: white !important;
}
body .uib-datepicker-popup.dropdown-menu .uib-day > button.active > span {
  color: white !important;
}