﻿/* Media Queries Used in This StyleSheet */
/*
@media screen and (max-width: 540px)
@media screen and (min-width: 540px) and (max-width: 767px)
@media screen and (min-width: 767px) and (max-width: 991px)
@media screen and (min-width: 991px)
@media print
*/

/* Common Items Start */
  html
  {
    _overflow-x: hidden;
  }
  body
  {
    _overflow: scroll;
  }

  body
  {
    _background-color: aqua;
    font-family: Arial,Times;
  }

  .tbMarginSmall
  {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tbMarginBig
  {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lrMarginSmall
  {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ulDestyled
  {
    list-style-type: none;
    padding-left: 0px;
  }

  .ulCenter
  {
    text-align: center;
  }
  .ulCenter > li
  {
    display: inline-block;
  }
  @font-face {
    font-family: 'Glyphicons Halflings';

    src: url('_bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('_bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('_bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('_bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('_bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('_bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }

  .hideme
  {
    opacity: 0;
  }
  .showme_delay
  {
    opacity: 1;
    transition-delay: 2s;
  }

  .spacer-bottom-25px
  {
    margin-bottom: 25px;
  }
  .spacer-bottom-50px
  {
    margin-bottom: 50px;
  }

@media screen and (min-width: 540px) and (max-width: 767px),
                  (min-width: 767px) and (max-width: 991px),
                  (min-width: 991px)
  {
    .ribbon
    {
      background-image: url('images/ribbon_0.jpg');
      background-size: cover;
      background-attachment: fixed;
      height: 100px;
      position: relative;
      top: 200px;
      z-index: -1;
      margin-top: -100px;
      opacity: 0.5;
    }
  }
/* Common Items End */

/* Master Page - Header - Start */
  @media screen and (max-width: 540px)
  {
    #ulHeader
    {
      display: none;
    }
  }

  @media screen and (min-width: 540px) and (max-width: 767px)
  {
    #ulHeader
    {
      display: none;
    }
  }

  @media screen and (min-width: 767px) and (max-width: 991px)
  {
    #ulHeader
    {
      display: none;
    }
  }

  @media screen and (min-width: 991px)
  {
    #divBody
    {
      _border: solid 1px #f00;
      _width: 800px;
      margin-left: auto;
      margin-right: auto;
      _background: #BEB49C;
    }

    #ulHeader
    {
      background: #F4F1E9;
    }

    #ulHeader, #ulHeaderLogo, #ulToolbar
    {
      display: table-row;
    }

    #ulHeader > li
    {
      border: solid 1px black;
      white-space: nowrap;
    }

    #ulHeader > li:nth-child(1)
    {
      display: table-cell;
      padding: 10px;
      width: 100%;
    }

    #ulHeader > li:nth-child(2)
    {
      display: none;
      /*
      display: table-cell;
      width: 100%;
      */
    }

    #ulHeader > li:nth-child(3)
    {
      display: table-cell;
      font-size: 15px;
      vertical-align: top;
      padding: 10px;
    }

    #ulHeaderLogo > li:nth-child(1) > img
    {
      display: table-cell;
      width: 120px;
    }

    #ulHeaderLogo > li:nth-child(2)
    {
      display: table-cell;
      white-space: nowrap;
      font-size: 35px;
      vertical-align: middle;
      padding-left: 10px;
    }
  }
/* Master Page - Header - End */

/* Master Page - Menu - Start */
  .navbar-default {
    _background-color: #f8f8f8;
    background-color: #FFBD00;
    border-color: #000000;
    border-radius: 0px;
  }

  .navbar-default .navbar-nav > li > a
  {
    color: #000000;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
  {
    background-color: #E7E7E7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a
  {
    color: #000000;
  }
  .dropdown-header
  {
    color: #000000;
  }

  .navbar-default .navbar-brand
  {
    color: #000000;
  }

  /*
  img.navbar-brand
  {
    padding: 3px;
  }
  */

  .navbar-default .navbar-toggle
  {
    border-color: #000000;
    background-color: #FFFFFF;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
  {
    background-color: #FFFFFF;
  }

  .navbar
  {
    margin-bottom: 0px;
  }

  .navbar-default, .navbar-brand
  {
    color: #000;
    font-weight: 900;
    font-size: 130%;

    /*
    _padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    */
  }
  .navbar-nav .open .dropdown-menu
  {
    font-size: 100%;
  }

  @media screen and (min-width: 991px)
  {
    .navbar-brand
    {
      display: none;
    }
  }

  /*
  @media screen and (max-width: 320px)
  {
    .navbar-default, .navbar-brand
    {
      font-size: 120%;
    }
  }
  */
/* Master Page - Menu - End */

/* Master Page - Footer - Start */
  #ulFooter
  {
    background: #F4F1E9;
    border: solid 1px #000;
    padding: 5px;
    margin-bottom: 2px;
  }
  #ulFooter > li
  {
    display: inline;
  }
  #ulFooter > li:nth-child(2),
  #ulFooter > li:nth-child(3)
  {
    vertical-align: middle;
  }
  #ulFooter > li:nth-child(1) > img
  {
    width: 40px;
    vertical-align: middle;
  }

  @media screen and (max-width: 540px)
  {
    #ulFooter
    {
      font-size: 4vw;
    }
    #ulFooter > li:nth-child(3)
    {
      display: none;
    }
  }

  @media screen and (min-width: 767px) and (max-width: 991px), 
                    (min-width: 540px) and (max-width: 767px)
  {
    #ulFooter
    {
      font-size: 2vw;
    }
    #ulFooter > li:nth-child(3)
    {
      display: none;
    }
  }

  @media screen and (min-width: 991px)
  {

  }
/* Master Page - Footer - End */

/* Payload - Carousel - Start */
  .carousel-inner > .item > img
  {
      margin: 0 auto;
  }
  #dCarousel .glyphicon
  {
    color: #FF0000;
    font-size: 300%;
  }

  .carousel-caption h1
  {
    text-shadow: 2px 2px #000;
  }
  .carousel-caption p
  {
    text-shadow: 1px 1px #000;
  }

  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px)
  {
    .carousel-caption h1
    {
      font-size: 8vw;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    .carousel-caption h1
    {
      font-size: 300%;
    }
    .carousel-caption p
    {
      font-size: 150%;
    }
  }

  /*
  .carousel-inner > .item {
      -webkit-transition: 2.6s ease-in-out left;
      -moz-transition: 2.6s ease-in-out left;
      -o-transition: 2.6s ease-in-out left;
      transition: 2.6s ease-in-out left;
  }
  */
/* Payload - Carousel - End */

/* Payload - Gallery - Start */
  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px),
                    (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    #ulMainGallery
    {
      text-align: left;
      padding-bottom: 20px;
      padding-top: 15px;
    }
    #ulMainGallery > a > img
    {
      width: 23.5vw;
      max-width: 200px;
      border-radius: 8px;
      box-shadow: 5px 5px 5px #888888;
      border: solid 1px #000;
      margin-top: 5px;
      margin-left: 1px;
    }
  }
/* Payload - Gallery - End */

/* Payload - GalleryFancy - Start */
  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px),
                    (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    #divMainGalleryFancy > div > div > span:nth-child(1)
    {
      font-size: 130%;
    }
    #divMainGalleryFancy > div > div
    {
      margin-bottom: 20px;

      border: solid 0px;  /* Test Block - Start */
      max-width: 358px;
      margin-left: auto;
      margin-right: auto; /* Test Block - End */
    }
    #divMainGalleryFancy > div > div > img
    {
      box-shadow: 5px 2px 5px #888;
      border: solid 1px #272727;
      margin-bottom: 10px;

      width: 100%;        /* Test Block - Start */
      max-width: 358px;   /* Test Block - End */
    }
    #divMainGalleryFancy > div > div > a
    {
      position: absolute;
      top: 35px;
      border-radius: 50px;
      /* left: 200px; */  /* Test Block */

      right: 0px;         /* Test Block - Start */
    }
  }
/* Payload - GalleryFancy - End */

/* Payload - Reservation - General - Start */
  #ulRes
  {
    /*
       These settings justify the alignment of the input elements to the left.
       The margin-left make it appear that the elements are justified center.
       Comment-out or remove this section below to make the elements go center.
    */
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
  }

  #ulRes > li
  {
    display: block;
  }
  #ulRes > li /*:nth-child(odd)*/
  {
    margin-top: 20px;
    /*___font-weight: bold;*/
  }

  [data-id='btnReserve']:enabled
  {
    color: #000;
  }
  [data-id='btnReserve']:disabled
  {
    color: #969696;
  }

  [data-id="resDatePicker"] > span
  {
    margin-top: 30px;
  }
  .paddingType0
  {
    margin: 15px;
    display: block;
    text-align: justify;
  }
  [data-id='btnReserve'], [data-id='btnClear']
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #spanNote0
  {
    text-align: justify;
  }

  @media screen and (max-width: 540px)
  {
    #ulRes > li > span
    {
      text-align: left;
    }
  }

  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px)
  {
    #ulRes > li > input,
    #ulRes > li > select
    {
      width: 90%;
      font-size: 16px;
      font-weight: bold;
      height: 40px;
      border-radius: 5px;
      border: solid 1px;
      padding-left: 10px;
      /* padding-right: 10px; */
    }
    #ulRes > li > select
    {
      background: transparent -moz-linear-gradient(center top , #F5F5F5 0%, #E7E7E7 100%) repeat scroll 0% 0%;
    }
    #ulRes > li > input:focus,
    #ulRes > li > select:focus
    {
      border: solid 3px;
      background-color: aliceblue;
    }
    #ulRes > li > select
    {
      /*
      text-align: center;
      width: 50%;
      */
    }

    /*
    #ulRes li:nth-child(2n+1)
    {
      margin-left: 5%;
      text-align: left;
    }
    */
    #ulRes > li > input,
    #ulRes > li > select
    {
      border: solid 1px #000;
      display: inline-block;
      width: 100%;
    }
    #ulRes > li > span
    {
      margin-left: 0%;
      /*text-align: left;*/
      display: block;
    }
  }

  @media screen and (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    #ulResMain
    {
      background-image: url("images/reserve_back_0.jpg");
      background-size: 100vw;
      background-repeat: no-repeat;
      background-color: #1F1F1F;
      margin-bottom: 0px;
    }
    #ulResMain > li:nth-child(1)
    {
      padding-top: 10px;
    }
    #ulResMain > li:nth-child(1) > span
    {
      background-color: #FFF;
      display: block;
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      border: solid 3px #000;
      max-width: 1000px;
      /*
      background-color: #FFF;
      display: inline;
      float: left;
      width: 500px;
      border-radius: 5px;
      margin: 10px;
      border: solid 1px #000;
      */
    }
    #ulResMain > li:nth-child(2)
    {
      padding-bottom: 10px;
    }

    #dResMain
    {
      /*
      border: solid 1px #000;
      width: 400px;
      margin-left: auto;
      margin-right: 50px;
      background-color: rgba(252, 236, 181, 0.8); /* aka #FCECB5 */
      /*
      border-radius: 5px;
      margin-bottom: 50px;
      display: inline-block;
      margin-top: 10px;
      */
      border: solid 1px #000;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 50px;
      /* background-color: rgba(252, 236, 181, 0.8); /* aka #FCECB5 */
      background: rgba(0, 0, 0, 0.72) none repeat scroll 0% 0% padding-box;
      border-radius: 5px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      display: block;
    
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    /*
    #ulRes > li > input
    {
      width: 380px;
    }
    */
    #ulRes > li > input,
    #ulRes > li > select
    {
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      height: 40px;
      border-radius: 5px;
      border: solid 1px;
      padding-left: 10px;
      /* padding-right: 10px; */
    }
    #ulRes > li > select::-ms-expand /* this is the style of the dropdown arrow for IE */
    {
      border-radius: 0px 5px 5px 0px;
      width: 25px;
      border-color: #000;
      height: 100%;
    }
    #ulRes > li > input:focus,
    #ulRes > li > select:focus
    {
      border: solid 3px;
      background-color: aliceblue;
    }

    /*
    #ulRes li:nth-child(2n+1)
    {
      margin-left: 5%;
      text-align: left;
    }
    */
    #ulRes > li
    {
      display: inline-block;
      width: 300px;
      border-radius: 5px;
      margin-left: 5px;
      margin-right: 5px;
    }
    #ulRes > li > span
    {
      margin-left: 0%;
      text-align: left;    
      display: block;
      color: #FFF;
    }
    [data-id="resDatePicker"] > span
    {
      color: #000 !important;         /* !important because for some reason the "#FFF" above overrides this one */
      text-align: center !important;  /* !important because for some reason the "left" above overrides this one */
      margin-top: 10px;
    }
    [data-id="resDatePicker"]
    {
      background-color: #FFF;
    }
    #ulRes > li > input,
    #ulRes > li > select
    {
      margin-left: 0%;
      text-align: left;
      border: solid 1px #000;
      /* display: block; */
    }
    [data-id="ulRes_LineBreak"]
    {
      display: block !important;
      margin-top: 0px !important;
    }
  }
  
  /* this is to remove the litthe blue triangle that appear on the right-hand side of the page */
  .bootstrap-datetimepicker-widget table td.today:before
  {
    content: none;
  }
/* Payload - Reservation - General - End */

/* Payload - Reservation - Summary - Start */
  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px)
  {
    /*#dSummaryTitle*/
    [data-id="dSummaryTitle"]
    {
      text-align: center;
    }

    #ulResSummary > li:nth-child(1)
    {
      border-radius: 5px 0 0 0;
    }
    #ulResSummary > li:nth-child(2)
    {
      border-radius: 0 5px 0 0;
    }
    #ulResSummary > li:nth-last-child(1)
    {
      border-radius: 0 0 5px 0;
    }
    #ulResSummary > li:nth-last-child(2)
    {
      border-radius: 0 0 0 5px;
    }

    #ulResSummary > li
    {
      padding: 1px;
      padding-left: 5px;
      padding-right: 5px;
      vertical-align: middle;
      margin-bottom: 30px;
    }

    #ulResSummary > li:nth-child(3n+1)
    {
      border: solid 1px #000;
      display: table-cell;
      background-color: rgb(204, 235, 214);
    }

    #ulResSummary > li:nth-child(3n+3)
    {
      display: table-row;
    }

    #ulResSummary > li:nth-child(3n+2)
    {
      border: solid 1px #000;
      display: table-cell;
      background-color: rgb(255, 214, 173);
      white-space: -moz-pre-wrap !important;
      white-space: -webkit-pre-wrap;
      white-space: -pre-wrap;
      white-space: -o-pre-wrap;
      white-space: pre-wrap;
      word-wrap: break-word;
      /* word-break: break-all; */
      white-space: normal;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    /*#dSummaryTitle*/
    [data-id="dSummaryTitle"],
    #ulResSummary
    {
      display: none;
    }
  }
/* Payload - Reservation - Summary - End */

/* Payload - Reservation - Validation Message - Start */
  .ValidationMessage_Pass
  {
    border: solid 1px #008000;
    list-style-type: none;

    padding-left: 0px;
    text-align: center;
    color: #008000;
  }

  .ValidationMessage_Fail
  {
    border: solid 1px #f00;
    color: #f00;
    text-align: left;
    padding-left: 20px;
  }

  @media screen and (max-width: 540px)
  {
    #ulValidationMessage
    {
      border-radius: 5px;
      margin-left: 5vw;
      width: 90vw;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  @media screen and (min-width: 540px) and (max-width: 767px),
                    (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    #ulValidationMessage
    {
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      background-color: #FFF;
      width: 500px;
      /*
      margin-left: 20vw;
      width: 60vw;
      */
    }
  }
/* Payload - Reservation - Validation Message - End */


/* Payload - Reservation - Date Time Pickers - Start */
  [data-id="dtpCheckInDate"],
  [data-id="dtpCheckOutDate"],
  [data-id="dtpCheckInTime"]
  {
    margin-left: auto; /*15px;*/
    margin-right: auto; /*15px;*/
    width: 300px;
  }
  [data-id="resDatePicker"] .glyphicon
  {
    /*
    color: #FF0000;
    font-size: 100%;
    */
    color: #FFF;
    font-size: 100%;
    box-shadow: 0px 0.5px 0px 6.5px #0065B8;
    border-radius: 10px;
    background-color: #0065B8;
  }
  [data-id="dtpCheckInDate"] table tr th.disabled span,
  [data-id="dtpCheckOutDate"] table tr th.disabled span
  {
    color: transparent;
    display: none;
  }
  .bootstrap-datetimepicker-widget table td span:hover.glyphicon
  {
    background-color: #0065B8;
  }
  [data-id="dtpCheckInDate"] table thead tr th.disabled:hover,
  [data-id="dtpCheckOutDate"] table thead tr th.disabled:hover
  {
    cursor: default;
    background-color: transparent;
  }
  .bootstrap-datetimepicker-widget .day,
  .bootstrap-datetimepicker-widget .month,
  .bootstrap-datetimepicker-widget .year
  {
    border: solid 0.5px #777777; /* #C5C5C5; */
    background-color: #F8F0A8;
    border-radius: 5px;
  }
  [data-id=dtpCheckInDate] .table-condensed,
  [data-id=dtpCheckOutDate] .table-condensed
  {
    border-collapse: separate;
  }
  .bootstrap-datetimepicker-widget .day.disabled,
  .bootstrap-datetimepicker-widget .day.disabled:hover,
  .bootstrap-datetimepicker-widget .month.disabled,
  .bootstrap-datetimepicker-widget .month.disabled:hover,
  .bootstrap-datetimepicker-widget .year.disabled,
  .bootstrap-datetimepicker-widget .year.disabled:hover,
  .bootstrap-datetimepicker-widget .decade.disabled,
  .bootstrap-datetimepicker-widget .decade.disabled:hover
  {
    color: #AAA; /* transparent */
    cursor: default;
    background-color: #F8F0A8;
    text-decoration: line-through;
    font-weight: normal;
  }
  .bootstrap-datetimepicker-widget .month,
  .bootstrap-datetimepicker-widget .year
  {
    white-space: nowrap;
  }
  [data-id="resDatePicker"] *
  {
    /*
    font-size: 20px;
    font-weight: bold;
    */
  }
  [data-id="resDatePicker"] > span
  {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .bootstrap-datetimepicker-widget table td.today
  {
    /* removes the little triangle at the bottom-right corner of today's date*/
    position: initial;
  }
  .bootstrap-datetimepicker-widget table td span
  {
    height: initial;
    line-height: initial;
  }
  .bootstrap-datetimepicker-widget .timepicker-hour,
  .bootstrap-datetimepicker-widget .timepicker-minute,
  .bootstrap-datetimepicker-widget .timepicker-second
  {
    font-weight: normal;
  }

  [data-id="dtpCheckInTime"] tr:nth-child(2)
  {
    border: solid 0.5px #777777;
    background-color: #F8F0A8;
  }

  /* these two rules disable and hide the days in the previous month and the next month  */
  table.table-condensed.table-condensed  td.old,
  table.table-condensed.table-condensed td.new
  {
    pointer-events: none;
    cursor: default;
    color: transparent;
  }
  table.table-condensed.table-condensed td.old.day.active,
  table.table-condensed.table-condensed td.new.day.active
  {
    background-color: #F8F0A8;
    text-shadow: none;
  }

  /* disable month, year, decades button so that if the user click on the those items on the calendar, nothing happen */
  .picker-switch
  {
     pointer-events: none;
     cursor: default;  
  }

  /* this hack is for IE to make the up and down arrows in the timepicker a normal size, otherwise they would be a big fat square */
  .bootstrap-datetimepicker-widget table td span
  {
    height: auto;
    line-height: normal;
  }

  @media screen and (max-width: 540px)
  {
    [data-id="resDatePicker"]
    {
      font-size: 1.5em;
    }
    [data-id="resDatePicker"] > div > div > ul > li
    {
      margin-left: 0px !important;
    }

    [data-id="dtpCheckInDate"],
    [data-id="dtpCheckOutDate"],
    [data-id="dtpCheckInTime"]
    {
      width: 100%;
      margin-left: 0px;
    }
  }
  @media screen and (min-width: 540px) and (max-width: 767px)
  {
    [data-id="resDatePicker"]
    {
      font-size: 1.5em;
    }  
  }
  @media screen and (min-width: 767px) and (max-width: 991px)
  {
    [data-id="resDatePicker"]
    {
      font-size: 1.5em;
    }
  }
  @media screen and (min-width: 991px)
  {
    #dResMain ul li[data-id="resDatePicker"]
    {
      /* font-size: 1.7vw; */
      font-size: 110%;
      margin-top: 40px;
    }
  }
/* Payload - Reservation - Date Time Pickers - End */

/* Payload - Reservation - Color Rotation - Start */
  .colorCycle
  {
    animation-name: homeCycle;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;

    -webkit-animation-name: homeCycle;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
  }

  @keyframes homeCycle
  {
    0% { background-color:#0F0; }
    100% { background-color:#00E000; }
  }
  @-webkit-keyframes homeCycle
  {
    0% { background-color:#0F0; }
    100% { background-color:#00E000; }
  } 
/* Payload - Reservation - Color Rotation - End */

/* Payload - ReservationSent - General - Start */
  #ulResSent
  {
    /*
       These settings justify the alignment of the input elements to the left.
       The margin-left make it appear that the elements are justified center.
       Comment-out or remove this section below to make the elements go center.
    */
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
  }

  #ulResSent > li
  {
    display: block;
  }
  #ulResSent > li /*:nth-child(odd)*/
  {
    margin-top: 20px;
    font-weight: bold;
  }

  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px)
  {
    #ulResSent > li > span
    {
      margin-left: 0%;
      text-align: left;    
      display: block;
    }
    #ulResSent li span:nth-child(2)
    {
      background-color: #337AB7;
      border-radius: 5px;
      border-color: #000;
      line-height: 30px;
      padding-left: 10px;
      color: #fff;
    }
  }

  @media screen and (min-width: 767px) and (max-width: 991px), 
                    (min-width: 991px)
  {
    #ulResSentMain
    {
      background-image: url("images/reserve_back_0.jpg");
      background-size: 100vw;
      background-repeat: no-repeat;
      background-color: #1F1F1F;
      margin-bottom: 0px;
      height: 800px;
    }
    #ulResSentMain > li:nth-child(1)
    {
      padding-top: 10px;
    }
    #ulResSentMain > li:nth-child(1) > span
    {
      background-color: #FFF;
      display: block;
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
      border: solid 3px #000;
      max-width: 1000px;
    }
    #ulResSentMain > li:nth-child(2)
    {
      padding-bottom: 10px;
    }

    #dResSentMain
    {
      border: solid 1px #000;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 50px;
      /* background-color: rgba(252, 236, 181, 0.8); /* aka #FCECB5 */
      background: rgba(0, 0, 0, 0.72) none repeat scroll 0% 0% padding-box;
      border-radius: 5px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      display: block;
    
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 30px;
    }

    /*
    #ulResSent li:nth-child(2n+1)
    {
      margin-left: 5%;
      text-align: left;
    }
    */
    #ulResSent > li
    {
      display: inline-block;
      width: 300px;
      border-radius: 5px;
      margin-left: 5px;
      margin-right: 5px;
    }
    #ulResSent > li > span
    {
      margin-left: 0%;
      text-align: left;    
      display: block;
      color: #FFF;
    }
    #ulResSent li span:nth-child(2)
    {
      background-color: #337AB7;
      border-radius: 5px;
      border-color: #000;
      line-height: 30px;
      padding-left: 10px;
    }
  }
  @media print
  {
    /* Hide Header, Footer, Notes and collapse hidden elements */
    #ulHeader, #ulFooter
    {
      visibility: hidden;
    }
    #ulHeader > li:nth-child(3)
    {
      height: 0px;
    }
    
    /* Logo and Business Name */
    #ulHeaderLogo
    {
      visibility: visible;
      display: table-row;
      
      margin-left: 25px;
      margin-top: 10px;
      display: inline-block;
    }
    #ulResSentMain > li:nth-child(1)
    {
      padding-left: 10px;
      border-top: solid 1px #000;
      border-bottom: solid 1px #000;
    }
    #ulHeaderLogo > li
    {
      display: table-cell;
    }
    #ulHeaderLogo > li:nth-child(1) > img
    {
      width: 80px;
    }
    #ulHeaderLogo > li:nth-child(2)
    {
      font-size: 30px;
      vertical-align: middle;
      padding-left: 10px;
    }

    /* Reservation Fields */
    #ulResSent > li > span:nth-child(1)
    {
      font-weight: bold;
    }
    #ulResSent > li > span:nth-child(2)
    {
      font-weight: normal;
    }
    #ulResSent > li > span:nth-child(1)::after
    {
      content: ": ";
    }

    #ulFooter > li:nth-child(1),
    #ulFooter > li:nth-child(2)
    {
      display: none;
    }
    #ulFooter > li:nth-child(3)
    {
      visibility: visible;
      border-top: solid 1px #000;
      border-bottom: solid 1px #000;
      padding-left: 20px;
      display: block;
    }

  }
/* Payload - ReservationSent - General - End */

/* Payload - Prices Table - Start */
  #ulPricesTop
  {
    display: inline-table;
  }
  #ulPricesTop li
  {
    white-space: normal;
  }
  #ulPricesMain
  {
    font-size: 3vw;
    text-align: center;
  }
  #ulPricesMain > li:nth-child(1)
  {
    white-space: nowrap;
    border: solid 2px #000;
    border-radius: 8px;
    padding:10px;
    box-shadow: 5px 5px 5px #888888;
    background-color: rgb(245, 245, 245);
  }
  #ulPricesTop > li, #ulPricesBottom > li
  {
    padding: 10px;
  }
  #ulPricesTop > li:nth-child(3n+1)
  {
    border: solid 1px #000;
    display: table-cell;
    background-color: rgb(204, 235, 214);
  }
  #ulPricesTop > li:nth-child(3n+3)
  {
    display: table-row;
  }
  #ulPricesTop > li:nth-child(3n+2)
  {
    border: solid 1px #000;
    display: table-cell;
    background-color: rgb(255, 214, 173);
  }
  #ulPricesBottom > li:nth-child(1)
  {
    display: block;
    color: #f00;
  }

  @media screen and (max-width: 540px)
  {
    #ulPricesMain
    {
      font-size: 1.5em;
      margin-left: 5px;
      margin-right: 5px;
    }
  }
/* Payload - Prices Table - End */

/* Payload - Amenities - Start */
  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px)
  {
    #divAmenities > div:nth-child(1)
    {
      font-size: 18px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 991px),
                    (min-width: 991px)
  {
    #divAmenities > div:nth-child(1)
    {
      font-size: 1.8vw;
      text-align: justify;
    }
    #divAmenities > div:nth-child(1) > span
    {
      margin-left: 5px;
      margin-right: 5px;
    }
  }
/* Payload - Amenities - End */

/* Payload - Map - Start */
  @media screen and (max-width: 540px),
                    (min-width: 540px) and (max-width: 767px),
                    (min-width: 767px) and (max-width: 991px)
  {
    #ulMap
    {
      display: none;
    }
  }

  @media screen and (min-width: 991px)
  {
    #ulMap > li
    {
      border: solid 1px #000;
    }
    #ulMap > li > div:nth-child(1)
    {
      width: 730px; height: 300px
    }
    #ulMap > li > div:nth-child(2)
    {
      position: relative; left:0px; top: 0px; width: 730px; height: 400px;
    }
    #ulMap
    {
      margin-bottom: 50px;
    }
  }
/* Payload - Map - End */

