@font-face {
	font-family: Source Sans Pro;
	src: url(/css/grs_portaal/source_sans_pro.woff2);
}

html {
	height: 100vh;
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	padding: 0;
	color: #333;
	margin: 0;
	height: 100vh;
}


.main-container {
	background: #fff;
}

.header {
	display: block;
	position: relative;
	height: 130px;
}


.header .logo_wrapper {
	position: absolute;
	top: 0;
	left: 50px;
	height: 130px;
	width: 140px;
	background: #fff;
	padding-top: 10px;
	z-index: 10;
}
.header .logo {
	background: #fff url(/css/grs_portaal/logo.jpg) no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: 140px;
	height: 110px;
}
.header .session {
	position: absolute;
	right: 0;
	padding: 15px 50px;
	text-align: right;
	font-size: 90%;
	display: flex;
	gap: 30px;
}
.header .session a {
	color: inherit;
}
.header .session .logout {
	font-size: 200%;
	color: #999;
}
.header .session .logout:hover {
	color: #333;
}


.mainmenu {
	background: rgb(110, 143, 142);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding-left: 250px;
	padding-right: 50px;
	height: 50px;
	display: flex;
}
.mainmenu .item {
	height: 50px;
	padding: 10px 30px;
	line-height: 30px;
	font-family: "Source Sans Pro", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.mainmenu .item:hover {
	background: rgba(255,255,255,.9);
	color: #6e8f8e;
}
.mainmenu .item.active {
	background: #fff;
	background: rgba(255,255,255,.9);
	color: #6e8f8e;
	color: #f68d1e;
	color: #333;
}
.header .mainmenu .item i {
	font-size: 90%;
	margin-right: 4px;
	color: rgba(255, 255, 255, 0.5);
}
.header .mainmenu .item:hover i {
	color: #6e8f8e;
}
.header .mainmenu .item.active i {
	color: #6e8f8e;
	color: #f68d1e;
	color: #333;
}
.header .mainmenu .spacer {
	flex: 1;
}



.content {
	display: flex;
	flex: 1;
	justify-content: center;
}



.content .sidemenu {
	width: 330px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 15px 20px 15px 55px;
}
.content .sidemenu {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.content .sidemenu .filter-block .filter-header {
	color: #377573;
	color: #f68d1e;
	font-weight: 600;
	margin-bottom: 3px;
}
.filter-block .filter-items {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.filter-block .checkbox-row {
	font-size: 90%;
	display: flex;
	gap: 5px;
}
.filter-block .checkbox-row.checked {
	font-weight: bold;
}
.filter-block .checkbox-row span .checked {
	display: none;
}
.filter-block .checkbox-row.checked span .checked {
	display: inline-block;
}
.filter-block .checkbox-row.checked span .not-checked {
	display: none;
}
.filter-block .checkbox-row span {
	display: block;
}
.filter-block .checkbox-row span i {
	color: #999;
}
.filter-block .checkbox-row span i.checked {
	color: inherit;
}
.filter-block .checkbox-row .checkbox-label {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.filter-block .checkbox-row:hover {
	color: rgba(0,93,175,.9);
	cursor: pointer;
}
.filter-block .filter-show-more {
	font-size: 80%;
	font-style: italic;
	color: #777;
	padding: 3px 0 0 0;
}
.filter-block .filter-show-more:hover {
	font-size: 80%;
	color: rgba(0,93,175,.9);
	cursor: pointer;
}
.filter-block .filter-no-options {
	font-style: italic;
	color: #777;
	font-size: 80%;
}




.content-body {
	padding: 30px 30px;
	flex: 1;
}
.content-body-max-width {
	max-width: 1400px;
}
.content-body .page-title {
	display: flex;
	margin-bottom: 30px;
}
.content-body .icon .icon-border {
	font-size: 200%;
	color: #fff;
	padding: 5px 15px 7px 15px;
	border-radius: 10px;
	background: rgb(110, 143, 142);
	margin-right: 20px;
	margin-top: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.content-body .page-title .title h1 {
	margin: 0;
	font-size: 32px;
}
.content-body .page-title .title p {
	margin: 0;
	font-style: italic;
	color: #888;
	font-size: 15px;
}


.footer {
	border-top: 2px solid #bfbfbf;
	padding: 30px 50px;
	display: flex;
	justify-content: center;
}
.footer-content {
	flex: 1;
	display: flex;
	max-width: 1400px;
	padding: 0px 30px;
}
.footer-column {
	flex: 1;
}
.footer h3 {
	color: #f68d1e;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}
.footer a {
	color: inherit;
}
.footer a.hulp {
	display: block;
	color: #f68d1e;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}


.search-bar {
	margin-bottom: 30px;
	display: flex;
	gap: 15px;
	align-items: center;
}
.search-bar .search {
	flex: 1;
}
.search-bar .search input {
	max-width: 500px;
}


.search-result-header {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 30px;
}
.search-result-header .num-results {
	font-size: 130%;
	font-weight: 400;
	flex: 1;
}
.pager {
	display: flex;
	gap: 5px;
	font-size: 130%;
	font-weight: 400;
	align-items: center;
}
.pager .prefix {
	font-size: 16px;
	margin-right: 15px;
}

.search-result-footer {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 30px;
}
.search-result-footer .info {
	font-size: 130%;
	font-weight: 400;
	flex: 1;
}


.overview-image-block {
	height: 46px;
	width: 46px;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.product-overview-table a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
}
.product-overview-table th {
	font-size: 16px;
}


.btn-primary {
	background: #005daf;
	background: #f49600;
	border-color: #f49600;
}
.btn-primary:hover {
	background: #ffa711;
	border-color: #f49600;
}
.custom-control-input:checked ~ .custom-control-label::before {
	background: #005daf;
}


.content-columns {
	/*max-width: 1200px;*/
}

.detail-block {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 10px 15px;
	margin-bottom: 30px;
}

.detail-block .custom-switch {
	margin: 5px 0;
}
.detail-block .custom-switch input, .detail-block .custom-switch label {
	cursor: pointer;
}

.detail-block h3 {
	color: rgba(14,175,0,.9);
	color: #f68d1e;
	font-size: 100%;
	font-weight: 600;
}

table.keyvalue {
	width: 100%;
	margin-top: 10px;
}
table.keyvalue td:first-child {
	padding-right: 15px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
	width: 200px;
	color: #777;
	vertical-align: top;
	line-height: 24px;
}
table.keyvalue td {
	padding: 5px 0;
	border-top: 1px solid #eee;
}


.images-block img {
	border: 1px solid #eee;
	max-width: 100%;
}



.price-blocks {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}
.price-block {
	display: flex;
	flex: 1;
	flex-direction: column;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}
.price-block.selected {
	border-color: #28a745;
}
.price-block h3 {
	margin: 0;
	font-size: 24px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.price-block .price-block-points {
	flex: 1;
}
.price-block .price {
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
.price-block .check-point {
	font-size: 16px;
}
.price-block .check-point div:first-child {
	flex: 0 0 24px;
}

.price-block .button {
	margin-top: 15px;
}

.green-check {
	color: green;
	margin-right: 10px;
}
.red-times {
	color: red;
}

.check-point {
	display: flex;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #212529;
	margin: 10px 0;
	font-size: 15px;
	margin: 8px 0px;
}
.check-point div:first-child {
	flex: 0 0 32px;
}



.login-wrapper {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-wrapper .login-form {
	background: rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(255,255,255,.3);
	max-width: 440px;
	border-radius: 15px;
	padding: 15px 30px;
}
.login-wrapper .login-form h3 {
	margin: 10px 0 15px 0;
	font-size: 120%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.login-wrapper .login-form p {
	
}
.login-wrapper .login-form p a {
	color: #f68d1e;
}


.table a.link {
	color: inherit;
}



.settings-input {
	/*background: #1a1a1a;
	color: #fff;*/
	font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
.settings-input:focus {
	/*background: #1a1a1a;
	color: #fff;*/
	font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}


.header-mobile {
	display: none;
}


@media (max-width: 1000px) {
	
	
	.header .logo_wrapper {
		display: none;
	}
	
	.header .session {
		display: none;
	}
	
	.header {
		height: auto;
	}
	
	.mainmenu {
		display: none;
		position: static;
		padding: 0px;
		height: auto;
		flex-direction: column;
	}
	
	.mainmenu .item {
		height: auto;
		padding: 4px 16px;
		text-transform: none;
		display: block;
	}
	
	.header-mobile {
		display: flex;
		justify-content: space-between;
		padding: 5px;
		border-bottom: 1px solid rgb(191, 191, 191);
		background: white;
	}
	
	.header-mobile .logo {
		width: 50px;
		height: 50px;
	}
	
	.header-mobile .toggle-menu {
		color: #f68d1e;
		font-size: 120%;
		width: 50px;
		height: 50px;
		text-align: center;
		padding-top: 10px;
	}
	
	.header-mobile .account {
		color: #f68d1e;
		font-size: 120%;
		width: 50px;
		height: 50px;
		text-align: center;
		padding-top: 10px;
	}
	
	.content .sidemenu {
		display: none;
	}
	
	.search-bar {
		flex-wrap: wrap;
	}
	
	.product-overview-table {
		overflow: auto;
	}
	
	.content {
		overflow: auto;
		justify-content: normal;
	}
	
	.content-body .icon {
		display: none;
	}
	
	.content-body {
		padding: 10px;
	}
	
	.footer {
		padding: 10px;
	}
	.footer-content {
		flex-direction: column;
		padding: 10px 0;
	}
	.footer-content img {
		display: none;
	}
}