@charset "UTF-8";

@font-face {
	font-family: 'Nunito';
	font-weight: normal;
	font-style: normal;
	src: url('/fonts/nunito-bold.woff2') format('woff2'), url('/fonts/nunito-bold.woff') format('woff'),url('/fonts/Nunito-Bold.ttf') format('truetype');
}


.container {
	max-width: 1060px;
}
.containerExtra {
	max-width: 99%;
	float: none;
	display: block;
	margin: 0 auto;
}

.container h1 {
	font-family: Nunito, sans-serif;
	font-size: 2rem;
}

.container h2 {
	font-size: 1.5rem;
}

#homebrand {
	font-size: 3.5rem;
}

.SCknop{
	background-color:#4db3cf;
	color:white;
	border: 1px solid #ced4da;
}
.SCknop:hover{
	background-color:#ed6b06;
	
}
.SCblauw{
	color:#4db3cf;
}
.SURForanje{
	color:#ed6b06;
}
.telang{
	max-width: 140px;
}

@media only screen and (max-width: 800px) {
	.tableverstop td:nth-child(4),
	.tableverstop th:nth-child(4) {display: none;}
}
@media only screen and (max-width: 640px) {
	.tableverstop td:nth-child(2),
	.tableverstop th:nth-child(2){display: none;}
}

a {
	color:#4db3cf;
}
a:hover{
	color:#ed6b06;
}
a:hover, a:visited, a:link, a:active
{
	text-decoration: none;
}
.fabutton {
	background: none;
	padding: 0px;
	border: none;
}
.endossering {
	width: 150px;
	margin-top: 2em;
}
.beetjezwart{
	color: #404040;
}
.actieknop {
	margin-right:8px;
}
tr.deleted td, tr.deleted a, tr.deleted i, tr.deleted th {
	text-decoration: line-through;
	color: silver;
}
.systray {
	position: fixed;
	top: .5em;
	right: .5em;
}
ol.list-group {
	list-style: decimal inside;
}

.list-group-item {
	display: list-item;
}

.qrimage {
	display: inline-block;
	text-align: right;
	color: silver;
}
.form-icon {
	width: 2.5em;
}
