@media (min-width: 991px) {
	
	body {
		margin-bottom: 0px;
	}
	
	footer .icon-arrow-down-small {
		display:none;
	}
	
	header .nav-item {
		display: inline-block;
		margin-right: calc(13px + 1vw);
		position: relative;
	}
	
	.accordion_panel {
		max-height:unset;
	}
	
	.container {
		max-width:100%;
		width:auto;
		margin:0px;
		padding-left:16vw;
		padding-right:16vw;
	}
	
	.nav_toggle_wrapper {
		display:none;
	}
}

@media (min-width: 2000px) {
	.container {
		max-width:100%;
		width:auto;
		margin:0px;
		padding-left:14vw;
		padding-right:14vw;
	}
}

@media (max-width: 990px) {
	
	body {
		margin-bottom: 70px;
	}
	
	footer .icon-arrow-down-small {
		display:flex;
	}
	
	header .nav-link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: calc(13px + 3.5vw);
		font-weight: 600;
		justify-content: space-between;
		margin-bottom: calc(13px + 1.5vw);
	}
	
	.accordion_panel {
		max-height:0;
	}
	
	.container {
		padding-left:15px;
		padding-right:15px;
		margin:0px;
		width:auto;
	}
	
	.nav_toggle_wrapper {
		display:flex;
	}
}

a.btn {
	color:#fff!important;
}

hr {
	height:0;
}

input {
	line-height:normal;
}

#oo-jrs-content,
.oo-modal-dynamic {
	line-height: 1.5;
	margin-left:15px;
	margin-right:15px;
}

#oo-jrs-content p,
#oo-jrs-content h3  {
	margin-bottom:0px;
}
#oo-jrs-content #oo-home h3  {
	margin-bottom:10px;
}

#oo-jrs-content .nav-tabs,
.oo-modal-dynamic .nav-tabs {
	justify-content: flex-start;
	display:block;
}

#oo-jrs-content .nav,
.oo-modal-dynamic .nav {
	background-color: transparent;
    position: static;
	height:unset;
	width:unset;
	padding:0px;
    opacity: 1;
	visibility: visible;
}

#oo-jrs-content a,
#oo-jrs-content a:visited,
.oo-modal-dynamic a,
.oo-modal-dynamic a:visited {	
	color:#254584;
	text-decoration:none !important; 
}
#oo-jrs-content a:hover,
#oo-jrs-content a:active,
#oo-jrs-content a:focus,
.oo-modal-dynamic a:hover,
.oo-modal-dynamic a:active,
.oo-modal-dynamic a:focus {	
	color:#254584;
	text-decoration:none; 
}

.oo-frm-qii-refresh {
	width:200px!important;
}

/* in website Praclox is button standaard dikgedrukt */
#oo-dossiers-table-div .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
	height:36px;
	line-height: 1.42857143;
}

.btn-primary-active-check,
.btn-primary-active-check:active,
.btn-primary-active-check:enabled,
.btn-primary-active-check:focus,
.btn-primary-active-check:visited,
.btn-primary-active-check:hover{
	color:#3479c9;
}

/* kleuren standaard knoppen */
.btn-circle,
.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
	background-color:#3479c9;
	border-color:#3479c9;
}

.btn-circle:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:hover {
	background-color:#254584;
	border-color:#254584;
}

.glyphicon {
	color:#3479c9;
}
.glyphicon-plus:before {
    content: "\002b";
}

/* knop bevat standaard rode schaduw, deze verwijderen voor exportknop tabel */
.export > .btn, 
.export > .btn:active, 
.export > .btn:enabled, 
.export > .btn:focus, 
.export > .btn:hover, 
.export > .btn:visited {
	top:0px;
	box-shadow:none;
	height:34px;
}

/* kleur tabs in dossierplaatje */
.oo-dossier-tabs .nav > li > a {
    color: #254584;
	font-size: calc(13px + .25vw);
}
.oo-dossier-tabs .nav > li > a:focus,
.oo-dossier-tabs .nav > li > a:hover,
.oo-dossier-tabs .nav-tabs > li.active > a,
.oo-dossier-tabs .nav-tabs > li.active > a:focus,
.oo-dossier-tabs .nav-tabs > li.active > a:hover {
	background-color: #254584;
	color: #fff;
}

.oo-pay-extra-icon-active,
.oo-regeling-aantal-active,
.oo-exp-icon-line-active {
	color:#254584;
}

/* specificatie zichtbaar maken met kleur */
.oo-saldo-spec > td:first-child {
	color:#254584;
	text-decoration:underline;
}