#ds_conclass{
	position: absolute;
	max-height: 500px;
	transition: all 0.5s;
	overflow: hidden;
	border-radius: 5px;
	padding: 0px;
	background: #fff;
	z-index: 32767;
	/*box-shadow: 0px 0px 20px 1px #000;*/
}

.ds_box {
	border-radius: 3px;
	/*box-shadow: 0.5px 0.5px 7px #777;*/
	position: absolute;
	z-index: 32767;
}


#ds_calclass{
	display: inline-block;
	max-width: 300px;
	max-height: 100%;
	overflow: hidden;
	margin: 0px;
}

#ds_conclass *{
	font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ds_calclass table{
	min-width: 250px;
	margin: 0px;
}

#ds_calclass table tr td{
	text-align: center;
	padding: 0px;
	line-height: 30px;
	border: 1px solid #ddd;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ds_tbl {
	border-collapse: collapse;
}

.ds_tbl tr:nth-child(3){
	background: #fff;
}

.ds_tbl tr.tr_head{
	background-color: white;
}

.ds_tbl tr.tr_head td{
	position: relative;
}

.ds_head {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 30px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}

.icone{
	width: 0px;
	height: 0px;
}

.previous{
	border-right: 15px solid #f4545a!important;
	border-left: 0;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	position: absolute;
	left: 0px;
	top: 7px;
}

.next{
	border-left: 16px solid #f4545a!important;
	border-right: 0;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	position: absolute;
	right: 0px;
	top: 7px;
}

.ds_tbl tr:hover td{
    background: #fff; 
}

.ds_subhead, .ds_tbl tr:hover td.ds_subhead{
	background-color: #f4545a!important;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 32px;
	border: 1px solid #fff!important;
}


.ds_cell, .ds_cell_invalid, .ds_cell_today {
	text-align: center;
	border: 1px solid #ddd;
	background-color: white;
}

.ds_cell_invalid{
	background-color: rgb(255,255,255);
	color: #ccc;
}

.ds_cell, .ds_cell_today {
	cursor: pointer;
}

.ds_tbl tr:hover td.ds_cell_today , .ds_cell_today, .ds_tbl tr:hover td.ds_cell:hover{
	background-color: #f4545a!important;
	color: white;
	font-weight: bold;
}
