﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzc.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/KFOlCnqEu92Fr1MmSU5fBxc9.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/KFOmCnqEu92Fr1Mu4WxP.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/KFOlCnqEu92Fr1MmEU9fBxc9.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/KFOlCnqEu92Fr1MmWUlfBxc9.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif !important;
  background-repeat: no-repeat !important;
  font-weight: lighter;
  background: url("img/freud-bg.jpeg");
  background-size: cover;
  background-color: black;
}
.step-1-title {
  display: none;
}
.step-1-restaurant {
  color: transparent !important;
  background-image: url("img/freud.png");
  background-size: contain;
  display: inline-block !important;
  background-repeat: no-repeat;
  width: 90%;
  min-height: 60px;
  background-position-x: center;
  position: relative;
  top: 14px;
  left: 50px;
}
select option {
  font-weight: normal !important;
}
input,
select {
  font-size: 13px !important;
  font-weight: lighter !important;
  height: 51px !important;
}
div.alert.alert-warning i {
  font-weight: lighter !important;
}
.panel {
  background-color: black;
  color: #f1f1f1;
}
.panel-default > .panel-heading .title * {
  font-weight: lighter !important;
  color: #a98957;
}
body .our-logo {
  display: none;
}
body .logo-text {
  display: block !important;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.5;
  font-weight: lighter !important;
  text-shadow: 1px 2px 1px black;
  position: relative;
  bottom: 30px;
}
div.alert.alert-warning {
  background-color: rgba(169, 137, 87, 0.5) !important;
  color: white !important;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: rgba(169, 137, 87, 0.5);
  border-color: rgba(169, 137, 87, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: rgba(169, 137, 87, 0.9);
  border-color: rgba(169, 137, 87, 0.9);
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
  background-color: #a98957;
  border-color: #a98957;
}
.input-group:hover {
  border: 1px solid #a98957;
}
.input-group:hover > .input-group-addon {
  border-color: #a98957;
  background-color: #a98957;
  color: white !important;
}
.input-group:hover > .form-control {
  border-color: #a98957;
}
.terms-area {
  color: #f1f1f1;
}
body .details-table thead {
  background-color: #a98957 !important;
  color: white;
  border: none;
}
body .details-table tr td {
  border-color: #2f2f2f;
}
body .details-table tbody input {
  color: black !important;
  height: 30px !important;
}
body .details-table tbody tr:hover {
  background-color: #2f2f2f;
}
.input-group > .input-group-addon {
  color: #a98957 !important;
}
.uib-datepicker-popup.dropdown-menu thead [role='heading'] {
  color: #a98957;
  font-size: 18px;
}
.uib-datepicker-popup.dropdown-menu thead button > i {
  color: #a98957;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button:hover {
  background-color: rgba(169, 137, 87, 0.5);
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active {
  background-color: #a98957;
  color: white !important;
}
.uib-datepicker-popup.dropdown-menu .uib-day > button.active .text-info {
  color: white !important;
}
@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;
  }
}
img.restaurant-logo-bottom {
  width: 290px !important;
  max-width: 90vw;
  background: black;
  opacity: 1;
  position: relative;
  bottom: 50px;
}