html {
    overflow-y: scroll;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-align: center;
    background-color: white;
    position: absolute;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

#pagina {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
    top: 0px;
    visibility: visible;
    width: 980px;
    background-color: white;
    text-align: left;
}

#pagina.volledig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 830px;
}

#header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
    background-color: white;
    height: 100px;
    z-index: 200;
}

.logo{
    margin-left: -5px;
    border: none;
}

#topheaderwrapper {
    position: relative;
    top: 0px;
}
/*
#topheaderwrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
#header_left {
    left: 0px;
    text-align: left;
    width: 400px;
    height: 58px;
    margin-left: 0px;
    padding: 22px 0 0 0;
    float: left;
}

#header_right {
    right: 0px;
    float: right;
    margin-right: -8px;
    text-align: right;
    /*width: 400px;*/
    height: 70px;
    font-size: 14px;
    padding: 10px 0 0 0;
    color: #01689b;
}

#header_right a {
    color: #01689b;
}

#menu {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
}

#menuwrapper {
    width: 100%;
    z-index: 151;
    height: 30px;
    background-color: #01689b;
    position: relative;
}

.prof #menuwrapper {
    background-color: #01689b;
}

#grijzebalk {
    position: relative;
    width: 100%;
    height: 6px;
    left: 0px;
    background-color: #dfdfdf;
    visibility: visible;
}

#linkerkolom {
    font-size: 11px;
    position: relative;
    float: left;
    border: none;
    margin: 0px;
    padding-top: 55px;
    left: 0px;
    width: 190px;
}

#middenkolom {
    font-size: 11px;
    position: relative;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 55px;
    margin-bottom: 5px;
    padding: 0px 90px 30px 10px;
    border-style: solid;
    border-color: #EFEFEF;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

#rechterkolom {
    font-size: 11px;
    position: relative;
    border: none;
    float: right;
    margin: 0px;
    padding-top: 55px;
    top: 0px;
    right: 0;
    width: 191px;
    vertical-align: top;
}

#downloads {
    margin-bottom: 15px;
}

#content-footer {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    height: 24px;
    left: 0px;
    border-top: 2px #01689b solid;
    background-color: white;
    visibility: visible;
    text-align: center;
    color: darkgrey;
    padding-top: 5px;
}

.prof #content-footer {
    border-top: 2px #01689b solid;
}

#content-footer a {
    text-decoration: none;
}

.rechterkolomheader, .linkerkolomheader {
    padding: 3px 0px 0px 10px;
    position: relative;
    border: none;
    right: 0px;
    height: 20px;
    width: 180px;
    background-color: #01689b;
    color: white;
    font-size: 13px;
    text-align: left;
}

.linkerkolomcontent {
    border: 1px #01689b solid;
    margin-bottom: 10px;
}

#contenttoc {
    margin: 10px;
    word-wrap: break-word;
}

.linkerkolomcontent ul,.linkerkolomcontent ol {
    padding: 0px;
    margin: 0px;
}

.linkerkolomcontent li {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    list-style-type: none;
    cursor: pointer;
}

.linkerkolomcontent li a {
    color: #01689b;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.prof .linkerkolomcontent li a {
    color: #01689b;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.linkerkolomcontent li:hover {
    background-color: #DBEFF8;
}

.linkerkolomcontent ol li ol,.linkerkolomcontent ul li ul {
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    padding: 0 5px 5px 0;
    margin: 5px -5px -5px;
}

.linkerkolomcontent ol li ol li,.linkerkolomcontent ul li ul li {
    padding-left: 20px;
    margin-right: -5px;
    border-bottom: 1px solid #efefef;
}

.linkerkolomcontent ol li ol li a, .linkerkolomcontent ul li ul li a,
.prof .linkerkolomcontent ol li ol li a, .prof .linkerkolomcontent ul li ul li a {
    color: #555555;
}

.linkerkolomcontent ol li ol li:hover,.linkerkolomcontent ul li ul li:hover
{
    background-color: #DBEFF8;
}

.prof .linkerkolomcontent {
    border: 1px #01689b solid;
}

.rechterkolomheader {
    margin-bottom: 5px;
}

.prof .rechterkolomheader,.prof .linkerkolomheader {
    left: 0px;
    background-color: #01689b;
}

.rechterkolomcontent {
    padding: 0 6px;
}

#downloads table,#links table {
    width: 180px;
    margin: 0px 5px 5px 5px;
    cellpadding: 5px;
}

#downloads td,#links td {
    border: 0px;
    border-bottom: none;
    border-bottom: 1px #EFEFEF solid;
    text-align: left;
}

#downloads td a,#links td a {
    text-decoration: none;
    padding: 3px 0;
    display: block;
}

#downloads td a {
    color: black;
    background-image: url("../../images/template/pdf_icon.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

#links td a {
    color: #016898;
}

#links td.print a {
    color: black;
    background-image: url('../../images/template/print.png');
    background-repeat: no-repeat;
    border-top: 1px solid #EFEFEF;
    margin-top: 40px;
    padding-left: 25px;
    padding-bottom: 8px;
}

.click,.pointer {
    cursor: pointer;
}

.sameline,label.sameline {
    display: inline;
}

.clear {
    clear: both;
}

.btn_right {
    float: right;
    margin-right: 5px;
}

.btn_left {
    float: left;
    margin-right: 5px;
}

/* Standard form styling */
input,textarea,select {
    font-family: inherit;
    font-size: 11px;
}

input.error,.snelzoekeninput input.error,.searchtabs input.error[type="text"]{
    background-color: #FEE;
    border-color: #C00;
}

div.errortooltip {
    position: absolute;
    margin: 5px;
    z-index: 10;
    background-color: #FEE;
    border: 1px solid #3F84A6;
    padding: 5px;
    font-size: 9px;
    color: #000;
}

span.error, div.error {
    background: none repeat scroll 0 0 #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    padding: 10px;
    display: block;
    margin: 5px 0;
}

div.infotooltip,
span.infotooltip  {
    position: absolute;
    z-index: 10;
    background-color: #FFF;
    color: #000;
    border: 1px solid #3F84A6;
    padding: 5px;
    font-size: 9px;
    margin: 5px;
}

.CRbuttonbase {
    background-color: #01689b;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 4px;
    border: 1px solid #2F7AA1;
}

.prof .CRbuttonbase {
    background-color: #4DADDF;
}

.CRbuttonbase:active {
    padding-top: 1px;
}

.CRbuttonbase:disabled:active,.CRbuttonbase:disabled {
    background-color: #cccccc;
    border: 1px solid #999999;
    padding-top: 0px;
    text-indent: 0%;
}

.CRbuttonreset {
    background-image: url("/web-theme2.0/images/template/buttoniconx.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.CRbuttonarrow {
    background-image:
            url("/web-theme2.0/images/template/buttoniconarrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

#alertMessageContainer #alertMessage {
    text-align: justify;
    padding: 10px;
}

#alertMessageContainer #alertMessage h1 {
    text-align: center;
}

#alertMessageContainer #tabs {
    height: 480px;
    margin: 0;
    padding: 0;
}

/* menu bar styling */
.navbar {
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-bottom: 4px;
}
.navbar.viewer {
    background: #01689B;
    color: white;
    height: 57px;
    font-size: 18px;
    clear: both;
    margin: 0 -8px;
    padding-top: 0;
    padding-left: 0;
}
.navbar a {
    text-decoration: none;
}
.navbar.viewer a {
    color: white;
}
.navbar-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.nav-link,
.nav-item,
.navbar-item {
    padding: 9px .5rem 0;
    height: 48px;
    line-height: 1.8;
}
.navbar-item.topactive {
    background-color: #D9EBF7;
}
.nav-item.active {
    background-color: #D9EBF7;
}
.nav-item.active a {
    color: #000;
}
.subscribe {
    text-decoration: none;
    font-size: 16px;
}
#header_right .nav-link {
    padding: 0 .7rem 4px;
    font-size: 18px;
    color: #01689B;
}
.dropdown {
    position: relative;
    padding-right: 1.45em;
}

.chevron::after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.36em;
    width: 0.36em;
    left: 0.9em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
}

.chevron.right:after {
    left: 0.42em;
    top: 0.48em;
    transform: rotate(45deg);
}

.chevron.bottom:after {
    top: 0.7em;
    transform: rotate(135deg);
}

.chevron.left:after {
    left: 0.25em;
    transform: rotate(-135deg);
}

.dropdown-item {
    display: block;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
    background-color: #D9EBF7;
}
.dropdown-menu {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    /*padding: .5rem 0 0;*/
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background: #CCE0F1;
    background-clip: padding-box;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.nav-item:hover {
    background-color: #CCE0F1;
    color: #000;
}
.nav-item:hover a {
    color: #000;
}
/* end of: menu bar styling */

.link {
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
