#document {
	padding: 2em;
}
.note-popover.popover{
	display:none;
}
body {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)),url('https://site.sb-a.nl/images/backgrounds/') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
div.status{
	background: #ffc107;
	bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
	padding: 8px;
	z-index: 999;
}
.checkRed{
	color: red;
    background: white;
    border-radius: 10px;
    padding: 4px;
}
.checkGreen{
	color: green;
    background: white;
    border-radius: 10px;
    padding: 4px;
}

.modal-lg {
	max-width: 1156px;
}

.fade:not(.show) {
	opacity: 1;
}