.divError{
	display: none;
}
.bgHome{
	background-image:url('../img/bgHome.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bgHomeBlack{
	background-image:url('../img/bgHomeBlack.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.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;
    width: 530px;
    resize: none;
    overflow: auto;
}
.bgPurple{
	background-image:url('../img/bgHome.jpg');
	background-size: auto;
	background-repeat: repeat;
}
.bgBlack{
	background-color: black;
}
.bgBenniCoin{
	background-image: url('../img/bgHome2.jpg');
	background-size: cover;
}
.alert-gold{
  background-color: #eddf44;
}

.success{
	background-color: #17987E;
}
.alert-black{
	background-color:black;
	color:yellow !important;
}
.alert-black table{
	color:#E1E3A9 !important;
}
.kleurGoud{
	color:#DACB90;
}
.kasticket li{
	padding:8px;
	font-size:1.6em;
	color:black;
}
.kasticket{
	//display:block;
}
.kasticketHeader{
	padding:8px;
	font-size: 1.2em;
}
.kasticketFooter{
	padding:4px;
}
.btnBarman{
  background-color:#d6d6d6 !important;
  border-color:#e8e5e5 !important;
}
.btnBarman:not(:disabled):not(.disabled).active{
  background-color:#5ddd5f !important;
  border-color:#5ddd5f !important;
}