/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
/*Common CSS*/
.tabContentContainer {
  min-height: 400px;
  padding: 20px;
  background: url("../../../contracts/default/images/tab-light-bg-2.png") center top no-repeat; }

.contentWrapper {
  margin: 0 auto;
  width: 960px; }
  .contentWrapper .faqList {
    padding-top: 15px; }

/*EOF*/
/*Add/Edit Vacation Details Popup*/
#vacationPopup {
  width: 350px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 10px;
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25); }
    #vacationPopup form .vacationbutton {
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 3px 0px;
      width: 100px;
      border-radius: 5px;
      margin: 8px auto 0 auto;
      cursor: pointer;
      display: block;
      text-align: center;
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/ }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #vacationPopup .height55 {
    height: 55px; }

/*EOF*/
.cartAvailableItems {
  display: none;
  width: 570px;
  background: #fff;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 160px;
  margin-top: 13px; }
  .cartAvailableItems .pointer {
    position: absolute;
    left: 370px;
    top: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .cartAvailableItems .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .cartAvailableItems .loading {
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .cartAvailableItems .loading img {
      margin-top: 85px; }
  .cartAvailableItems .cartItems {
    margin: 10px 12px 20px 25px;
    /*height: 184px;
    overflow: auto;*/ }
    .cartAvailableItems .cartItems .itemList {
      border-bottom: 1px dotted #8f8a8a;
      padding: 10px 0; }
      .cartAvailableItems .cartItems .itemList .itemPic {
        width: 70px;
        height: 70px;
        float: left; }
      .cartAvailableItems .cartItems .itemList .itemDesc {
        float: left;
        width: 230px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: left;
        text-transform: capitalize;
        line-height: 17px;
        margin-left: 10px; }
        .cartAvailableItems .cartItems .itemList .itemDesc .heading {
          font-family: "open_sans_condensedbold";
          font-size: 16px;
          color: #453c2d; }
        .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime {
          color: #383838; }
          .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime span {
            color: #797266; }
      .cartAvailableItems .cartItems .itemList .itemCost {
        float: left;
        width: 130px;
        height: 60px;
        margin-bottom: -10px;
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #453c2d;
        text-align: center;
        padding: 10px 0;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f7f7f7));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -o-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: linear-gradient(top, #fdfdfd, #f7f7f7);
        background-repeat: repeat-x;
        /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7');
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7')";*/ }
        .cartAvailableItems .cartItems .itemList .itemCost .price {
          font-family: Arial, sans-serif;
          font-size: 18px;
          color: #809a00; }
      .cartAvailableItems .cartItems .itemList .itemAction {
        float: left;
        width: 75px;
        margin-left: 18px; }

/* Notify :: Error :: Messages */
.notify {
  	/*background: none repeat scroll 0 0 #FFECEC;
      border: 1px solid #FF0000;
      color: #FF0000;*/
  line-height: 14px;
  margin-top: 6px;
  text-align: center; }

/* EOF */
/*****Modal Over & Modal Window*****/
#modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: url("../../../contracts/default/images/modal-bg.png") 0 0 repeat;
  opacity: 1.00;
  filter: alpha(opacity=1);
  z-index: 99998; }
  #modalOverlay #modalWindow {
    /*position: relative !important;*/
    top: 50%;
    left: 50%;
    /*margin-top:auto !important; */
    margin: 25px auto 0 auto;
    padding: 0;
    z-index: 99999; }
    #modalOverlay #modalWindow a#modalClose {
      background: url("../../../contracts/default/images/popupClose.png") 0 0 no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -30px;
      right: -24px;
      display: block;
      z-index: 1000000;
      cursor: pointer; }

.noscroll {
  overflow: hidden;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: none; }

/*****EOF*****/
/*Validation Error CSS*/
input.invalid, select.invalid {
  border: 1px solid #f00 !important; }

em.invalid {
  color: #FF0000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block; }

/*EOF*/
.addVacationSubmit {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/*.priceBox, .priceDetails{ // Event Total Price hidding  css
	display:none;
}*/
.deleteCartItem {
  padding-top: 20px; }

.cartAvailableItems .cartItems {
  display: block !important; }

.greenTextExt {
  color: #B98046;
  font-size: 13px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px 0; }

/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
/*Common CSS*/
.tabContentContainer {
  min-height: 400px;
  padding: 20px;
  background: url("../../../contracts/default/images/tab-light-bg-2.png") center top no-repeat; }

.contentWrapper {
  margin: 0 auto;
  width: 960px; }
  .contentWrapper .faqList {
    padding-top: 15px; }

/*EOF*/
/*Add/Edit Vacation Details Popup*/
#vacationPopup {
  width: 350px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 10px;
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25); }
    #vacationPopup form .vacationbutton {
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 3px 0px;
      width: 100px;
      border-radius: 5px;
      margin: 8px auto 0 auto;
      cursor: pointer;
      display: block;
      text-align: center;
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/ }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #vacationPopup .height55 {
    height: 55px; }

/*EOF*/
.cartAvailableItems {
  display: none;
  width: 570px;
  background: #fff;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 160px;
  margin-top: 13px; }
  .cartAvailableItems .pointer {
    position: absolute;
    left: 370px;
    top: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .cartAvailableItems .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .cartAvailableItems .loading {
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .cartAvailableItems .loading img {
      margin-top: 85px; }
  .cartAvailableItems .cartItems {
    margin: 10px 12px 20px 25px;
    /*height: 184px;
    overflow: auto;*/ }
    .cartAvailableItems .cartItems .itemList {
      border-bottom: 1px dotted #8f8a8a;
      padding: 10px 0; }
      .cartAvailableItems .cartItems .itemList .itemPic {
        width: 70px;
        height: 70px;
        float: left; }
      .cartAvailableItems .cartItems .itemList .itemDesc {
        float: left;
        width: 230px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: left;
        text-transform: capitalize;
        line-height: 17px;
        margin-left: 10px; }
        .cartAvailableItems .cartItems .itemList .itemDesc .heading {
          font-family: "open_sans_condensedbold";
          font-size: 16px;
          color: #453c2d; }
        .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime {
          color: #383838; }
          .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime span {
            color: #797266; }
      .cartAvailableItems .cartItems .itemList .itemCost {
        float: left;
        width: 130px;
        height: 60px;
        margin-bottom: -10px;
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #453c2d;
        text-align: center;
        padding: 10px 0;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f7f7f7));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -o-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: linear-gradient(top, #fdfdfd, #f7f7f7);
        background-repeat: repeat-x;
        /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7');
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7')";*/ }
        .cartAvailableItems .cartItems .itemList .itemCost .price {
          font-family: Arial, sans-serif;
          font-size: 18px;
          color: #809a00; }
      .cartAvailableItems .cartItems .itemList .itemAction {
        float: left;
        width: 75px;
        margin-left: 18px; }

/* Notify :: Error :: Messages */
.notify {
  	/*background: none repeat scroll 0 0 #FFECEC;
      border: 1px solid #FF0000;
      color: #FF0000;*/
  line-height: 14px;
  margin-top: 6px;
  text-align: center; }

/* EOF */
/*****Modal Over & Modal Window*****/
#modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: url("../../../contracts/default/images/modal-bg.png") 0 0 repeat;
  opacity: 1.00;
  filter: alpha(opacity=1);
  z-index: 99998; }
  #modalOverlay #modalWindow {
    /*position: relative !important;*/
    top: 50%;
    left: 50%;
    /*margin-top:auto !important; */
    margin: 25px auto 0 auto;
    padding: 0;
    z-index: 99999; }
    #modalOverlay #modalWindow a#modalClose {
      background: url("../../../contracts/default/images/popupClose.png") 0 0 no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -30px;
      right: -24px;
      display: block;
      z-index: 1000000;
      cursor: pointer; }

.noscroll {
  overflow: hidden;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: none; }

/*****EOF*****/
/*Validation Error CSS*/
input.invalid, select.invalid {
  border: 1px solid #f00 !important; }

em.invalid {
  color: #FF0000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block; }

/*EOF*/
.addVacationSubmit {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/*.priceBox, .priceDetails{ // Event Total Price hidding  css
	display:none;
}*/
.deleteCartItem {
  padding-top: 20px; }

.cartAvailableItems .cartItems {
  display: block !important; }

.greenTextExt {
  color: #B98046;
  font-size: 13px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px 0; }

.errorIcon_validation {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 9px;
  margin-left: 7px; }

.errInfo-Icon {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: -25px 0 0 306px; }

.errInfo-IconExt {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: -25px 0 0 306px; }

.msgError {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: -21px; }

.errorMsgdisplay {
  padding: 9px 20px 6px;
  margin-bottom: 15px;
  overflow: hidden; }

.errorMsgdisplayExt {
  padding: 9px 20px 6px;
  margin-bottom: 15px; }

.erroRed {
  float: left;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.tooltipError {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError .redComplete {
    color: #d62415; }

.tooltipError_DTA {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError_DTA .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError_DTA .redComplete {
    color: #d62415; }

#bBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #bBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #bBookingError p {
    color: #797266; }
  #bBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #bBookingError .redComplete {
    color: #d62415; }

#pBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #pBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #pBookingError p {
    color: #797266; }
  #pBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #pBookingError .redComplete {
    color: #d62415; }

#bBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 86px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #bBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #bBookingError_TA p {
    color: #797266; }
  #bBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #bBookingError_TA .redComplete {
    color: #d62415; }

#pBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 95px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #pBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #pBookingError_TA p {
    color: #797266; }
  #pBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #pBookingError_TA .redComplete {
    color: #d62415; }

.errorSpecialC {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 100%;
  height: auto;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.errorNO_D {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal;
  text-align: left; }

.tooltipErrorRead {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorRead .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorRead .redComplete {
    color: #d62415; }

.tooltipErrorExt {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorExt .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorExt .redComplete {
    color: #d62415; }

.daysCount {
  width: 340px;
  padding: 0 20px; }

.bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.erroInput {
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #f1d5d3 !important; }

#availDate i {
  margin: -25px 0 0 267px; }

#availTime i {
  margin: -25px 0 0 267px; }
#availTime .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availQuantity i {
  margin: 25px 0 0 269px; }
#availQuantity .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.quanityP {
  top: 180px !important; }

.quanityRead {
  top: 200px !important; }

.quanityExt {
  top: 203px !important; }

.quanityEdit {
  top: 200px !important; }

#availDateRead i {
  margin: -25px 0 0 242px; }
#availDateRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availDateRead .input-select-wrapper {
  width: 235px; }

#availTimeRead i {
  margin: -25px 0 0 242px; }
#availTimeRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availTimeRead .input-select-wrapper {
  width: 235px; }

#availQuantityRead i {
  margin: 33px 0 0 242px; }
#availQuantityRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateEdit i {
  margin: -25px 0 0 270px; }
#availDateEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availTimeEdit i {
  margin: -25px 0 0 270px; }
#availTimeEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#quantityEdit i {
  margin: 29px 0 0 270px; }
#quantityEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateExt i {
  margin: -25px 0 0 270px; }

#availTimeExt i {
  margin: -25px 0 0 270px; }

#availQuantityExt i {
  margin: 25px 0 0 272px; }

.width235 {
  width: 235px; }

.errorMsgdisplay ul li.msgError {
  display: table !important; }

.displayNone {
  display: none !important; }

.dNone {
  display: none; }

.vd-select-width {
  width: 302px; }

.errInfo-Icon {
  display: none; }

.errInfo-IconExt {
  display: none; }

.disIcon {
  display: block; }

.adultsExt {
  width: 74px;
  margin-left: 3px;
  float: left; }
  .adultsExt span {
    font-family: "arialbold";
    color: #383838;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    display: block; }

.removewhite_strip {
  background: transparent !important; }

.errorMsgdisplayExt ul li.msgError {
  display: table !important; }

.directUser_Error {
  color: #d62415 !important;
  display: none; }

.disabled {
  cursor: default !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2; }

/* Paths */
/********************************************************/
/* Paths END*/
/* Variables */
/********************************************************/
/********
MIXINS
********/
/****Mixin for Box Sizing****/
/****Mixin for Inline Block****/
/****Mixin for Text Shadow****/
/****Mixin for Animation****/
/****Mixin for Opacity****/
/****Mixin for Border Radius****/
/****Mixin for Box Shadow****/
/****Mixin fo Gradient****/
/****Mixin for Transition****/
/****Mixin for Transform****/
/****Mixin for Rounded Button****/
/*Common CSS*/
.tabContentContainer {
  min-height: 400px;
  padding: 20px;
  background: url("../../../contracts/default/images/tab-light-bg-2.png") center top no-repeat; }

.contentWrapper {
  margin: 0 auto;
  width: 960px; }
  .contentWrapper .faqList {
    padding-top: 15px; }

/*EOF*/
/*Add/Edit Vacation Details Popup*/
#vacationPopup {
  width: 350px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 21px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 10px;
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25); }
    #vacationPopup form .vacationbutton {
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 3px 0px;
      width: 100px;
      border-radius: 5px;
      margin: 8px auto 0 auto;
      cursor: pointer;
      display: block;
      text-align: center;
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/ }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #vacationPopup .height55 {
    height: 55px; }

/*EOF*/
.cartAvailableItems {
  display: none;
  width: 570px;
  background: #fff;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 160px;
  margin-top: 13px; }
  .cartAvailableItems .pointer {
    position: absolute;
    left: 370px;
    top: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .cartAvailableItems .closeBtn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
  .cartAvailableItems .loading {
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%; }
    .cartAvailableItems .loading img {
      margin-top: 85px; }
  .cartAvailableItems .cartItems {
    margin: 10px 12px 20px 25px;
    /*height: 184px;
    overflow: auto;*/ }
    .cartAvailableItems .cartItems .itemList {
      border-bottom: 1px dotted #8f8a8a;
      padding: 10px 0; }
      .cartAvailableItems .cartItems .itemList .itemPic {
        width: 70px;
        height: 70px;
        float: left; }
      .cartAvailableItems .cartItems .itemList .itemDesc {
        float: left;
        width: 230px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: left;
        text-transform: capitalize;
        line-height: 17px;
        margin-left: 10px; }
        .cartAvailableItems .cartItems .itemList .itemDesc .heading {
          font-family: "open_sans_condensedbold";
          font-size: 16px;
          color: #453c2d; }
        .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime {
          color: #383838; }
          .cartAvailableItems .cartItems .itemList .itemDesc .categoryTime span {
            color: #797266; }
      .cartAvailableItems .cartItems .itemList .itemCost {
        float: left;
        width: 130px;
        height: 60px;
        margin-bottom: -10px;
        font-family: "open_sans_condensedbold";
        font-size: 16px;
        color: #453c2d;
        text-align: center;
        padding: 10px 0;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f7f7f7));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: -o-linear-gradient(top, #fdfdfd, #f7f7f7);
        background-image: linear-gradient(top, #fdfdfd, #f7f7f7);
        background-repeat: repeat-x;
        /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7');
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFF7F7F7')";*/ }
        .cartAvailableItems .cartItems .itemList .itemCost .price {
          font-family: Arial, sans-serif;
          font-size: 18px;
          color: #809a00; }
      .cartAvailableItems .cartItems .itemList .itemAction {
        float: left;
        width: 75px;
        margin-left: 18px; }

/* Notify :: Error :: Messages */
.notify {
  	/*background: none repeat scroll 0 0 #FFECEC;
      border: 1px solid #FF0000;
      color: #FF0000;*/
  line-height: 14px;
  margin-top: 6px;
  text-align: center; }

/* EOF */
/*****Modal Over & Modal Window*****/
#modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: url("../../../contracts/default/images/modal-bg.png") 0 0 repeat;
  opacity: 1.00;
  filter: alpha(opacity=1);
  z-index: 99998; }
  #modalOverlay #modalWindow {
    /*position: relative !important;*/
    top: 50%;
    left: 50%;
    /*margin-top:auto !important; */
    margin: 25px auto 0 auto;
    padding: 0;
    z-index: 99999; }
    #modalOverlay #modalWindow a#modalClose {
      background: url("../../../contracts/default/images/popupClose.png") 0 0 no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -30px;
      right: -24px;
      display: block;
      z-index: 1000000;
      cursor: pointer; }

.noscroll {
  overflow: hidden;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: none; }

/*****EOF*****/
/*Validation Error CSS*/
input.invalid, select.invalid {
  border: 1px solid #f00 !important; }

em.invalid {
  color: #FF0000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block; }

/*EOF*/
.addVacationSubmit {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/*.priceBox, .priceDetails{ // Event Total Price hidding  css
	display:none;
}*/
.deleteCartItem {
  padding-top: 20px; }

.cartAvailableItems .cartItems {
  display: block !important; }

.greenTextExt {
  color: #B98046;
  font-size: 13px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 5px 0; }

.errorIcon_validation {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 9px;
  margin-left: 7px; }

.errInfo-Icon {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: -25px 0 0 306px; }

.errInfo-IconExt {
  /*errorIcon_validation_Review*/
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: -25px 0 0 306px; }

.msgError {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: -21px; }

.errorMsgdisplay {
  padding: 9px 20px 6px;
  margin-bottom: 15px;
  overflow: hidden; }

.errorMsgdisplayExt {
  padding: 9px 20px 6px;
  margin-bottom: 15px; }

.erroRed {
  float: left;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.tooltipError {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError .redComplete {
    color: #d62415; }

.tooltipError_DTA {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipError_DTA .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipError_DTA .redComplete {
    color: #d62415; }

#bBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #bBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #bBookingError p {
    color: #797266; }
  #bBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #bBookingError .redComplete {
    color: #d62415; }

#pBookingError {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 200px;
  margin: -37px auto 15px auto;
  min-height: 138px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -29%;
  text-align: center; }
  #pBookingError a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 38px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 225px;
    display: inline-block; }
  #pBookingError p {
    color: #797266; }
  #pBookingError .arrow {
    position: relative;
    margin: -91px 0 0 211px; }
  #pBookingError .redComplete {
    color: #d62415; }

#bBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 86px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #bBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #bBookingError_TA p {
    color: #797266; }
  #bBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #bBookingError_TA .redComplete {
    color: #d62415; }

#pBookingError_TA {
  display: none;
  font-family: Arial, sans-serif;
  height: 24px;
  border-right: #c1c1c1 1px solid;
  border-bottom: #c1c1c1 1px solid;
  background-color: #fff;
  width: 85%;
  margin: 0 auto 15px auto;
  min-height: 95px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold; }
  #pBookingError_TA a {
    background: url("../../../contracts/default/images/arrowGR.gif") no-repeat 21px 3px;
    color: #809a00;
    text-decoration: underline;
    width: 297px;
    display: inline-block; }
  #pBookingError_TA p {
    color: #797266; }
  #pBookingError_TA .arrow {
    position: relative;
    margin: 8px 0 0 0px; }
  #pBookingError_TA .redComplete {
    color: #d62415; }

.errorSpecialC {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  width: 100%;
  height: auto;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal; }

.errorNO_D {
  background: url("../../../contracts/default/images/error_icon.png") no-repeat left top;
  padding: 0 0 5px 23px;
  margin-left: 7px;
  color: #d62415;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: normal;
  text-align: left; }

.tooltipErrorRead {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorRead .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorRead .redComplete {
    color: #d62415; }

.tooltipErrorExt {
  display: none;
  height: 24px;
  border-right: #b7c3cb 1px solid;
  border-bottom: #b7c3cb 1px solid;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(top, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0')";*/
  width: 175px;
  min-height: 38px;
  padding: 12px;
  color: #797266;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 9; }
  .tooltipErrorExt .arrow {
    position: relative;
    margin: 8px 0 0 154px; }
  .tooltipErrorExt .redComplete {
    color: #d62415; }

.daysCount {
  width: 340px;
  padding: 0 20px; }

.bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.erroInput {
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #f1d5d3 !important; }

#availDate i {
  margin: -25px 0 0 267px; }

#availTime i {
  margin: -25px 0 0 267px; }
#availTime .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availQuantity i {
  margin: 25px 0 0 269px; }
#availQuantity .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

.quanityP {
  top: 180px !important; }

.quanityRead {
  top: 200px !important; }

.quanityExt {
  top: 203px !important; }

.quanityEdit {
  top: 200px !important; }

#availDateRead i {
  margin: -25px 0 0 242px; }
#availDateRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availDateRead .input-select-wrapper {
  width: 235px; }

#availTimeRead i {
  margin: -25px 0 0 242px; }
#availTimeRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }
#availTimeRead .input-select-wrapper {
  width: 235px; }

#availQuantityRead i {
  margin: 33px 0 0 242px; }
#availQuantityRead .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateEdit i {
  margin: -25px 0 0 270px; }
#availDateEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availTimeEdit i {
  margin: -25px 0 0 270px; }
#availTimeEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#quantityEdit i {
  margin: 29px 0 0 270px; }
#quantityEdit .bgred {
  background-color: #f1d5d3;
  background-image: -moz-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -ms-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee2e0), to(#f1d5d3));
  background-image: -webkit-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: -o-linear-gradient(top, #fee2e0, #f1d5d3);
  background-image: linear-gradient(top, #fee2e0, #f1d5d3);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEE2E0', endColorstr='#FFF1D5D3')";*/ }

#availDateExt i {
  margin: -25px 0 0 270px; }

#availTimeExt i {
  margin: -25px 0 0 270px; }

#availQuantityExt i {
  margin: 25px 0 0 272px; }

.width235 {
  width: 235px; }

.errorMsgdisplay ul li.msgError {
  display: table !important; }

.displayNone {
  display: none !important; }

.dNone {
  display: none; }

.vd-select-width {
  width: 302px; }

.errInfo-Icon {
  display: none; }

.errInfo-IconExt {
  display: none; }

.disIcon {
  display: block; }

.adultsExt {
  width: 74px;
  margin-left: 3px;
  float: left; }
  .adultsExt span {
    font-family: "arialbold";
    color: #383838;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    display: block; }

.removewhite_strip {
  background: transparent !important; }

.errorMsgdisplayExt ul li.msgError {
  display: table !important; }

.directUser_Error {
  color: #d62415 !important;
  display: none; }

.disabled {
  cursor: default !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2; }

/*Homepage Content Slides*/
input::-ms-clear {
  display: none; }

.homeContentSlides {
  position: relative;
  background: #fff;
  float: left;
  padding: 3px;
  margin: 25px 4px 172px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  /*End details*/ }
  .homeContentSlides .details {
    height: 200px;
    width: 225px;
    position: absolute;
    bottom: 3px;
    background: url("../../../contracts/default/images/grad.png");
    /*End inner*/ }
    .homeContentSlides .details .inner {
      margin: 100px 10px 10px 10px;
      padding: 5px;
      border-top: 1px dotted #FFF;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .homeContentSlides .details .inner .head1 {
        font-family: "open_sans_condensedbold";
        font-size: 14px; }
      .homeContentSlides .details .inner .head2 {
        font-family: "open_sanslight";
        font-size: 24px;
        margin-top: 4px;
        letter-spacing: 1px; }
      .homeContentSlides .details .inner .head3 {
        font-family: "open_sanslight";
        font-size: 40px;
        margin-top: 10px; }
      .homeContentSlides .details .inner .head4 {
        font-family: "open_sanslight";
        font-size: 42px;
        margin-top: 10px; }
      .homeContentSlides .details .inner .head5 {
        font-family: "open_sanslight";
        font-size: 18px;
        margin-top: 8px; }

/*EOF*/
/*Old Naming*/
.mainSlides {
  position: relative;
  background: #fff;
  float: left;
  padding: 3px;
  margin: 30px 4px 100px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
  .mainSlides .details {
    height: 200px;
    width: 225px;
    position: absolute;
    bottom: 3px;
    background: url(../../contracts/default/images/grad.png); }
    .mainSlides .details .inner {
      margin: 100px 10px 10px 10px;
      padding: 5px;
      border-top: 1px dotted #FFF;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .mainSlides .details .inner .head1 {
        font-family: "open_sans_condensedbold";
        font-size: 14px; }
      .mainSlides .details .inner .head2 {
        font-family: "open_sanslight";
        font-size: 24px;
        margin-top: 0;
        letter-spacing: 1px; }
      .mainSlides .details .inner .head3 {
        font-family: "open_sanslight";
        font-size: 38px;
        margin-top: 10px; }
      .mainSlides .details .inner .head4 {
        font-family: "open_sanslight";
        font-size: 42px;
        margin-top: 12px; }
      .mainSlides .details .inner .head5 {
        font-family: "open_sanslight";
        font-size: 18px;
        margin-top: 8px; }

#vacationPopup {
  width: 350px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff; }
  #vacationPopup h3 {
    font-family: "open_sans_condensedbold";
    font-size: 18px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #vacationPopup form {
    margin: 0;
    padding: 0; }
    #vacationPopup form .selRes {
      font-family: "arialbold";
      font-size: 13px;
      color: #383838;
      text-transform: uppercase; }
    #vacationPopup form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup form label {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #383838;
      text-align: right;
      width: 80px;
      margin-right: 10px;
      display: inline-block; }
    #vacationPopup form input[type="text"] {
      border-radius: 3px;
      margin-right: 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      width: 145px; }
    #vacationPopup form .vacationbutton {
      background-color: #6e8401;
      background-image: -moz-linear-gradient(top, #90a623, #6e8401);
      background-image: -ms-linear-gradient(top, #90a623, #6e8401);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90a623), to(#6e8401));
      background-image: -webkit-linear-gradient(top, #90a623, #6e8401);
      background-image: -o-linear-gradient(top, #90a623, #6e8401);
      background-image: linear-gradient(top, #90a623, #6e8401);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF90A623', endColorstr='#FF6E8401');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF90A623', endColorstr='#FF6E8401')";*/
      color: #FFF;
      font-family: "open_sans_condensedbold";
      font-size: 13px;
      text-transform: uppercase;
      border: none;
      padding: 5px 10px;
      width: 100px;
      border-radius: 3px;
      margin: 5px 0 0 130px;
      cursor: pointer; }
    #vacationPopup form .sf {
      width: 150px; }
    #vacationPopup form .callIcon {
      margin-top: 0px;
      cursor: pointer; }
  #vacationPopup .frame {
    background: #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 5px;
    padding: 10px 18px; }

#vacationPopup_D {
  width: 480px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff; }
  #vacationPopup_D h3 {
    font-family: "open_sans_condensedbold";
    font-size: 19px;
    color: #809a00;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center; }
  #vacationPopup_D #bookingNum_D {
    width: 293px; }
  #vacationPopup_D #booking_D {
    background-color: #dfdfdf;
    padding: 15px 85px; }
  #vacationPopup_D form {
    margin: 0;
    padding: 0; }
    #vacationPopup_D form .selRes {
      font-family: Arial, sans-serif;
      font-size: 12px;
      color: #797266;
      text-transform: uppercase;
      font-weight: bold; }
    #vacationPopup_D form .selectResort {
      border: none;
      border-radius: 5px;
      color: #797266;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding: 8px 5px;
      width: 330px;
      background-color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(top, #fff, #f2f2f2);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2')";*/
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696');
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')"; }
    #vacationPopup_D form p {
      margin: 5px 0;
      float: left; }
    #vacationPopup_D form label {
      font-family: Arial, sans-serif;
      font-size: 12px;
      color: #797266;
      text-align: left;
      margin-right: 10px;
      display: block;
      text-transform: uppercase;
      font-weight: bold; }
    #vacationPopup_D form input[type="text"] {
      border-radius: 3px;
      margin-right: 6px;
      -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
      background: none repeat scroll 0 0 #FCFCFC;
      border: 1px solid #CCCCCC;
      font-size: 12px;
      outline: medium none;
      padding: 10px 0 10px 6px;
      width: 137px; }
    #vacationPopup_D form .vacationbutton {
      background-color: #363636;
      background-image: -moz-linear-gradient(top, #545454, #363636);
      background-image: -ms-linear-gradient(top, #545454, #363636);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#363636));
      background-image: -webkit-linear-gradient(top, #545454, #363636);
      background-image: -o-linear-gradient(top, #545454, #363636);
      background-image: linear-gradient(top, #545454, #363636);
      background-repeat: repeat-x;
      /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF545454', endColorstr='#FF363636');
      -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF545454', endColorstr='#FF363636')";*/
      color: #FFF;
      border: none;
      padding: 10px;
      width: 279px;
      border-radius: 3px;
      cursor: pointer;
      text-transform: uppercase;
      display: block;
      text-align: center;
      font-size: 16px;
      font-family: "open_sans_condensedbold"; }
    #vacationPopup_D form .input-select-wrappertext {
      text-transform: capitalize;
      font-size: 14px; }
    #vacationPopup_D form .sf {
      width: 150px; }
    #vacationPopup_D form .callIcon {
      position: relative;
      margin-left: -47px;
      margin-top: 7px;
      cursor: pointer; }
    #vacationPopup_D form .req {
      color: #d62415; }
  #vacationPopup_D .frame {
    background: #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 8px 0; }

.taPortal {
  position: absolute;
  z-index: 99999;
  top: -96px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  width: 372px;
  text-align: center;
  display: none; }

.ui-widget-header {
  border: #000 0px solid; }

.ui-datepicker-calendar td.ui-datepicker-unselectable {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  background-repeat: repeat-x;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF')";*/ }

#modalOverlay #modalWindow {
  height: auto !important;
  margin-top: -175px !important;
  position: absolute !important;
  margin-bottom: 65px !important; }

.calArrowOut {
  position: absolute;
  top: -9px;
  right: 95px;
  width: 23px;
  height: 10px;
  background: url(../../../contracts/default/images/arrowCal.png) no-repeat; }

.calArrowIn {
  position: absolute;
  top: -9px;
  left: 232px;
  width: 23px;
  height: 10px;
  background: url(../../../contracts/default/images/arrowCal.png) no-repeat; }

/*# sourceMappingURL=index.css.map */
