body,table {
	color: #374151;
}
a {
        color: #5d9faa;
        text-decoration: underline;
}
a:hover {
        color: #374151;
}

.navbar {
        background: #ffffff!important;
	border-bottom: 1px solid #e5e7eb;
	padding: 30px 0;
}
a.nav-link {	
	border-radius: 5px;
	color: #111827;
	margin-right: 5px;
	padding: 8px 14px!important;
}
	a.nav-link:hover {
		background: #5d9faa;
	}
	a.nav-link.active {
		background: #76b041;
	}
	a.nav-link.show {
		background: #5d9faa;
	}
.navbar-brand {
	color: #111827;
	font-family: courier;
	font-size: 19px;
	font-weight: 700;
	padding-right: 0;
}
	a.navbar-brand:hover {
		color: #111827;
		text-decoration: underline;
	}

.breadcrumb{
	padding-top: 44px;
}

@media handheld, only screen and (max-width: 767px) {
	.navbar {
		background: #76b041!important;
	}
}

.help-block {
	color: #e5003d;
}

.btn-success, .btn-primary, .btn-danger {
	padding: 10px 20px;
	border-radius: 5px;
	border: 0;
}
.btn-success, .btn-primary {
	background: #76b041;
}
	.btn-success:hover, .btn-primary:hover {
		background: #5d9faa;
	}
.btn-danger {
	background: #f7a442;
}
	.btn-danger:hover {
		background: #f77142;
	}
.incidentBlock {
        background: #f3f3f3;
        border-radius: 15px;
        display: inline-block;
        padding: 12px 22px;
}
        .incidentBlock .table-bordered tr {
                background: #fff;
        }
        .current {
                background: #06b5c5;
                border-radius: 15px;
                color: #fff;
                display: inline-block;
                padding: 7px 20px;
                margin: 20px 0 10px;
        }
        .orange {
                background: #dc5a0a;
        }
        .blue {
                background: #06b5c5;
        }
        .green {
                background: #349f34;
        }

div.table-striped {
        background: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 10px;
        padding: 10px 20px 20px;
	overflow: auto;
}

td.kv-group-even {
        background-color: #c34069 !important;
        color: #fff!important;
}
td.kv-group-odd {
        background-color: #932f4f !important;
        color: #fff!important;
}
        td.kv-group-odd a, td.kv-group-even a {
                color: #fff!important;
                font-weight: bold;
        }

.attributeGroup {
	width: auto;
}
.attributeGroup th {
	display: table-cell;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 35px 0 8px;
}
	.attributeGroup tr:first-of-type th {
		padding-top: 20px;
	}
.attributeGroup td {
	border-bottom: 1px solid #ddd;
	padding: 4px 0 5px;
}
	.attributeGroup tr td:first-of-type {
		font-weight: bold;
		padding-right: 30px;
	}
.ontheffing-index .card-header .bg-primary {
	background: #000!important;
}
footer {
        vertical-align: middle;
	background: #406863;
	border-top: 50px solid #5d9faa;
}
footer div {
	padding: 30px 0;
}
footer p {
	color: #fff;
}

