/*CALENDARIO Y DATEPICKER*/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 9px 12px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker td.active {
	background:#894400;
	color:#FFF!important;
	text-shadow:none;
}
.datepicker td.active:hover {
	background:#202020;
	text-shadow:none;
}
.error {
	color:#903;
}
.mensaje {
	text-align:center;
	font-size:26px;
	font-style:italic;
}
.correcto {
	color:#093;
}
.input-group.captcha {
  display: flex;
  flex-wrap: wrap;
}
.input-group.captcha input{
  flex-basis: 200px;
}
.input-group.captcha img {
  width:65px;
  margin-left:10px;
}
/*Fechas Disponibles - Calendario*/
.MesCalendario{
	float:left;
	height:210px;
	margin-top:20px;
  width: 33%;
}
@media (max-width: 990px) {
  .MesCalendario {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .MesCalendario {
    width: 100%;
  }
}
.colorLMXJV {
	background-color: #cecece;
}
.ColorFechaBlanco {
	background-color: #eeefee;
}
.ColorFechaGris { /* Dias pasados */
	background-color: #eeefee;
	color:#202020;
}
.ColorFechaLibre {
	background-color: #d4de68;
	color:#202020;
}
.ColorFechaOcupado {
	background-color: #F1A274;
}
.ColorFechaHayPlazas {
	background-color: #F7DA7E;
}
.TablaCalendario{
/*	border:#6C4B3A solid;*/
	border-spacing:1px;
	padding:0px;
  width: 90%;
  margin: auto;
}
.TextoCalendarioCabecera {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color:#202020; /*FFFFDF*/
}
.textoUltAct {
	font-size: 10px;
	color:#5d3e31;
	}
.textoLeyendaCal {
	font-size: 10px;
	font-weight: bold;
	color:#5d3e31;
}
.textotarifas thead {
	background:#005b2a;
	color:#fff;
}
.textotarifas th, .textotarifas td {
	text-align:left;
	padding:5px;
}

.contactForm .input-group, .contactForm .row .col-md-6 {
	margin-bottom:10px;
}
.contactForm .input-group {
	width:100%;
}

.condiciones-legales input[type="checkbox"] {
	display:inline-block;
}
label.textolegal {
	padding:6px 0 0 5px;
	color:#202020;
	font-weight:300;
}
#cuadrocaptcha {
    visibility: hidden;
}