<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.tree-multiselect {
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    display: table;
    height: inherit;
    width: 100%;
}

div.tree-multiselect&gt;div.selected,
div.tree-multiselect&gt;div.selections {
    display: inline-block;
    box-sizing: border-box;
    overflow: auto;
    /* padding: 1%; */
    vertical-align: top;
    /* width: 50%; */
}

div.tree-multiselect&gt;div.selections {
    border-right: solid 2px #d8d8d8;
}

div.tree-multiselect&gt;div.selections div.item {
    margin-left: 16px;
}

div.tree-multiselect&gt;div.selections div.item label {
    cursor: pointer;
    display: inline;
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    float: none;
}

div.tree-multiselect&gt;div.selections div.item input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

div.tree-multiselect&gt;div.selections div.item.tussenkop label {
    font-weight: 600;
    border-bottom: 1px solid #08405b;
    padding: 2px 2px 0px 2px;
    width: 90%;
    display: block;
    color: #08405b;
}

div.tree-multiselect&gt;div.selections div.item label.disabled {
    color: #d8d8d8;
}

div.tree-multiselect&gt;div.selections *[searchhit="false"] {
    display: none;
}

div.tree-multiselect&gt;div.selections.no-border {
    border-right: none;
}

div.tree-multiselect&gt;div.selected&gt;div.item {
    background: #eaeaea;
    border-radius: 2px;
    padding: 2px 5px;
    overflow: auto;
}

div.tree-multiselect&gt;div.selected.ui-sortable&gt;div.item:hover {
    cursor: move;
}

div.tree-multiselect div.section&gt;div.section,
div.tree-multiselect div.section&gt;div.item {
    padding-left: 20px;
}

div.tree-multiselect div.section.collapsed&gt;div.title span.collapse-section:after {
    content: "+";
}

div.tree-multiselect div.section.collapsed:not([searchhit])&gt;.item,
div.tree-multiselect div.section.collapsed:not([searchhit])&gt;.section {
    display: none;
}

div.tree-multiselect div.item {
    margin-top: 3px;
    margin-bottom: 1px;
}

div.tree-multiselect div.title {
    background: #777;
    color: white;
    padding: 2px;
}

div.tree-multiselect div.title&gt;* {
    display: inline-block;
}

div.tree-multiselect div.title&gt;span.collapse-section {
    margin: 0 3px;
    width: 8px;
}

div.tree-multiselect div.title&gt;span.collapse-section:after {
    content: "-";
    font-weight: 600;
}

div.tree-multiselect div.title:hover {
    cursor: pointer;
}

div.tree-multiselect input[type="checkbox"] {
    display: inline;
    margin-right: 5px;
}

div.tree-multiselect input[type="checkbox"]:not([disabled]):hover {
    cursor: pointer;
}

div.tree-multiselect span.remove-selected,
div.tree-multiselect span.description {
    background: #777;
    border-radius: 2px;
    color: white;
    margin-right: 5px;
    padding: 0 3px;
}

div.tree-multiselect span.remove-selected:hover {
    cursor: pointer;
}

div.tree-multiselect span.description:hover {
    cursor: help;
}

div.tree-multiselect div.temp-description-popup {
    background: #eaeaea;
    border: 2px solid #676767;
    border-radius: 3px;
    padding: 5px;
}

div.tree-multiselect span.section-name {
    float: right;
    font-style: italic;
}

div.tree-multiselect .auxiliary {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

div.tree-multiselect .auxiliary input.search {
    display: table-cell;
    margin: 0;
    padding: 5px;

    padding-left: 10px;
    border: 1px solid var(--bgkleur);
    font-family: 'Fira sans';
    color: #555;
    font-size: 16px;
    height: 41px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: var(--bgkleur);
}

div.tree-multiselect .auxiliary .select-all-container {
    display: table-cell;
    text-align: right;
}

div.tree-multiselect .auxiliary .select-all-container span.select-all,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all {
    margin-right: 5px;
    padding-right: 5px;
}

div.tree-multiselect .auxiliary .select-all-container span.select-all:hover,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all:hover {
    cursor: pointer;
}

div.tree-multiselect .auxiliary .select-all-container span.select-all {
    border-right: 2px solid #d8d8d8;
}</pre></body></html>