﻿/***********************************************************
* Basic styles
***********************************************************/
html {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #404040;
    font-size: 16px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, system-ui, sans-serif;
    /*    font-family: 'Raleway', 'Segoe UI', sans-serif;
    font-family: 'MuseoSans_500';
    font-family: 'Roboto';
    font-family: 'Work Sans';
*/
/*    background-color: #F3F5F7;
*/  
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

p {
    margin: 0 0 0.833em 0;
    letter-spacing: 1.0px;
    line-height: 1.2em;
}

h1 {
    font-size: 2.5em;
    font-weight: 100;
    /*text-align: left;*/
    color: #3a3a3a;
    margin: 0.3em 0 0.6em 0;
}

h2 {
    font-size: 1.8em;
    font-weight: 500;
    /*text-align: left;*/
    color: #023464;
    color: #3a3a3a;
    margin: 1.3em 0 0.833em 0;
}

h3 {
    font-size: 1.4em;
    font-weight: 500;
    /*text-align: left;*/
    color: #3a3a3a;
    margin: 1.0em 0 0.833em 0;
}

h4 {
    font-size: 1.2em;
    /*text-align: left;*/
    font-weight: 500;
    color: #3a3a3a;
    margin: 1.4em 0 0.833em 0;
}

h5 {
    font-size: 1.05em;
    /*text-align: left;*/
    font-weight: 600;
    color: #4a4a4a;
    margin: 1.3em 0 0.415em 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    font-family: 'Segoe UI Semibold';
    color: #005a85;
    color: #0078d7;
    color: #0067b8;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        color: #74c1cd;
    }

ul {
    margin: 0.4em 0 0.4em 0;
    padding-left: 18px;
    padding-left: 30px;
}

ol {
    margin: 0.4em 0 0.4em 0;
    padding-left: 18px;
    padding-left: 30px;
}

    ul ul {
        margin-top: 0.3em;
    }

li {
    vertical-align: top;
    margin-bottom: 0.3em;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    /* DIT IS DE RUIMTE BINNEN DE CEL */
    padding: 8px;
}

/***********************************************************
* General classes
***********************************************************/

.pageWrapper {
    min-height: 100%;
    position: relative;
}

#siteHeader {
    background: white;
/*    background: #f4f4f4;
*/}

#contentWrapper {
    padding-bottom: 0px;
}

#footerWrapper {
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: auto;
}

.content {
    padding-top: 1.666em;
    padding-bottom: 3.0em;
}

.footer {
    padding-top: 0.833em;
    padding-bottom: 1.666em;
/*    background-color: #ffffff;
*/    background-color: #303030;
}

    .footer h4 {
        color: white;
    }

    .footer a {
        color: #f0f0f0;
    }

.hide {
    display: none;
}

.clear {
    clear: both;
}

.mono {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    background-color: #f0f0f0;
}

.code {
    font-family: "Lucida Console", Monaco, monospace;
    background-color: #f0f0f0;
}

code {
    direction: ltr;
    font-family: "Lucida Console", Monaco, monospace;
}
:not(a):not(pre) > code {
    font-size: 85%;
    padding: .2em .2em;
    word-wrap: break-word;
    background-color: #e2e2e2;
}

.italic {
    font-style: italic;
}

.tiny {
    font-size: 14px;
}

.siteSection {
    margin: 0 0 0.833em 0;
}

.centeredItem {
    text-align: center;
}

.appAction {
    font-weight: bold;
    color: #606060;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.appPage {
    font-weight: bold;
    color: #606060;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
}

.subButton {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 0.4166em;
    font-size: 1.0em;
    line-height: 1.1em;
    color: #303030;
    background: #d2d2d2;
    margin: 0 0.8333rem 1.2em 0;
    vertical-align: top;
    border: 2px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

    .subButton:hover {
        color: #606060;
        border: 2px solid #606060;
        text-decoration: none;
    }

    .subButton [type=file] {
        cursor: inherit;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

    .subButton.small {
        padding: 0.2em;
        margin: 0.2em 0 0.2em 0;
    }

    .subButton.btnDisabled {
        color: #808080;
        background: #e8eae9;
        border: 2px solid #d8dad9;
        cursor: default;
    }

        .subButton.btnDisabled:hover {
            color: #808080;
            background: #e8eae9;
            border: 2px solid #d8dad9;
        }

.commandButton {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 1.0em;
    padding: 5px 5px 5px 5px;
    color: #303030;
    font-weight: bold;
    border: 2px solid #666;
}

    .commandButton:hover {
        color: #606060;
        border: 2px solid #111;
        text-decoration: none;
    }

.imageButton,
.textButton {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    cursor: pointer;
}

    .imageButton:hover,
    .textButton:hover {
        text-decoration: none;
        background-color: #d0d0d0;
    }

    .imageButton div:first-child,
    .textButton div:first-child {
        display: block;
        display: -webkit-box;
        margin: 4px 4px 8px 4px;
        text-align: center;
        font-size: 1.0em;
    }

    .imageButton img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .imageButton.toggle.selected,
    .textButton.toggle.selected {
        background: #adc0d0;
        cursor: default;
    }

        .imageButton.toggle.selected:hover,
        .textButton.toggle.selected:hover {
            background-color: #d0d0d0;
        }

.tinyTextButton {
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.65em;
}


a.jumpanchor {
    display: block;
    position: relative;
    top: -1.2em;
    visibility: hidden;
}

.closeButton {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    padding: 10px;
}

    .closeButton span {
        display: block;
        cursor: pointer;
        font-size: 1.0em;
        padding: 10px 15px 10px 15px;
        color: #ffffff;
        font-weight: bold;
        background-color: #db4d4d;
    }

        .closeButton span:hover {
            color: #efefef;
            background-color: #eb5d5d;
        }

.button {
    display: inline-block;
    padding: 0.8em 0.8333em 1.0em 0.8333em;
    font-size: 1.0em;
    line-height: 1.1em;
    color: #ffffff;
    background: #005a85;
    vertical-align: top;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

    .button:last-child {
        margin-right: 0;
    }

    .button:hover {
        color: #ffffff;
        background: #237095;
        font-weight: normal;
    }

    input[disabled].button,
    .button.btnDisabled {
        color: #808080;
        background: #e8eae9;
        cursor: default;
    }

        input[disabled].button:hover,
        .button.btnDisabled:hover {
            color: #808080;
            background: #e8eae9;
        }

    .button.small {
        padding: 0.2em;
        margin: 0.2em 0 0.2em 0;
    }

.hline {
    margin-top: 0.6em;
    width: 100%;
    height: 1px;
    background: #f077c8;
}

.validationError {
    color: red;
}

/***********************************************************
* Site specific styles
***********************************************************/
.siteImage {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 6px;
/*    width: 194px;
    height: 55px;
    background: url(../images/logo-194x55.png) 0 0;
*/  
    width: 155px;
    height: 44px;
    background: url(../images/logo-155x44.png) 0 0;
}

.navMenu {
    margin-top: 20px;
}

    .navMenu > ul {
        justify-content: space-between;
        align-items: center;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .navMenu > ul > li {
            display: inline-block;
            margin: 0 .625rem;
            max-width: 11.313rem;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 0.125rem solid transparent;
        }

.white {
    color: #f0f0f0;
}

.carousel-item {
    font-family: 'Lato', sans-serif;
    margin-left: 60px;
    margin-right: 60px;
}
    .carousel-item h3 {
        color: #ffffff;
    }
    .carousel-item p,
    .carousel-item li {
        color: #d8f0f0;
    }

.owl-prev span {
    position: absolute;
    top: 40%;
    left: 10px;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 6.42rem;
    color: #e0e0e0;
}
.owl-next span {
    position: absolute;
    top: 40%;
    right:10px;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 6.42rem;
    color: #e0e0e0;
}

.footerColumn {
    margin-bottom: 16px;
}

.small {
    font-size: 0.8em;
}

.languageSelection {
    /*
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
        */
    margin-top: 5px;
    padding: 0.2em;
    border: none;
    background-repeat: no-repeat;
    background-size: 0.5em auto;
    background-position: right 0.25em center;
    /*
    background-image: url("data:image/svg+xml;charset=utf-8, \
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'> \
      <polygon points='0,0 60,0 30,40' style='fill:black;'/> \
    </svg>");
        */
}

.dialog {
	font-family: 'Lato', sans-serif;	
    color: #72606C;
	font-weight: 600;
	font-style: italic;
}

.sectionContainer {
    background-color: #fff;
    padding: 0.625rem 1.25rem;
    margin-bottom: 2.75%;
    vertical-align: top;
    box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.1);
    border-radius: 0.4375rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
    -moz-box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
    box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
}

.sectionHeader {
    padding: 0.625rem 0;
    font-weight: 500;
    border-bottom: 0.0625rem solid #f2f2f2;
    align-items: center;
}

    .sectionHeader a {
        font-size: 1.125rem;
        font-weight: 600;
        color: black;
    }

.sectionBody {
    margin: 0.9375rem 0 0.4375rem;
    min-height: 3.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    max-height: 6.875rem;
    overflow: hidden;
    color: #333;
}

.tocListItem {
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.07);
    padding: 1.25rem;
}

.boxContainer {
    border: 1px solid #d4dadf;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    background-color: #fff;
}
.listItemContainer {
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.07);
    padding: 1.25rem;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.wordBreak {
    word-break: break-word;
    word-wrap: break-word;
}

.docNote {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 55px;
    background-color: #F9EDA166;
    border-right: 5px solid rgb(242, 219, 104);
    background-image: url(../images/note-48.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position-y: 6px;
}

.docModified {
    margin-top: 3.66em;
}

    .docModified img {
        display
        float: left;
        margin-right: 15px;
        height: 22px;
    }

/*********************************************************************************************
  S3:
  Width: 592px and more
*********************************************************************************************/
@media only screen and (min-width: 592px) {
    .mini-sitenav {
        display: block;
    }

    #contentWrapper {
/*        padding-bottom: 10px;
*/    }

    .footerColumn {
        margin-bottom: 0px;
    }
}
