/* css voor de kalender */

.gridContainer .box-kalender {
	width: 12.5em;
	background: #51A432;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 0.625em;
}

.button-submit-kalenderFF {
 	padding: 5px 5px 5px 25px;
  	border: 1px solid #666;
    font-weight: bold;
	color:#4A4A4A;
  	text-decoration:none;
	width: 3em;
	height: 2em;
	background: #ddf0dd url(images/icons-png/carat-r-black.png) no-repeat scroll 5px center;	
    background-position: 90%; 
	-webkit-appearance: none;  
	-moz-appearance: none; 
	border-radius: 5px;
}

.button-submit-kalender:hover {
  	background: #5d685c url(images/icons-png/carat-r-white.png) no-repeat scroll 5px center;
	border-color:	 		#1f1f1f /*{b-bup-border}*/;
	color: 					#fafafa /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
}

.button-submit-kalenderREW {
 	padding: 5px 5px 5px 25px;
  	border: 1px solid #666;
    font-weight: bold;
	color:#4A4A4A;
  	text-decoration:none;
	width: 3em;
	height: 2em;
	background: #ddf0dd url(images/icons-png/carat-l-black.png) no-repeat scroll 5px center;
	-webkit-appearance: none;  
	-moz-appearance: none; 
	border-radius: 5px;
}

.button-submit-kalender:hover {
  	background: #5d685c url(images/icons-png/carat-l-white.png) no-repeat scroll 5px center;
	border-color:	 		#1f1f1f /*{b-bup-border}*/;
	color: 					#fafafa /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
}

#btnGoDate {
 	padding: 0px 0px 0px 15px;
  	border: 1px solid #666;
    font-size: 0.750em;
    font-weight: bold;
  	color:#fafafa;
  	text-decoration:none;
	width: 8em;
	height: 1.5em;
  	float: left;
  	background: #5d685c url(images/icons-png/calendar-white.png) no-repeat left;
	-webkit-appearance: none;  
	-moz-appearance: none; 
	border-radius: 5px;
}

table.kalender-header-table {
    border: 0px solid #ccc;
    width: 12.5em;
}
table.kalender-header-table td {
    border: 0px solid #ccc;
    padding: 0px;
	vertical-align: middle;
}
/* bovenste deel met datum in popup */
table.kalender-table-pop {
    border: 1px solid #ccc;
    width: 20em;
}
table.kalender-table {
    border: 0px solid #ccc;
    width: 16em;
    font-size: 0.750em;
}
table.kalender-table td{
    padding: 5px;
    border: 1px solid #ccc;
}

#headersize {
	height: 2.5em;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	position: relative; 
	top:30%;
}

/* de getallen 1 - 31 */
#numsize {
	width: 1.5em;
	height: 1.125em;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	position: relative;
	top:20%;
	z-index:0;
}

.spantext0 {color:#fafafa}
.spantext1 {color:#935B19}
/* naam dienst */
.spantext2 {
	color:#000000
    font-size: 1em;
    font-weight: bold;
}
.spantext3 {color:#000000}
.spantext4 {color:#fafafa}
.spantextevt1 {
    width: 15em;
    font-size: 1em;
    font-weight: bold;
  	color:#fafafa;
	background: #5d685c
}
.spantextevt2 {color:#fafafa}
.spantextevt3 {color:#000000}
.spantextevt4 {color:#000000}

/* Tablet Layout: 481px to 820px. Neemt bovenstaande over. */

@media only screen and (max-width:840px) {

	/* over de volledige breedte 800 */

	
	
}

/* Mobiele Layout: 480px en minder. Neemt bovenstaande over. */

@media only screen and (max-width:490px) {
	
/* over de volledige breedte 480 */

	.gridContainer .box-kalender {
		width: 10.2em;
	}
	
	table.kalender-header-table {
    	width: 8.75em;
	}
	table.kalender-table {
    	width: 10em;
    	padding: 2px;
	}
	table.kalender-table-pop {
    	width: 8.75em;
	}	
		
	.button-submit-kalenderREW {
 		padding: 4px 4px 4px 15px;
	   	font-size: 0.688em;
		width: 1.8em;
		height: 1.8em;
		border-radius: 4px;
	}
		
	.button-submit-kalenderFF {
 		padding: 4px 4px 4px 15px;
	   	font-size: 0.688em;
		width: 1.8em;
		height: 1.8em;
		border-radius: 4px;
	}	
	
	#btnGoDate {
		width: 6em;
	  	background: #5d685c;
 		padding: 0px;
	}
	
	table.kalender-table td{
	    padding: 0.5em;
	}

	.spantext2 {
    	font-size: 0.875em;
	}

	.spantextevt1 {
	    width: 11em;
    	font-size: 1em;
	}
}
	
}

