﻿/* DEFAULTS
----------------------------------------------------------*/

:root {
    --nd-paars: #501b65;
    --nd-blauw: #006ab4;
    --nd-geel: #fab600;
    --nd-mint: #a4d8e0;
    --nd-lichtmint: #ebf6f7;
    --nd-zwart: #000000;
    --nd-wit: #ffffff;
    --nd-tekst: #333333;
    --nd-lichtgrijs: #f6f6f6;
    --nd-roze: #f9c9Ca;
    --nd-rood: #c54a4f;
    --nd-donkerrood: #96393D;
    --pdf-rood: #ea0c0c;
    --nd-linkrood: #ea6263;
    --nd-linkrood-hover: #c54a4f;
    --nd-input-border: #ededed;
}


html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

.saveImage, .hiddenButton {
    display: none !important;
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 24px;
    color: var(--nd-text);
    /* font-family: Arial, Verdana; */
    /*margin: 20px 0px 0px 0px;
    padding: 0px;
    color: #696969;  */
}

.negatief {
    background-color: red;
}

.positief {
    background-color: green;
}

table {
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    clear: both;
}

tr {
    margin-bottom: 5px;
}

td {
    vertical-align: top;
}

hr {
    /*width: 800px;*/
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--nd-paars);
}

a:link, a:visited {
    color: #ce6100; /*#bd6c2b;*/
    text-decoration: none;
}

a:hover {
    color: #d8a830;
    text-decoration: none;
}

a:active {
    color: #ce6100;
}

p {
}

img {
    border: none;
}

/* HEADINGS   - TEXT
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--nd-paars);
    font-weight: bold;
    clear: both;
    display: block;
}

h1 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 60px;
    float: left;
}

    h1.green {
        color: #a1cf3f;
    }

h2 {
    color: var(--nd-paars);
    line-height: 125%;
    font-size: 30px;
    font-weight: bold;
    float: left;
}

h3 {
    color: var(--nd-paars);
    line-height: 28px;
    font-size: 25px;
    font-weight: bold;
    float: left;
    display:block;
    width:100%;
}

h4 {
}

h5, h6 {
}

.textgreen {
    font-weight: bold;
    color: #a1cf3f;
    font-size: 14px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page {
    width: 950px;
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#header {
    background: #404040 url(Images/balkboven_wit.gif) no-repeat bottom left;
    width: 950px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 90px;
}

#logo {
    padding-left: 15px;
    float: left;
}

#NameDiv {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}


#main {
    background-color: #FFFFFF;
    color: #000000;
    padding: 0px 0px;
    margin: 0px auto 0px auto;
    min-height: 290px;
    line-height: 18px;
    width: 950px;
}

#leftmenu {
    float: left;
    margin-left: 41px;
    width: 149px;
    min-height: 287px;
    line-height: 24px;
    background: url(Images/leftnav.gif) no-repeat top left;
}

#content {
    float: left;
    padding: 0px 15px 0px 25px;
    margin: 0px;
    width: 560px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

#start {
    float: right;
    padding-top: 40px;
    width: 145px;
    text-align: center;
    padding-right: 15px;
}

    #start a {
        font-weight: bold;
        font-size: 14px;
    }

#footer {
    width: 950px;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    border-top: 6px solid #A1CF3F;
    background-color: #D0D0D0;
    height: 80px;
    font-size: 10px;
}

    #footer a {
        color: #000000;
    }

    #footer h1 {
        color: #000000;
        font-size: 10px;
        text-transform: uppercase;
    }

#footer1, #footer2, #footer3 {
    float: left;
    margin-right: 90px;
}

#footer1 {
    margin-left: 90px;
    margin-right: 90px;
}

#footer2 {
    margin-right: 110px;
}

#footer4 {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

/* HEADER TABMENU  
----------------------------------------------------------*/
#tabs {
    float: right;
    list-style: none;
    height: 30px;
    padding: 49px 0px 0px 0px;
    margin: 0px;
    width: 580px;
}

    #tabs li {
        float: left;
        margin-right: 2px;
        height: 30px;
    }



#leftmenu ul {
    float: left;
    list-style: none;
    padding: 20px 0px 0px 20px;
    margin: 0px;
}

    #leftmenu ul li {
    }


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.spacer {
    clear: both;
    height: 30px;
    display: block;
}

ul {
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

/** TABEL  */
.dataTable, table {
    width: 100% !important;
}

    .dataTable td {
        margin-right: 10px;
    }

.td50 {
    width: 50px;
}

.td100 {
    width: 100px;
}

.td150 {
    width: 150px;
}

.td200 {
    width: 200px;
}

.td650 {
    width: 650px;
}

td550 {
    width: 550px;
}


/* FORMULIER  
----------------------------------------------------------*/
#formulier, .formulier, .formulierZonderPadding {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    /* opmaaktestje */
    padding: 25px;
    background-color: var(--nd-lichtmint);
}

.formulierZonderPadding {
    padding-top: 0px;
}

.formitem, .formitemlarge {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.erfgenaam1 .formitem label {
    width: 225px !important;
}

.formitemNw {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.formitemlarge label {
}

.formitemNw label, .formitem label {
    display: inline-block;
    width: 225px;
}

.formitem input {
    width: 225px;
    height: 30px;
    font-size: 15px;
}

    .formitem input[type="text"] {
        border: 2px solid var(--input-border);
        padding: 3px 14px !important;
    }

    .formitem input[type=submit], .formitem input[type=reset] {
        width: 100px;
    }

        .formitem input[type=submit].largeButton {
            width: 250px;
        }

    .formitem input[type=text].largeEdit {
        margin-top: 15px;
        width: 1200px;
    }


    .formitem input[type=checkbox], .formitem input[type=radio] {
        width: 20px;
        height: 10px;
        margin-bottom: 7px;
    }

.radioList {
    padding-left: 160px;
    margin-top: -20px;
}

.label {
    display: inline-block;
    width: 100px;
}


/* MANAGER
-------------------------------------------------------------- */
#managermenu {
}

#managercontent {
    clear: both;
    float: left;
    padding-top: 5px;
}

#managermenu ul {
    float: left;
    list-style: none;
    padding: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ce6100;
}

    #managermenu ul li {
        float: left;
        margin-right: 20px;
    }

/* GRID
----------------------------------------------------------*/
.GridHeader {
    background: #c9c7c7;
    font-weight: bold;
    color: #000000;
    padding: 2px;
    width: 400px;
    text-align: left;
}

.GridItem {
    background: #f8f0dd;
}

.GridAlternateItem {
    background: #d3e8a2;
}

.GridSelected {
    background-color: #E0BC5C;
    color: #b92c10 !important;
}

a.button, a.smallButton {
    background-color: var(--nd-geel);
    background-image: url(/images/pijl-rechts-paars.png);
    background-repeat: no-repeat;
    background-position: center right 18px;
    color: var(--nd-paars);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 55px 7px 18px !important;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

    a.button:hover, a.smallButton:hover {
        background-color: var(--nd-paars) !important;
        color: var(--nd-geel) !important;
        background-image: url(/images/pijl-rechts-geel.png);
        background-repeat: no-repeat;
        background-position: center right 18px;
    }

    a.button:active, a.smallButton:active {
        position: relative;
        top: 1px;
    }

a.verwijderButton, a.verwijderButton:visited {
    background-color: var(--nd-rood);
    background-image: url(/images/minus-math-symbol-circle-white.png) !important;
    background-repeat: no-repeat;
    background-position: center right 18px;
    padding: 7px 55px 7px 18px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 18px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

    a.verwijderButton:hover {
        background-color: var(--nd-donkerrood);
    }

a.toevoegButton, a.toevoegButton:visited {
    background-image: url(/images/plus-math-symbol-circle-paars.png);
    background-repeat: no-repeat;
    background-position: center left 18px;
    padding: 7px 18px 7px 48px !important;
}

    a.toevoegButton:hover {
        background-image: url(/images/plus-math-symbol-circle-geel.png);
        background-repeat: no-repeat;
        background-position: center left 18px;
    }


a[class^='erfgenaamA'] {
    padding: 7px 18px;
    background-color: var(--nd-geel);
    background-image: url(/images/plus-math-symbol-circle-paars.png);
    background-repeat: no-repeat;
    background-position: center left 18px;
    padding: 7px 18px 7px 48px !important;
}

    a[class^='erfgenaamA']:hover {
        background-image: url(/images/plus-math-symbol-circle-geel.png);
        background-repeat: no-repeat;
        background-position: center left 18px;
    }



a.smallButton {
    margin: 0px;
    padding: 2px;
    margin-right: 5px;
    margin-left: 3px;
}

.infoPanel {
    width: 400px;
    min-height: 50px;
    background-color: #d3e8a2;
    border: 1px solid #a1cf3f;
    clear: both;
    float: left;
    display: block;
    padding: 20px;
}

.errorPanel {
    width: 400px;
    min-height: 50px;
    background-color: var(--nd-roze);
    clear: both;
    float: left;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
}

.fullWidth {
    float: left;
    width: 100%;
}

.Col3, .Col3a, .Col3b {
    width: 200px;
    float: left;
    clear: none;
    padding-right: 30px;
}

.Col3b {
    width: 250px;
}

    .Col3b td {
        padding: 0 10px 0 10px;
    }

.Col3a {
    width: 450px;
}

    .Col3a table {
        width: 100%
    }

.rightAlign {
    text-align: right;
}

.rightPadding10 {
    padding-right: 10px;
}

.paddingleft5 {
    padding-left: 5px;
}

.yearRow td {
    font-weight: bold;
    cursor: pointer;
}

.infoCel {
    font-style: italic;
    text-align: center;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.lw75 {
    float: left;
    clear: none;
    width: 75%;
}

.rw25 {
    float: right;
    clear: none;
    width: 25%;
}

.blueButton {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 25px;
    padding: 4px 5px 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

    .blueButton:hover {
        background: #2980b9;
        background-image: -webkit-linear-gradient(top, #2980b9, #3498db);
        background-image: -moz-linear-gradient(top, #2980b9, #3498db);
        background-image: -ms-linear-gradient(top, #2980b9, #3498db);
        background-image: -o-linear-gradient(top, #2980b9, #3498db);
        background-image: linear-gradient(to bottom, #2980b9, #3498db);
        text-decoration: none;
    }

a[disabled=disabled] {
    color: GrayText !important;
}

    a[disabled=disabled].blueButton {
        background: transparent !important;
        color: transparent !important;
    }


.highRow td {
    height: 35px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.veldLabel {
    display: inline-block;
    width: 250px;
    padding-bottom: 6px;
    padding-right: 10px;
}

.condveldLabel {
    display: inline-block;
    width: 100px;
    padding-right: 10px;
}

.checkBoxHeader {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.kruis, .vink {
    display: inline-block;
    width: 100px;
    text-align: center;
}

    .kruis:before {
        content: "X";
        color: red;
        font-weight: bold;
    }

    .vink:before {
        content: "V";
        color: green;
        font-weight: bold;
    }

textarea {
    width: 500px;
    height: 200px;
}

.black a {
    color: black;
}

tr.rotateX th {
    /* Something you can count on */
    height: 140px;
    text-align: left;
    background-color: white !important;
}

    tr.rotateX th > divX {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(360deg);
    }

    tr.rotateX th > div > span {
    }

.logboek {
    background-color: #B7D7FF;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    padding: 20px;
}

    .logboek textarea {
        width: 250px;
    }

.tabs {
    float: left;
    clear: both;
    width: 100%;
}

.onwillig td {
    font-weight: bold !important;
    color: red !important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 102px;
    }

#balk {
    /*background-color: var(--nd-paars);*/
    width: 100%;
    text-align: left;
}

    #balk h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        color: var(--nd-paars);
        font-size: 52px;
        line-height: 110%;
    }

.notice {
    background-color: #77A248;
    color: white;
    border: 1px solid #74984A;
}

.errorInput {
    background-color: #FFD7D5;
    border: 1px solid #EC9793;
}

.error {
    background-color: #CA433B;
    color: white;
    border: 1px solid #BF3E36;
}

.warning {
    background-color: #EAA43C;
    color: white;
    border: 1px solid #DC9A38;
}

.requiredAkkoord label {
    width: 300px;
}

.formitem input[type=email].validationError, .container input[type=email].validationError, .container select.validationError,
.formitem input[type=text].validationError, .container input[type=text].validationError,
.formitem input[type=password].validationError, .container input[type=password].validationError,
.formulieritem input[type=text].validationError {
    background: #FBE3E4;
    border: 1px solid #FBC2C4;
    box-shadow: 0 0 2px #aaa;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #222222;
    position: relative;
    height: 24px;
    width: 250px;
    padding-left: 5px;
}


.requiredAkkoord.validationError label {
    background: #FBE3E4;
    border: 1px solid #FBC2C4;
    box-shadow: 0 0 2px #aaa;
    border-radius: 2px;
    margin-right: 0px;
    vertical-align: top;
    height: 24px;
}

.col30 {
    width: 50%;
    float: left;
}

.col50 {
    width: 50%;
    float: left;
}

.largeItem {
    width: 375px !important;
}

    .largeItem label {
        width: 300px !important;
    }

input:checked ~ label {
    font-weight: bold;
}

.smalCol {
    width: 250px;
}

.fouteInvoer {
    margin-right: 0px;
    background: #FBC2C4;
    border: 1px solid red;
    vertical-align: top;
    padding: 20px;
}

.infoPanel {
    width: 400px;
    height: 50px;
    background-color: #d3e8a2;
    border: 1px solid #a1cf3f;
    clear: both;
    float: left;
    display: block;
    padding: 10px;
}

.span150 {
    width: 150px;
    display: inline-block;
}

.largeEdit200, .datePicker {
    width: 200px;
    height: 24px;
    margin-left: 5px;
    font-size: 18px;
}

.extraInformatie {
    clear: both;
    width: 60%;
    padding: 25px;
    background-color: var(--nd-mint);
    min-height: 210px;
    overflow: hidden;
    margin-top: 15px;
    display: inline-block;
}

    .extraInformatie a, .extraInformatie a:visited {
        color: var(--nd-linkrood);
    }

        .extraInformatie a:hover {
            color: var(--nd-linkrood-hover);
        }

.column {
    float: left;
    width: 25%;
}

.textPanel {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.foutmeldingGebruiker {
    padding-top: 10px;
    color: red;
    font-style: italic;
}

.buttonDisabled {
    pointer-events: none;
}

a.buttonDisabled {
    background: none;
    border-color: darkgrey !important;
    background-color: darkgrey !important;
    background-image: url(/images/pijl-rechts-paars.png);
    background-repeat: no-repeat;
    background-position: center right 18px;
    padding: 7px 55px 7px 18px !important;
}

.buttonEnabled {
    pointer-events: auto;
}

.idBewijsList {
    padding-bottom: 20px;
}

.testamentPanel {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

    .testamentPanel:not(:first-child) {
        float: left;
        clear: both;
        border-top: 1px solid blue;
        padding-top: 20px;
    }

    .testamentPanel span, .testamentPanel input[type=file] {
        clear: both;
        float: left;
        margin-top: 20px;
    }

.radioListUpload {
    clear: both;
    float: left;
    margin-top: 20px;
}


.doorhalenRegel td {
    font-style: italic;
}
