:root {
	--main-background: transparent;
	--header-background: #fff;
	--footer-background: #fff;
	--progress-background: #fff;
	--headline: #fff;
	--font-color: #c2bebc;
	--progress: #fff;
	--active: #0f4682;
	--active-font: #fff;
  	--inactive: #6387ae;
	--inactive-font: #fff;
	--unselectable-background: #262626;
	--unselectable-font: #595959;
	--border-radius: 2px;
	--default-input-background-light: #0f4682;
	--input-background: #262626;
	--clock-hour-fill: #262626;
	--clock-minute-fill: #262626;
	--clock-net: #595959;
	--border-color: #262626;
	--navigation-color: #0f4682;
	--customer-new-background: #aaaaaa;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.progress .inactive:not(.active) {
  fill: #f7f6f3 !important;
}

.progress {
	border-color: #0f4682 !important;
}

.progress.active {
    background-color: #0f4682 !important;
}

.progress.inactive:not(.active) {
    background-color: #6387ae !important;
}

#reservation-done,
#reservation-fail,
#reservation-fail-cc,
.reservation-page {
	background-color: #141414;
}

.headline.min {
	background: #fff;
}

.headline.max  {
    color: #fff;
    background: transparent;
    text-transform: uppercase !important;
	font-size: 18pt;
	letter-spacing: 0.02em;
	font-family: DINEngschriftLTPro, 'Barlow Condensed', sans-serif;
	font-weight: 500;
}

.headline.max span b {
    color: #6387ae;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #e3e9f0 !important;
}
  
  .progress.active {
    background-color: #0f4682 !important;
}
  
  #footer {
    background-color: #fff !important; 
}
  
  .headline {
	color: #141414;
	text-transform: uppercase !important;
	font-size: 12pt;
    letter-spacing: 0.15em;
    font-weight: bold;
      }

}

.childchair-count,
.person-count,
.reservation-tile .select2-selection,
.reservation-tile footer::after,
.reservation-tile footer::before,
.reservation-tile header::after,
.reservation-tile header::before,
.reservation-tile main {
	border-color: transparent;
}

.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) {
    background: transparent !important;
    color: #595959 !important;
    border: 1px solid #595959 !important;
}

#required-text::before { 
	background-color: #f18815;
}

.labeled-field.required::before { 
	background-color: #f18815;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #f18815;
}


.overlay {
    background-color:  rgba(38, 38, 38, 0.97);
    color: #c2bebc;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(38, 38, 38, 0.97);
    color: #c2bebc;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#room-table-overlay input[type="radio"]:disabled + label {
    background-color: transparent !important;
    color: #c2bebc;
    border: 1px solid #c2bebc;
}

#room-table-overlay > div p.room-selection:not(:last-child) {
    border-right: 1px solid #d5cfc3;
}

.reservation-tile header legend {
	font-size: 16px;
	font-family: DINEngschriftLTPro, 'Barlow Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#footer .navigate,
.progress {
	border-color: #262626;
	color: #262626;
  	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff !important;
	background-color: #0f4682 !important;
	border: 0px;
}

#menu-selection .value {
	background-color: #0f4682 !important;
	color: #fff !important;
}

#menu-overlay .thead {
    color: #c2bebc !important;
}

#menu-selection .change {
	color: #0f4682;
}

#timebg {
	fill: #141414;
}

#time {
    color: #fff !important;
	font-weight: bold !important;
}

#clock text {
  fill: #aaaaaa;
}

#footer button {
    --stroke: #262626;
}

#widget-info-overlay {
    background-color:  rgba(38, 38, 38, 0.97);
    color: #c2bebc;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#customer-overlay a {
    color: #6387ae;
}

.labeled-field textarea {
	background-color: transparent;
	border: 1px solid #595959;
}

.labeled-field  input {
	background-color: transparent;
	border: 1px solid #595959;
}

.highlight {
	color: #6387ae !important;
	font-weight: bold;
}

a {
  color: #6387ae;
}

.ui-datepicker-title {
    font-size: 12pt;
}