@charset "utf-8";
/* CSS Document */

#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}

input.dp-applied {
	width: auto;
	background: #FFF url(../images/calendar.png) right center no-repeat ;
	background-size: auto;
	cursor: pointer;
}

a.dp-choose-date {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 2px 0px 0px 3px;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 	
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}

/* Booking Box */

.bbmain {
    width: auto;
	height: auto;
	padding: 0px;
	margin: 30px 0px;
	overflow: hidden;
	color: #212121;
	background: #f5f5f5;
}

.bbmain .btn {
	margin: 0px;
	color: #FFF;
}

.bbmain h2 {
	margin: 0px;
	padding: 0px;
	font-size: 2.6em;
	text-align: left;
}

.bbmain span {
	text-align: left;
	font-size: 1.27em;
	font-weight: 400;
	letter-spacing: 1px;
}

#bbmain_terms {
	text-align: left;
	font-size: 0.85em;
	margin-top: 5px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#fecha_ini::-ms-clear, #fecha_fin::-ms-clear {
  width : 0px;
  height: 0px;
}

#id_propietario, #fecha_ini, #fecha_fin, #codigo_promocion {
	margin-right: 20px;
}

#ticks-2col {
	margin: 0px 0px 20px 0px;
	list-style: none;
    -moz-column-count: 2; 
    -webkit-column-count: 2; 
    column-count: 2;
	-moz-column-gap: 5px; 
    -webkit-column-gap: 5px;
    column-gap: 5px;
	text-align: left;
	line-height: 180%;
	font-size: 0.81em;
}

#ticks-3col {
	margin: 15px 0px 20px 0px;
	list-style: none;
    -moz-column-count: 3; 
    -webkit-column-count: 3; 
    column-count: 3;
	-moz-column-gap: 20px; 
    -webkit-column-gap: 20px;
    column-gap: 20px;
	text-align: left;
	line-height: 180%;
	font-size: 1.13em;
	letter-spacing: 1px;
}

#ticks-2col span {
	font-size: 0.72em;
}

#ticks-3col span {
	font-size: 0.91em;
	letter-spacing: 1px;
}