﻿@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;
}


html, form {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.masterHeader {
    display: flex;
    margin: 0;
    padding: 0;
}


div {
    /*border: 1px solid black;*/
}

body {
    border: 0px;
    margin: 0 0 0 0;
}

a {
    cursor: pointer;
}

.rootitem {
    -moz-transition: height .5s ease-in;
    -webkit-transition: height .5s ease-in;
    -o-transition: height .5s ease-in;
    transition: height .5s ease-in;
}

img {
    border: 0px;
}

ul.moveable {
    list-style: none;
    margin: 0px;
    padding: 0;
    width:100%;
    clear: both;
}
table {
    padding: 1px;
    margin: 1px;
    font-size: 1em;
}

#document img {
    max-width:100%;
}
.green {
    color: #608f3f;
}

.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;
}


td {
    padding: 0px 10px 0px 10px;
    /*border:1px solid #dadada;*/
    /*border-radius: 7px; */
    /*-moz-border-radius: 7px; */
    /*-webkit-border-radius: 7px; */
}

#cframe {
    width: 100%;
    height: inherit;
    border: 0;
    margin: 0;
    overflow: hidden;
}

.twocols {
    column-count: 2;
    column-gap: 20px;
}

hr {
    border: 1px dotted #aaa;
}

.underline {
    border-bottom: 1px solid #f0f0f0;
}

.smaller {
    font-size: 0.92em;
}

.larger {
    font-size: 1.2em;
}

.verylarge {
    font-size: 1.5em;
}

.smallblue {
    color: #0192b5;
    font-size: 0.9em;
}

.smallblack {
    color: #212121;
    font-size: 0.9em;
}

.smallgrey {
    color: #9d9d9d;
    font-size: 0.9em;
}


.clearfix {
    clear: both;
}


.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;
}

#loginBox {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.openLuik {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 10px 0 0 20px;
}

.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;
}

.paddingleft {
    padding-left: 20px;
}

.verticaltab {
    margin: 0px;
    padding: 0px;
}

.paddingbottom {
    padding-bottom: 10px;
}

.fiveBelow {
    margin-bottom: 5px;
}

.half {
    display: inline-block;
    position: relative;
    max-width: 400px;
    padding: 0;
    font-size: 1em;
}

.realhalf {
    display: inline-block;
    max-width: 49.9%;
    width: 100%;
}

.a4060 {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    max-width: 38%;
    line-height: 18px;
    padding: 0px 35px 30px 0;
    width: 100%;
    vertical-align: top;
}

.a6040 {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    max-width: 56%;
    line-height: 18px;
    padding: 0px 35px 30px 0;
    width: 100%;
    vertical-align: top;
}

.eenderde {
    width: 100%;
    max-width: 34%;
    padding: 0 0 30px 0;
    display: inline-block;
}

.tweederde {
    width: 100%;
    max-width: 66%;
    display: inline-block;
    padding: 0 0 30px 0;
}

.eenvierde {
    width: 100%;
    max-width: 25%;
    display: inline-block;
    /*padding: 0px 35px 30px 0;*/
    vertical-align: top;
}

.drievierde {
    width: 100%;
    max-width: 75%;
    display: inline-block;
    padding: 0px 0 30px 0;
    vertical-align: top;
}

.page {
    padding: 0px 0 30px 35px;
    max-width: 1000px;
    width: 100%;
    line-height: 150%;
}

#neemFoto {
    width: 100%;
}

#fotoframe1, #fotoframe2 {
    width: 100%;
    min-height: 550px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#imgCapture {
    width: 100%;
    height: 100%;
}

#epos2, .password {
    max-width: 235px;
    width: 100%
}

.borderbottom {
    border-bottom: 1px dotted #aaa;
    }

#tmenu32a {
    float: left;
    max-width: 320px;
    width: 100%;
    margin-top: 5px;
}
#tmenu32b {
    float: left;
}

#luik1menu, #luik3menu, #luik5menu, #luik7menu, #luik9menu, #luik11menu, #luik13menu,
#luik15menu, #luik17menu, #luik19menu, #luik21menu {
    padding: 0 0 8px 0;
    display: none;
    width: 100%;
    border-bottom: 1px dotted #aaa;
}

#luik1, #luik3, #luik5, #luik7, #luik9, #luik11, #luik13, #luik15, #luik19, #luik21, #luik23, #luik24, #luik25, #luik27 {
    border-right: 1px dotted #aaa;
    display: inline-block;
    font-size: 0.9em;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    -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;
}

#luik2, #luik4, #luik6, #luik8, #luik10, #luik12, #luik14,
#luik16, #luik18, #luik20, #luik22 {
    min-height: 100%;
    display: inline-block;
    /*background-color: #f5f5f5;*/
    line-height: 150%;
    vertical-align: top;
    font-size: 0.9em;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

#luik19 {
    width: 100%;
    max-width: 320px;
}


#handle1, #handle3, #handle5, #handle7, #handle9, #handle11, #handle13, #handle15, #handle18, #handle22, #handle32 {
    display: none;
    float: left;
    margin-right: 0px;
}

.luikje {
    max-width: 300px;
    width: 100%;
}

.extenderRight {
    display: inline-block;
    max-width: 600px;
    font-size: 0.9em;
    padding: 0;
}


#document, #searchDetail {
    padding: 20px;
}

#menu1a, #menu4a, #menu6a, #menu8a, #menu14a, #menu16a, #menu10a, #menu12a, #menu20a, #menu22a, #menu32a, #menu33a {
    display: flex;
    padding: 10px 0 2px 10px;
    -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%;
    height: 27px;
}

.userMenu {
    padding: 20px;
    display: none;
}

    .userMenu span {
        margin-right: 5px;
        font-size: 1.1em;
    }

.flex {
    display: flex;
}

#reloadDivje123 div img, .moveable img {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.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 {
    padding: 5px;
    float: left;
    display: table-cell;
    width: 100%;
}

#dwindow {
    position: fixed;
    margin: 20px auto;
    display: none;
    z-index: 3;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.loader {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.hide {
    display: none;
}


.loader > div {
    position: relative;
    width: 100%;
    height: 100%;
    background: tomato;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}

    .loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
        animation-delay: 0.4s;
    }

    .loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
        animation-delay: 0.2s;
    }

    .loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
        animation-delay: 0.6s;
    }

    .loader > div:nth-of-type(3) {
        animation-delay: 0.8s;
    }

@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;
}

ul.moveable {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.moveable li {
    list-style-image: none;
    margin: 1px;
    cursor: pointer;
    background-color: transparent;
    padding: 0px;
}
.moveable li:hover {
    background-color: #f9f9f9;
}
.menuitem {
    padding: 8px 10px 8px 20px;
    font-size: 1em;
    width: 105px;
    background: url(../images/ra2.png);
    background-position: right;
    background-repeat: no-repeat;
}


#reloadDivje123 {
    display: block;
    margin: auto;
    /*width: 720px;*/
    -webkit-user-select: none;
    /*font-size: 0;*/
}

.nhaiditem {
    display: inline-block;
    position: relative;
}

    .nhaiditem.dragging {
        border: 2px dashed #ccc;
        background: #fff;
        color: #fff;
    }

    .nhaiditem.clone {
        opacity: .8;
        pointer-events: none;
    }

.message:empty {
    display: none;
}

#pGegevens {
    max-width: 90%;
}

    #pGegevens tr td {
        padding: 3px 10px;
    }

    #pGegevens .formfield, .password1 {
        width: 98%;
    }

@media screen and (min-width: 851px) and (max-width: 5000px) {

    #luik1, #luik3, #luik5, #luik7, #luik9, #luik11, #luik13, #luik15, #luik17, #luik21, #luik22, #luik31 {
        padding: 10px 0 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 850px) {
    #luik19 {
        max-width: 150px;
    }
    #handle1, #handle3, #handle5, #handle7, #handle9, #handle11, #handle13, #handle15, #handle18, #handle22, #handle32 {
        display: inline-block;
    }
    #luik1menu, #luik3menu, #luik5menu, #luik7menu, #luik9menu, #luik11menu, #luik13menu,
    #luik15menu, #luik17menu, #luik19menu, #luik21menu {
        display: inline-block;
    }
}