.navbar-brand {
	margin-top: -1px;
}

.spacer {
	margin-bottom: 20px;
}

.spacer-med {
	margin-bottom: 30px;
}

.spacer-big {
	margin-bottom: 40px;
}

.centered-loginform {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.rock {
	font-family: 'Rock Salt', cursive;
}

.alex {
	font-family: 'Alex Brush', cursive;
}

.open-sans {
	font-family: 'Open Sans', sans-serif;
}

.fform-signin input {
	font-family: 'Rock Salt', cursive;
	font-size: 12px;
	line-height: normal !important;
	text-transform: lowercase;
}

.navimage {
	margin-right: 10px;
	margin-top: -10px;
}

.small-font {
	font-size: 10px !important;
}

.med-font {
	font-size: 12px !important;
}

.bottomline {
	border-bottom: 1pt solid black;
}

.strong {
	font-weight: bold;
}

.berekening {
	color: black;
	border-bottom: 1pt dashed black;
	cursor: help;
}

.black {
	color: black;
}

.statChart {
	height: 300px;
}

.mini-spacer {
	width: 40px;
}

.groeidiagram {
	height: 500px;
	width: 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.offset-left {
	margin-left: 5px;
}

.extra-small {
	font-size: 11px;
}

.text-middle {
	vertical-align: middle !important;
}

.date {
	width: 130px; height: 160px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.date p {
	font-family: Helvetica, sans-serif;
	font-size: 75px; text-align: center; color: #9e9e9e;
}

.date p span {
	background: #d10000;
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 25px; font-weight: bold; color: #fff; text-transform: uppercase;
	display: block;
	border-top: 3px solid #a13838;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 6px 0 6px 0;
}

.toevoeg {
	margin-bottom: 70px;
}

.logmelding {
	font-size: 13px;
}

.logmelding-div {
	padding: 15px;
	-webkit-box-shadow: 13px 14px 25px -10px rgba(92,90,92,0.4);
	-moz-box-shadow: 13px 14px 25px -10px rgba(92,90,92,0.4);
	box-shadow: 13px 14px 25px -10px rgba(92,90,92,0.4);
	margin-bottom: 25px;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
}

.logmelding-header {
	font-style: italic;
	font-size: 24px;
	margin-bottom: 20px;
}

.logmelding-footer {
	color: #807e7e;
	font-size: 11px;
	margin-top: 20px;
}

.irregular {
	color: red !important;
}