@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');

body {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 13px;
}

body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,#f37f33,#1379bd);
    top: 0;
}

h1 { font-size: 24px; color: #1379bd; }
h2 { font-size: 16px; font-weight: bold; color: #1379bd; }
h3 { font-size: 14px; font-weight: bold; color:#1379bd; }

a { color: #1379bd; }
a:not(.btn):hover, a:not(.btn):focus {
    border-bottom: 1px dotted #1379bd;
    text-decoration: none;
}

/* bootstrap aanpassingen */

legend {
	color: #1379bd;
	font-weight: bold;
	border-color: #1379bd;
}
legend a {
	font-size: 11px;
	line-height: 30px;
}

.control-label:not(.text-right) {
	text-align: left !important;
}
.control-label {
	font-weight: normal;
}

@media (min-width: 768px) { 
	fieldset .form-group,
	fieldset .form-row {
		padding-left: 40px;
	}
}

/* buttons */

.btn {
	border-radius: 2px;
	font-size: 13px;
}
.btn-primary {
	background-color: #1379bd;
	border-color: #1379bd;
}
.btn-default {
	border-color: #1379bd;
	color: #1379bd;
}
.btn-orange {
	background-color: #f37f33;
	border-color: #f37f33;
	color: #fff;
}

.bestand .btn {
	white-space: normal;
	display: flex;
}

.bestand .btn i{
	align-self: center;
}

.bestand .btn span{
	margin-left: 5px;
}

.info-panel-list .btn i.fa {
	font-size: 24px;
	margin-right: 5px;
}

.info-panel-list .btn {
	line-height: 24px;
}

/* logo */

div.logo {
    background: url(https://rechtenoverheid.nl/theme/acjur-acwet/img/logo_acjurwet.svg) top left no-repeat;
    width: 340px;
    height: 56px;
    margin-top: 23px;
    margin-bottom: 39px;
    text-indent: -4000px;
}

/* top nav */
.meta-nav {
	text-align: right;
	font-size: 11px;
}
.meta-nav ul {
	margin-top: 5px;
}
.meta-nav ul li {
	display: inline;
	text-transform: uppercase;
	list-style: none;
}	
.meta-nav a {
	color: #222;
	margin-right: 30px;
}

/* nav */

.navbar {
	min-height: 32px;
	margin-bottom: 0px;
	font-size: 11px;
}
.navbar .container {
	background-color: #1379bd;
	text-transform: uppercase;
	color: #fff;
}
.navbar .container > .row {
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar a { 
	color: #fff; 
	border-bottom: 0px;
}
.navbar a:hover { 
	color: #000; 
	border-bottom: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;	
	border-bottom: 0px;
}

.navbar .navbar-nav {
	float: none !important;
}

.navbar-toggle {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    margin: 0px;
    padding-top: 0px;
}
.navbar-toggle span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
a.navbar-toggle:hover span {
    -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
    box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}
@media (min-width: 768px) { 
	.navbar-collapse.collapse {
		padding: 0px;
	}
	.navbar-nav>li>a {
		padding: 0px 10px 0px 10px;
	}
	.navbar-nav li.last {
	    float: right !important;
	}
	.navbar-nav .last a {
	    color: #96c9ea;
	}
	.navbar-nav .last a:hover {
	    color: #000;
	}
}
@media (max-width: 768px) { 
	.navbar-nav .last {
	    border-bottom: 1px solid #fff;
	}
}

/* title bar */

.titlerow {
	background-color: #4193c9;
	margin-bottom: 35px;
}
.titlerow .container > .row {
	background-color: #1379bd;	
}
.titlerow .row {
	padding-top: 0px;
	padding-bottom: 0px;
}
.titlerow h1,
.titlerow .h1 {
	display: inline-block;
	background: #fff;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: 14px;
	padding: 3px 3em 2px .625em;
}

/* searchform */

.searchform {
	margin-top: 10px;
	float: right;
	margin-bottom: 5px;
}
.searchform input[type="text"] {
	padding: 5px;
	width: 185px;
	height: 22px;
	line-height: normal;
	max-width: calc(100% - 28px);
}
.searchform button {
	background: transparent;
	outline: none;
	color: #fff;
	box-shadow: none;
	border: 0px none;
	font-size: 1.3em;
}

@media (max-width: 768px) { 
	.searchform {
		float: none;
		padding-left: 15px;
	}
	.searchform input[type="text"] {
		height: 30px;
		max-width: none;
		width: calc(100% - 28px);
	}
}

/* footer */

.footer-top {
	background-color: #645D5C;
	color: #fff;
}
.footer-top h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
}
.footer-top a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.footer p {
	font-size: 11px;
	color: #e1d4d4;	
}
.footer-top .row {
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer > .container-fluid {
	padding-top: 50px;
	padding-bottom: 20px;	
}
.footer .container .row {
	background: url(https://rechtenoverheid.nl/theme/acjur-acwet/img/bg-footer.svg) bottom right 60px no-repeat;
    min-height: 187px;
}

/* panels */

.panel {
	margin-bottom: 30px;
}

.panel, .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
	border-radius: 0px;
}

.panel-primary {
	border: 0px;
	background-color: #e3ebef;
	color: #645d5c;
	font-size: 13px;
	line-height: 19.5px;
}

.panel-primary .panel-heading {
	border: 0px;
	background-color: transparent;
	padding: 0px;
}

.panel-primary .panel-heading h1,
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3 {
	display: inline-block;
	background-color: #1379bd;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	padding: .3em .5em;
	min-width: 225px;
}

.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3 {
	color: #222;
}

.panel .panel-body p:last-child {
	margin-bottom: 0px;
}

.panel > ul {
	margin: 0px;
	padding: 15px;
}
.panel > ul.fa-ul {
	padding-left: 30px;
}
.info-panel li,
.panel > ul > li {
	margin-bottom: 5px;
}

.panel-orange {
	border-color:#f37f33;
}
.panel-default .panel-heading,
.panel-orange .panel-heading {
	border: 0px none;
	background-color: transparent;
}
.panel-default .panel-heading h1,
.panel-default .panel-heading h2,
.panel-default .panel-heading h3,
.panel-default .panel-heading h4,
.panel-orange .panel-heading h1,
.panel-orange .panel-heading h2,
.panel-orange .panel-heading h3,
.panel-orange .panel-heading h4 {
	padding: 0px;
	margin: 0px;
}

.panel .fa-ul i {
	color: #1379bd;
}

.info-panel .meer-link {
	border-bottom: 0px none !important;
}

/* step login */

#step-0 .panel .panel-body-fixed-height {
	height: 178px;
}

/* step progressbar */

.step-progressbar {
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 30px;
	font-size: 11px;
}
.step-progressbar li {
	display: inline-block;
	list-style: none;
	position: relative;
	text-align: center;
	vertical-align: top;
}
.step-progressbar .number {
	height: 4px;
	background-color: #999999;
	margin-bottom: 5px;
}
.step-progressbar .number span {
	position: absolute;
	left: 0px;
	top: -12px;
	display: block;
	font-size: 20px;
	background-color: #999999;
	border-radius: 14px;
	width: 28px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.step-progressbar .active .number,
.step-progressbar .active .number span {
	background-color: #f37f33;
}

/* inschrijfwizard */

.inschrijf-tooltip {
	display: inline-block;
	margin-left: 5px;
	color: #AAAAAA;
}

/* evaluatie & intake form */

.evaluatie-categorie {
	background: #fff;
	border: 0 !important;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px !important;
}

#intake-form textarea, #evaluatie-form textarea {
	width: 100%;
}

/* persoonsgegevens */

.afdeling {
	border: 1px solid #1379bd;
	padding-top: 15px;
	margin-top: 10px;
}
.new-afdeling,
.afdeling a.btn {
	padding-left: 30px;
	padding-right: 30px;
}

.afdelingen-resultaten {
	color: #1379bd;
}

label[for="ministerie_anders"] {
	font-size: 10px;
	line-height: 20px;
}

/* controlegegevens */

.bg-orange {
	background-color: #F37F33;
	color: #fff;
}

/* boom */
.utitle.done {
	display: block;
	border-bottom: 1px solid #1379bd;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.boom {
	position: relative;
	/*font-size:;*/
}
.boom:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
	border-left: 1px dashed #1379bd;
}
.boom .intro {
	padding-top: 40px;
}
.boom .intro p {
	background-color: #fff;
	padding-bottom: 5px;
	display: inline-block;
}
.boom .info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.boom .info .links {
	order: 1;
	padding-right: 60px;
}
.boom .info .rechts {
	order: 2;
	padding-left: 60px;
}
.boom .tijd {
	text-align: center;
	height: 100%;
}
.boom .tijd-content {
	font-size: 16px;
    font-weight: bold;
    color: #1379bd;
}
.boom .kader:before {
	content: "";
	position: absolute;
	background-color: #fff;
	border: 4px solid #1379bd;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}
.boom .kader.links:before {
	right: -12px;
}
.boom .kader.rechts:before {
	left: -12px;
}
.boom .kader h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.boom .kader-content {
	background-color: #fff;
	border: 1px solid #f37f33;
	border-radius: 10px;
	padding: 3px 10px;
    color: #1379bd;
}
.boom .kader-content:before {
	content: "";
	position: absolute;
	background-color: #1379bd;
	width: 50%;
	height: 1px;
	top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    z-index: -1;
}
.boom .links .kader-content:before {
	right: 0px;
}
.boom .rechts .kader-content:before {
	left: 0px;
}
.boom .kader.blue {
	margin-top: 40px;
	text-align: center;
}
.boom .kader.blue:before,
.boom .kader.blue .kader-content:before {
	display: none;
}
.boom .kader.blue .kader-content {
	border-color: #1379bd;	
	font-size: 10px;
}
.boom .kader.blue .kader-content h2 {
	font-size: 12px;
	font-style: italic;
}
.boom .disclaimer {
	padding-bottom: 0px;
}

.select2-container .select2-selection--single {
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;	
}

.table .form-control {
	width: 100%;
}

body .select2-container--default .select2-results>.select2-results__options {
	max-height: none;
	overflow-y: initial;
}

.has-feedback .select2-selection__arrow {
	display: none;
}

/* Evaluatierapportage */

#evaluatierapportage .row.categorie h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}

#evaluatierapportage .row.vraag > div {
	margin-left: 2%;
}

#evaluatierapportage .row.vraag .vraag_inner {
	margin-left: 2%;
}

#evaluatierapportage .row.vraag .vraag_inner .graph_container {
	width: 100%;
	height: 300px;
}

#evaluatierapportage .row.vraag .vraag_inner canvas {
	width: 100%;
	height: 300px;
}

/* popover */

.popover.top>.arrow:after {
	border-top-color: #f37f33;
}
.popover {
	background-color: #f37f33;
}

.popover-title {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	border: 0px none;
	text-align: center;
}
.popover-content:empty{
	padding: 0px;
}

/* diverse modules */
.container.dashboard {
	padding-top: 0px !important;
}
.form-group + .dashboard-titel {
	margin-top: 60px;
}
.dashboard-titel { 
	border-bottom: 1px solid #555555; 
	margin-bottom: 15px;
}
.dashboard-titel h1,
.dashboard-titel h2,
.dashboard-titel h3,
.dashboard-titel h4 {
	display: inline-block;
	margin-bottom: 0px;
	background-color: #1379bd;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	padding: .3em .5em;
	min-width: 225px;
}
table + .panel-body {
	margin-top: 20px;
	border: 0px none !important;
}
.dashboard-tabs-content > .tab-pane > .panel {
	background-color: transparent !important;
	box-shadow: none;
}
.dashboard-tabs {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #e3ebef;
	display: inline-block;
}
.dashboard-tabs>li {
	margin-bottom: 0px;
}
.dashboard-tabs>li>a {
	border: 0px none;
	border-radius: 4px;
	background-color: transparent;
	min-width: 150px;
}
.dashboard-tabs>li.active>a,
.dashboard-tabs>li.active>a:hover {
	border: 0px none !important;
}
.dashboard-tabs>li>a:hover {
	background-color: #f2f2f2;
}
#flash:not(:empty) {
	margin-top: 10px;
}
.account-activatie {
	margin-top: 30px;
}

.blokgrid-blok .inner .static .panel-heading h2, 
.blokgrid-blok .inner .front .panel-heading h2 {
	font-size: 20px;
}

/* detail pagina */
.detail.panel-primary .panel-heading {
	background-color: #1379bd;
}
.detail .blokgrid .blokgrid-grid {
	padding: 0px;
	padding-top: 1px;
}
.detail .blokgrid .blokgrid-grid .back .panel-heading h2 {
	min-width: 175px;
	max-width: 50%;
}

.detail.panel-primary .panel-heading a {
	color: #fff;
}
.detail.panel-primary .panel-heading a:hover {
	color: #fff;
	text-decoration: underline;
}
.detail.panel-primary .panel-heading h1 {
	font-size: 24px;
}
.detail.panel table {
	font-size: 16px;
}
.detail.panel h1,
.detail.panel h2,
.detail.panel h3,
.detail.panel h4 {
	margin-top: 0px;
}

/* agenda */

#agenda .panel {
	background-color: transparent;
}
#agenda .panel .fc-event {
	border-color: transparent;
}
.agenda-panel > .panel-body {
	padding-bottom: 0px;
}
.agenda-panel > ul {
	padding-top: 0px;
}

.fc-scroller {
	height: auto !important;
}

body > .popover {
	background-color: #fff;
}
body > .popover,
body > .popover .popover-title {
	color: #333;
	text-align: left;
}
body > .popover .agenda-datumregel {
	white-space: nowrap;
}
body > .popover .agenda-titel {
	font-weight: bold;
}

@media print {
	#evaluatierapportage .row.vraag h3 {
		break-after: avoid-page;
	}

	header,
	section#flash,
	.titlerow .row .container .row .hidden-sm {
		display: none;
	}
}
