﻿/*  Owner Connect Theme Factory
 *
 *    Updates values on main.less
 *    
*/
/*orange theme*/
/*blue theme */
/* Owner Connect Mixins*/
/*  Common Properties
    
    This file includes LESS declaration that 
    are standard across all dashboard pages
*/

select {
	padding: 0.31em;
	margin: 0;
	/*background-color:#eaeaea;*/
	border:none;
	border-radius:2px;
	border:1px solid #ccc;
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus  {
	border-color:#926c19;
}
.bg-theme-color {
  background: #0084b4 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-darker-color {
  background: #292e37 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-action-color {
  background: #379bff !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-option-color {
  background: #f4901d !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-mute-color {
  background: #cceaf3 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.theme-color {
  color: #0084b4 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.darker-color {
  color: #292e37 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.action-color {
  color: #379bff !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.option-color {
  color: #f4901d !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.mute-color {
  color: #cceaf3 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.border-top-light {
  border-top: rgba(255, 255, 255, 0.1) 2px solid;
}
.border-bottom-light {
  border-bottom: rgba(255, 255, 255, 0.1) 2px solid;
}
.border-top-dark {
  border-top: rgba(0, 0, 0, 0.1) 2px solid;
}
.border-bottom-dark {
  border-bottom: rgba(0, 0, 0, 0.1) 2px solid;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.margin-top-1em {
  margin-top: 1em !important;
}
.margin-right-1em {
  margin-right: 1em !important;
}
.margin-bottom-1em {
  margin-bottom: 1em !important;
}
.margin-left-1em {
  margin-left: 1em !important;
}
.padding-top-1em {
  padding-top: 1em !important;
}
.padding-right-1em {
  padding-right: 1em !important;
}
.padding-bottom-1em {
  padding-bottom: 1em !important;
}
.padding-left-1em {
  padding-left: 1em !important;
}
.flat-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.flat-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.flat-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.flat-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.clearfix {
  clear: all;
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-float {
  clear: all;
}
.list-float li {
  float: left;
  display: inline-block;
}
.list-float-inline li {
  float: left;
  display: inline-block;
}
.list-inline {
  clear: all;
}
.list-inline li {
  display: inline-block;
}
/* mobile centered queries */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-xs-25 {
  width: 40%;
  float: left;
}
.col-xs-35 {
  width: 60%;
  float: left;
}
.col-xs-45 {
  width: 80%;
  float: left;
}
a:focus,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  /*outline:0px !important;*/
}
/*paddings and margins */
.ml-1em {
    margin-left: -1em;
}
.mb-5 {
    margin-bottom: -5px;
}
.mb-10 {
    margin-bottom: -10px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-15 {
    margin-top: -15px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-30 {
    margin-top: -30px;
}
.mt5 {
  margin-top: 5px;
}
.mr5em {
    margin-right:5em;
}
.ml5em {
    margin-left:5em;
}
.mr5em {
    margin-right:5em;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pt10 {
  padding-top: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.pb-10 {
  padding-bottom: -10px;
}
.pb-20 {
  padding-bottom: -20px;
}
.pb10 {
  padding-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pt20 {
  padding-top: 20px;
}
.mt20 {
  margin-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.mr20 {
  margin-right: 20px;
}
.pt30 {
  padding-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.mr30 {
  margin-right: 30px;
}
.pt40 {
  padding-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.mr40 {
  margin-right: 40px;
}
.pt50 {
  padding-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pt60 {
  padding-top: 60px;
}
.mt60 {
  margin-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.ml60 {
  margin-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.mr60 {
  margin-right: 60px;
}
.pt70 {
  padding-top: 70px;
}
.mt70 {
  margin-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.pl70 {
  padding-left: 70px;
}
.ml70 {
  margin-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.mr70 {
  margin-right: 70px;
}
.pt80 {
  padding-top: 80px;
}
.mt80 {
  margin-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.pl80 {
  padding-left: 80px;
}
.ml80 {
  margin-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.mr80 {
  margin-right: 80px;
}
.pt90 {
  padding-top: 90px;
}
.mt90 {
  margin-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.pl90 {
  padding-left: 90px;
}
.ml90 {
  margin-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.mr90 {
  margin-right: 90px;
}
.pt100 {
  padding-top: 100px;
}
.mt100 {
  margin-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pl100 {
  padding-left: 100px;
}
.ml100 {
  margin-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.mr100 {
  margin-right: 100px;
}
.F-Left {
    float:left;
}
.F-Right {
    float:right;
}
@media (min-width: 768px) {
  .border-top-1px {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .border-right-1px {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .border-bottom-1px {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .border-left-1px {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.p15 {
  padding: 15px;
}
.m15 {
  margin: 15px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.radius-right-0 {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.radius-left-0 {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.border-left-0 {
  border-left: 0;
}
.border-right-0 {
  border-left: 0;
}
.borderless {
  border: none !important;
}
.borderless td:first-child,
.borderless th:first-child {
  border-left: none !important;
}
.borderless td:last-child,
.borderless th:last-child {
  border-right: none !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgba(41, 46, 55, 0.07);
  opacity: 1;
}
/*jqTree*/
#tree {
  margin-left: 12px;
}
#tree ul.jqtree_common,
#tree ul.jqtree_common ul {
  list-style-type: none;
  background: url(Images/vline.png) repeat-y;
  margin: 0;
  padding: 0;
}
#tree ul.jqtree_common ul {
  margin-left: 10px;
}
#tree ul.jqtree_common li {
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 20px;
  background: url(Images/node.png) no-repeat;
  color: #369;
}
#tree ul.jqtree_common li:last-child {
  background: #ffffff url(Images/lastnode.png) no-repeat;
}
#tree .jqtree-folder {
  padding-bottom: 10px !important;
}
#tree .jqtree-tree .jqtree-title {
  margin-left: 10px;
}
#tree .jqtree-title-folder {
  font-weight: bold;
}
#tree .jqtree-toggler {
  color: #0084b4 !important;
}
#tree .fa-folder {
  color: #379bff;
}
#tree .fa-cloud-download {
  color: #0084b4;
  line-height: 22px;
}
#tree .jqtree-element.jqtree_common {
  background: rgba(55, 155, 255, 0.15);
  padding: 4px 8px;
  width: 100%;
  margin-bottom: 4px;
  color: #292e37;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#tree .jqtree-element.jqtree_common:hover {
  background: rgba(55, 155, 255, 0.25);
}
#tree .jqtree-element.jqtree_common:hover .fa {
  color: #379bff;
}
@media (max-width: 480px) {
  #tree .jqtree-title.jqtree_common.cursor-pointer {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    width: 70% ;
    display: inline-block;
  }
}
#tree .jqtree_common.jqtree-folder > .jqtree-element.jqtree_common {
  background: transparent;
  padding: 4px 8px;
  width: 100%;
  cursor: default;
}
.squared {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.no-border-top {
  border-top: 0 !important;
}
.disclaimer {
  font-size: 12px;
}
.disclaimer p {
  margin-bottom: .6em;
}
.btn-reverse {
  background: transparent;
  border: rgba(255, 255, 255, 0.2) 1px solid;
  color: rgba(255, 255, 255, 0.7);
}
.btn-reverse:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
/*# sourceMappingURL=common.css.map */

/* =============== Horiz Timeline ==============*/
.user-process {
  margin-top: 24px;
  list-style-type: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.user-process .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}
.user-process .status p {
    padding-top: 15px;
    font-weight: 200;
}
.user-process .status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 2px solid #ddd;
    position: absolute;
    top: -15px;
    left: 30%;
    transition: all 200ms ease-in;
}
.user-process li.process-past-step .status,
.user-process li.process-current-step .status {
    border-top: 2px solid #66DC71;
}
.user-process li.process-past-step .status p,
.user-process li.process-current-step .status p {
    font-weight: 600;
}
.user-process li.process-past-step .status:before {
    background-color: #66DC71;
    border: none;
    transition: all 200ms ease-in;
}
.user-process li.process-current-step .status:before {
    border-color: #66DC71;
    transition: all 200ms ease-in;
}
.user-process li.process-past-step .status p {
    color: #66DC71;
}

/*Last step*/
.user-process li.process-last-step .status:before {
    background-color: deepskyblue;
    border: none;
    transition: all 200ms ease-in;
}

.user-process li.process-last-step .status {
    border-top: 2px solid deepskyblue;
}

.user-process li.process-last-step .status p {
    font-weight: 600;
}

.user-process li.process-last-step .status p {
    color: deepskyblue;
}
/*Last step*/

/*.user-process .li {
    transition: all 200ms ease-in;
}*/

/*.user-process .aboveline {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
    height: 20px;
}*/

/*@media (min-device-width: 320px) and (max-device-width: 700px) {
  .user-process .timeline {
    list-style-type: none;
    display: block;
  }

  .user-process .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .user-process .aboveline {
    width: 100px;
  }

  .user-process .status:before {
    left: -8%;
    top: 30%;
    transition: all 8s ease-in;
  }
}*/
/* =============== Horiz Timeline ==============*/



/* =============== FullOwnership Reservation page ==============*/
.RoomNumericTb {
    width: 6em;
    /*height:2em;*/
    text-align: center;
    /*margin-left:7em;*/
}
/* ===============End of  FullOwnership Reservation page ==============*/



/* =============== NonUsageReservation page ==============*/
body {
}

#arrowImg {
    vertical-align: middle;
}

.sections {
    margin-left:1em;
}

.sectionsRows {
    margin-top:5px;
}

.numericTb {
    width: 3em;
    /*height:2em;*/
    text-align: center;
    /*margin-left:7em;*/
}

/*.numericTbAdults {
    margin-left
}*/

.roomTypeDropdown {
    /*width:15em;*/
    /*height:2.5em;*/
    /*padding-bottom:1px;*/
    text-align:center;
}

.resevationDatePicker {

}
/* =============== End of NonUsageReservation page ==============*/

.formButtons {
	margin-top: 20px;
}

.right
{
    text-align: right;
    padding-right: 10px;
}


/************* Datepicker *****************/
.ui-datpeicker-group
{
    margin-top: 5px;
}

.ui-datepicker-group .ui-datepicker-header, .ui-datepicker-group .ui-datepicker-title /* MONTH HEADER COLOR - RODNEY */
{
    /*background-color: #0194BE !important;*/
    background-color: #379bff !important;
}

.ui-datepicker-group .ui-datepicker-calendar thead /* DATE HEADER COLOR - RODNEY */
{
    background-color: #379bff;
    /*background-color: #60BCD6;*/ /* #01a9d9 - LIGHT BLUE - RODNEY */ 
    /*border: 1px solid #0194BE;*/
  	
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
    color: #ffffff;
}
/*
.ui-datepicker thead{
	background: url("images/gradient_7.png") repeat-x scroll left bottom #FAFAFA; ---------URL SECTION WAS COMMENTED OUT
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #DCDCDC;
}
*/

 .ui-widget {
	outline: none;
	font-size: 1.1em;
}
/* A.T. 13 Sept. 2011 */
/* .ui-widget a { outline: none } */
.ui-widget .ui-widget { font-size: 1em }
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #b1b1b1;
	color: #000000;
	background: #FFFFFF;
}
.ui-datepicker {
	padding: 0.2em 0.2em 0;
	background: #FFFFFF none;
	width: 17em; /*IE7 needs this otherwise it stretches to full width*/
	-moz-box-shadow: 0px 0px 10px #7A7A7A ;
	-webkit-box-shadow: 0px 0px 10px #7A7A7A ;
	box-shadow: 0px 0px 10px #7A7A7A;
	border-radius: 3px;
	display:none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
	/*background: #295D85;
	background: -moz-linear-gradient(top,  #295D85 0%, #351d05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295D85), color-stop(100%,#id425f));
	background: -webkit-linear-gradient(top,  #295D85 0%,#id425f 100%);
	background: -o-linear-gradient(top,  #295D85 0%,#id425f 100%);
	background: -ms-linear-gradient(top,  #295D85 0%,#id425f 100%);
	background: linear-gradient(to bottom,  #295D85 0%,#id425f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295D85', endColorstr='#id425f',GradientType=0 );*/
	border: 0px none;
	border-radius: 3px 3px 0 0;
	
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {/* top: 1px */}
.ui-datepicker .ui-datepicker-prev { left: 2px }
.ui-datepicker .ui-datepicker-next { right: 2px }
.ui-datepicker .ui-datepicker-prev-hover {left:1px;}
.ui-datepicker .ui-datepicker-next-hover { right: 2px }
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: transparent;
	/*border: 1px solid #535353;*/
}
.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important }
.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important }
.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important }
.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -7px;
	background: url('/Content/Images/icon_sprite.png') no-repeat;
	text-indent:9999px;
}


.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(83,83,83,0.8);
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year { width: 100% }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 78px !important; color: black;}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .3em .3em!important; /*!important needed to override jquery's default padding */
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 0.9em;
	/*background-color: #D4D4D4;*/
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 2px 3px 3px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

/*.ui-datepicker-buttonpane  button {
	background: #BFB198 ;
	color: #ffffff !important;
	border-color: #b6b6b6 !important;
	font-weight: bold !important;
	text-shadow: 0 1px 0 rgba(83, 83, 83, 0.8);
}
*/
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left }
.ui-datepicker .ui-datepicker-calendar a {
	background: transparent;
	border: 1px solid #fff;
	text-shadow: none;
	color: #333;
	border-radius:2px;
	line-height: 17px;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-active {  }
.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
/*	background: #295D85;
	background: -moz-linear-gradient(top,  #295D85 0%, #351d05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295D85), color-stop(100%,#351d05));
	background: -webkit-linear-gradient(top,  #295D85 0%,#351d05 100%);
	background: -o-linear-gradient(top,  #295D85 0%,#351d05 100%);
	background: -ms-linear-gradient(top,  #295D85 0%,#351d05 100%);
	background: linear-gradient(to bottom,  #295D85 0%,#1D425F5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295D85', endColorstr='#351d05',GradientType=0 );
	color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	/*border: 1px solid #ccc ;*/
	/*border-radius:3px;*/
}
.ui-datepicker .ui-datepicker-current-day .ui-state-default {
	/*color: #F6921A;*/
	text-shadow: none;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto }
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}

.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0 auto .4em;
    
}

.ui-datepicker-multi .ui-datepicker-group table.ui-datepicker-calendar 
{
    width: 246px;
    margin: 0px;
    border-top: 1px solid #dcdcdc;
    
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 48% }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 31.3% }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 23% }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0 }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0 }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left }
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
}
/* RTL support */
.ui-datepicker-rtl { direction: rtl }
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right }
.ui-datepicker-rtl .ui-datepicker-group { float: right }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

  /*.ui-state-default {
	background: -moz-linear-gradient(top,  #bfb198 0%, #bfb198 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfb198), color-stop(100%,#bfb198));
	background: -webkit-linear-gradient(top,  ##bfb198 0%,#bfb198 100%);
	background: -o-linear-gradient(top,  #bfb198 0%,#bfb198 100%);
	background: -ms-linear-gradient(top,  #bfb198 0%,#bfb198 100%);
	background: linear-gradient(to bottom,  ##bfb198 0%,#bfb1985 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfb198', endColorstr='#bfb198',GradientType=0 );
	color: #FFFFFF ;
	/*border: 1px solid #ccc ;*/
	/*border-radius:3px;	*/
/*} */

#legend
{
    clear: left;
    display: table;
    margin: 0 auto;
}

.nonOccupyDay  
{
    /*background: #F07E13;*/
    background: #b3b3b3;
	color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px;}

.checkoutonly  
{
    /*background: #F07E13;*/
    background: #ddd;
	color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px;}

.outOfSeason { 
    /*background: #BE4F00;*/
    background: #8a6d3b;
	color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px;}

.invday  
{
    /*background:#0194BE !important;*/
    background:#379bff;
    color: #FFFFFF;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px; }

.available  
{
    background:#fff !important;
    color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px; }

.restriction  
{
    background:#ffd800;
    color: #FFFFFF ;
	text-shadow: 0px 1px 1px #351d05;
	border-radius:3px; }

.cannotBeUsed
{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	/*	color:#ccc; */
}
.nonOccupyDay, .outOfSeason, .invday, .available, .restriction  .checkoutonly   {

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    -khtml-border-radius: 2px; 
}

.calendarLegend 
{
	padding-bottom: 0;
	line-height: 17px;
	margin-right:4px;
   float: left;
	padding-top:5px;
	margin-top:5px;
	font-size:.9em;
	padding-left:5px;
}

.legendColor {
	display: block;
	width: 20px;
	height: 15px;
	float: left;
	border-radius: 2px;
	margin-right: 10px;
}
.legendColor.no-availability 
{
	background-color: #bfb198;    
}

.legendColor.available
{
	background-color: #fff;    
	border: 1px solid #BBB;
}