﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* CUSTOM LAYOUT ELEMENTS   
----------------------------------------------------------*/

div.unavailableDates
{
    border-radius:4px 4px 4px 4px;
    width: 45px;
    height: 23px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
    opacity: 1 !important;
}

.ui-datepicker-unselectable.ui-state-disabled.undefined span
{
    border-radius: 4px 4px 4px 4px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

#globalProgressBackground
{
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
    display: none;
    opacity: 0.5;
}

#globalProgressLoader
{
    position: absolute; 
    left: 49%; 
    top: 50%; 
    display:none; 
    z-index:1061;
}

.relative
{
    position: relative;
}

.bottomRight
{
    position: absolute; 
    bottom:0; 
    right:0;
}

div.countValidator
{
    position: relative;
}

div.countValidator span
{
    font-size: 11px;
    left: 0;
    line-height: 13px;
    padding: 0;
    position: absolute;
    color: Red;
}

select.count 
{
}

.validator
{
    color: Red;
}

.statsTitle
{
    font-weight: bold;
    text-align: right;
}

div.bottomButton
{
    margin-top: 20px;
}

div.policy
{
    padding: 0 0 5px 10px;
}

a.viewPolicy
{
    text-decoration: underline;
    color: inherit;
}

a.viewPolicy:hover
{
    cursor: pointer;
}

div.blockDiv
{
    padding:10px 15px;
    background-color:White;
    color:Gray;
}

div.blockDiv b
{
    vertical-align:middle;
    padding-right:10px
}

div.blockDiv img
{
    vertical-align:middle
}

div.globalBackground
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.buttonSmallLabel
{
    font-size: 11px;
    margin-top: 5px;
}

div.modal
{
    color: black;
}

.separator {
    
}

/* this rule override datepickers width to enable control of it via bootstrap columns*/
.ui-datepicker {
  width: 100%;
}

.no-margin-top {
    margin-top: 0;
}

.margin-top-xs {
    margin-top: 5px;
}

.padding-top-xs {
    padding-top: 5px;
}

.padding-top-xxs {
    padding-top: 2px;
}


.margin-top-sm {
    margin-top: 15px;
}

.margin-left-xs {
    margin-left: 5px;
}

.margin-left-md {
    margin-left: 30px;
}

.padding-sm {
    padding: 15px 15px 15px 15px;
}

.reservation-table td {
     padding: 5px;
     vertical-align: middle;
}

.reservation-table {
     border-collapse: separate; 
     border-spacing: 5px;
     margin: 0 auto; 
}

.reservation-table .action-cell {
    width: 20%;
    text-align: center;
}

.price-option-table td {
     padding: 5px;
     vertical-align: middle;
}

.price-option-table {
     border-collapse: separate; 
     border-spacing: 5px;
     margin: 0 auto; 
}

.price-option-table .action-cell {
    width: 10%;
    text-align: center;
}

.price-option-table .price-cell {
    width: 20%;
    text-align: center;
}

.payment-table td {
     padding: 5px;
     vertical-align: middle;
}

.payment-table {
     border-collapse: separate; 
     border-spacing: 5px;
     margin: 0 auto; 
}

.payment-table .action-cell {
    width: 25%;
    text-align: center;
}

.preview-table td,th {
     padding: 5px;
     vertical-align: middle;
}

.preview-table {
     border-collapse: separate; 
     border-spacing: 5px;
     margin: 0 auto; 
}

.preview-table .count-cell {
    width: 20%;
    text-align: right;
}

.preview-table .unit-price-cell {
    width: 20%;
    text-align: right;
}

.preview-table .price-cell {
    width: 20%;
    text-align: right;
}

.preview-table .pay-cell {
    text-align: right;
}

.cart-table td {
     padding: 5px;
     vertical-align: middle;
}

.cart-table
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto;
}

.cart-table .image-cell {
    width: 20%;
    text-align: center;
}

.cart-table .action-cell {
    width: 50%;
    text-align: right;
}

.charges-table td {
     padding: 5px;
     vertical-align: middle;
}

.charges-table {
     border-collapse: separate; 
     border-spacing: 5px;
     margin: 0 auto; 
}

.charges-table .image-cell {
    width: 20%;
    text-align: center;
}

.charges-table .action-cell {
    width: 20%;
    text-align: center;
}

.charges-table .x-cell {
    width: 5%;
    text-align: center;
}

.charges-table .count-cell {
    width: 20%;
    text-align: center;
}

.button-wide {
    min-width: 175px;
}

.maxnumber {
  font-size: 26px;
  font-weight: bold;
}

.pricetitle {
  font-size: 20px;
  font-weight: bold;
}

.deposit {
  padding: -20px;
  font-size: 14px;
  font-weight: 500;
}

input[type="text"]
{
    font-size: 18px;
}

.normal-weight {
    font-weight: normal;
}

.gift-card
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px 0;
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 7px 7px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 19px 0px rgba(0, 0, 0, 0.75);
}

.gift-card .gift-card-title {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.gift-card .gift-card-field {
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.gift-card .gift-card-field.price {
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

span.validationMessage {
    color: red;
}

.responsive-image {
    width: 100%;
    max-width: 250px;
}
