.divError{
	display: none;
}
.bgHome{
	background-image:url('../img/bgHome.jpg');
}
.mt-30{
	margin-top: 30px;
}
.handje{
  cursor: pointer;
}
.txtDanger{
  background-color: #ffc6c6;
}
.txtSuccess{
  background-color: #ccf9c7;
}
.txtWarning{
  background-color: #fbff9b;
}
.trSuccess{
    background-color: #cbffaf !important;
}
.trDanger{
    background-color: #ffcece !important;
}
.select2-container .select2-choice abbr.select2-search-choice-close{
right: 40px !important;
}
.agendaPadding{
	padding-left: 5px;
	padding-right: 5px;
}
.titelAgenda{
	padding: 10px 5px 5px 10px;
	min-height: 0px;
	border-bottom: 1px solid #d6d6d6;
}
.agendaContent{
	padding: 10px;
	background: white;
}
.cursor{
	cursor: pointer;
}
.lichtgroen{
	background-color: #cefff4;
}
.lichtrood{
	background-color: #fccbc4;
}
textarea.form-control{
	display: inline-block;
    height: auto;     
    font-size: 12px;
    resize: none;
    overflow: auto;
}
.label-black{
	background-color: black !important;
	color: white;
}
.btn-secondary.active{
	background-color: #17987E !important;
}
.bgWit{
	background-color:white;
	padding:20px;
}
