$azul_claro : rgb(0,152,206);
$cinza : rgb(100,100,100);
$laranja : #fa8d07;
#tp_cal_container {
	width: 100%; height: 100%;
}
.tp_cal {
	background-color:  #FFF;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px;
}	
.tp_cal, .tp_cal * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.tp_cal .row {
	float: left;
	width: 50px;
	line-height: 20px;
}
.tp_cal table {
	width: 100%; height: 100%;
	margin-top: 0;
}
.tp_cal table.cal td, .tp_cal table.cal th {
	text-align: center;
	width: 14.28%;
	font-size: 13px !important;
	vertical-align: middle;
	color: $cinza;
}
.tp_cal table tr {
	height: 12.25%;
}

.tp_cal table tr:nth-child(2) {
	height: 2%;	
}
.tp_cal table th {
	font-size: 12px;
	text-align: center;
	color: #000;
	text-transform: uppercase;	
}
.off {
	color: #CCC;
}
.active {
	cursor: pointer;
	background-color: $azul_claro;
	border: solid 1px $azul_claro;
	color: #FFF;
	display: inline-block;
	a {
		color: #FFF;
		text-decoration: none;
	}
}
.tp_cal table td div {
	width: 28px; height: 28px; line-height: 26px;
	display: inline-block;
	width: 28px; height: 28px; line-height: 26px;
	border-radius: 15px;
}
div.curDate {
	border: solid 1px $laranja;
	background-color: $laranja;
	color: #FFF;
}
.tp_cal #date_chooser {
	position: absolute;
	left: 0; top: 0;

	background-color:  #FFF;
	width: 100%; height: 100%;
	display: none;
	padding: 20px;
	color: #FFF;
}
/* This is how you would create a theme called "my-custom-theme": */

.my-custom-theme {
border-radius: 5px; 
border: 1px solid #00a9ec;
background: #00a9ec;
color: #fff;
}
.my-custom-theme .tooltipster-content {
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 16px;
padding: 8px 10px;
}
#date_chooser {
	width: 100%; height: 100%;
}
#date_chooser .year_choice, #date_chooser .month_choice {
float: left;
padding: 5px 0;
border: solid 1px $azul_claro;
color: $azul_claro;
width: 30%;
margin-left: 5%;
cursor: pointer;
margin-top: 10px;
text-align: center;
}
#date_chooser .year_choice {
width: 18%;
margin-left: 2.5%;
}
#date_chooser .year_choice.on, #date_chooser .month_choice.on {
	background-color: $azul_claro;
	color: #FFF !important;
}
#date_chooser .year_choice:first-child, #date_chooser .month_choice:nth-child(3n+1) {
margin-left: 0;	
}

h1 {
clear: both;
margin: 0; padding: 0;
font-size: 22px;
margin-top: 10px;
}
#date_chooser #close_tp_cal {
	cursor: pointer;
	position: absolute; right: 15px; top: 15px;
	color: $azul_claro;
}
table.cal tr:first-child {
	a {
		color: $azul_claro;
		text-decoration: none;
	}
}
#cur_month {
cursor: pointer;
text-transform: uppercase;
color: $azul_claro;
}
.icon-down-open {
	color: $azul_claro;
	vertical-align: 2px;
	margin-left: 5px;
}