﻿/* ================================
    AMZ-Malbec
   ================================
*/   

/* ================================ 
	Wizard 2
   ================================
*/

.Wizard {
	position: relative;	
	display:table;
	width:900px;
	height: auto;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#F8F9FA;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.20), 0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
.Wizard .NormalBold {
	font-weight: bold;
}
.WizardHeader {
	display: inherit;
	width: 100%;
    border: none;
    background-color: #FFFFFF;
}
.WizardHeader .Head {
	font-family:'Nunito Sans', sans-serif; font-size:40px; font-style:normal; font-weight:400; font-size:20px; font-style:normal; 
    color: #252525;
    background-color: #FFFFFF;
    padding: 8px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.WizardTitle 
{
    font-size:28px;
}
.WizardHeaderActions {
/* should be turned on in code */
    display:none;
}
.WizardSteps {
	width: 100%;
	margin-top:3px;
}
.wizStep {    
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    width: 25%;
    font-family: 'Roboto', sans-serif;
    color: #252525!important;
    padding-bottom: 5px;
}
.wizStep.active {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	color: #252525;
	text-decoration: none;
    border-bottom: 3px solid #121212;
}
.wizStep.disabled {
	display:none;
}
.NumSteps3 .wizStep{
	width:33%;
}
.WizardMessage {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    position: relative;
    top: 0px;
    left: 9px;
    font-family: Roboto, sans-serif;
    width: 95%;
    text-align: left;
    float: left;
    position: relative;
    margin-top: 6px;
    margin-bottom: 8px;
    line-height: 1;
}
.WizardMessage {
	position:relative;
}
.WizardMessage .WizardMessageImg {
	position:absolute;
	left:0;
	top:6px;
}
.WizardMessage .WizardMessageImg img {
	display:block;
}
.WizardMessageText {
	margin-left:40px;
	margin-top:7px;
}
.WizardMessageText .WizardMessage {
	font-weight: bold;
}
.WizardBody {
	background-color: #F8F9FA;
	height: auto;
	min-height: 400px;
}
.rzWizardReservationBody {
    position: relative;
    text-align: left;
}
.rzCurrentReservationBlock {
	position:relative;
	width:100%;
	display: inline-block;
}
.currentReservationLabel {
	width:150px;
	float:left;
	height: 30px;
	text-align: right;
}
.currentReservation {
	float:left;
    margin-left: 20px;
}
.reservationBody {
	position:relative;
}
.reservationGuestDateNotesBlock {
	 position: relative;
    text-align: left;
}
.reservationGuestsDateBlock {
	width:60%;
	margin:0;
}
.reservationGuestsBlock {
	 position: relative;
    float: left;
    width: 100%;
    height: 50px;
    text-align: left;	
}
.reservationGuestLabel {
	position:relative;
	float:left;
	width:150px;
    height: 30px;
	text-align: right;
}
.reservationGuests {
    position: relative;
    float: left;
    width: 325px;
    height: 50px;
    margin-left: 20px;
    text-align: left;	
}
.reservationDateBlock {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;	
}
.reservationDateLabel {
	position:relative;
	float:left;
	width:150px;
	height:30px;
	text-align: right;
}
.reservationDate {
    position: relative;
    float: left;
    width: 325px;
    margin-left: 20px;
    text-align: left;	
}
.reservationNotesBlock {
	position:absolute;
	top:0;
	right:0;
	width:40%;
	text-align: left;
	overflow: auto;
	height: inherit;
	max-height: 384px;
	text-align: left;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #A3A3A3;
}
.reservationTimesBlock {
	position: relative;
	width: 100%;
	clear: both;
	text-align: left;
	padding-top:10px;
}
.reservationTimesLabel {
	position:relative;
	width:100%;
	padding-bottom:5px;
}
.rzReservationNameBlock {
	width:100%;
	text-align: left;
	display:inline-block;
}
.ReservationNameProposedReservationBlock {
	position:relative;
	width:100%;
	display: inline-block;
	margin-bottom:10px;
}
.ReservationNameProposedReservationLabel {
	float:left;
	height: 30px;
	text-align: left;
	margin-right:20px;
}
.ReservationNameProposedReservation {
	float:left;
	text-align: left;
}
.ReservationNameMessageBlock {
	text-align: left;
	margin-bottom:10px;
}

.WizardFooter {
    width:100%;
    height: 60px;
    padding-top:20px;
    padding-bottom:15px;
    text-align:right;    
	 background-color: #FFFFFF;
    border: none; 
}
.WizardFooterActions {
    float: right;
    position: relative;
    right: 9px;
    bottom: 5px;
}
.WizardFooterAction, .WizardHeaderAction {
    padding:5px;
    float:left;
}
.WizardFooterAction.disabled, .WizardHeaderAction.disabled {
    display:none;
}
.WizardButton {
	border:0;
	padding:0;
	background:none;
}
.WizardButton a.CommandButton {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.rzCmdPrimary {
    font-size: 14px!important;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding: 0px 15px 0px 15px;
    height: 34px;
    text-decoration: none!important;
    cursor: pointer;
    border: 1px solid #121212;
    color: #FFFFFF!important;
	min-width: 75px;
    margin-left: 5px;   
    text-transform: uppercase;	
    -webkit-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -moz-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -o-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    border-radius:4px;
    background: #121212;
    background-image: linear-gradient(to bottom,#121212,#0F354F);
}
.rzCmdPrimary:hover {
    color: #000000!important;
    background: #F2F2F2;
    background-image: linear-gradient(to bottom,#F2F2F2,#F2F2F2);
}
.rzCmdSecondary {
    font-size: 14px!important;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding: 0px 15px 0px 15px;
    height: 34px;
    text-decoration: none!important;
    cursor: pointer;
    border: 1px solid #F2F2F2!important;
    color: #000000;
    min-width: 75px;
    margin-left: 5px;
    text-transform: uppercase;
    -webkit-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -moz-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -o-transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    transition: all 280ms cubic-bezier(0.655, 0.150, 0.200, 0.820);	
    border-radius:4px;
    background: #F2F2F2;
    background-image: linear-gradient(to bottom,#F2F2F2,#F2F2F2);
}
.CalRes {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #252525;
    border: 0;
    width: 325px;
    padding:3px;
    border: 1px solid #A3A3A3;
    display: inline-block;
}
.CalResTitle {
	color: #252525;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 2px 2px 2px 2px;
    border: none!important;
    width: 100%;
}
.CalResDayHeader {
	font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #252525;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: none;
	width: 25px;
    height: 12px!important;
}
div.CalResNextPrev {
    margin: 0px;
    width: 44px!important;
    height: 40px!important;
    line-height: 18px!important;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #252525!important;
    font-weight: 400!important;
    font-size: 18px!important;
    cursor: pointer;
    padding: 3px;
    -webkit-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -moz-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -o-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
}
div.CalResNextPrev:hover {
    -webkit-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -moz-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    -o-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
    transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
}
.CalRes tr td {
    border: 2px solid transparent;
    background-color: #FFFFFF;
    width: 88px;
    cursor: pointer;
}
.CalRes tr td div {
    font-size: 12px;
    line-height: 29px;
    font-weight: 500!important;
    color: #252525;
    background-color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    padding-bottom: 3px;
    font-family: 'Roboto', sans-serif;
}
.CalRes tr td.CalResToday div {
    background-color: #D1F2FF;
    border-radius:20px;
}
.CalRes tr td.closed div {
    background-color: #B22222;
    color: #FFFFFF;
}
.CalResOldDate div {
    color:#A3A3A3!important;
}
.CalRes tr td.selected {
	border: 1px solid #121212;;
	color: #FFFFFF;
}
.CalResDayAvailable {    
    cursor: pointer;
    background-color: #E7E7E7;
}
.CalRes tr td.CalResOtherMonthDay .rzDay {
    background-color:#F2F2F2;
    color:#C2C2C2
}
.CalRes tr td.CalResSelectedDayAvailable div, .CalRes tr td.CalResSelectedDay div {
    border: 2px solid #121212;
    border-radius: 8px;
    background-color:#121212;
	color: #FFFFFF;;
}
.CalRes tr td div {
    border:2px solid transparent;
}
.CalRes tr td.over div {
    border:2px solid #0F354F;
}
.rzFldLabel .NormalBold {
    font-size: 9px;
    color: #696969;
    font-weight: 300;
    line-height:20px;
}
.rzFldValue .Normal {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
}

.rzRadioList td div:hover {
    background-color: #0F354F;;
    color: #FFFFFF;
    border: 1px solid #0F354F;
    -webkit-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -moz-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -o-transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    transition: all 300ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
}
.rzRadioList td {
	position:relative;
    height:30px;
}
.rzRadioList.rzLocations td {
	position:relative;
	min-height:220px;
}
.rzRadioList td div {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border: 1px solid #C3C3C3;
	color: #304b5d;
	margin: 2px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0px;
	background-color: #F0F4F7;
	text-align: center;
	width: inherit;
	font-weight: normal;
	font-size: 13px;    
}
.rzRadioList td div.rzLocationItem {
	position:relative;
	border: 1px solid #F2F2F2;
	color: #000000;
	margin: 2px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0px;
	background-color: #F2F2F2;
	text-align: center;
	width: inherit;
	font-weight: normal;
	font-size: 13px; 
	width:868px;   
}
.rzRadioList td div.rzLocationItem .NormalBold {
	color:#000000;	
}
.rzRadioList td div.rzLocationItem .Normal {
	color:#000000;	
}
.rzRadioList td div.selected {
	background-color: #0F354F;
	color: #F5F5F5;
	border-color: #0F354F;
}
.rzRadioList td div:hover {
	background-color: #124566;
	color: #FFFFFF;
	border: 1px solid #124566;
}
.rzRadioList td div.selected .NormalBold, .rzRadioList td div.selected .Normal {
	color: #F5F5F5;
}
.rzRadioList td div:hover .NormalBold, .rzRadioList td div:hover .Normal {
	color: #FFFFFF;
}
.rzLocationItem {
	min-height: 220px;
}
.rzLocationItem img {
	float:left;
	margin:3px;
}

.rzRadioList td div.rzOverbook {background-color:#EE1111;color:#FFFFFF;}
.rzRadioList td div.rzOverbook:hover, .rzRadioList td div.rzOverbook.selected:hover {background-color:#007D8E;color:#FFFF00;}
.rzRadioList td div.rzOverbook.selected {background-color:#B50D0D;color:#FFFFFF;}

.rzRadioList label {
	cursor: pointer;
}
.rzRadioList input {
	display: none;
}
.rzField {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9de;
    background-color: #FFFFFF;
    border-top: 0;
    border-left: 0;
    height: 65px;
    float: left;
    -webkit-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -moz-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    -o-transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820); 
    transition: all 500ms cubic-bezier(0.655, 0.150, 0.200, 0.820);
}
.rzField.active {
	background-color:#d0f1f7;
}
.rzFieldRow .rzField:first-child {
	border-left: 1px solid #d9d9de;
}
.rzFields .rzFieldRow:first-child .rzField {
	border-top: 1px solid #d9d9de;
}
.rzFieldLabel, .rzFieldLabel .NormalBold {
	font-size: 11px;
	font-weight: 300;
	color: #6b6b72;
	padding: 3px;
	text-transform: uppercase;
}
.rzFieldValue {
	padding: 9px;
	padding-top: 0;
	height: 19px;
}
.rzFieldValue .NormalTextBox {
	border: 0;
	background-color: transparent;
	padding: 3px;
}
.rzFieldError {
	left: 30px;
	top: 48px;
	position: absolute;
	z-index: 99;
	color: #bf0000;
	min-width: 200px;
}
.rzErrorArrowWrap {
	width: 16px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	margin-left: 10px;
	z-index: 100;
}
.rzErrorArrow {
	background-color: #e51b00;
	border: 1px solid #9f1300;
	border-right: none;
	border-bottom: none;
	display: inline-block;
	height: 16px;
	transform: rotate(45deg);
	width: 16px;
	margin-top: 5px;
}
.rzErrorMsg {
	position: absolute;
	top: 0;
	left: -20px;
	margin-top: 8px;
	background-color: #e51b00;
	border: 1px solid #9f1300;
	border-radius: 4px;
	color: #f3f3f3;
	width: inherit;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
}
.rzErrorBorder {
	border: 1px solid red;
}
.rzplLDetailGuestsNumber {	
    float: left;
    padding-bottom: 7px;
    position: relative;
    left: 0px;
}
.rzplRDetailGuestsNumber {	
    float: left;
    padding-bottom: 7px;
    position: relative;
    width:100%;
    left: 0px;
}
.rzplRDetailGuestsNumberHide {	
    float: left;
    padding-bottom: 7px;
    position: relative;
    left: 46px;
}
.rzCalContainer {
	position: relative;
    left: 0px;
}
.rzlblRDetailAvailableTimes {
	position: relative;
    left: 0px;
}
.rzRadioList {
	position: relative;
    left: -5px;
	width: 100%;
}
.rzCalResDayAvailable {
	display:none;	
}

.rzlblRDetailSpecialMessage {
	position: relative;
    left: 0px;
}
.rzCalMargin {
	position: relative;
    left: 0px;
}
.rzCalLMargin {
	position: relative;
    left: 12px;
}
.rzCalRMargin {
	position: relative;
    left: 22px;
}
.rzReservationConfirm input[type="checkbox"] {
	margin-right:12px;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	padding: 10px;
}
@media (max-width: 991px){ 
	.Wizard {
		width:700px;
	}
	.currentReservationLabel {
		text-align: left;
	}
	.reservationGuestsBlock {
		height:80px;
	}
	.reservationGuestLabel {
		text-align: left;
	}
	.reservationGuests {
		margin-left:0;
	}
	.reservationDateBlock {
		float:none;
    	clear:left;
    	width: 100%;
	}
	.reservationDateLabel {
		float:none;
		width:150px;
		text-align: left;
	}
	.reservationDate {
    	float:none;
    	margin-left: 0;
    	text-align: left;	
	}	
	.reservationNotesBlock {
		max-height: 444px;
		width: 45%;
	}
	.rzRadioList td div.rzLocationItem {
		width:668px;   
	}
}
@media (max-width: 767px){ 
	.Wizard {
		width:540px;
	} 
	.reservationNotesBlock {
		position:relative;
		width:100%;
		height:inherit;
		text-align: left;
	}
	.rzRadioList td div.rzLocationItem {
		width:508px;   
	}
	.rzReservationConfirm input[type="checkbox"] {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		padding: 2px;
	}
}
@media (max-width: 575px){ 
	.Wizard {
		width:340px;
	} 
	.currentReservation {
		margin-left: 0;
		margin-bottom:10px;
	}
	.rzField {
		width:100%!important;
	}
	.rzRadioList td {
		height:55px;
	}
	.rzRadioList td div.rzLocationItem {
		width:332px;   
	}
	.reservationGuestLabel {
		width:250px;
	}
}
.nw {
	white-space: nowrap;
}

.rzTips .rzCmdSecondary {
	background-image:none;
	width:50px!important;
	background-color:#000;
	color:#fff;
}
.WizardHeader {
    border-top: 1px solid black!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    padding:3px;
}
.WizardBody, .WizardHeader, .WizardFooter {
    border-right: 1px solid black!important;
    border-left: 1px solid black!important;
}
.WizardFooter {
    border-bottom: 1px solid black!important;
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}
 .u-section-1 {
 
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 350px;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-size: 3.75rem;
  margin: auto;
	font-weight:500;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 289px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 221px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 166px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 287px;
  }
}
