@import url(/vacations/css/ui/reductive-menus.css);
@import url(/vacations/css/ui/note.css);
@import url(/vacations/css/ui/tooltip.css);

/*** GENERAL ******************************************************************/

.hide {
    display:none;
}

.booking-widget-wrapper {
    width: 310px;
    min-height: 50px;
    font-size: 1em;
    overflow: hidden;
    border: 1px solid rgb(197, 200, 204);
    background:#ffffff;
    padding-bottom:20px;
    background-image:none !important;
}

p.widget-title { 
    font-size: 1.33em;
    color: #002d62;
    text-align: center;
}

.vacations-booking {
    min-height: 230px;
    height: 100%;
    width: 256px;
    padding: 15px 27px 0px;
}

.foot {
    height: 21px;
    width: 310px;
    background: none;
}

.vacations-booking h1 {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 6px;
    font-weight: normal;
}

.vacations-booking .internalLink {
    font-size: .9em;
}

.vacations-booking .box-shadow {
    overflow: visible;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.vacations-booking input.text {
    font-size: 1em;
    line-height: 22px;
    height: 22px;
    margin-bottom: 8px;
    padding: 0px 8px;
    width: 238px;
}

.vacations-booking fieldset {
    position: relative;
    clear: both;
}

/*** HOTEL FIELDSET ***********************************************************/

.vacations-booking fieldset.hotel {
    display: none;
    cursor: pointer;
    margin: 8px 0;
    padding: 0 22px 0 0;
    position: relative;
    font-size: 0.92em;
    background: transparent url(/vacations/img/vacations/booking-form/hotels-close-out.gif) no-repeat right center;
}

.vacations-booking fieldset.hotel:hover {
    background-image: url(/vacations/img/vacations/booking-form/hotels-close-over.gif);
}

.vacations-booking fieldset.hotel em {
    font-size: 1.09em;
    color: #29528d;
    font-style: normal;
}

/*** DATE FIELDS **************************************************************/

.vacations-booking input.date-depart {
    float: left;
    width: 110px;
    margin-bottom: 0px;
}

.vacations-booking input.date-return {
    position: relative; /* must be set to relative to avoid zooming issues */
    right: 0;
    width: 110px;
    margin-bottom: 0px;
}
/*
IE fixes for when a user zooms in/out
*/
.ie7 .vacations-booking input.date-depart {
    position: relative;
    top: 1px;
}
.ie6 .vacations-booking input.date-return {
    float: right;
}
.ie8 .vacations-booking input.date-return {
    position: absolute;
    right: 0;
}

.ie7 .vacations-booking select.duration,.i8 .vacations-booking select.duration {
    position: relative;
    top: 1px;
    float: right;
    font-size: 1.21em;
}

.ie7 .vacations-booking select.price-range,.i8 .vacations-booking select.price-range {
    position: absolute;
    top: 1px;
    float: left;
}

.ie7 .vacations-booking select.star,.i8 .vacations-booking select.star {
    position: relative;
    top: 1px;
    float: right;
}

/*** SELECT BOXES *************************************************************/

.vacations-booking .box-shadow select {
    width: 50%;
    height: 24px;
    float: left;
    margin: 0px 0px 0px;
    color: #636363;
    padding: 3px 2px 2px 6px;
    font-size: 1em;
    line-height: 22px;
}

.vacations-booking .box-shadow option {
    padding: 2px 2px 2px 8px;
}

/*.vacations-booking .guests .box-shadow {
    z-index: 5;
}*/

.vacations-booking .rooms .box-shadow {
    width: 50%;
    float: left;
}

.vacations-booking .rooms select {
    width: 100%;
}

.vacations-booking fieldset.guests {
    height: 42px;
}

.vacations-booking fieldset.rooms {
    /*    height: 42px;*/
}

.vacations-booking .note-rooms-link {
    float: left;
    margin: 4px 0px 0px 6px;
    background: url(/vacations/img/vacations/booking/icon-help-grey.png) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    outline: 0;
}

.vacations-booking .note-group-link {
    /*    float: right;
    margin-top: 8px;*/
    position: absolute;
    top: 4px;
    right: 0;
}

/*** GUEST CHILDREN AGES ******************************************************/

.vacations-booking .ages {
    margin: 5px 0px 8px;
}

.vacations-booking a.note-child-link {
    position: absolute;
    display: block;
    right: 2px;
    bottom: 0px;
    /*z-index: 6;*/
}

.vacations-booking .ages label {
    float: left;
    margin-right: 12px;
}

.vacations-booking .ages label span {
    font-size: .8em;
}

.vacations-booking .ages input {
    width: 1.7em;
    padding: 0 4px;
}

/*** ERRORS, MISC *************************************************************/

.js .vacations-booking .nojs {
    display: none;
}

.vacations-booking .validation-errors {
    display: none;
}

.vacations-booking .validation-errors,.vacations-booking .error-text {
    font-size: 0.92em;
    color: #c00;
    margin: 0 0 1em;
}

.vacations-booking .notice-text {
    font-size: 0.92em;
    color: #090;
    margin: 0 0 1em;
    clear: both;
}

/*** SUBMIT BUTTON ************************************************************/

.vacations-booking fieldset.submit {
    margin-top: 6px;
    text-align: center;
}

/*** BOOKED WRAPPER ***********************************************************/

.booked-wrapper {
    overflow: auto;
    background: url(/vacations/img/vacations/booking-form/bg-booked.png) center top no-repeat;
    margin-top: 16px;
    text-align: center;
    padding: 16px 27px 0;
    display: none;
}

.home-wrapper .booked-wrapper {
    display: block;
}

.booked-wrapper h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.booked-wrapper .sub-selects {
    float: left;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-align:left;
}

.booked-wrapper a.sub-selects {
    color: #007BC3;
}

.booked-wrapper a.sub-selects:after {
    content:" \003E";
}

.booked-wrapper a.sub-selects:hover {
    color: #005E93;
    text-decoration:underline;
}

.booked-wrapper .sub-selects-middle {
    margin: 0px 30px;
    padding-left: 10px;
}
.chrome .booked-wrapper .sub-selects-middle {
    margin: 0px 30px;
}

.booked-wrapper .sub-selects-middle_fr {
    margin: 0px 24px;
    padding-left: 16px;
}

/*** ADJUSTMENTS FOR THE LIGHTBOX VERSION *************************************/

.vacations-booking-lightbox-embed {
    display: none;
}

.vacations-booking-lightbox .vacations-booking {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 0;
}

.vacations-booking-lightbox .vacations-booking h1 {
    display: none;
}

.vacations-booking-lightbox {
      /*padding-top: 40px;*/
      padding-top: 0px;
    width: 310px;
    min-height: 50px;
    font-size: 1em;
    overflow: hidden;
    /*background: url(/vacations/img/vacations/booking-form/logo-lightbox.png) 0 0 no-repeat;*/
    behavior: url(/css/iepngfix.htc);
}
.vacations-booking-lightbox p.widget-title { margin-bottom: 20px; }

.fr .vacations-booking-lightbox {
    /*background: url(/vacations/img/vacations/booking-form/logo-lightbox-fr.png) 0 0 no-repeat;*/
}

/*** OVERRIDES & USER-AGENT FIXES *********************************************/

.vacations-booking input.wvi-btn-primary {
    display: none;
}

.ie .vacations-booking .note-group-link {
    /*    margin-top: 4px;*/
    top: 4px;
}

.ie8 .booked-wrapper .sub-selects-middle {
    margin: 0px 25px;
}

.ie7 .vacations-booking .guests .box-shadow img,.ie7 .vacations-booking .rooms .box-shadow img,.ie6 .vacations-booking .rooms .box-shadow img {
    position: absolute;
    left: 0;
    margin-top: -2px;
}

.ie7 .vacations-booking .date .box-shadow img {
    position: absolute;
    left: 0;
}

.ie6 .vacations-booking {
    padding-bottom: 3px;
}

.ie6 .booked-wrapper {
    overflow: visible;
    height: 70px;
}


/*** FIX FOR WESTJET.COM INTEGRATION ******************************************************************/
#vacations.pillbox {
    display: none;
}

#vacations.pillbox fieldset.date .box-shadow input {
    width: 110px;
}
#vacations.pillbox .vacations-booking h1 {
    margin-bottom: 6px;
}
#vacations.pillbox .vacations-booking input.text {
    width: 238px;
}
#vacations.pillbox fieldset.submit {
    margin-top: 20px;
}
#vacations.pillbox .main > img {
    width: 135px;
    height: 28px;
    margin-bottom: 16px;
    margin-left: 60px
}
#vacations.pillbox .vacations-booking .ages input {
    width: 1.7em;
}
.ie7 #vacations.pillbox .submit-link {
    behavior: url();
}

/*
#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking {
    min-height: 360px;
    background: url("/vacations/img/pillbox/main-1col.png") no-repeat scroll 0 0 transparent;
    padding: 35px 27px 20px 27px;
}
*/

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking {
    min-height: 360px;
}

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking #booking-widget-tabs h1 {
    margin-bottom: 0px;
    font-weight: normal;
}

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking h1 {
    margin-bottom: 25px;
  
}

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking a.wvi-btn-primary {
    background: #7AC143;
    color: #203312 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 21px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking a.wvi-btn-primary:hover {
    background: #89DA4C;
}

#vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking a.wvi-btn-primary:first-letter {
text-transform: capitalize;
}

#vacations.pillbox #vacationsMain #booking-widget-tabs li h1 {
  font-size: 1.17em ;
}

/* Disable round corner tab in IE7 in home page */
.ie7 #vacations.pillbox #vacationsMain .booking-widget-wrapper .vacations-booking a.wvi-btn-primary,
.ie7 #vacations.pillbox #vacationsMain ul#booking-widget-tabs li, 
.ie7 #vacations.pillbox #vacationsMain ul#booking-widget-tabs li:hover, 
.ie7 #vacations.pillbox #vacationsMain ul#booking-widget-tabs li.active, 
.ie7 #vacations.pillbox #vacationsMain ul#booking-widget-tabs li:active:hover {
    behavior: url();
}


/*** Tabbed booking widgets */

ul#booking-widget-tabs {
    list-style:none !important;
    z-index: 1;
    margin: 5px 0 15px -20px;
    display: inline-block;
    position: relative;
    background: url('/vacations/img/vacations/booking-widget/booking-tab-shadow.png') no-repeat bottom center;
    height: auto;
    overflow: hidden;
    width: 293px;

}

ul#booking-widget-tabs li { 
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #f5f5f5 60%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(60%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 60%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 60%,#e5e5e5 100%); /* Opera 11.10+ */
    background: linear-gradient(top,  #f5f5f5 0%,#f5f5f5 60%,#e5e5e5 100%); /* W3C */
    -pie-background: linear-gradient(top,  #f5f5f5 0%,#f5f5f5 60%,#e5e5e5 100%);
    display:block;
    font-weight:bold;
    text-align:center;
    border:1px solid #ccc;
    border-bottom-color: #ccc;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    float:left; 
    margin: 0 0 0 2px; 
    padding: 0;
    width:125px;
    cursor: pointer;
    behavior: url(/vacations/css/css3pie.htc);
}

ul#booking-widget-tabs li.tab1 {
    margin: 0 0 0 20px;
}

ul#booking-widget-tabs li:hover {
    background: #e7f4ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7f4ff 0%, #e7f4ff 60%, #c5e2f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f4ff), color-stop(60%,#e7f4ff), color-stop(100%,#c5e2f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7f4ff 0%,#e7f4ff 60%,#c5e2f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7f4ff 0%,#e7f4ff 60%,#c5e2f9 100%); /* Opera 11.10+ */
    background: linear-gradient(top,  #e7f4ff 0%,#e7f4ff 60%,#c5e2f9 100%); /* W3C */
    -pie-background:  linear-gradient(top,  #e7f4ff 0%,#e7f4ff 60%,#c5e2f9 100%);
    border-top-color: #b5d2e9;
    border-left-color: #b5d2e9;
    border-right-color: #b5d2e9;
    behavior: url(/vacations/css/css3pie.htc);
}

ul#booking-widget-tabs li.active, ul#booking-widget-tabs li:hover.active {
    color:#018380; 
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    cursor: default;
    -pie-background: #fff;
    behavior: url(/vacations/css/css3pie.htc);
}

ul#booking-widget-tabs li h1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-weight: normal;
    color:#002d62;
    display: block;
    padding: 8px 0;
    line-height: 1;
}

ul#booking-widget-tabs li.active h1 {
    color: #018380;
}

/*** CHECK AVAILABITY WIDGET ON BOOKING STEP1.5 ***/
.vacations-booking div.os-field {
    padding: 5px 0 2px;
}
    
.vacations-booking div.os-field em {
    font-size: 1.09em;
    color: #29528d;
    font-style: normal;
}

/*** Hidding validation errors header/footer ***/
.vacations-booking .validation-errors p.header,
.vacations-booking .validation-errors p.footer {
    display: none;
}