﻿/* DEFAULTS
----------------------------------------------------------*/

:root {
    --achtergrond-kleur: /*#ebf6f7*/ #006dae;
    --text-kleur: #7b7b7b;
    --content-achtergrond-kleur: #ffffff;
    --nd-paars: #006dae;
    --nd-blauw: #006ab4;
    --nd-geel: #fab600;
    --nd-mint: #a4d8e0;
    --nd-lichtmint: #ebf6f7;
    --nd-zwart: #000000;
    --nd-wit: #ffffff;
    --nd-tekst: #333333;
	--nd-tekst: #333333;
    --nd-lichtgrijs: #f6f6f6;
    --nd-roze: #f9c9Ca;
    --nd-rood: #c54a4f;
    --nd-donkerrood: #96393D;
    --pdf-rood: #ea0c0c;
    --nd-link: #006dae;
    --nd-link-hover: #f18615;
    --nd-link-active: #f18615;
    --nd-linkrood: #ea6263;
    --nd-linkrood-hover: #c54a4f;
    --nd-input-border: #ededed;
    --border-mint: #e3f3f4;
    --input-border: #e4e4e4;
    --button-bg: #f18615;
    --button-bg-hover: #005080;
    --button-color: #ffffff;
    --tr-bg-hover: #e6f0f7;
    --nd-infopanel-background: #d3e8a2;
    --nd-infopanel-border: #a1cf3f;
    --nd-validation-error-background: #FBE3E4;
    --nd-validation-error-color: #222222;
    --nd-validation-error-border: #FBC2C4;
    --nd-validation-error-box-shadow: #aaaaaa;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('/fonts/MaterialSymbolsOutlined-variable.woff2') format('woff2');
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
}


html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

.saveImage, .hiddenButton {
    display: none !important;
}

body {
    width: 100%;
    margin: 0;
    background-color: var(--achtergrond-kleur);
    font-family: Arial, sans-serif;
    line-height: 24px;
    color: var(--nd-text);
}

.headerbalk {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background-color: var(--achtergrond-kleur);
    z-index: 2;
}

.headerbalk img {
	margin-top:20px;
	margin-bottom:20px;
	height: 100px;
	
}

.largeContent {
    width: 100%;
    background-color: var(--content-achtergrond-kleur);
    float: left;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.Half {
    width: 50% !important;
}

.contentblok {
    float: left;
    background-color: var(--achtergrond-kleur);
    width: 100%;
    display: flex;
    margin-top: 140px;
    box-sizing: border-box;
}

.contentblokBinnen {
    width: 768px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--content-achtergrond-kleur);
    padding: 32px;
    border-radius: 16px;
	margin-bottom: 30px;
}

.notarisAfmeldContainer .contentblokBinnen {
    width: 1200px !important;
    max-width: 1200px !important;
}

.contentblokBinnenBreed {
    width: 1024px !important;
}


table {
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    clear: both;
}

tr {
    margin-bottom: 5px;
}

th {
    text-align: left;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.2;
    filter: alpha(opacity=200);
    -moz-opacity: 0.2;
    min-height: 100%;
    width: 100%;
}


td {
    line-height: 18px;
    vertical-align: top;
    padding-left: 2px;

}

td {
    vertical-align: bottom;
}

.numbersonly {
    text-align: right;
}


hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--nd-paars);
}

a:link, a:visited {
    color: var(--nd-link);
}

a:hover {
    color: var(--nd-link-hover);
}

a:active {
    color: var(--nd-link-active);
}

p {
    clear: both;
    display: block;
}

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:24px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 60px;
    float: left;
	display: block;
    width: 100%;
}

h2 {
    color: var(--nd-paars);
    line-height: 125%;
    font-size: 22px;
    font-weight: bold;
    float: left;
	display: block;
    width: 100%;
}

h3 {
    color: var(--nd-paars);
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    display:block;
    width:100%;
}

h4 {
}

h5, h6 {
}


/* 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{
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    padding: 25px;
	box-sizing:border-box;
	border:1px solid var(--border-mint);
	border-radius: 16px;
	font-size:14px;
}

.formitem {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.formitem label {
	width:100%;
}
.formitemdosnr label {width: auto!Important; float:left; margin-right: 10px;}
.formitemdosnr span {font-size:14px;!important;}

.formitem label {
	font-size:14px;
	font-weight:600;
}

.formitem.radiobuttons label {
	font-weight:400;
}

.formitem input {
	width:100%;
}

.formitem input[type="text"] {
	border: 2px solid var(--input-border);
	border-radius:4px;
	padding: 6px!important;
	font-size:14px;
	box-sizing:border-box;
	height:auto;
}

.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] {
	width:15px;
	height:15px;
	margin-right:10px;
}

input[type=radio] {
	width:1.1em;
	height:1.1em;
	margin-right:6px;
	accent-color:var(--nd-blauw);
	font-size:15px;
	position:relative;
	top:3px;
}

.formitem select {
	border: 1px solid var(--input-border);
	border-radius:8px;
	padding: 10px 12px !important;
	font-size:14px;
	line-height:20px;
	box-sizing:border-box;
	width:100%;
}

.formitem table tr td {
	padding:4px 3px;
	display:flex;
	align-items:flex-start;
}

.formitem table tr td:hover {
	background-color:var(--tr-bg-hover);
	border-radius:8px;
}

.formitem .helpText {
	font-size:14px;
	color: rgba(51, 51, 51, .65);
}

.formitem table label {
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
.formitem table label {
	font-weight:400;
}
.geUploadPanel {font-size:14px;}
.radioList {
    padding-left: 160px;
    margin-top: -20px;
}

.label {
    display: inline-block;
    width: 100px;
}

table.dossierTable {font-size:14px;}
table.dossierTable input[type="text"] {
	border: 2px solid var(--input-border);
    border-radius: 4px;
}
.formulierErfgenaam {
	font-size:14px;
}
.formulierErfgenaam input[type="text"] {
	border: 2px solid var(--input-border);
    border-radius: 4px;
	padding: 6px!important;
    box-sizing: border-box;
	width:400px;
}

a.button {
	display:inline-flex;
	color: var(--button-color) !important;
    background-color: var(--button-bg) !important;
    border-radius: 10px !important;
    border: none;
    font-size: 15px !important;
    text-transform: uppercase;
	text-decoration:none;
    font-weight: 600;
    padding: 15px 20px;
	margin-top:20px;
	margin-bottom:20px;
}

a.button:hover {
	background-color: var(--button-bg-hover) !important;
}

    a.button:active {
        position: relative;
        top: 1px;
    }
	
	a.opslaanButton {margin-bottom:0!important;}

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 48px 7px 18px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: var(--button-color);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
    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-wit.png);
    background-repeat: no-repeat;
    background-position: center left 18px;
    padding: 7px 18px 7px 48px !important;
}
a.toevoegButton::after {display:none;}

a[class^='erfgenaamA'] {
    padding: 7px 18px;
    background-color: var(--nd-geel);
    background-image: url(/images/plus-math-symbol-circle-wit.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-wit.png);
        background-repeat: no-repeat;
        background-position: center left 18px;
    }

.infoPanel, .errorPanel {
    width: 100%;
    min-height: 50px;
    clear: both;
    float: left;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 16px;
    box-sizing: border-box;
}

.infoPanel {
    background-color: var(--nd-infopanel-background);
}

.errorPanel {
    background-color: var(--nd-roze);
}

.fullWidth {
    float: left;
    width: 100%;
}
.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;
}

a[disabled=disabled] {
    color: GrayText !important;
}
    
textarea {
    width: 500px;
    height: 200px;
}

.error {
    background-color: #CA433B;
    color: white;
    border: 1px solid #BF3E36;
}

.warning {
    background-color: #EAA43C;
    color: white;
    border: 1px solid #DC9A38;
}

.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: var(--nd-validation-error-background);
    color: var(--nd-validation-error-color);
}

.requiredAkkoord input[type="checkbox"] {
	float:left;
}

.requiredAkkoord label {
   float:left;
   width:auto;
}

.requiredAkkoord.validationError label {
    background: var(--nd-validation-error-background);
    border: 1px solid var(--nd-validation-error-border);
    box-shadow: 0 0 2px var(--nd-validation-error-box-shadow);
    border-radius: 2px;
    margin-right: 0px;
    vertical-align: top;
    height: 24px;
}

input:checked ~ label {
    font-weight: bold;
}

.span150 {
    width: 150px;
    display: inline-block;
}

.largeEdit200, .datePicker {
    width: 200px;
    height: 24px;
    margin-left: 5px;
    font-size: 18px;
}

.extraInformatie {
    clear: both;
    padding: 25px;
    background-color: var(--nd-mint);
    min-height: 210px;
    overflow: hidden;
    margin-top: 15px;
    display: inline-block;
	border-radius:16px;
}

.extraInformatie a, .extraInformatie a:visited {
	color: var(--nd-link);
}

.extraInformatie a:hover {
	color: var(--nd-link-hover);
}

.column {
    float: left;
    width: 25%;
}
.column-half {
	width:50%;
}

.textPanel {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.buttonDisabled {
    pointer-events: none;
}

a.buttonDisabled {
    background-color: darkgrey !important;
	color:var(--nd-lichtgrijs);
}

.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 var(--nd-paars);
	padding-top: 20px;
}

.testamentPanel span, .testamentPanel input[type=file] {
	clear: both;
	float: left;
}

.radioListUpload {
    clear: both;
    float: left;
    margin-top: 20px;
}

.doorhalenRegel td {
    font-style: italic;
}

.loading {
    padding: 40px;
    font-family: Arial;
    font-size: 18px;
    width: 450px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: var(--content-achtergrond-kleur);
    z-index: 999;
}

.formulierErfgenaam label {
    display: inline-block;
    width: 150px;
    margin-bottom: 15px;
}

.formulierErfgenaam hr {
    width: 100%;
}

hr.paddingTop20 {
    padding-top: 20px;
}

hr.paddingTop10 {
    padding-top: 10px;
}

.Kadaster label {
    width: 90% !important;
}
