//Estilos de los tooltipis de los calendarios.
.bt-wrapper {
	.bt-content {
		li {
			list-style: none;
			float: left;
			height: 140px;
		}

		.caroufredsel_wrapper {
			margin: 0!important;
		}
	}

	.calendar_tooltips-title-value {
		line-height: 1;

		a {
			color: $c-brand-green-dark;
			font-size: 85%;
			font-weight: 400;
		}
	}

	.calendar_tooltips-field_fecha-value {

		.date-display-single {
			color: $c-white;
			line-height: 1.2;
			font-size: 72%;
			font-weight: 100;
			margin-top: 0.5em;
		}

		.date-display-range {
			color: $c-white;
			line-height: 1.2;
			font-size: 72%;
			font-weight: 100;
			margin-top: 0.5em;

			span {
				display: block;
			}
		}
	}
	#next {
		@include imgreplace;
		@include size(27px);
		background: url('../images/sprite.png') no-repeat -150px -124px;
		display: inline-block;
	}

	#prev {
		@include imgreplace;
		@include size(27px);
		background: url('../images/sprite.png') no-repeat -151px -156px;
		display: inline-block;
		margin-right: 1em;
	}
}


.bt-content {
  max-height: 200px;
  overflow-y: hidden;
}
.bt-wrapper canvas {
	left: 0;
}
.bt-content li {
  list-style: none;
  padding-bottom: 10px;
}

.bt-wrapper {
	height: auto!important;
}