@import url("/brocade/fontstyle.css.anticache.20250620060057.css"); /* icomoon font */
@import url("/brocade/x0popup.min.css");

.text,
.text.bodycopy {
    font-size: 1rem;
    display: inline-block;
    font-weight: var(--sketchFontWeight);
    color: var(--sketchColorText);
    font-family: var(--sketchFontFamily);
}
.text.bodycopybold {
    font-weight: 500;
}
.text.bodycopyemphasized {
    font-size: 1.2rem;
}
.text.bodycopyemphasizedbold {
    font-size: 1.2rem;
    font-weight: 700;
}
.text.footnote,
.text.label {
    font-size: 0.6rem;
    letter-spacing: 0.2px;
    margin-bottom: var(--sketchSpacing1);
}

/* afwijkingen t.o.v. x0popup.min.css */
.x0l,
.x0l .ball {
    position: absolute;
}

.xi-error span::before,
.xi-info span::before,
.xi-ok span::before,
.xi-warning span::before {
    content: "";
    box-sizing: border-box;
}
.x0l {
    width: 120px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.x0l .ball {
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-radius: 30%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.x0l .ball-1 {
    border-color: #555;
    -webkit-animation-name: BallFly-1;
    animation-name: BallFly-1;
}

.x0l .ball-2 {
    border-color: #777;
    -webkit-animation-name: BallFly-2;
    animation-name: BallFly-2;
}

.x0l .ball-3 {
    border-color: #999;
    -webkit-animation-name: BallFly-3;
    animation-name: BallFly-3;
}

.x0l .ball-4 {
    border-color: #bbb;
    -webkit-animation-name: BallFly-4;
    animation-name: BallFly-4;
}

@-webkit-keyframes BallFly-1 {
    88%,
    from,
    to {
        margin-left: 0;
    }

    38%,
    50% {
        margin-left: 110px;
    }
}

@keyframes BallFly-1 {
    88%,
    from,
    to {
        margin-left: 0;
    }

    38%,
    50% {
        margin-left: 110px;
    }
}

@-webkit-keyframes BallFly-2 {
    4%,
    92%,
    from,
    to {
        margin-left: 0;
    }

    42%,
    54% {
        margin-left: 110px;
    }
}

@keyframes BallFly-2 {
    4%,
    92%,
    from,
    to {
        margin-left: 0;
    }

    42%,
    54% {
        margin-left: 110px;
    }
}

@-webkit-keyframes BallFly-3 {
    8%,
    96%,
    from,
    to {
        margin-left: 0;
    }

    46%,
    58% {
        margin-left: 110px;
    }
}

@keyframes BallFly-3 {
    8%,
    96%,
    from,
    to {
        margin-left: 0;
    }

    46%,
    58% {
        margin-left: 110px;
    }
}

@-webkit-keyframes BallFly-4 {
    12%,
    from,
    to {
        margin-left: 0;
    }

    50%,
    62% {
        margin-left: 110px;
    }
}

@keyframes BallFly-4 {
    12%,
    from,
    to {
        margin-left: 0;
    }

    50%,
    62% {
        margin-left: 110px;
    }
}

.x0p-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 180, 180, 0.5);
    z-index: 50998;
    -webkit-animation: x0pfadeIn 0.5s ease;
    animation: x0pfadeIn 0.5s ease;
}

.x0p,
.xi {
    left: 50%;
}

.x0p {
    position: fixed;
    top: 50%;
    font-size: 16px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    font-family: Verdana, Helvetica, STHeiti;
    -webkit-animation: x0ppop 0.45s ease;
    animation: x0ppop 0.45s ease;
    z-index: 99999;
}

.x0p-overlay.no-animation,
.x0p.no-animation,
.x0p.no-animation .xi > span::before {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes x0pfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes x0pfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes x0ppop {
    from {
        -webkit-transform: scale(0.9) translate(-55%, -60%);
        transform: scale(0.9) translate(-55%, -60%);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.1) translate(-45%, -60%);
        transform: scale(1.1) translate(-45%, -60%);
        opacity: 0.7;
    }

    to {
        -webkit-transform: scale(1) translate(-50%, -60%);
        transform: scale(1) translate(-50%, -60%);
        opacity: 1;
    }
}

@keyframes x0ppop {
    from {
        -webkit-transform: scale(0.9) translate(-55%, -60%);
        transform: scale(0.9) translate(-55%, -60%);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.1) translate(-45%, -60%);
        transform: scale(1.1) translate(-45%, -60%);
        opacity: 0.7;
    }

    to {
        -webkit-transform: scale(1) translate(-50%, -60%);
        transform: scale(1) translate(-50%, -60%);
        opacity: 1;
    }
}

@-webkit-keyframes x0pslideUp {
    from {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 1;
    }
}

@keyframes x0pslideUp {
    from {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 1;
    }
}

@-webkit-keyframes x0pslideDown {
    from {
        -webkit-transform: translate(-50%, -260%);
        transform: translate(-50%, -260%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 1;
    }
}

@keyframes x0pslideDown {
    from {
        -webkit-transform: translate(-50%, -260%);
        transform: translate(-50%, -260%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 1;
    }
}

.xi {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.xi-ok span::before {
    position: absolute;
    height: 8%;
    border-radius: 10px;
    background-color: #60bf80;
}

.xi-ok-left::before {
    width: 40%;
    left: 15%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: showOKLeft 0.6s ease;
    animation: showOKLeft 0.6s ease;
}

.xi-ok-right::before {
    width: 60%;
    left: 35%;
    top: 42%;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-animation: showOKRight 0.75s ease;
    animation: showOKRight 0.75s ease;
}

@-webkit-keyframes showOKLeft {
    75%,
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0;
        left: 21%;
        top: 37%;
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 40%;
        left: 15%;
        top: 50%;
    }
}

@keyframes showOKLeft {
    75%,
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0;
        left: 21%;
        top: 37%;
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 40%;
        left: 15%;
        top: 50%;
    }
}

@-webkit-keyframes showOKRight {
    80%,
    from {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        width: 0;
        left: 46%;
        top: 65%;
    }

    to {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        width: 60%;
        left: 35%;
        top: 42%;
    }
}

@keyframes showOKRight {
    80%,
    from {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        width: 0;
        left: 46%;
        top: 65%;
    }

    to {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        width: 60%;
        left: 35%;
        top: 42%;
    }
}

.xi-info span::before {
    position: absolute;
    background-color: #5080df;
}

.xi-info-circle::before {
    width: 11%;
    height: 11%;
    border-radius: 50%;
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xi-info-line::before {
    width: 8%;
    height: 45%;
    border-radius: 10px;
    left: 50%;
    top: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xi-warning span::before {
    position: absolute;
    background-color: #f29f3f;
}

.xi-warning-circle::before {
    width: 11%;
    height: 11%;
    border-radius: 50%;
    left: 50%;
    top: 71%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xi-warning-line::before {
    width: 8%;
    height: 45%;
    border-radius: 10px;
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xi-error span::before {
    position: absolute;
    background-color: #ef6080;
    width: 8%;
    border-radius: 10px;
}

.xi-error-right::before {
    height: 80%;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-animation: errorDrawRight 0.6s ease;
    animation: errorDrawRight 0.6s ease;
}

.xi-error-left::before {
    height: 80%;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-animation: errorDrawLeft 0.75s ease;
    animation: errorDrawLeft 0.75s ease;
}

@-webkit-keyframes errorDrawLeft {
    75%,
    from {
        height: 0;
        top: 22%;
        left: 23%;
    }

    to {
        height: 80%;
        top: 10%;
        left: 50%;
    }
}

@keyframes errorDrawLeft {
    75%,
    from {
        height: 0;
        top: 22%;
        left: 23%;
    }

    to {
        height: 80%;
        top: 10%;
        left: 50%;
    }
}

@-webkit-keyframes errorDrawRight {
    80%,
    from {
        height: 0;
        top: 22%;
        left: 76%;
    }

    to {
        height: 80%;
        top: 10%;
        left: 50%;
    }
}

@keyframes errorDrawRight {
    80%,
    from {
        height: 0;
        top: 22%;
        left: 76%;
    }

    to {
        height: 80%;
        top: 10%;
        left: 50%;
    }
}

.noscroll {
    overflow: hidden;
}

.x0p.default .button,
.x0p.default .icon-wrapper,
.x0p.default .text-pure-wrapper,
.x0p.default .text-wrapper {
    display: inline-block;
    vertical-align: top;
}

/* .x0p.default .icon-wrapper {
    position: relative;
    width: 35%;
    height: 100%;
} */

.x0p.default .text-wrapper {
    position: relative;
    width: 65%;
    height: 100%;
    margin: 0 auto;
}
/* 
.x0p.default .text-pure-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
} */

.x0p.default .text-anchor {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.x0p.default .content {
    width: 100%;
    height: 80%;
    height: calc(100% - 40px);
}

.x0p.default.no-button .content {
    height: 100%;
}

.x0p.default .buttons {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #eee;
}

.x0p.default .text-wrapper .input,
.x0p.default .text-wrapper .text,
.x0p.default .text-wrapper .title {
    padding-left: 0;
}

.x0p.default .title {
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.x0p.default .text {
    margin-top: 5%;
    padding: 0 25px;
    font-size: 18px;
    color: #777;
}

.x0p.default .error {
    margin-top: 1px;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #fe9999;
    color: #fcfcfc;
}

.x0p.default .input,
.x0p .x0p-broc-result {
    padding: 20px 30px;
}

.x0p.default input[type="text"],
.x0p.default input[type="password"] {
    margin-top: 7%;
    padding: 8px 10px;
    outline: 0;
    background-color: #f9f9f9;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #aaa;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    color: #aaa;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.x0p.default input[type="text"]:focus,
.x0p.default input[type="password"]:focus {
    border-color: #5080df;
    color: #5080df;
}

.x0p.default .button {
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 0;
    box-sizing: border-box;
    border: 0;
    outline-width: 0;
    outline-style: solid;
    outline-offset: -1px;
}

.x0p.default .button-outline:focus {
    outline-width: 1px;
    -webkit-animation: x0pButtonOutline 0.3s ease;
    animation: x0pButtonOutline 0.3s ease;
}

.x0p.default .button:hover {
    cursor: pointer;
}

@-webkit-keyframes x0pButtonOutline {
    from {
        outline-offset: 7px;
    }

    to {
        outline-offset: -1px;
    }
}

@keyframes x0pButtonOutline {
    from {
        outline-offset: 7px;
    }

    to {
        outline-offset: -1px;
    }
}

.x0p.default .button-ok {
    background-color: #60bf80;
    outline-color: #207f40;
    color: #fefefe;
}

.x0p.default .button-ok:hover {
    background-color: #50af70;
}

.x0p.default .button-cancel {
    background-color: #eee;
    outline-color: #aaa;
    color: #666;
}

.x0p.default .button-cancel:hover {
    background-color: #e3e3e3;
}

.x0p.default .button-warning {
    background-color: #f29f3f;
    outline-color: #b25f00;
    color: #fefefe;
}

.x0p.default .button-warning:hover {
    background-color: #e28f2f;
}

.x0p.default .button-info {
    background-color: var(--sketchBackgroundColorButtonPrimary);
    outline-color: #2050af;
    color: #fefefe;
}

.x0p.default .button-info:hover {
    background-color: var(--sketchColorPrimaryLight);
}

.x0p.default .button-error {
    background-color: #ef6080;
    outline-color: #af2040;
    color: #fefefe;
}

.x0p.default .button-error:hover {
    background-color: #df5070;
}

.x0p.sticktotop {
    top: 120px;
}

.x0p #x0p-close-top-right {
    font-size: 1.5em;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 80000;
}

.x0p #searchdata-results {
    padding: 10px;
}

.x0p .searchdata-link {
    font-size: 14px;
    line-height: 22px;
}

.x0p input {
    font-size: 12px;
    border: 1px solid #bbb;
    padding: 4px;
    border-radius: 5px;
}

ul.ui-autocomplete li.ui-menu-item {
    font-size: 14px;
}

/*x0popup jstree*/
#x0popup .jstree-default.jstree-focused {
    background: none;
}

#x0popup #btree {
    font-size: 10pt;
    margin: 20px;
    margin-bottom: 100px;
}

#x0popup [id^="empty-"] .jstree-icon {
    background: none;
}

#x0popup .jstree-default .jstree-clicked {
    background: #e7f4f9;
    padding: 0 10px 0 1px;
    border: 1px solid #dbf7f9;
}

#x0popup .jstree-default #actualmenufol {
    background: var(--sketchColorPrimaryLight);
    padding: 0 10px 0 2px;
    border: none;
    color: #fff;
}

#x0popup .actualmenuitem {
    color: var(--sketchColorPrimaryLight);
    background: #e7f4f9;
    padding: 0 10px 0 1px;
}

#x0popup .actualmenuitem:hover {
    padding: 0 9px 0 0;
}

/* end x0popup jstree*/

/* navigatiemenus */
.navmenu {
    z-index: 200;
    font-family: arial, verdana, sans-serif;
    right: 10px;
    top: 50px;
    position: fixed;
    display: none;
    border-collapse: collapse;
    /* border: 1px solid #808080; */
    /* background-color: #e7e9e2; */
    background-color: var(--sketchColorNeutralLight);
    overflow: auto;
    max-height: calc(100vh - 50px);
}
body.frameless .navmenu {
    top: 110px;
}

.ie .navmenu {
    z-index: 10;
    font-family: arial, verdana, sans-serif;
    right: 10px;
    top: 1px;
    position: absolute;
    display: none;
    border-collapse: collapse;
    border: 1px solid #808080;
    overflow: hidden;
}

.navmenu td {
    text-align: left;
    margin: 0 0 0 0;
    border: 1px solid #808080;
}

.navmenu td:hover {
    background-color: var(--sketchBackgroundColorButtonPrimary);
    color: var(--sketchColorTextOnButtonPrimary);
    border: 1px solid #808080;
}

.navmenu td:hover a,
.navmenu a:hover {
    cursor: pointer;
    color: #fff;
}

.navmenu a,
navmenu a:visited {
    font-size: 0.8em;
    text-align: left;
    display: block;
    padding: 0.2em;
}

.navmenuitemchanged {
    background-color: #f7be81;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: var(--sketchBorderRadius);
    padding: var(--sketchSpacing6) var(--sketchSpacing5);
    margin-top: var(--sketchSpacing6);
}
fieldset legend {
    font-variant: small-caps;
    font-weight: bold;
    padding: 0 var(--sketchSpacing4);
}

/* Input element styling */
/*************************/
input {
    border: var(--sketchBorderInput);
    font-family: var(--sketchFontFamilyInput);
    padding: var(--sketchPaddingInput);
    border-radius: var(--sketchBorderRadiusInput);
    margin: var(--sketchMarginInput);
}
input[type="button"],
button {
    font-family: var(--sketchFontFamily);
    border-radius: var(--sketchBorderRadiusButtonSecondary);
    padding: var(--sketchPaddingButtonSecondary);
}
input[type="text"],
input[type="password"] input[type="checkbox"] {
    font-size: 9pt;
}
input[type="submit"] {
    font-family: var(--sketchFontFamily);
    border: 1px solid #ccc;
}
input[type="submit"]:disabled {
    background: grey;
}

a,
a:visited {
    text-decoration: var(--sketchTextDecorationLink);
    color: var(--sketchColorLink);
}
a.lookuphistory:visited,
a.lookupsearch:visited {
    color: var(--sketchColorText);
    text-decoration: none;
}

a:hover {
    color: #656565;
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    margin: 0 5px 0 0;
}

td {
    font-size: 10pt;
}

.workspace-table {
    border-style: solid;
    border-width: thin;
    padding: 3px;
}

.workspace-unichar {
    font-family: fallbackfont;
    color: red;
}

.workspace-tableheader {
    font-family: var(--sketchFontFamily);
    color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: var(--sketchColorPrimary);
    font-size: 10pt;
    padding: 3px;
    text-align: left;
    font-weight: bold;
}

.workspace-td-header {
    border-bottom: thin solid #cccccc;
    border-right: thin solid #cccccc;
    color: #000;
    font-size: 90%;
    text-align: left;
    vertical-align: top;
}

.workspace-td-string {
    border-bottom: thin solid #cccccc;
    border-right: thin solid #cccccc;
    text-align: left;
}

.workspace-td-number {
    border-bottom: thin solid #cccccc;
    border-right: thin solid #cccccc;
    text-align: right;
}

.workspace-td-string-emphasis {
    text-align: left;
    font-weight: bold;
}

.workspace-td-number-emphasis {
    text-align: left;
    font-weight: bold;
}

.workspace-td-string-playdown {
    text-align: left;
    font-size: 80%;
}

.workspace-td-number-playdown {
    text-align: left;
    font-size: 80%;
}

.workspace-grayline {
    border-bottom: thin solid #d8d8d8;
}

.workspace-inputsubmit {
    font-size: 80%;
    border-radius: 5px;
    border-style: outset;
}

.workspace-inputcode {
    font-family: monospace;
}

.warning {
    background-color: #e7e9e2;
    padding: 10px;
    width: 98%;
    border-radius: 5px;
}

.workspace-body,
.x0p .x0p-broc-result {
    font-family: var(--sketchFontFamily);
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: var(--sketchColorText, #000000);
}

body:not(:has(nav)).workspace-body {
    margin-left: 1em;
}
body.frameless {
    margin-top: 0;

    table.data-table thead td,
    table.data-table thead th,
    table.sketch-table thead td,
    table.sketch-table thead th,
    #otherusermessage {
        top: calc(var(--navbar-height) + var(--taskbar-height));
    }
}

.workspace-indent-1 {
    margin-left: 2em;
}

.workspace-key {
    font-size: 10pt;
    vertical-align: top;
    font-weight: normal;
}

.workspace-subkey {
    font-size: 8pt;
    font-weight: normal;
}

.workspace-value {
    vertical-align: top;
    font-size: 10pt;
    font-weight: normal;
}

.workspace-tablecell {
    vertical-align: top;
    font-size: 10pt;
    font-weight: normal;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
}

div.searchlist tr:hover {
    background-color: #e7e9e2;
}

div.searchlist th {
    background-color: #ffffff;
}

div.searchlist th:hover {
    background-color: #ffffff;
}

.workspace-markedtext {
    color: #800000;
}

.workspace-errortarget {
    background-color: #f5f5dc;
}

.workspace-errormessage {
    background-color: #f5f5dc;
}

.workspace-warningtarget {
    background-color: #a0d0a0;
}

.workspace-warningmessage {
    background-color: #a0d0a0;
}

.workspace-errorselectbox {
    vertical-align: middle;
    padding: 2px;
    font-size: 80%;
}

.workspace-infoblock {
    font-size: 85%;
}

.workspace-application-button {
    margin-top: 12px;
    margin-left: 2px;
    font-size: 9pt;
    border-radius: var(--sketchBorderRadiusButtonPrimary);
    background-color: var(--sketchBackgroundColorButtonPrimary);
    color: var(--sketchColorTextOnButtonPrimary);
    font-size: 10pt;
    border-style: none;
}

.workspace-application-button:hover {
    background-color: var(--sketchBackgroundColorButtonPrimaryHover);
    color: var(--sketchColorTextOnButtonPrimaryHover);
}

.workspace-history-select {
    font-size: 10pt;
    margin-left: 2px;
    margin-bottom: 5px;
}

.workspace-paragraphtitle {
    font-weight: bold;
}

/* ZOEKOMGEVINGEN */

/* waarschuwingen */
.workspace-searchenv-warningbox {
    background-color: #f5f5dc;
}

/* visuele kenmerken: image */
.workspace-searchenv-img {
    padding-left: 1em;
    padding-right: 1em;
}

/* startscherm: indexopsomming */
.workspace-searchenv-index {
    margin-left: 2em;
    margin-top: 1em;
}

/* startscherm: invulvelden */
.workspace-searchenv-input {
    margin-left: 2em;
    margin-top: 1em;
}

/* startscherm: informatie */
.workspace-searchenv-info {
    background-color: #e7e9e2;
    font-size: 85%;
    padding: 2em;
    border-radius: 5px;
}

/* scherm indextermen / korte beschrijving: indexingangen (verwante vormen of hoofdvormen) */
.workspace-searchenv-ix {
    font-size: 70%;
    width: 165px;
}

/* scherm korte beschrijving: verwoording opnemen/verwijderen lijst */
.workspace-searchenv-listaction {
    font-size: 90%;
}

/* scherm geavanceerd zoeken: verwoording operators */
.workspace-searchenv-operator {
    font-variant: small-caps;
    font-weight: bold;
}

/* aantallen */
.workspace-searchenv-nr {
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
}

/* MENU */

.menulist {
    margin-left: 2em;
}

.menubutton {
    font-family: monospace;
    font-weight: bold;
    color: #7c8fc6;
    border-style: outset;
    border-width: thin;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

:hover .menubutton {
    font-family: monospace;
    font-weight: bold;
    color: #000000;
    border-style: outset;
    border-width: thin;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.menubutton-empty {
    font-family: monospace;
    font-weight: bold;
    color: #fff;
    background-color: #fff;
    border-style: solid;
    border-width: thin;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

ul.menu-grid-content,
ul.menulist {
    list-style-type: none;
    margin-left: 20px;
}

ul.menu-grid-content li.menuicon-folder,
ul.menulist li.menuicon-folder {
    list-style: none;
    color: var(--sketchColorLink);
}

ul li.menutag {
    line-height: 1.3em;
    padding-bottom: 3px;
    text-indent: -18px;
    /* for double lines in grid, indenting */
}

ul li.menutag [class^="icon-"] {
    color: var(--sketchColorLink);
    font-size: 11px;
    margin-right: 3px;
}
ul li.menutag.mitem [class^="icon-"] {
    color: var(--sketchColorLink);
    font-size: 8px;
    margin-right: 6px;
}

ul li.menuicon-folder::before {
    content: "\1F5BF";
    font-size: 75%;
    color: var(--sketchColorLink);
    padding-right: 4px;
}

ul li.menuicon-item::before {
    content: "\25E6";
    font-size: 75%;
    color: var(--sketchColorLink);
    padding-left: 2px;
    padding-right: 9px;
}

.menu-open::before {
    margin-right: -10px;
}

.menu-walk::before {
    margin-right: -10px;
}

.menu-item {
    padding-right: 10px;
    background: transparent no-repeat center right;
}

/* MENU GRID */
.menu-grid-container {
    display: grid;
    grid-gap: 3em;
    justify-content: center;
    grid-template-columns: repeat(2, 45%);
    margin-top: var(--sketchSpacing6);
}

@media all and (max-width: 700px) {
    .menu-grid-container {
        grid-template-columns: repeat(1, 90%);
    }
}

@media all and (min-width: 1400px) {
    .menu-grid-container {
        grid-template-columns: repeat(3, 30%);
    }
}

.menu-grid-container .menu-grid-header {
    background-color: var(--sketchColorPrimary);
    color: var(--sketchColorTextOnButtonPrimary);
    padding: 10px 20px;
}

.menu-grid-container .menu-grid-content {
    padding: 0.5em 1em;
}

.menu-grid-container .menu-grid-item {
    border: 1px solid var(--sketchBackgroundColorTopMenu);
    border-radius: 2px;
    overflow: hidden;
}
/* END MENU GRID*/

/* UPLOADBLOCK */
.workspace-uploadblock {
    padding: 0.5em;
    background-color: #f5f5dc;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.workspace-uploadbutton {
    font-size: 85%;
    border-radius: 5px;
}

.workspace-uploadinput {
    font-size: 85%;
    border-radius: 5px;
}

.workspace-uploadmessage {
    font-size: 90%;
    color: #800000;
}

/* SECTIONS */
.workspace-section-header {
    font-family: var(--sketchFontFamily);
    font-weight: bold;
    padding-top: 5px;
    margin: var(--sketchSpacing6) var(--sketchSpacing6) var(--sketchSpacing6) 0;
    /* margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em; */
}

.workspace-section-subheader {
    font-family: var(--sketchFontFamily);
    font-weight: bold;
    color: #54598b;
    margin: var(--sketchSpacing6) 0;
    /* margin-top: 1em;
    margin-bottom: 1em; */
}

.workspace-section-header-2 {
    font-family: var(--sketchFontFamily);
    font-weight: bold;
    padding-top: 5px;
    margin: var(--sketchSpacing6) var(--sketchSpacing6) var(--sketchSpacing6) 0;
}

.workspace-taskbar-jump {
    font-size: 9pt;
    color: #ffffff;
}

textarea {
    font-size: 9pt;
    font-weight: normal;
    border: var(--sketchBorderInput);
    border-radius: var(--sketchBorderRadiusInput);
    /* field-sizing: content; */
    padding: var(--sketchPaddingInput);
}

select {
    font-family: arial, verdana, sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    border: var(--sketchBorderInput);
    border-radius: var(--sketchBorderRadiusInput);
    min-width: 150px;
    padding: var(--sketchPaddingSelect);
}

option {
    font-family: arial, verdana, sans-serif;
    font-size: 9pt;
}

/* classes voor lookup object */
.lookupmenu {
    position: absolute;
    visibility: hidden;
    border-bottom-width: 1;
    font-size: 8pt;
    font-family: var(--sketchFontFamily);
    font-weight: normal;
    line-height: 18px;
    z-index: var(--sketchZIndexLookup);
    background-color: #ffffff;
    border-radius: var(--sketchBorderRadiusInput);
}

.lookupmenu a:hover {
    background-color: #e7e9e2;
    color: #000000;
}

.lookuphistory,
.lookupsearch {
    color: var(--sketchColorText);
    width: 98%;
    display: block;
    border: 1px solid #808080;
    text-decoration: none;
    text-indent: 5px;
    font-size: 8pt;
    font-family: var(--sketchFontFamily);
    font-weight: normal;
    border-radius: var(--sketchBorderRadiusInput);
}
.lookupsearch {
    text-indent: 3px;
    padding: 1px 0;
    font-weight: bold;
    font-weight: bold;
}

/* Action icon styling */
.lookup-copy,
.action-icon {
    font-size: 0.8em;
    cursor: pointer;
    color: var(--sketchColorLink);
}
.action-icon {
    font-size: inherit;
    color: var(--sketchColorLink);
}
.action-icon:hover {
    color: var(--sketchColorLinkHover);
}
.icon-copy.action-icon {
    padding-left: 4px;
    font-size: 0.9em;
}
.icon-copy.action-icon:active {
    color: var(--sketchBackgroundColorButtonSecondary);
}
.action-icon:first-of-type {
    margin-right: var(--sketchSpacing1);
    margin-left: var(--sketchSpacing2);
}
sketch-grid .action-icon:first-of-type {
    margin-left: 0;
}
.action-icon:last-of-type {
    margin-right: var(--sketchSpacing2);
}
.searchlist .action-icon {
    margin: 0;
    padding: 0;
}

.lookup-copy:hover,
.action-icon:hover {
    color: #656565;
}

.lookup-copy a,
.action-icon a {
    cursor: pointer;
    text-decoration: none;
    border-style: none;
}

.lookup::before {
    padding-right: 15px;
    font-size: 0.9em;
}

.extra::before {
    padding-right: 12px;
}

.icon-active {
    color: #008000;
    font-size: 1.5em;
    font-family: sans-serif;
}

.block-duplicate {
    padding-bottom: 0.5em;
}

.taskbarmenu {
    position: absolute;
    visibility: hidden;
    border: 1px solid #808080;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: #ffffff;
    width: 25em;
}

.taskbarmenu a:hover {
    background-color: #f8fbbd;
    color: #000000;
}

.taskbarmenuitem {
    color: #000000;
    width: 100%;
    display: block;
    border-bottom: 1px solid #808080;
    text-decoration: none;
    text-indent: 5px;
    font-size: 8pt;
}

/* CLASSES voor stijlkenmerken Brocade statistiche tabellen */
.stat-table {
    border-collapse: collapse;
    width: 97%;
}

div.stat td,
div.stat tr,
div.stat th {
    border: 1px solid #dddddd;
    padding: 4px;
    vertical-align: top;
}

div.stat th {
    font-weight: normal;
    font-size: 10pt;
    text-align: right;
    padding: 4px;
}

.stat caption {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 1em; */
    margin-bottom: var(--sketchSpacing6);
}

.stat-higher {
    padding: 0.25em 0.5em;
    text-align: center;
    vertical-align: top;
}

.stat-previous {
    padding: 0.25em 0;
    text-align: left;
    vertical-align: top;
}

.stat-next {
    padding: 0.25em 0.5em;
    text-align: right;
    vertical-align: top;
    justify-self: end;
}
.stat-next,
.stat-previous {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.stat-tr-odd {
    color: #000000;
    border-color: #ebe5d9;
    background-color: #e7e9e2;
}

.stat-tr-even {
    border-style: solid;
    border-width: thin;
}

.stat-table-sortable {
    /* margin-top: 1em;
    margin-bottom: 1em; */
    margin: var(--sketchSpacing6) 0;
    border-style: outset;
    border-width: thin;
    border-spacing: 0;
}

/* .stat-td-number {
    text-align: right;
}

.stat-td-string {
    text-align: left;
} */

.metascreen-section {
    font-family: var(--sketchFontFamily);
    font-size: 10pt;
    font-weight: bold;
    /* padding-top: 1em; */
    padding-top: var(--sketchSpacing6);
    /* margin-top: 1em;
    margin-bottom: 1em; */
    margin: var(--sketchSpacing6) 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #004466;
}

.metascreen-table {
    font-family: var(--sketchFontFamily);
}

/* Naam van de variabele */
.metascreen-key {
    padding-top: 10px;
    font-size: 10pt;
    vertical-align: top;
    font-weight: normal;
}

/* Waarde van een variabele */
.metascreen-value {
    font-family: var(--sketchFontFamily);
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    vertical-align: top;
}

/* Ingevulde en geregistreerde identifier, bv. code voor de objectklasse, gebruikersklasse */
.metascreen-id {
    font-family: var(--sketchFontFamily);
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: top;
}

/*Infoveld dat instructies en verdere uitleg bevat over hoe je een value moet invullen */
.metascreen-info {
    padding-top: 10px;
    font-family: var(--sketchFontFamily);
    font-size: 9pt;
    vertical-align: top;
    font-weight: normal;
}

.metascreen-lookup {
    vertical-align: top;
}

.metascreen-selectbox {
    font-family: monospace;
    font-size: 9pt;
    width: 300px;
    font-weight: normal;
}

.metascreen-input {
    font-size: 9pt;
    font-family: var(--sketchFontFamilyInput);
    font-weight: normal;
}

.metascreen-textarea {
    font-size: 9pt;
    font-family: var(--sketchFontFamilyInput);
    font-weight: normal;
}

.diagram {
    position: relative;
    font-size: 8pt;
}

.diagram div {
    border: 0.05em solid #000;
}

.diagram div {
    position: absolute;
    margin: 0;
    padding: 0;
}

.diagram li {
    position: absolute;
    margin: 0;
    padding: 0;
}

.diagram h3 {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    font-weight: normal;
    line-height: 2;
    text-align: center;
}

.diagramlevel {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    border: 0.05em solid #000;
}

.diagram li span {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.diagram ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.diagram-down {
    top: 100%;
    left: 5px;
    height: 1.9em;
    margin-top: 0.05em;
    border-left: 0.05em solid #000;
}

/* Arrowheads */
.diagram-down span {
    bottom: 0;
    left: -0.3em;
    border-top: 0.5em solid #000;
    border-right: 0.3em solid #fff;
    border-left: 0.3em solid #fff;
}

.ir-submission-preamble {
    margin-bottom: 2em;
}

.ir-submission-form {
    margin-top: 2em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--sketchColorPrimary);
}

.ir-submission-button {
    margin-top: 1em;
    padding-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--sketchColorPrimary);
}

.ir-feedback-preamble {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--sketchColorPrimary);
}

.ir-feedback-fields {
    padding-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--sketchColorPrimary);
}

.ir-feedback-value {
    font-family: monospace;
    padding-left: 2em;
}

.ir-key {
    margin-top: 1em;
}

.rightcolumn {
    margin-left: 15em;
    margin-bottom: 0.5em;
}

.ir-mandatory {
    color: var(--sketchColorPrimary);
    font-weight: bold;
}

/* Context menu */
.contextmenu {
    background-attachment: scroll;
    background-color: #eef0eb;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    display: none;
    /* margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; */
    margin: 0;
    padding: 0;
    position: absolute;
    width: 150px;
    z-index: 99999;
    font-size: 8pt;
    box-shadow: 10px 10px 5px #888;
}

.contextmenu li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    /* margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; */
    margin: 0;
    padding-bottom: 0.8ex;
    padding-top: 0.8ex;
    padding-left: 0.2ex;
    padding-right: 0.2ex;
}

.contextmenu li.separator {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
}

.contextmenu li.contextmenuaction:hover {
    background-color: #6cc8ef;
}

.contextmenuinfo {
    margin-left: 1ex;
    margin-right: 1ex;
    margin-bottom: 1ex;
}

.contextmenu div {
    margin-left: 2ex;
}

.contextmenu a {
    margin-left: 2ex;
}

.contextmenu a.contextmenuaction_active:link {
    color: #000000;
}

.contextmenu a.contextmenuaction_active:visited {
    color: #000000;
}

.contextmenu a.contextmenuaction_active:hover {
    color: #000000;
}

.contextmenuaction_inactive {
    color: #808080;
}

.contextmenu a.contextmenuaction_inactive:link {
    color: #808080;
}

.contextmenu a.contextmenuaction_inactive:visited {
    color: #808080;
}

.contextmenu a.contextmenuaction_inactive:hover {
    color: #808080;
}

/* Dropzone */
.dropzone {
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    color: #555555;
    cursor: default;
    background-repeat: no-repeat;
    width: 0px;
}

.dropzonemessage {
    font-weight: bold;
    /* margin-top: 1em; */
    margin-top: var(--sketchSpacing6);
}

.dropzone_hover {
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    color: #555555;
    cursor: default;
    width: 50px;
    color: #000000;
    border: 1px dotted;
    border-color: #000000;
    width: 450px;
    height: 50px;
}

.dropzone_form {
    display: none;
    font-size: 10pt;
    background-color: var(--sketchColorPrimary);
    text-align: center;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 2px;
    border-radius: var(--sketchBorderRadius);
    height: 18px;
    color: #ffffff;
    cursor: grab;
}

.dropzone_hover_form {
    width: 200px;
    margin-left: 2px;
    border-style: none;
    background-color: #f7be81;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    height: 18px;
    font-size: 10pt;
}

.dropzone_global_fieldset {
    width: 200px;
    margin-bottom: 2em;
}

.dropzone_global_label {
    background-image: url("/brocade/layout/basket_put.png");
    background-repeat: no-repeat;
    width: 20px;
    margin-left: 1em;
}

.dropzone_global {
    width: 95%;
    background-image: none;
}

.dropzone_hover_global {
    width: 95%;
}

.listpath,
.listtitle {
    background-color: #e7e9e2;
    padding: 10px;
    border-radius: 5px;
}

.listtitle {
    width: 100%;
}

.workspace-overview-normal,
.workspace-overview-frozen {
    border: 1px solid #ccc;
    max-width: 80%;
    overflow: auto;
    border-radius: 5px;
    background-color: #e7e9e2;
    padding: 5px;
}

.workspace-overview-frozen {
    background-color: #f5f5dc;
}

.workspace-no-access {
    background-color: #e7e9e2;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 5px;
}

.ordertable {
    border-style: solid;
    border-width: thin;
    font-size: 9pt;
}

.ordertableheader {
    background-color: #e7e9e2;
    border-top: thin solid #ccc;
    border-left: thin solid #ccc;
    font-size: 8pt;
    text-align: left;
}

.budgettable {
    border-style: solid;
    border-width: thin;
    font-size: 9pt;
}

.budgettableheader {
    background-color: #e7e9e2;
    border-top: thin solid #ccc;
    border-left: thin solid #ccc;
    font-size: 8pt;
}

.loangood {
    background-color: #e7e9e2;
    /* border-radius: var(--sketchBorderRadius); */
}

.loanbad {
    /* background-color: #f5f5dc; */
    background-color: var(--sketchBackgroundColorError);
    /* border-radius: var(--sketchBorderRadius); */
}

.workspace-objinfo {
    background-color: #e7e9e2;
    border-radius: var(--sketchBorderRadius);
}

.workspace-td-view {
    background-color: #e7e9e2;
}

.workspace-td-warning {
    background-color: #f5f5dc;
}

.workspace-td-error {
    background-color: #800000;
    color: #ffffff;
}

.workspace-td-processed {
    background-color: #a5d68c;
}

.chouse-credit-mode {
    border-style: solid;
    border-width: 1px;
    border-color: #656565;
    max-width: 80%;
    overflow: auto;
    border-radius: var(--sketchBorderRadius);
    background-color: #e7e9e2;
    padding: 5px;
}

.chouse-invoice-mode {
    border-style: solid;
    border-width: 1px;
    border-color: #656565;
    max-width: 80%;
    overflow: auto;
    border-radius: var(--sketchBorderRadius);
    background-color: #e7e9e2;
    padding: 5px;
}

/* Search Autocomplete */
.autosearch-list .autosearch-lookupsearch {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.autosearch-list.ui-widget {
    font-size: 12px;
}

.autosearch-list.ui-menu .ui-menu-item a {
    padding: var(--sketchSpacing2) var(--sketchSpacing3);
}

.ui-widget input {
    border-radius: var(--sketchBorderRadiusInput);
    padding: 4px;
}

#searchmetadata {
    float: right;
    margin-right: 110px;
}

ul.ui-autocomplete.autosearch-list {
    max-width: 350px;
}

ul.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
/* END Search Autocomplete*/

/* Keyboard switch */
div.keyboard .active,
div.keyboard .active a {
    color: #656565;
    cursor: default;
}

div.keyboard .active {
    margin-left: -17px;
}

div.keyboard .active span {
    padding-right: 4px;
}

/* End Keyboard switch */

.provenance-header {
    background-color: #e7e9e2;
    height: 30px;
    border-radius: var(--sketchBorderRadius);
    padding: 5px;
}

/* Inputfield with icon */
.input-with-icon {
    position: relative;
}

.input-with-icon input {
    border: 1px solid #aaa;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    transition: 0.3s;
    padding-left: 40px;
}

.input-with-icon i {
    position: absolute;
    left: 0;
    top: -6px;
    transition: 0.3s;
    background-color: #aaa;
    color: #fff;
    padding: 9px 5px;
}

.irdepelement .input-with-icon i {
    position: relative;
    left: initial;
    right: 2px;
    top: 1px;
}

.input-with-icon :focus {
    border-color: dodgerBlue;
}

.input-with-icon input:focus + i {
    background-color: dodgerBlue;
}
/* End inputfield with icon */

img.bookcover {
    border: solid 1px black;
    box-shadow: 2px 2px grey;
}

/* mailgrp report styling */
.mailgrp-memberinfo {
    display: flex;
}

.mailgrp-membername {
    flex-basis: 30%;
}

.brocade-info-font.icon-info:hover {
    cursor: pointer;
}

/* Table styling for consistence with sketch */
table.data-table {
    border-collapse: collapse;
    border-spacing: initial;
    border: var(--sketchBorderTable);
    margin-top: var(--sketchSpacing6);
    width: 100%;
}
table.data-table td,
table.data-table th {
    padding: var(--sketchSpacingTableCell);
    background-color: initial;
    vertical-align: top;
    text-align: left;
}
table.data-table thead tr {
    border: 1px solid var(--sketchBackgroundColorTableHead);
}
table.data-table thead td,
table.data-table thead th {
    color: var(--sketchColorTableHead);
    border-bottom-style: none;
    background-color: var(--sketchBackgroundColorTableHead);
    position: sticky;
    top: calc(var(--taskbar-height) - 1px);
    font-weight: bold;
}
table.data-table tbody tr {
    border: var(--sketchBorderTableRow);
}
table.data-table td.alignright,
table.data-table th.alignright {
    text-align: end;
}
table.data-table.hoverhighlight tbody tr:hover {
    background-color: var(--sketchBackgroundColorTableHover);
}
table.data-table tr:has(td.workspace-tableheader) {
    background-color: var(--sketchBackgroundColorTableHead);
    border: 1px solid var(--sketchBackgroundColorTableHead);
}
table.data-table tr td.workspace-tableheader {
    color: var(--sketchColorTableHead);
    border-bottom-style: none;
}
table.data-table caption {
    caption-side: top;
    text-align: left;
    margin-block-end: var(--sketchSpacing4);
}
table.data-table.captionbottom caption {
    caption-side: bottom;
    margin-block-start: var(--sketchSpacing4);
}
table.data-table tfoot tr {
    background-color: var(--sketchBackgroundColorTableFoot);
}

/* Grid classes */
.formgrid {
    display: grid;
    grid-template-columns: 15% auto;
    width: 90vw;
    gap: var(--sketchSpacing2);
}
.grid-span--2 {
    grid-column: span 2;
}

/* .sketch-form-row.row br {
    display: none;
} */

.internal_note {
    color: red;
    margin-bottom: var(--sketchSpacing3);
}

.slider:hover {
    cursor: pointer;
}

.verticalcontent {
    display: flex;
    flex-direction: column;
    gap: var(--sketchSpacing1);
}
.horizontalcontent {
    display: flex;
    gap: var(--sketchSpacing1);
}

input.taskbar-button:hover:disabled {
    background-color: var(--main-server-color);
    cursor: default;
}

label {
    font-size: var(--sketchFontSizeLabel);
    /*
    display: inline-block;
    margin-bottom: var(--sketchSpacing3);
    */
}

h1,
.heading1,
h2,
.heading2,
h3,
.heading3,
h4,
.heading4,
h5,
.heading5,
h6,
.heading6 {
    font-family: var(--sketchFontFamilyHeading);
    color: var(--sketchColorHeading);
}

h1.primary,
.heading1.secondary,
h2.secondary,
.heading2.secondary,
h3.secondary,
.heading3.secondary,
h4.secondary,
.heading4.secondary,
h5.secondary,
.heading5.secondary,
h6.secondary,
.heading6.secondary {
    color: var(--sketchColorSecondary);
}

h1.secondary,
.heading1.secondary,
h2.secondary,
.heading2.secondary,
h3.secondary,
.heading3.secondary,
h4.secondary,
.heading4.secondary,
h5.secondary,
.heading5.secondary,
h6.secondary,
.heading6.secondary {
    color: var(--sketchColorTertiary);
}

h1.tertiary,
.heading1.tertiary,
h2.tertiary,
.heading2.tertiary,
h3.tertiary,
.heading3.tertiary,
h4.tertiary,
.heading4.tertiary,
h5.tertiary,
.heading5.tertiary,
h6.tertiary,
.heading6.tertiary {
    color: var(--sketchColorPrimary);
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
    display: inline-block;
}

h1,
.heading1 {
    font-size: var(--sketchFontSizeHeading1, 2rem);
    font-weight: var(--sketchFontWeightHeading1, 700);
    font-style: var(--sketchFontStyleHeading1, normal);
}
h2,
.heading2 {
    font-size: var(--sketchFontSizeHeading2, 1.8rem);
    font-weight: var(--sketchFontWeightHeading2, 700);
    font-style: var(--sketchFontStyleHeading2, normal);
}
h3,
.heading3 {
    font-size: var(--sketchFontSizeHeading3, 1.6rem);
    font-weight: var(--sketchFontWeightHeading3, 700);
    font-style: var(--sketchFontStyleHeading3, normal);
}
h4,
.heading4 {
    font-size: var(--sketchFontSizeHeading4, 1.5rem);
    font-weight: var(--sketchFontWeightHeading4, 400);
    font-style: var(--sketchFontStyleHeading4, normal);
}
h5,
.heading5 {
    font-size: var(--sketchFontSizeHeading5, 1.3rem);
    font-weight: var(--sketchFontWeightHeading5, 400);
    font-style: var(--sketchFontStyleHeading5, normal);      
}
h6,
.heading6 {
    margin-bottom: var(--sketchSpacing1);
    font-size: var(--sketchFontSizeHeading6, 1.1rem);
    font-weight: var(--sketchFontWeightHeading6, 400);
    font-style: var(--sketchFontStyleHeading6, normal);
}

.btn-tertiary {
    color: var(--sketchColorPrimary);
    text-decoration: underline;
    background-color: inherit;
    border: 1px solid transparent;
}
.btn-tertiary:hover {
    color: var(--sketchColorPrimaryLight);
    border: 1px solid var(--sketchColorPrimaryLight);
}

input[type="time"],
input.time {
    width: 6rem;
    display: inline-block;
}
input.date {
    width: 9rem;
}
input.hasError {
    border: 2px solid var(--sketchColorError);
}
input.hasWarning {
    border: 2px solid var(--sketchColorWarning);
}

#x0p-brochtml {
    height: 96% !important;
}

.grid-5050 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.iconlink {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
}

.sketch-textalignright,
table.data-table td.sketch-textalignright {
    text-align: right;
}

.alert {
    padding: var(--sketchSpacing6) var(--sketchSpacing7);
    box-shadow: 2px 4px 5px 0px var(--sketchColorNeutralLight);
    margin-bottom: var(--sketchSpacing8);
    color: var(--sketchColorText);
}
.alert-danger {
    background-color: var(--sketchBackgroundColorError);
    color: var(--sketchColorError);
}
.alert-warning {
    background-color: var(--sketchBackgroundColorWarning);
    color: var(--sketchColorWarning);
}
.alert-success {
    background-color: var(--sketchBackgroundColorSuccess);
    color: var(--sketchColorSuccess);
}

.ui-sortable-handle:hover {
    cursor: pointer;
}
.ui-sortable-helper {
    box-shadow: var(--sketchBoxShadowSection);
    padding: 0 0 var(--sketchSpacing8) 0;
    opacity: 50%;
}
.sortable-placeholder {
    border: 1px dashed var(--sketchColorBorder);
    background-color: var(--sketchColorNeutralExtraLight);
}
/* hide labels for duplicate fields NOT in groups and NOT numbered */
div[class^="sketch-"]
    [data-sketchduplicatetype="1"]
    div:not(:has(div[data-sketchgroup])):not(:first-child)
    label {
    display: none;
}

/* start Personalisatie - labels boven inputvelden */
body.verticallayout {
    table:not(.sketch-table) tbody {
        /* tr:has(td.metascreen-key),
        tr:has(td.workspace-key) {
            display: flex;
            flex-direction: column;
        } */
        tr:has(td.metascreen-key) {
            display: flex;
            flex-direction: column;
        }
        tr {
            td.metascreen-key,
            td.workspace-key {
                margin-bottom: var(--sketchSpacing1);
            }
            td.workspace-value {
                margin-bottom: var(--sketchSpacing3);
            }
            td.metascreen-key,
            td.metascreen-value {
                padding-top: 0;
            }
        }
        tr:has(td.metascreen-key) table.metascreen-table {
            margin-left: var(--sketchSpacing1);
        }
        tr.sketch-table-row {
            display: flex;
            flex-direction: column;
            margin-bottom: var(--sketchSpacing2);
        }
    }
    form:not(:has(input[name="UDscreen"][value="start"])) {
        fieldset {
            tr:has(td input),
            tr:has(td textarea),
            tr:has(td select) {
                display: flex;
                flex-direction: column;
            }
        }
    }

    .kvs_grid_label {
        display: flex;
        flex-direction: column;
        gap: var(--sketchSpacing1);
    }

    input,
    textarea,
    select {
        margin-bottom: var(--sketchSpacing2);
    }

    .sketch-content-container {
        .sketch-form-row.row {
            flex-direction: column;
        }
        .sketch-form-label {
            display: inline-block;
            margin-bottom: var(--sketchSpacing1);
        }
        *[data-kvsextra="1"] {
            font-size: 0.7rem;
            letter-spacing: 0.5px;
            font-style: italic;
        }
        .sketch-group.row {
            flex-direction: column;
        }
        .sketch-group {
            .sketch-group-fields {
                margin-left: 1rem;
            }
        }
    }

    .sortable.ui-sortable {
        margin-bottom: var(--sketchSpacing8);
    }
}

body:not(.verticallayout) {
    .sketch-field-row {
        display: grid;
        grid-template-columns: 15% 85%;
        gap: 0.5rem;

        /* sketch-checkbox {
            grid-column: 2;
        } */
    }

    .sketch-content-container {
        sketch-grid {
            sketch-checkbox {
                grid-column: 2;
            }
        }
    }
}
/* Einde Personalisatie - labels boven inputvelden */

/* Start - Sticky title element */
.sticky-title {
    position: sticky;
    top: 40px;
    background-color: var(--sketchBackgroundColorBody);
    z-index: 99;
    display: none;
    padding: var(--sketchSpacing2) 0;
}
.sticky-title.stuck {
    display: block;
}
.sticky-title  span {
    font-family: var(--sketchFontFamilyHeading);
    font-size: var(--sketchFontSizeHeading6);
    position: relative;
    left: -30px;
    border-bottom: 2px solid var(--sketchColorHeading);
    padding: 0 0 var(--sketchSpacing2) var(--sketchSpacing2);
    display: inline-block;
    width: 100%;
    color: var(--sketchColorText);
}
/* Einde - Sticky title element */

/* Start - navigatiebalk */

nav {
    --burgerLineHeight: 2px;
	--burgerLineSpacing: 6px;
	--burgerLineVerticalOffset: 8px;
	--burgerLineShadow: 0 0 13px 0 rgba(0,0,0,0.2);
	--burgerIconHeight: 52px;

    background-color: var(--sketchColorPrimary);
    border-bottom: 1px solid #555;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    padding: var(--sketchSpacing3) var(--sketchSpacing6);
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--navbar-height);
    box-sizing: border-box;

    .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    a,
    a:visited {
        color: white;
    }

    .burger {
        display: block;
        width: 25px;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px;
        align-self: flex-end;
        
        .line1,
		.line2,
		.line3{
			box-shadow: var(--burgerLineShadow);
			height: var(--burgerLineHeight); 
			background-color: white;
			border-radius: 5px;
		}
		.line1,
		.line2 {
			margin-bottom: var(--burgerLineSpacing);
		}
		.line1 {
			animation: animate-line1-reverse .7s ease forwards;
		}
		.line2 {
			animation: animate-line2-reverse .7s ease forwards;
		}
		.line3 {
			animation: animate-line3-reverse .7s ease forwards;
		}
    }

    .list-item {
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
      display: flex;
      flex-direction: column;

    li,
    a {
        display: grid;
        grid-template-columns: 40px 1fr;
        float: none;
        margin-bottom: var(--sketchSpacing4);
        font-size: 18px;
        color: #EEE;

        .navbar-icon {
            text-align: center;
        }
        .menuitem-title {
            font-family: var(--sketchFontFamily);
            font-size: var(--sketchFontSize);
        }
    }
    li:hover,
    a:hover {
        color: gray;
        cursor: pointer;
      }
    }

    .toggle {
        float: right;
        color: #EEE;
        font-size: 30px;
        border: 1px solid #EEE;
        padding: 0px 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    .toggle-container {
        transition: height 0.35s ease-in-out;
        overflow: hidden;
        height: 0px;
        order: 2;
    }
    .toggle-container.active {
        height: auto;
    }
    .toggle-container {
        display: none;
    }

    .bottom {
        display:flex;
        flex-direction: column;
    }

    .breadcrumb {
        margin-top: var(--sketchSpacing6);
        order: 1;

        span {
            margin-right: var(--sketchSpacing6);
        }

        a {
            text-decoration: underline;
        }

        .separator {
            border: .5px solid gray;
            height: 100%;
            margin-right: var(--sketchSpacing6);
        }
    }
}
nav.open {
    height: auto;

    .toggle-container {
        height: auto;
        display: block;
    }

    .burger {
		.line1 {
			animation: animate-line1 .7s ease forwards;
		}
		.line2 {
			animation: animate-line2 .7s ease forwards;
		}
		.line3 {
			animation: animate-line3 .7s ease forwards;
		}
	}

    .breadcrumb {
        margin-bottom: var(--sketchSpacing6);
    }
}
.no-animation {
	-webkit-animation: none !important;
    animation: none !important; 
}

@keyframes animate-line1 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	50% {
		transform: translate3d(0,var(--burgerLineVerticalOffset),0) rotate(0);
	}
	100% {
    transform: translate3d(0,var(--burgerLineVerticalOffset), 0) rotate(45deg);
  }
}
@keyframes animate-line1-reverse {
	0% {
		transform: translate3d(0,var(--burgerLineVerticalOffset), 0) rotate(45deg);
	}
	50% {
		transform: translate3d(0,var(--burgerLineVerticalOffset),0) rotate(0);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

@keyframes animate-line2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

@keyframes animate-line2-reverse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes animate-line3 {
	0% {
		transform: translate3d(0,0,0) rotate(0deg);
	}
	50% {
		transform: translate3d(0,calc(var(--burgerLineVerticalOffset) * -1),0) rotate(0);
	}
	100% {
		transform: translate3d(0,calc(var(--burgerLineVerticalOffset) * -1),0) rotate(135deg);
	}
}
@keyframes animate-line3-reverse {
	0% {
		transform: translate3d(0,calc(var(--burgerLineVerticalOffset) * -1),0) rotate(135deg);
	}
	50% {
		transform: translate3d(0,calc(var(--burgerLineVerticalOffset) * -1),0) rotate(0);
	}
	100% {
		transform: translate3d(0,0,0) rotate(0deg);
	}
}

@media (min-width: 768px) {
    nav {
        flex-direction: column;

        .top {
            margin-bottom: var(--sketchSpacing6);
        }

        .bottom {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            align-items: baseline;
        }

        ul.list-item {
            list-style: none;
            flex-direction: row;
            
            li,
            a {
                display: block;
                float: left;
                border-radius: 3px;
                margin-bottom: 0;
                
                .navbar-icon {
                    margin-right: var(--sketchSpacing6);
                }

                .menuitem-title {
                    display: none;
                }

                .separator {
                    border: .5px solid gray;
                    height: 100%;
                    margin-right: var(--sketchSpacing6);
                }
            }
        }
    
        .navbar-breadcrumb {
            color: white;
        }
    
        .burger {
            display: none;
          }

        .toggle-container {
            display: block;
            height: auto;
            order: 1;
        }
        .breadcrumb {
            order: 2;
            display: block;
            margin-top: 0;
        }
    }
}
/* Einde - navigatiebalk */

#otherusermessage {
    position: sticky;
    top: calc(var(--taskbar-height) - 1px);
}

.autosearch-list.ui-menu {
    z-index: var(--sketchZIndexLookup);
}

sketch-inputwithbutton {
    margin-bottom: var(--sketchSpacing6);
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    z-index: var(--sketchZIndex5);
}

summary {
    color: var(--sketchColorLink);
}

summary:hover {
    color: #656565;
}
