﻿@import url(http://fonts.googleapis.com/css?family=Roboto:200);
/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200&display=swap');*/

@charset 'UTF-8';
@import url('font-awesome.min.css');

@font-face {
    font-family: "mypwfont";
    src: url("../fonts/Password Dots Regular.otf") format("otf"), /* Super Modern Browsers */
    url("../fonts/Password Dots Regular.woff") format("woff"), /* Pretty Modern Browsers */
    url("../fonts/Password Dots Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Password Dots Regular") format("svg"); /* Legacy iOS */
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}
tbody {
    width: 100%;
}

html, form {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.masterHeader {
    display: flex;
    margin: 0;
    padding: 0;
}

[draggable="true"] {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ul.moveable {
    list-style: none;
    margin: 0px;
    padding:0;
}

li {
    list-style-image: none;
    margin: 2px;
    border: 1px dotted #ccc;
    background-color: white;
    padding: 2px;
    border-radius: 4px;
    color: #666;
    cursor: move;
}

div {
    /*border: 1px solid black;*/
}

body {
    border: 0px;
    margin: 0 0 0 0;
}

a {
    cursor: pointer;
}

.numField {
    max-width:80px;
}

#mTable {
    max-width: 700px;
    width: 100%;
    display: inline-block;
}

#mTable [type="text"] {
    width: calc(100% - 25px);
}
#mTable [type="button"] {
    width: 120px;
    float:left;
    margin-right:5px;
}

#logoID {
    border: 0px;
    max-width:115px;
    padding-left:0px;
}

.max {
    max-width: 500px;
    width: 100%;
    display: flex;
}
table {
    width: 100%;
    font-size: 1em;
}

#document img {
    max-width:100%;
}

.bold {
    font-weight: 600;
}

#idendity {
    padding: 10px 0 0 0;
    text-align: center;
    margin-right: 30px;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px 10px 0 3px;
        vertical-align: middle;
        background: url(check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label span {
        background: url(check_radio_sheet.png) -19px top no-repeat;
        cursor: pointer;
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px 10px 0 2px;
        vertical-align: middle;
        background: url(check_radio_sheet.png) -37px top no-repeat;
        cursor: pointer;
    }

    input[type="radio"]:checked + label span {
        background: url(check_radio_sheet.png) -56px top no-repeat;
        cursor: pointer;
    }

.password {
    font-family: mypwfont;
    -webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    font-size: 0.8em;
    color: #666;
    padding: 10px;
    height: 26px;
    margin: 0;
    background-color: white;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.menuDropdown {
    max-height: 400px;
    overflow-y: scroll;
    margin-right: 20px;
	min-width: 200px;
    vertical-align: top;
    padding: 10px 0;
    min-height: 100px;
    line-height: 150%;
}

#cframe, #frame1 {
    width: 100%;
    height: inherit;
    background-color:transparent;
    border: 0;
    margin: 0;
    overflow: hidden;
}

.twocols {
    column-count: 2;
    column-gap: 20px;
}

.smaller {
    font-size: 0.92em;
}

.larger {
    font-size: 1.2em;
}

.verylarge {
    font-size: 1.5em;
}

.clearfix {
    clear: both;
}

#editDoc {
    padding: 20px 20px;
}

.toUpper {
    text-transform: capitalize;
}

#box1, #box2 {
    /*	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;*/
}

.formfield, .formfieldSubmit, .password1 {
    outline: none;
    vertical-align:top;
}

#overViewTrans {
    max-height: 600px;
    overflow-y: scroll;
    height: 100%;
    border-bottom: 1px dotted #aaa;
    padding: 30px 0;
    margin-bottom: 20px;
}
.short {
    max-width: 100px;
}

.short30 {
    max-width: 30px;
}

.short50 {
    max-width: 50px;
}

.short200 {
    max-width: 200px;
}

.top {
    vertical-align:top;
}

#loginBox {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.openLuik {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 20px 0 0 20px;
    display: block;
}

.sluitLuik {
    width: 0%;
    max-width: 0;
    overflow: hidden;
    padding: 0 0 0 0;
}


.password1 {
    font-family: mypwfont;
    -webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
}

input[type="text"]:focus {
    outline: none;
}

/* Spin Buttons modified */
input[type="number"].mod::-webkit-outer-spin-button,
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    width: 70px;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

    input[type="number"].mod::-webkit-inner-spin-button:hover,
    input[type="number"].mod::-webkit-inner-spin-button:active {
        box-shadow: 0 0 2px #0CF;
        opacity: .8;
    }

/* Override browser form filling */
input:-webkit-autofill {
    background: #fff;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.paddingtop {
    padding-top: 10px;
}

.margintop {
    margin-top: 10px;
}

.marginbottom {
    margin-bottom: 20px;
}
.marginRight {
    margin-right: 20px;
}

.paddingleft {
    padding-left: 20px;
}

.paddingright {

    padding-right: 20px;
}

.verticaltab {
    margin: 0px;
    padding: 0px;
}

.paddingbottom {
    padding-bottom: 10px;
}

.container {
    margin: 0px;
    width: 100%;
    padding: 0;
}

b:empty {
    display:none;
}

.titleCase {
    text-transform: lowercase;
}

.titleCase:first-letter {
    text-transform: uppercase;
}

.fiveBelow {
    margin-bottom: 5px;
}

.half {
    display: inline-block;
    position: relative;
    max-width: 400px;
    padding: 0;
    width: 100%;
    font-size: 1em;
}

.realhalf {
    display: inline-block;
    max-width: calc(50% - 20px);
    width: 100%;
}

.eenderde {
    width: 100%;
    max-width: calc(33% - 15px);
    display: inline-block;
}

.tweederde {
    width: 100%;
    max-width: calc(66% - 15px);
    display: inline-block;
}

.eenvierde {
    width: 100%;
    max-width: calc(25% - 15px);
    display: inline-block;
    margin-top: 10px;
}

.drievierde {
    width: 100%;
    max-width: 75%;
    display: inline-block;
    padding: 0px 0 30px 0;
    vertical-align: top;
}

.password {
    max-width: 235px;
    width: 100%
}

.borderbottom {
    border-bottom: 1px dotted #aaa;
    }

#masterRow {
    padding: 0px 70px;
}

#pNames {
    max-height: 488px;
    overflow-y: scroll;
    margin: 12px 0;
    padding: 10px 0;
    width: calc(100% - 20px);
    display: inline-block;
}

.default {
    margin: 0px;
    width: 100%;
    clear: both;
    display:inline-flex;
}

/*    .default > div {
        display: flex;
        flex-direction: column;
    }
*/
.fullLuik {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 10px 15px;
}

.luikje {
    max-width: 300px;
    width: 100%;
}

.luikje1 {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 0;
}

#luik11 {
    padding:20px;
}

.flexBox { display:inline-flex; }
.flexDiv [ flex:1; ]

#luik1menu, #luik2menu, #luik3menu, #luik4menu, #luik5menu, #luik6menu, #luik7menu, #luik8menu, #luik9menu, #luik10menu, #luik11menu {
    padding: 0 0 8px 0;
    display: none;
}

#luik2, #luik3, #luik4, #luik5, #luik7, #luik8, #luik9,#luik11, #luik12 {
    -moz-transition: max-width 0.5s linear;
    -webkit-transition: max-width 0.5s linear;
    -o-transition: max-width 0.5s linear;
    transition: max-width 0.5s linear;
    font-size: 0.9em;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

#luik6body {
    max-width: 900px;
    padding: 0 20px;
    line-height:180%;
}
#luik2-1, #luik3-1, #luik4-1, #luik5-1, #luik7-1, #luik8-1, #luik9-1, #luik11-1, #luik12-1 {
    -moz-transition: max-width 0.5s linear;
    -webkit-transition: max-width 0.5s linear;
    -o-transition: max-width 0.5s linear;
    transition: max-width 0.5s linear;
}

.luikTitle {
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
}

#luik11a, #luik11b, #luik11c, #luik11d, #luik11e, #luik11f {
    padding: 20px;
}

.overallMenu {
    max-width: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 250%;
    padding: 14px;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
}

.overallMenu span {
    margin-bottom: 20px;
    font-size: 1.1em;
}

#handle1, #handle2, #handle3, #handle4, #handle44, #handle5, #handle6, #handle7, #handle8, #handle9, #handle10, #handle12 {
    display: none;
    float: left;
    margin-right: 0px;
}

.extenderRight {
    display: inline-block;
    max-width: 600px;
    font-size: 0.9em;
    padding: 0;
}


#document, #searchDetail {
    padding: 20px;
}

#luik3-1 {
    width: 100%;

}

#menu1a, #menu2a, #menu3a, #menu4a, #menu4b, #menu5a, #menu6a, #menu7a, #menu8a, #menu9a, #menu10a, #menu11a, #menu12a {
    display: flex;
    padding: 10px 0 18px 20px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}

.flex {
    display: flex;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fullcell {
    margin-top: 0px;
    clear: both;
    padding: 0px 35px 30px 20px;
}

.cell {
    margin-top: 5px;
    padding: 10px;
    text-align: left;
}

.inlineBlock {
    display: inline-block;
    display: flex;
    flex-direction: column;
}

.widecell {
    margin-top:10px;
    float: left;
    display: table-cell;
    width: 100%;
}

#dwindow, #dwindowFrame {
    position: fixed;
    margin: 0px auto;
    display: none;
    z-index: 20;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}

.zoekVeld {
    font-size: 1em;
    padding: 10px 20px;
    border-width: 1px 0px 1px 1px;
    border-style: dotted;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    width: 100%;
}

.zoekVeldButton {
    vertical-align: top;
    display: inline-block;
    padding: 11px 10px 10px 10px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}


@keyframes loader {
    0% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}


.center {
    text-align: center;
}

.href, span select {
    cursor: pointer;
}

.show {
    display: inline-block;
}


select:focus {
    outline: none; /* removing default browsers outline on focus */
}

.search-select-arrow-down {
    position: absolute;
    height: 10px;
    width: 12px;
    background: url(http://i.imgur.com/pHIYN06.png) scroll no-repeat 2px 0px;
    left: 1px;
    top: 5px;
}

.right {
    float: right;
}

.rounded5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rounded5left {
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.rounded5right {
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.rounded5topleft {
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
}

.rounded5topright {
    border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
}

.rounded5bottomleft {
    border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
}

.rounded5bottomright {
    border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
}

.rounded10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rounded20 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

img.map, map area {
    outline: none;
}

fieldset {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px dotted #666;
}

.formfieldSubmit {
    font-size: 1em;
    color: #666;
    padding: 10px;
    height: 26px;
    margin: 0;
    background-color: white;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.formfieldSubmitButton {
    background-color: #c7e1e9;
    vertical-align: top;
    display: inline-block;
    height: 48px;
    padding: 16px 15px 15px 16px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.menuitem {
    padding: 8px 10px 8px 20px;
    font-size: 1em;
    width: 105px;
    background: url(../images/ra2.png);
    background-position: right;
    background-repeat: no-repeat;
}

.message:empty {
    display: none;
}

#pGegevens {
    max-width: 700px;
    width:100%;
}

#pGegevens tr td {
    padding: 3px 10px;
    vertical-align:top;
}

#pGegevens .formfield, .password1 {
    width: 98%;
}

@media screen and (min-width: 751px) and (max-width: 5000px) {

    #luik2, #luik3, #luik4, #luik5, #luik7, #luik8, #luik9 {
        padding: 20px 0 0 10px;
        max-width: 250px;
        display: inline-block;
        width: 100%;
        overflow: visible;
        padding: 10px 0 0 20px;
    }

    #luik1-1, #luik2-1, #luik3-1, #luik4-1, #luik4-2, #luik5-1, #luik7-1, #luik8-1, #luik9-1, #luik10-1, #stickyDiv {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 10px 0 0 20px;
    }
    .zoekVeld {
        max-width: 140px;
        display: inline-block;
    }

    .zoekVeldButton {
        display: inline-block;
    }
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #luik2, #luik3, #luik4, #luik5, #luik7, #luik8, #luik9 {
        
    }
    #luik1-1, #luik2-1, #luik3-1, #luik4-1, #luik5-1, #luik7-1, #luik8-1, #luik9-1, #stickyDiv {
       
    }

    #handle1, #handle2, #handle3, #handle4, #handle44, #handle5, #handle6, #handle7, #handle8, #handle9, #handle10, #handle12 {
        display: inline-block;
    }
    #luik1menu, #luik2menu, #luik3menu, #luik4menu, #luik5menu, #luik6menu, #luik7menu,
    #luik8menu, #luik9menu, #luik10menu, #luik11menu {
        display: inline-block;
    }
    .drievierde, .eenvierde, .page, .fullcell, .clearfix, .eenderde, .tweederde, .realhalf, .a4060, .a6040 {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .twocols {
        column-count: 1;
        column-gap: 0px;
    }
    #flexPanel {
        display: inline-block;
    }

    #Notes4Me {
        overflow: clip;
        width: 200px;
    }

    #idendity {
        overflow: revert;
        width: auto;
        margin: 10px 10px 0 0;
    }
    .luikje {
        padding: 20px 0 0 20px;
        max-width: 100%;
    }

    .luikje1 {
        display:none;
    }
    #pNames {
        display:block;
    }
    #luik1menu, #luik3menu, #luik5menu, #luik7menu, #luik9menu, #luik11menu, #luik13menu,
    #luik15menu, #luik17menu, #luik19menu, #luik21menu {
        display: inline-block;
    }
    .talkbubble:before {
        top: -18px;
        left: 55px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fffcd8; /*fffcd8*/
    }

    .talkbubble {
        width: 95%;
    }
    .zoekVeld {
        width: auto;
    }
}