/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 20, 2019, 2:38:35 PM
    Author     : sasam
    versie     : 24.2.9.3-4.1
*/
@font-face {
    font-family:"RO Sans";
    font-style:normal;
    font-weight:normal;
    src:url("../fonts/RO/RO-SansWebText-Regular.eot?") format("embedded-opentype"),url("../fonts/RO/RO-SansWebText-Regular.woff") format("opentype"),url("../fonts/RO/RO-SansWebText-Regular.ttf") format("truetype")
}
@font-face {
    font-family:"RO Sans";
    font-style:italic;
    font-weight:normal;
    src:url("../fonts/RO/RO-SansWebText-Italic.eot?") format("embedded-opentype"),url("../fonts/RO/RO-SansWebText-Italic.woff") format("opentype"),url("../fonts/RO/RO-SansWebText-Italic.ttf") format("truetype")
}
@font-face {
    font-family:"RO Sans";
    font-style:normal;
    font-weight:bold;
    src:url("../fonts/RO/RO-SansWebText-Bold.eot?") format("embedded-opentype"),url("../fonts/RO/RO-SansWebText-Bold.woff") format("opentype"),url("../fonts/RO/RO-SansWebText-Bold.ttf") format("truetype")
}
@font-face {
    font-family:"RO Serif";
    font-style:normal;
    font-weight:normal;
    src:url("../fonts/RO/RO-SerifWeb-Regular.eot?") format("embedded-opentype"),url("../fonts/RO/RO-SerifWeb-Regular.woff") format("opentype"),url("../fonts/RO/RO-SerifWeb-Regular.ttf") format("truetype")
}
@font-face {
    font-family:"RO Serif";
    font-style:italic;
    font-weight:normal;
    src:url("../fonts/RO/RO-SerifWeb-Italic.eot?") format("embedded-opentype"),url("../fonts/RO/RO-SerifWeb-Italic.woff") format("opentype"),url("../fonts/RO/RO-SerifWeb-Italic.ttf") format("truetype")
}
@font-face {
    font-family:"RO Icons";
    font-style:normal;
    font-weight:bold;
    src:url("../fonts/RO/ro-icons-1.5.eot?") format("embedded-opentype"),url("../fonts/RO/ro-icons-1.5.woff") format("opentype"),url("../fonts/RO/ro-icons-1.5.ttf") format("truetype")
}


/*:root {
    --dark-blue: #10689B;
    --blue-link: #01689B;
    --orange: #ffb612;
    --rose: #F7D2DD;
    --red: #D52B1E;
    --light-green: E1EDDB;
    --light-green-border: #C3DBB6;
    

}*/


html{
    font-size: 18px;
}

body {
    min-width: 320px;
    font-family:"RO Sans", Calibri, sans-serif;
    font-weight:normal;
    font-size:1.125rem;
    line-height:1.625;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    background-color: #fff;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,form,fieldset,legend,button,div,object,img {
    margin:0;
    border:0;
    padding:0;
    list-style:none;
    text-align:left;
    vertical-align:top
}

.hidden {
  display: none !important;
}

.space-top-bottom {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.space-top {
    margin-top: 30px !important;
}

.space-bottom {
    margin-bottom: 30px !important;
}

label {
    margin-bottom: 0.1rem;
}

.form-fields {
    background-color: #F3F3F3;
    padding: 1rem 0.5rem 0 0.5rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group input, .form-group select.form-control {
    height: 2.0em;
}

.form-control {
    padding: 0.3rem 0.3rem;
    border: 2px solid white;
    border-bottom: 2px solid #10689B;
    border-radius: 0;
}

.form-control:focus {
    border: 2px solid #ffb612;
    box-shadow: none;
}

input[type=submit] {
    border: 2px solid #10689B;
    color: white;
    padding: 10px 16px;
    background-color: #10689B;
}

.invalid-field {
    border: 2px solid #d52b1e;
}

input[type=submit]:focus {
    border: 2px solid #ffb612;
}

.text-bold {
    font-weight: bold;
}

.non-breaking {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}

.outline-margin {
    margin-left: 2px;
}

h1 {
    font-size: 1.75em;
    font-weight: bold;
    margin: 1em 0 .5em;
}

h2, h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 1em 0 .5em;
}

a {
    color: #01689b;
    font-weight: bold;
}

a.nav-link {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

a:hover:before {
    text-decoration: none;
    color: #154273 !important;
}

a:hover {
    text-decoration: underline;
    color: #154273 !important;
}

a.skiplink {
    position: absolute;
    top: 50px;
    left: -9999px;
    z-index: 10;
    background-color: #D8E9F6;
    padding: 10px;
}

a.skiplink:focus {
    left: 34px;
    z-index: 1000;
}

a.externallink::before, a.internallink::before, a.downloadlink::before, a.externallinkwrap::before, a.internallinkwrap::before, a.downloadlinkwrap::before {
    font-family: "RO Icons";
    font-size: 60%;
    padding-right: 2px;
    color: #01689b;
    display: inline-block;
    text-decoration: none;
}

/* Links that wrap the text but not the icon */
a.externallinkwrap::before, a.internallinkwrap::before, a.downloadlinkwrap::before {
    position: absolute;
    padding-top: .5em;
    left: 0;
}

a.externallinkwrap, a.internallinkwrap, a.downloadlinkwrap {
    display: inline-block;
    padding-left: 1em;
}

a.externallink::before, a.externallinkwrap::before {
    content: "\EA0A";
}

a.internallink::before, a.internallinkwrap::before {
    content: "\EA08";
}

a.downloadlink::before, a.downloadlinkwrap::before {
    content: "\EA09";
    padding-top: .15em;
    font-size: .85em;
}

div.link-wrapper {
    position: relative;
}

div.link-wrapper > a.downloadlinkwrap {
    margin: 2px;
    word-break: break-all;
}

a:visited, a:visited::before {
    color: #767676;
}

a.internallink:visited, a.internallink:visited::before, a.internallinkwrap:visited, a.internallinkwrap:visited::before {
    color: #01689b;
}

a:focus {
    outline: 2px solid #ffb612;
}

select option:disabled {
    color: #dee2e6;
}

div.options ul>li {
    font-weight: bold;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

/* Info block */
div#info-blok {
    background-color: #D9EBF7;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

div#info-blok div.exclamation {
    padding-left: .5rem;
    padding-right: .5rem;
}

div#info-blok div.exclamation > p {
    font-family: "RO Icons";
    color: #00679B;
    background: white;
    height: 1.4rem;
    width: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    transform: rotate(180deg);
}

/* Error (fout) block */
div#fout-blok {
    background-color: #F7D2DD;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

div#fout-blok div.exclamation {
    padding-left: .5rem;
    padding-right: .5rem;
}

div#fout-blok div.exclamation > p {
    font-family: "RO Icons";
    color: #d52b1e;
    background: white;
    height: 1.4rem;
    width: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;    
}

div.info-text>ul>li {
    margin-bottom: 0.5rem;;
}
/**************/

/* Info (and error) block */
/**************/
/* div#info-blok div.info-text {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

div.info-icon > p {
    background: #01689b;
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
}

div.info-icon > p:focus {
    outline: 2px solid #ffb612;
}

div.info-icon p > span {
    font-family: "RO Icons";
    color: white;
    height: 1rem;
    width: 1.4rem;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
} */

p.info-question > span.question-mark, p.info-close > span.x-mark {
    display: block;
}

p.info-question > span.x-mark, p.info-close > span.question-mark {
    display: none;
}

p.info-question > span.question-mark {
    padding-left: 2px;
}
/*End info block*/

li#i_tabRegnummer  p.next-tab::before {
    content: "\EA08";

    font-family: "RO Icons";
    display: inline-block;
    font-size: 13px;
    padding-top: 5px;
}

div#logo {
    margin: 0 0 0 calc(50% - 100px);
}

div#logo a {
    display: inline-block;
}

div#logo a object {
    pointer-events: none;
}

#navBar {
    background-color: #39870D;
    min-height: 70px;
}

#navBar .wrapper {
    min-height: 70px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    font-size: 1.4em;
    color: white;
}

#navBar .wrapper .breadCrumbNav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: 0.03rem;
    line-height: 1.4em;
    margin: 0;
    order: 1;
}

#navBar .wrapper .breadCrumbNav a, #navBar .wrapper .breadCrumbNav span {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
}

#navBar .wrapper .breadCrumbNav a:hover {
    text-decoration: underline;
    color: white !important;
}

#navBar .wrapper .breadCrumbNav a::after, #navBar .wrapper .breadCrumbNav span::after {
    content: "\EA2C";
    display: inline-block;
    font-family: "RO Icons";
    font-size: 1rem;
    margin: -3px 0 0;
    padding: 0 6px 0 10px;
    vertical-align: middle;
    text-decoration: none;
}

/*IE 11 bug: first set text decoration and then remove it*/
#navBar .wrapper .breadCrumbNav a:hover::after {
    text-decoration: underline;
}

#navBar .wrapper .breadCrumbNav a:hover::after {
    text-decoration: none;
}

#footer {
    margin-top: 50px;
    background-color: #39870D;
    width: 100%;
}

#footer .wrapper {
    padding:10px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    color: #fff;
}

#footer .wrapper h2 {
    font-weight: normal;
    margin: 8px 0 5px 0;
}

#footer .wrapper .column ul li a {
    color: #fff;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
}

#main::before, #main::after, #main .wrapper::before, #main .wrapper::after {
    content: " ";
    display: table;    
}

#main::after {
    clear: both;
}

#main .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;    
}

#main .wrapper #content.article {
    position: relative;
    float: left;
    margin-left: 0;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    min-height: 1px;
}

#main .wrapper #content.article-wide {
    position: relative;
    float: left;
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    min-height: 1px;
}

.brick {
    border-top: 1px solid #e1e1e1;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.no-border {
    border: none;
}

.brick h2 {
    font-size: 1.4em;
    /*padding-bottom: 0.5em;*/
    margin-top: 0;
}

.brick::after {
    clear: both;
}

.block {
    margin: 20px 0;
}

.meta {
    margin-bottom: 0;
    color: #767676;
    font-size: 0.85em;
}

/* Help content  */
/* --------------*/
.subtitle:hover{
    cursor: pointer;
}

#helpcontent {
    position: relative;
}

#helpcontent div {
    padding-left: 20px;
}

#helpcontent div p {
    padding-top: 10px;
}

#helpcontent div ul, #helpcontent div ol  {
    padding-left: 20px;
}

#helpcontent div li {
    padding-top: 10px;
}

#helpcontent div ol li {
    list-style-type: decimal;
    padding-left:10px;
}

#helpcontent div ul li {
    list-style-type: disc;
}

/* info items (subtitle) */
.subtitle {
    border: 2px solid #fff;
    outline: none;
}

.subtitle + div {
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #FFF;
}

.subtitle.opened {
    border-width: 2px 2px 0px 2px;
}

.subtitle.closed {
    border-width: 2px;
}

.subtitle.closed::before, .subtitle.opened::before {
    position: absolute;
    left: 0.3rem;
    padding-top: 0.3em;
    font-family: "RO Icons";
    font-size: 0.6em;
}

.subtitle.closed:before {
    content: "\EA07";
}

.subtitle.closed + div {
    display: none;
}

.subtitle.opened::before {
    content: "\EA06";
}

.subtitle:focus, .subtitle:focus + div {
    border-color: #ffb612;
}

h2.subtitle, h3.subtitle, h4.subtitle {
    font-size: 1em;
    padding-left: 20px;
    margin-bottom: 0;
}
div.subtitle-group {
    position: relative;
}

div.line {
    border-top: 1px solid #e1e1e1;
    padding-left: 0 !important;
    padding-top: 10px;
    margin-right:10px;
    margin-top:20px;

}
h3.subtitle, h4.subtitle {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: bold;
}

div#download-infographic {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ******************** */

div#i_startVragen div.row {
    margin: inherit;
    margin-top: 0;
}

div#i_startVragen .row div {
    padding-left: 0;
}

div#i_startVragen a {
    margin-bottom: 5px;
}

div#i_zoek .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 1200px;
}

div#i_zoek .tab-content {
    background-color: #f3f3f3;
    border-left: #dee2e6 solid 1px;
    border-right: #dee2e6 solid 1px;
    border-bottom: #dee2e6 solid 1px;
}

div#i_zoek .nav-tabs a.nav-link.active {
    font-weight: bold;
    background-color: #f3f3f3;
    border-bottom: #f3f3f3 solid 1px;
}

div#i_zoek .nav-tabs a.nav-link:visited {
    color: black;
}

.form-check label {
    font-size: 1em;
}

.form-check label span {
    padding-left: 0px;
    font-size: 1em;
}

/*  --- Custom Checkbox --- */
/* The container */
.containerbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 2px #10689B solid;
}

div.form-check.disabled .containerbox, div.form-check.disabled .checkmark {
    cursor: default;
    color: dimgray;
}

div.form-check.disabled .checkmark {
    cursor: default;
    background-color: #f3f3f3;
    border: 2px dimgray solid;
}

/* When the checkbox is checked, add a blue background */
.containerbox input:checked ~ .checkmark {
    background-color: #01689b;
}

.containerbox input:focus ~ .checkmark {
    border-color: #ffb612;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerbox .checkmark:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --- End custom checkbox --- */

div#i_okoDetails div.row {
    margin-left: 0;
}

div#i_okoDetails div.row>div {
    padding-left: 0;
}

div#i_okoDetails div.row>div dt {
    margin-bottom: .5rem;
}

#nextButton, div.nextButton{
    width:100%;
    text-align: center;
    padding-top: 1rem;    
}

/* Links box - small */
div.links-box {
    position: relative;
    border: 1px solid #C3DBB6;
    padding: 0;
    margin-bottom: 30px;
}

div.links-box-head {
    background: #e1eddb;
}

div.links-box-items {
    padding: 5px;
}

div.links-box-head h2 {
    font-size: 1em;
    border: 2px solid #e1eddb;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

div.links-box-head h2.subtitle {
    padding-left: 20px;
}

div.links-box-head h2.subtitle + div {
    padding-left: 5px;  
    padding-right: 5px;  
    border: 2px solid #e1eddb;
}

/* focusing the box */
div.links-box-head h2.subtitle:focus, div.links-box-head h2.subtitle.opened:focus + div {
    border-color: #ffb612;
}

div.links-box-head h2.subtitle.opened:focus {
    border-bottom: 2px solid #e1eddb;
}

div.links-box-head h2.subtitle.opened:focus + div {
    border-top: 2px solid #e1eddb;
}

div.links-box-head h2.subtitle:not(.opened ):not(.closed) {
    padding-left: 5px;
    cursor: default;
}

div.links-box.connected {
    margin-bottom: 0;
}
/* ******************** */

div.links-box-head h2.subtitle::before {
    left: 5px;
}

div.links-box-items a::before {
    left: 5px;
}

div.links-box-items a {
    padding-left: .9em;
}

div.links-box-items a.downloadlink, div.links-box-items a.downloadlinkwrap {
    padding-left: 1.2em;
}

/* h1 with info text */
h1.subtitle {
    padding-left: 25px;
    margin-bottom: 0;
}

h1.subtitle.closed:before, h1.subtitle.opened:before {
    left: 17px;
}

/*TAB icons*/
ul.nav-tabs-responsive li a.nav-link span.tab-icon:after {
    font-family: "RO Icons";
    display: inline-block;
    font-size: 15px;
    color: #01689b;
}

ul.nav-tabs-responsive li a.nav-link.prev span.tab-icon:after {
    content: "\EA05";
}

ul.nav-tabs-responsive li a.nav-link.next span.tab-icon:after {
    content: "\EA08";
}
/************/

/* Make separation between first item and the rest in zoek kinderopvang */
select#i_okoStatus option:first-child, select#i_okoTypes option:first-child, select#i_verantwoordelijkeGemeente option:first-child {
    margin-bottom: 10px;
}

dl#basis, dl#contact, dl#houder {
    margin-bottom: 0;
}

/* Format result item links as blocks */
a.resultaat-item {
    font-size: 0.85rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;  
    display: block;
    height: 100%;
}

a.resultaat-item.internallinkwrap {
    padding-left: 12px;
}

a.resultaat-item span.text-bold, a.resultaat-item p{
    color: black;
}

a.resultaat-item p {
    font-weight: normal;
}

a.resultaat-item.internallinkwrap:hover {
    text-decoration: none;
}

a.resultaat-item.internallinkwrap:hover > span.link-text {
    text-decoration: underline;
}
/*************/

/* show more & less */
div.items-show span {
    text-decoration: underline;
    color: #01689b;
    cursor: pointer;
    margin-top: 0.3em;
    display: inline-block;
    padding: 0px 2px;
}
div.items-show span:focus {
    outline: 2px solid #ffb612;
}

div.items-show span:hover {
    color: #154273;
}

div.short-text.closed, div.long-text.closed {
    display: none;
}
div.short-text.opened, div.long-text.opened {
    display: block;
}
/*************/

.second-line {
    font-weight: normal;
    font-size: .75em;
    display: block;
}

.line-bottom {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

/* Beoordelingen - inspectie rapport - 1-oog */
.in-order, .not-in-order, .not-beoordeeld {
    position: relative;
    padding-left: 1.3rem;
    margin-left: 1rem;
}

.in-order::before, .not-in-order::before, .not-beoordeeld::before {
    content: "\EA2A";

    font-family: "RO Icons";
    display: inline-block;
    position: absolute;
    left: 0;
}

.in-order::before {
    color: #01689b;
}

.not-in-order::before {
    color: #cce0f1;
}

.not-beoordeeld::before {
    color: #cccccc;
}

div.categories > div, div.cat-text, div#i_legend, div.categories > div.tab h4 {
    font-size: .85rem;
    padding: .3em;
}

div.categories > div.tab {
    border: 1px solid white;
    /*border-bottom-width: 3px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: 0;
}

div.categories > div.opened > h4 {
    /*box-shadow: 0px 3px red;*/
    font-weight: bold;
}

div.categories > div.opened:focus {
    /*box-shadow: none;*/
}

div.categories > div.tab h4 {
    display: inline !important;
    vertical-align: text-bottom;
}

div.categories > div:focus, div.categories.active > div:focus, div.categories.active > div.opened:focus  {
    border: 2px solid orange;
}

div.categories.active > div.opened {
    border: 2px solid black;
    border-bottom-color: white;
}

div.categories.active > div:not(.opened) {
    border-bottom: 2px solid black;
}

.in-order-block {
    color: white;
    background-color: #01689b;
}

.not-in-order-block {
    color: black;
    background-color: #cce0f1;
}

.not-beoordeeld-block {
    color: black;
    background-color: #cccccc;
}

.flex-even {
    flex: 1 !important;
}

div.cat-text {
    display: none;
    padding: .5em;
    border: 2px solid black;
    border-top: none;
    line-height: 1.5rem;
}

div.cat-text h5, div.cat-text h6 {
    font-size: .85rem;
    font-weight: bold;
    line-height: 1.2rem;
}

div.category-content {
    overflow: hidden;
}
/**********************/


/* HTML text inside baschouwing/zienswijze */
div.htmltext {
    position: relative;
    overflow: hidden; 
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

div.htmltext-toggle {
    display: flex;
    justify-content: flex-end;
}

div.htmltext-toggle > a {
    font-weight: normal;
    text-decoration: underline;
    padding: 0px 2px;
    color: #01689b;
}

div.htmltext-toggle > a:visited {
    color: #01689b;
}

div.htmltext-toggle > a:hover {
    color: #154273;
}

div.htmltext > a.downloadlinkwrap::before {
    left: 4px;
}

div.htmltext > a.downloadlinkwrap {
    margin-top: 1em;
    margin-left: 2px;
}

div.htmltext ul, div.htmltext ol  {
    padding-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.htmltext ul li {
    list-style-type: circle;
}

div.htmltext ol li {
    list-style-type: decimal;
}

div.htmltext table td {
    border: 1px solid black;
    padding: .2rem;
}
/***************************/

/******** Houder Oko Table ********/
div[role="columnheader"] {
    overflow: hidden;
    text-overflow: ellipsis;
}

div[role="columnheader"] {
    background-color: #e1eddb;
    font-weight: bold;
}

div[role="rowheader"] {
    margin-bottom: 10px;
}

div.mobile h3, div.accordian .subtitle {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e1eddb;
}

div.mobile {
    position: relative;
}

div.mobile [role="region"] {
    padding-left: .2em;
}

div.mobile .subtitle, div.accordian .subtitle  {
    border: none;
}

div.mobile .subtitle.closed, div.accordian .subtitle.closed {
    border-top: 1px solid #C3DBB6;
}

div[role="rowgroup"] > div[role="row"]:first-child div.mobile > .subtitle.closed, 
div.accordian:first-child .subtitle.closed {
    border-top: none;
}

div[role="rowheader"].no-style > div[role="columnheader"] {
    background-color: transparent;
}

div[role="rowgroup"] > div[role="row"]:first-child div.mobile > .subtitle.closed:focus, 
div.accordian:first-child > .subtitle.closed:focus {
    border: 2px solid #ffb612;
}

div.mobile .subtitle.closed:focus, div.accordian .subtitle.closed:focus {
    border: 2px solid #ffb612;
}

div.mobile .subtitle.opened, div.accordian .subtitle.opened {
    border-color: #C3DBB6;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
}

div.mobile .subtitle.opened + div, div.accordian .subtitle.opened + div {
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #C3DBB6;    
}

div.mobile .subtitle.opened:focus, div.mobile .subtitle.opened:focus + div,
div.accordian .subtitle.opened:focus, div.accordian .subtitle.opened:focus + div {
    border-color: #ffb612;
}

div.mobile dl {
    padding-top: 0;
    margin-bottom: .5rem;
}

div.mobile dl dd {
    margin-bottom: 0;
}

.second-line-inline {
    font-weight: normal;
    font-size: .75em;
    display: inline-block;
}

.inline-values > h4 {
    font-weight: bold;
    font-size: 1em;
    padding-top: .5em;
}

div.mobile .inline-values > dl, .inline-values > dl {
    margin-top: 0;
}

.inline-values > dl > dt {
    font-weight: normal;
    display: inline-block;
}

.inline-values > dl > dd {
    display: inline-block;
    margin-left: .2em;
    margin-right: .2em;
}




/***************************/
/* help pagina */
.help_version{
    color:#505050;
    font-size: 80%;
}
/***************************/
/* Bemiddelingsrelaties */
.highlight-toekomst{
    color:#525252;
    font-style:italic;
}

.highlight-verleden{
    color:#707070;
}
/***************************/