﻿/*****  Standard Edge Styles  ******/

.wizard
{
	width:100%;
    overflow: hidden;
    padding:0px;
    margin:0px;
}
        
.wizard-pane
{
	width:100%;
    float: left;
    position: relative;
    /*border: 1px solid black;*/
    /*padding:0px;*/
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}
        
.wizard-pane-td
{
    width: 592px;
    vertical-align: top;
    /*border: 1px solid red;*/
    padding:0px;
    margin:0px;
}

.wizard-pane-content {
    padding: 3%;
    padding-bottom: 5%;
}

.wizard-pane-content.text-container {
    padding-left: 3%;
    padding-right: 3%;
    max-width: 600px;
}

.wizard-table
{
	/*width:2368px;*/
	height:150px;
    padding:0px;
    margin:0px;
}

.wizard-loading-img {
	visibility:hidden;
	margin-top:3px;
    height: 16px;
    display: inline;
}

.wizard-pane-buttons {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wizard-pane-error
{
	color:Red;
    height: 40px;
    display: block;
}

.wizard-content,.invisible
{
	position:absolute;
	margin-left:-9999px;
	display:none;
}

.wizard-slider
{
	/*border:1px solid yellow;*/
	overflow:hidden;
	width:100%;
}

.wizard-pane-hidden
{
    /*this looks kinda weird, but it allows the div to 
    retain it's width so the panes that follow stay in 
    the correct positions */
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.wizard-prompt
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.wizard-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wizard-button:hover {
    border: 1px solid #000;
}

.wizardbutton-prev {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #d50008;
    padding: 0;
    margin-left: 5px;
}

.wizardbutton-prev:hover {
    border: none;
    text-decoration: underline;
}

.hotel-reciept h3
{
    font-size:16px;
    font-weight:bold;
}

.hotel-reciept .heading
{
    font-size:12px;
    font-weight:bold;
}

.hotel-reciept .hotel-reciept-payment-info
{
    width:100%;
}

.hotel-reciept .hotel-reciept-payment-info thead th
{
    text-align:left;
    padding: 2px;
}

.hotel-reciept .hotel-reciept-payment-info thead th span
{
    font-size:12px;
    font-weight:bold;
}

.hotel-stay-form table
{
    width:100%;
}

.hotel-stay-form table tr td {
    vertical-align: top;
}

.hotel-stay-form table tr td {
    /* width: 30%; */
}

.hotel-stay-form table tr td:first-of-type {
    width: 40%;
}

.hotel-packages table
{
    width:100%;
}

.hotel-packages table tr th
{
    text-align:left;
}

.hotel-packages table tr th span
{
    text-align:left;
    font-size:14px;
    font-weight:bold;
}

.hotel-packages table tr td span,
.hotel-packages table tr td label
{
    text-align:left;
    font-weight:bold;
}

.hotel-payment-form h3
{
    font-weight:bold;
}

.slot-image
{
    width:100%;
}
    
.slot-container
{
    overflow:hidden;
    height:115px;
    padding-left:4%;
    position: relative;
}
    
.slot-column
{
    float:left;
    margin-right:2px;
    width:24%;
    background-color: White;
}

.slot-columns {
    padding-top:3%;
}

.slotmachine-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*margin-left: 1%;*/
    display: inline-block;
}

.body-content
{
	margin-left:20px;
    margin-right:20px;
    margin-top:10px;
}

.Signup-Error-Message
{
	color:Red;
}

.Signup-Form dt
{
	margin-top:10px;
}

.question-select-3
{
    height:100px;
}
.question-select-2
{
    height:75px;
}

table.select-question.checkable {
    display: block;
}

table.select-question.checkable tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

table.select-question.checkable tbody tr {
    position: relative;
}

table.select-question.checkable tbody tr td {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.validator-text {
    color: Red;
}

#span_HomeAddressLabel
{
    height:30px;
}
        
.call-reserve-message
{
    color: #cc0000;
}

.more-profile-actions
{
    border: 1px solid #e1e1e1;
    padding: 20px 3%;
    width: 100%;
	background-color: #e1e1e1;
}

.more-profile-actions h4
{
    font-size:16px;
    font-weight:bold;
    margin-top: 5px;
}

.footer-logo {
    width: 41.3%;
    height: 100%;
    position: relative;
}

.facebook-like-container {
    width: 40%;
    vertical-align: middle;
}

.social-icons-container {
    padding-left: 1.6%;
    display: table;
    /*width: 120px;*/
}

.social-icons-row {
    display: table-row;
    float: right;
}

.social-icon-container {
    display: table-cell;
}

.social-icon-container:not(:first-of-type) {
    padding-left: 20px;
}

.social-icon-container:first-of-type {
    padding-left: 10px;
}

.social-icon-container:last-of-type {
    padding-right: 10px;
}

.social-icon-image {
    width: 22px;
    height: 22px;
}

.email-subscriptions ul {
    list-style-type: none    
}

.email-valid-icon {
    width: 16px;
    height: 16px;
    display: inline;
}

#Button_PromoNext {
    display: inline-block;
}

#Button_TulalipNext {
    display: none;
}

.country-drop-down {
    width: 130px;
}

.region-drop-down {
    width: 130px;
}

.redemption-limit-reached {
    text-decoration: line-through;
    color: darkgrey;
}

.redemption-limit-reached-text {
    color: #cc0000;
}

.se-offers-wizard-pane-currentoffers #div_offersfoundprompt {
    padding-bottom: 20px;
}

.se-offers-wizard-pane-currentoffers .wizard-pane-content {
    text-align: center;
    padding-bottom: 20px;
}

.se-offers-wizard-pane-currentoffers .btn {
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
}

.hotel-date-loading > span.ui-state-default {
    background-image: url(/images/hotel-date-loading.gif);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 1px;
    background-position-y: 7px;
}

.hotel-date-loaded > span.ui-state-default {
    background-image: none;
}

.returnToOverview {
    padding-left: 1em;
}