.dagaanduiding{
	width: 30px;
	display: inline-block;
}

a.beschikbaar{
	background: #5cb85c !important; 
	color: white;
}
a.beschikbaar:hover{
	background: #449D44 !important; 
	color: white;
}
a.nietbeschikbaar,
a.nietbeschikbaar:hover,
a.nietbeschikbaar:focus{
	cursor: default !important;
	background: #eee !important; 
	color: white !important; 
	border:0;
} 
 
body.admin a.nietbeschikbaar,
body.admin a.nietbeschikbaar:hover,
body.admin a.nietbeschikbaar:focus{
	cursor: pointer !important;
}

.text-bg-warning{
	background: #F07C4B !important;	
	color: white !important;	
} 

.swiper-button{
	position: absolute; 
	height: 100%;
	margin-top:0;
}
.swiper-button:after{
	font-size: 0 !important;;  
}
.swiper-button-next{
	right:0;
  background-image: url(/images/next2oranje.svg);
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: center;
	width: 40px !important;
	top: 20px !important;
}
 .swiper-button-prev{ 
	left:0;
  background-image: url(/images/prev2oranje.svg);
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: center;
	width: 40px !important;
	top: 20px !important;
}

@media(max-width: 992px){ 
	.badge{
		display: block;
	}
}

.blokdag{
	text-decoration: none;
	color: red;
	font-size: 80%;
}