/*Rentings Datepicker*/
.available button span {
  color: white;
}

.available button {
  background-image:                      -webkit-linear-gradient(top, #4CA709 0%, #5ECA0E 100%);
  background-image:                           -o-linear-gradient(top, #4CA709 0%, #5ECA0E 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4CA709), to(#5ECA0E));
  background-image:                        linear-gradient(to bottom, #4CA709 0%, #5ECA0E 100%);
}

.available button.active, 
.available button:active {
  border-color: #4CA709;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.available .active:hover {
  background-color: #5ECA0E;
  background-position: 0 -15px;
}

.available .btn[disabled] {
  border-color: #adadad;
  background-color: #4CA709;
  background-image: none;
}

.available button:hover, 
.available button:focus {
  background-color: #5ECA0E;
  background-position: 0 -15px;
}

.current-stay button span {
  color: white;
}

.current-stay button {
  background-image:                      -webkit-linear-gradient(top, #0095c2 0%, #2aabd2 100%);
  background-image:                           -o-linear-gradient(top, #0095c2 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0095c2), to(#2aabd2));
  background-image:                        linear-gradient(to bottom, #0095c2 0%, #2aabd2 100%);
}

.current-stay button.active, 
.current-stay button:active {
  border-color: #0095c2;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.current-stay .active:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.current-stay .btn[disabled] {
  border-color: #adadad;
  background-color: #0095c2;
  background-image: none;
}

.current-stay button:hover, 
.current-stay button:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.on-classification button span {
  color: white;
}

.on-classification button {
  background-image:                      -webkit-linear-gradient(top, #DABF00 0%, #F4D701 100%);
  background-image:                           -o-linear-gradient(top, #DABF00 0%, #F4D701 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4D701), to(#5ECA0E));
  background-image:                        linear-gradient(to bottom, #DABF00 0%, #F4D701 100%);
}

.on-classification button.active, 
.on-classification button:active {
  border-color: #DABF00;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.on-classification .on-classification:hover {
  background-color: #F4D701;
  background-position: 0 -15px;
}

.on-classification .btn[disabled] {
  border-color: #adadad;
  background-color: #DABF00;
  background-image: none;
}

.on-classification button:hover, 
.on-classification button:focus {
  background-color: #F4D701;
  background-position: 0 -15px;
}

.not-available button span {
  color: white;
}

.not-available .btn[disabled] {
  background-color: #AD0F0F;
  background-image: none;
}

/*Calendar Lengend*/
.calegend-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 90%;
}

.clegend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px;
}
.calegend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
}
.calegend-exp {
  font-size: 70%;
  color: #999;
  clear: both;
}