﻿erfgenaamRightCell: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;
}
/* DEFAULTS
----------------------------------------------------------*/
html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

body {
    background-color: #FFFFFF;
    font-size: .80em;
    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;
}

thead tr th,
td {
    vertical-align: top;
    padding: 7px 5px !important;
}

.sorting_disabled {
    border: none !important;
}

table.dataTable thead tr {
    border: none !important;
}

table.dataTable.compact thead th {
    vertical-align: middle;
    padding-top: 10px !important;
    padding-left: 5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

hr {
    width: 800px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d48b06;
}

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: #0593D4;
    font-weight: bold;
    clear: both;
    display: block;
}

h1 {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

    h1.green {
        color: #a1cf3f;
    }

h2 {
}

h3.seperator {
    width: 100%;
    border-top: 1px solid #0593D4;
    padding-top: 20px;
    margin-top: 20px !important;
    float: left;
}

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;
}

.formulierZonderPadding {
    padding-top: 0px;
}

.formitem {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

.formitemAlter {
    margin-bottom: 10px;
}

    .formitemAlter label {
        display: inline-block;
        width: 110px;
    }

.formitemLabelBreed label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}


.formitem label {
    display: inline-block;
    width: 160px;
}

    .formitem label.large {
        display: inline-block;
        width: 260px;
    }

.formitem input {
    width: 200px;
}

.formitemAlter input {
    width: 160px;
}

.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=text].middleEdit {
    margin-top: 15px;
    width: 600px;
}

.formitem input[type=checkbox], .formitem input[type=radio] {
    width: 20px;
}

.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: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0593D4), color-stop(1, #0593D4));
    background: -moz-linear-gradient(top, #0593D4 5%, #0593D4 100%);
    background: -webkit-linear-gradient(top, #0593D4 5%, #0593D4 100%);
    background: -o-linear-gradient(top, #0593D4 5%, #0593D4 100%);
    background: -ms-linear-gradient(top, #0593D4 5%, #0593D4 100%);
    background: linear-gradient(to bottom, #0593D4 5%, #0593D4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0593D4', endColorstr='#0593D4',GradientType=0);
    background-color: #0593D4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0593D4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

a.smallButton {
    margin: 0px;
    padding: 2px;
    margin-right: 5px;
    margin-left: 3px;
}

    a.button:hover, a.smallButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0593D4), color-stop(1, #0593D4));
        background: -moz-linear-gradient(top, #0593D4 5%, #0593D4 100%);
        background: -webkit-linear-gradient(top, #0593D4 5%, #0593D4 100%);
        background: -o-linear-gradient(top, #0593D4 5%, #0593D4 100%);
        background: -ms-linear-gradient(top, #0593D4 5%, #0593D4 100%);
        background: linear-gradient(to bottom, #0593D4 5%, #0593D4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0593D4', endColorstr='#0593D4',GradientType=0);
        background-color: #0593D4;
    }

    a.button:active, a.smallButton:active {
        position: relative;
        top: 1px;
    }

.infoPanel {
    width: 400px;
    height: 50px;
    background-color: #d3e8a2;
    border: 1px solid #a1cf3f;
    clear: both;
    float: left;
    display: block;
    padding: 10px;
}

.errorPanel {
    width: 400px;
    height: 50px;
    background-color: #FFD7D5;
    border: 1px solid #EC9793;
    clear: both;
    float: left;
    display: block;
    padding: 10px;
}

.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%;
}

.verwijderButton {
    background: #e82c2c;
    background-image: -webkit-linear-gradient(top, #e82c2c, #b82b2b);
    background-image: -moz-linear-gradient(top, #e82c2c, #b82b2b);
    background-image: -ms-linear-gradient(top, #e82c2c, #b82b2b);
    background-image: -o-linear-gradient(top, #e82c2c, #b82b2b);
    background-image: linear-gradient(to bottom, #e82c2c, #b82b2b);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-transform: lowercase;
    color: #ffffff !important;
    font-size: 15px;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

    .verwijderButton:hover {
        background: #b82b2b;
        background-image: -webkit-linear-gradient(top, #b82b2b, #e82c2c );
        background-image: -moz-linear-gradient(top, #b82b2b, #e82c2c );
        background-image: -ms-linear-gradient(top, #b82b2b, #e82c2c );
        background-image: -o-linear-gradient(top, #b82b2b, #e82c2c );
        background-image: linear-gradient(to bottom, #b82b2b, #e82c2c );
        text-decoration: none;
    }

.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: #E2EFFF;
    padding: 10px 20px 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

    .logboek textarea {
        width: 500px;
        height: 60px;
    }

.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: sticky;
    top: 0;
}

    /* 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;
    }

.ui-widget-content a.button {
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0593D4 !important;
    background: #0593D4 !important;
}

/*.erfgenamenTable td {
    background-color: #FFEBCC;
}
*/
td.button a.button {
    margin-bottom: 0px !important;
}

.headerRow th, .headerRow td {
    background-color: #C5C5C5;
    font-weight: bold;
}

hr.lichteLijn {
    width: 100%;
    border-bottom: 1px solid #C5C5C5;
}

.erfgenamenTable tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

    .erfgenamenTable tr td table tr {
        border: none !important;
    }

.erfgenamenHeaderRow td {
    font-weight: bold;
    background-color: #C5C5C5;
}


.erfgenaamMinderjarigInfoRow, .erfgenaamMinderjarigInfoRow td {
    background-color: #ABCFF7 !important;
}

.erfgenaamInfoRow, .erfgenaamInfoRowRood, .erfgenaamMinderjarigInfoRow
{
    width: 300px;
}

    .erfgenaamInfoRow, .erfgenaamInfoRow td {
        background-color: #D3E8A2 !important;
    }

.erfgenaamInfoRowRood, .erfgenaamInfoRowRood td {
    background-color: #E26E54 !important;
}

.erfgenamenTable tr td table tr.erfgenamenAanvaardingRow {
    border-top: 1px solid black !important;
    padding-top: 20px;
}

.erfgenaamRightCell {
    background: #f8f0dd;
}

a.actionButton {
    margin-right: 10px;
}

.gecontroleerd, .nietGecontroleerd {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
}

.gecontroleerd {
    background-color: #D3E8A2;
}

.nietGecontroleerd {
    background-color: #E26E54;
}

    .nietGecontroleerd a:link {
        color: #000000 !important;
    }

    .nietGecontroleerd a.button {
        color: #FFFFFF !important;
    }


.buttonRight {
    float: right !important;
}

.statsTable {
    width: 50%;
}

    .statsTable tr td:first-child {
        width: 200px;
    }

    .statsTable tr td:not(:first-child), .statsTable th td:not(:first-child), .headerRow th td:not(:first-child), headerRow th:not(:first-child) {
        text-align: right !important;
    }

/* sticky header dingen */

.sticky .breed1400 {
    text-align: center !important;
    background-color: #BCCFE8;
}

.sticky h1 {
    color: black;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #BCCFE8;
    border-bottom: 1px solid #c5c5c5;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

.blok {
    border: 1px solid #0094C9;
    min-height: 200px;
    margin-right: 20px;
    padding: 10px;
    margin-bottom: 15px;
    float: left;
    width: 360px;
}

.hidden {
    display: none;
}

/*1*/
.statistiekTable .omschrijvingCel {
    width: 250px;
}

/*5 750*/
.statistiekTable .middelOmschrijvingCel {
    width: 150px;
}

/*8 400*/
.statistiekTable .kleinOmschrijvingCel {
    width: 50px;
}

.beoordelingsformulier xle td label {
    width: 300px;
}

.saveImage, .hiddenButton {
    display: none !important;
}

.beoordelingsformulier {
    padding: 25px;
    background-color: var(--nd-lichtmint);
}

    .beoordelingsformulier .erfgenaamInfoRow td {
        background-color: var(--nd-lichtmint) !important;
    }

    .beoordelingsformulier .erfgenaamInfoRow {
        border-bottom: 1px solid #cecece;
    }

    .beoordelingsformulier .formitemLarge {
        margin-bottom: 10px;
        display: block;
    }

        .beoordelingsformulier .formitemLarge label {
            width: 200px;
        }

    /* HEADINGS   - TEXT
----------------------------------------------------------*/
    .beoordelingsformulier h1, .beoordelingsformulier h2, .beoordelingsformulier h3, .beoordelingsformulier h4, .beoordelingsformulier h5, .beoordelingsformulier h6 {
        color: var(--nd-paars);
        font-weight: bold;
        clear: both;
        display: block;
    }

    .beoordelingsformulier h1 {
        font-size: 42px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        line-height: 50px;
        float: left;
        width: 100%;
    }


    .beoordelingsformulier h2 {
        color: var(--nd-paars);
        line-height: 125%;
        font-size: 30px;
        font-weight: bold;
        float: left;
    }

    .beoordelingsformulier h3 {
        color: var(--nd-paars);
        line-height: 28px;
        font-size: 25px;
        font-weight: bold;
        float: left;
        display: block;
        width: 100%;
    }

    .beoordelingsformulier h4 {
    }

.status-list {
    list-style: none;
    display: inline-block;
}

    .status-list li {
        float: left;
        display: inline-block;
        margin-bottom: 10px;
    }

        .status-list li a {
            font-size: 1em !important;
        }

.marginLeft {
    margin-left: 10px;
}

/* Volledige scherm overlay */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparante achtergrond */
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Simpele CSS loader */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Dossier scherm */
.instructiePanel {
    margin: 5px 0px 10px 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em 0.8em !important;
}

.sorting_disableda {
    display: none;
}

.formitemBl {
    clear: both;
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    width: 50%;
}

    .formitemBl label {
        width: 300px;
        display: inline-block;
    }

.formitem table, .formitemX table, .formitemB table {
    background-color: var(--nd-lichtmint);
    margin-top: 5px;
}


.formitemB {
    clear: both;
    float: left;
}

    .formitemB table {
        width: 300px !important;
    }

        .formitem table td, .formitemX table td, .formitemB table td {
            border-bottom: 1px solid #cecece;
        }

input:checked ~ label {
    font-weight: bold;
}

#ManagerContent_KortingsPercentageList tr {
    display: inline-block;
}

#ManagerContent_KortingsPercentageList label {
    width: auto !important;
}

.div50 {
    width: 49%;
}

.div30 {
    width: 29%;
}

.div30, .div50 {
    float: left;
    margin-right: 1%;
}

#toggleTitle {
    cursor: pointer;
    user-select: none;
}

.notities {
    display: block;
}

.select2-container .select2-selection--single {
    text-align: left;
}

.select2-container--default .select2-results > .select2-results__options {
    text-align: left;
}
