.cal div{
	-webkit-transition: 	background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: 		background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: 			background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: 			background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.cal .cal-row{
	position: relative;
	height: 65px;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	cursor: pointer;
}
.cal:hover .cal-row{
	background-color:#F8F9FC;

}

.cal .plaats,
.cal .locatie{
	position: absolute;
	left: 80px;
	top: -10px;
	right: 70px;
	text-transform: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cal .plaats{
	letter-spacing: 0px;

}

.cal .locatie{
	top: 25px;
	font-weight: regular;
	color: #727272;
	font-size:15px;
}

.cal .left{
	display: block;
	color: #357dd6;
	background-color:white;
	width: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	border-radius:6px 6px 5px 5px;


}

.cal .left .day{
	border: 3px solid #357dd6;
	border-top:0px;
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 22px;
	text-transform: uppercase;
	position: absolute;
	top: 24px;
	left: 0px;
	right: 0px;
	height: 45px;
	border-radius:0px 0px 3px 3px;
	width: 66px;
	font-weight: bold;
}


.cal .left .month{
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	color:#010101;
	width: 66px;
	font-weight: bold;
}

.cal .left .weekday{
	border:3px solid #357dd6;
	font-weight: bold;
	color:white;
	background: #357dd6;
	border-radius:6px 6px 0px 0px;
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	opacity: 1;
	line-height: 18px;
	width: 66px;
}

.cal.inactive .omschrijving{
	display: none;
}

.cal .omschrijving{

	background-color: #fbfbfb;
    border-bottom: 1px solid #c8d7e1;
    border-top: 1px solid #c8d7e1;
    color: white;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}

.cal.active .cal-row{
	background-color: #fff;
}

.active .cal-row:after{
	 content: "×";
	 height: 30px;
	 right: 15px;
	 opacity: 1;
	 position: absolute;
	 top: 25px;
	 width: 30px;
	 border:1px solid #2F6A91;
	 color:#2F6A91;
	 transform:rotate(180deg);
	 transition:all 300ms ease-out;
	 border-radius:50%;
	 text-align:center;
	 padding:0px;
	 font-size:22px;
	 transform-origin:center center;
}


.inactive .cal-row:after{
	 content: "i";
	 height: 30px;
	 right: 15px;
	 opacity: 1;
	 position: absolute;
	 top: 25px;
	 width: 30px;
	 transition:all 300ms ease-out;
	 border-radius:50%;
	 text-align:center;
	 padding:2px;
	 font-size:16px;
	 border:1px solid #2F6A91;
	 color:#2F6A91;
	 transform-origin:center center;
}

.cal.past .cal-row{
	opacity: 0.5;
	height: 50px;
}

.cal.past .left .day{
	border: 1px solid #B3CBDC;
	border-radius:3px 3px 3px 3px;

}

.cal.past .plaats{
	font-size: 10px;
	letter-spacing: inherit;
}
.cal.past .locatie{
	top: 13px;
	font-size:14px;
}
.cal.past .left .weekday{
	display: none;
}
.cal.past .left .day {
    font-size: 21px;
    line-height: 30px;
    top:0px;
}

.cal.past .left .month {
	bottom:5px;
}
