<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
    font-family: 'foundry-monoline-regular';
    src: url('../../fonts/FoundryMonolineRegular.woff') format('woff');
}

@font-face
{
    font-family: 'foundry-monoline-bold';
    src: url('../../fonts/FoundryMonolineBold.woff') format('woff');
}


:root
{
    --orange: #E76020;
    --orange-hover: #DA4600;
    --purple: rgb(242, 235, 254);
    --dark-purple: rgb(142,71,244);
    --green: #0acf83;
    --red: #ea1010;
    --dusty-blue: #e9e9f2;
    --menu-background: #f0f0f0;
    --menu-highlight: rgb(98,0,238, 0.08);
    --light: #f1f1f1;
    --light-overlay: rgba(255, 255, 255, 0.25);
    --light-gray: #ddd;
    --light-medium-gray: #b5b5b5;
    --medium-gray: #999999;
    --border-color: rgb(214, 214, 214);
    --main-inset: 20px;
    --font-family: foundry-monoline-regular, sans-serif;
    --font-family-bold: foundry-monoline-bold, sans-serif;
    --font-size-larger: 22px;
    --font-size-large: 20px;
    --font-size-normal: 16px;
    --font-size-small: 14px;
    --font-size-smaller: 12px;
    --text-color: #464646;
    --text-color-hover: #000;
    --placeholder-color: #ccc;
    --background-color: #fff;
    --box-shadow: 0px 2px 1px rgb(0 0 0 / 12%), 0px -1px 6px rgb(0 0 0 / 25%);
    --box-shadow-filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 12%)) drop-shadow(0px -1px 2px rgb(0 0 0 / 25%));
    --app-panel-border-radius: 25px;
    --app-panel-padding: 10px;
    --app-panel-text-color: var(--text-color);
    --app-panel-background-color: var(--background-color);
    --listview-selected-color: var(--purple);
    --treeview-selected-color: var(--purple);
    --outline-selection-color: #8c5c7a;
    --layout-header-height: 60px;
    --side-navigation-width: 90px;
    --side-navigation-margin-right: 5px;
    --side-navigation-overlay-opacity: 0.1;
    --app-header-height: 50px;
    --app-footer-height: 66px;
    --fileicon-pdf: url('../../img/shared/fileicon.pdf.svg');
    --fileicon-image: url('../../img/shared/fileicon.image.svg');
    --fileicon-compression: url('../../img/shared/fileicon.compression.svg');
    --fileicon-default: url('../../img/shared/fileicon.default.svg');
    --fileicon-mail: url('../../img/shared/fileicon.mail.svg');
    --fileicon-presentation: url('../../img/shared/fileicon.presentation.svg');
    --fileicon-sound: url('../../img/shared/fileicon.sound.svg');
    --fileicon-spreadsheet: url('../../img/shared/fileicon.spreadsheet.svg');
    --fileicon-text: url('../../img/shared/fileicon.text.svg');
    --fileicon-video: url('../../img/shared/fileicon.video.svg');
}

body.dark-mode
{
    --light: #aaa;
    --text-color: #ccc;
    --background-color: #464646;
}

html, body
{
    border: none;
    margin: 0;
    min-height: 100%;
}

body
{
    font-family: var(--font-family);
    font-size: var(--font-size-normal);
    line-height: 18px;
    color: var(--text-color);
    background-color:var(--background-color);
}

main
{
    padding-top: var(--layout-header-height);
    margin-left:calc(var(--side-navigation-width) + var(--side-navigation-margin-right));
}

.main-navigation
{
    position: fixed;
    width: var(--side-navigation-width);
    margin: 0px var(--side-navigation-margin-right) 0px 0px;
    top: var(--layout-header-height);
    left: 0px;
    bottom: 0px;
    background: var(--menu-background);
    box-shadow: var(--box-shadow);
    display:none;
    flex-direction:column;
    z-index:4;
    padding-top:4px;
}

.main-navigation.unresolved &gt; *
{
    display:none;
}

.nav-item
{
    padding: 45px 4px 10px;
    text-align: center;
    font-size: var(--font-size-smaller);
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 40px 40px;
    box-sizing: border-box;
    position:relative;
}
.nav-item:hover,
.nav-item.active,
.nav-item-with-submenu:has(.active)
{
    color:var(--dark-purple);
    background-image:url(../../img/shared/nav.insights.purple.svg);
}
.nav-item:hover::before,
.nav-item.active::before,
.nav-item-with-submenu:has(.active)::before
{
    content:'';
    position:absolute;
    background-color:var(--dark-purple);
    display:block;
    border-radius:6px;
    opacity:var(--side-navigation-overlay-opacity);
    inset:2px 4px 2px 4px;
}
.nav-home
{
    background-image: url('../../img/shared/nav.home.svg');
}
.nav-home:hover,
.nav-home.active
{
    background-image: url('../../img/shared/nav.home.purple.svg');
}
.nav-messages
{
    background-image: url('../../img/shared/nav.messages.svg');
}
.nav-messages:hover,
.nav-messages.active
{
    background-image: url('../../img/shared/nav.messages.purple.svg');
}
.nav-documents
{
    background-image: url('../../img/shared/nav.documents.svg');
}
.nav-documents:hover,
.nav-documents.active
{
    background-image: url('../../img/shared/nav.documents.purple.svg');
}
.nav-guides
{
    background-image: url('../../img/shared/nav.guides.svg');
}
.nav-guides:hover,
.nav-guides.active
{
    background-image: url('../../img/shared/nav.guides.purple.svg');
}
.nav-deadlines
{
    background-image: url('../../img/shared/nav.deadlines.svg');
}
.nav-deadlines:hover,
.nav-deadlines.active
{
    background-image: url('../../img/shared/nav.deadlines.purple.svg');
}
.nav-invoice
{
    background-image: url('../../img/shared/nav.invoice.svg');
    line-height:1em;
    padding:54px 4px 10px;
}
.nav-invoice:hover,
.nav-invoice.active
{
    background-image: url('../../img/shared/nav.invoice.purple.svg');
}
.nav-salary
{
    background-image: url('../../img/shared/nav.salary.svg');
}
.nav-salary:hover,
.nav-salary.active
{
    background-image: url('../../img/shared/nav.salary.purple.svg');
}
.nav-salesinvoice
{
    background-image: url('../../img/shared/nav.salesinvoice.svg');
}
.nav-salesinvoice:hover,
.nav-salesinvoice.active
{
    background-image: url('../../img/shared/nav.salesinvoice.purple.svg');
}
.nav-userguides
{
    background-image: url('../../img/shared/nav.userguides.svg');
}
.nav-userguides:hover,
.nav-userguides.active
{
    background-image: url('../../img/shared/nav.userguides.purple.svg');
}
.nav-insights
{
    background-image: url('../../img/shared/nav.insights.svg');
    background-size: 35px 35px;
}
.nav-insights:hover,
.nav-insights.active
{
    background-image: url('../../img/shared/nav.insights.purple.svg');
}
.nav-contact
{
    background-image: url('../../img/shared/nav.contact.svg');
}
.nav-contact:hover,
.nav-contact.active
{
    background-image: url('../../img/shared/nav.contact.purple.svg');
}
{
    background-image: url('../../img/shared/nav.contact.svg');
}
.navigation-excluded-separator,
.navigation-excluded-separator ~ .nav-item
{
    display:none;
}
.nav-item-with-submenu
{
    position:relative;
    border:none;
    color:var(--text-color);
    font-family:inherit;
    background-color:transparent;
}
.nav-item-with-submenu:hover .nav-item-submenu,
.nav-item-with-submenu:focus .nav-item-submenu,
.nav-item-with-submenu:focus-within .nav-item-submenu
{
    display: flex;
}
.nav-item-submenu,
.editmode .nav-item-with-submenu:hover .nav-item-submenu,
.editmode .nav-item-with-submenu:focus .nav-item-submenu,
.editmode .nav-item-with-submenu:focus-within .nav-item-submenu
{
    position: absolute;
    top: 0px;
    left: 100%;
    background: var(--background-color);
    min-width: 150px;
    display: flex;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    box-shadow: var(--box-shadow);
    align-items: start;
    padding: 10px 10px 15px;
    display: none;
}
.nav-item-submenu h3
{
    font-size:var(--font-size-large);
    color:var(--text-color);
    margin:0px;
    padding:5px 10px 10px;
}
.nav-subitem
{
    font-size: var(--font-size-normal);
    font-weight:normal;
    text-decoration: none;
    color:var(--text-color);
    display:block;
    padding:12px 10px 12px 50px;
    background-repeat:no-repeat;
    background-position:10px 50%;
    position:relative;
    z-index:1;
    white-space:nowrap;
}
.nav-subitem:hover,
.nav-subitem.active
{
    color:var(--dark-purple);
}
.nav-subitem:hover::before,
.nav-subitem.active::before
{
    content:'';
    position:absolute;
    background-color:var(--dark-purple);
    border-radius:6px;
    width:40px;
    height:40px;
    display:block;
    top:1px;
    left:2px;
    opacity:var(--side-navigation-overlay-opacity);
}
.nav-subitem-reports
{
    background-image: url('../../img/shared/nav.reports.svg');
}
.nav-subitem-reports:hover,
.nav-subitem-reports.active
{
    background-image: url('../../img/shared/nav.reports.purple.svg');
}
.nav-subitem-kpi
{
    background-image: url('../../img/shared/nav.kpi.svg');
}
.nav-subitem-kpi:hover,
.nav-subitem-kpi.active
{
    background-image: url('../../img/shared/nav.kpi.purple.svg');
}
.nav-item-submenu-label
{
    pointer-events:none;
}


h1
{
    font-family: var(--font-family-bold);
    font-size: 28px;
    color: var(--text-color);
}

.layoutheader
{
    display: flex;
    border-bottom: 2px solid var(--border-color);
    background-color:var(--background-color);
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    min-height:var(--layout-header-height);
    z-index:6;
}

.mainmenu-button
{
    background: url('../../img/shared/menu.svg') no-repeat 50% 50%/25px 25px;
    width: var(--layout-header-height);
    height: var(--layout-header-height);
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    box-sizing:border-box;
    margin-left:10px;
    display:none;
}

.logo
{
    display: flex;
    align-items: center;
    padding: 5px 20px 0px 50px;
    flex: 1 1 auto;
}

.logo img
{
    max-width: 100%;
    height: auto;
}

.userbutton,
.languagebutton
{
    background: url('../../img/shared/profile.svg') no-repeat calc(100% - 10px) 50%/30px 30px;
    padding: 0px 50px 0px 35px;
    border: none;
    cursor: pointer;
    font-family: var(--font-family);
    font-size: var(--font-size-small);
    font-weight:bold;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 30px;
    color: var(--text-color);
}

.userinfobox,
.languagebox
{
    position: fixed;
    right: 20px;
    top: 50px;
    background-color: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 6px;
    padding: 10px 20px;
    z-index: 6;
    opacity: 0;
    transform:translateY(-20px);
    pointer-events: none;
    transition: all 200ms;
    display:flex;
    flex-direction:column;
    min-width:200px;
}
.userinfobox.visible,
.languagebox.visible
{
    pointer-events:auto;
    opacity:100;
    transform:translateY(0);
}
.userinfobox &gt; h3,
.languagebox &gt; h3
{
    margin:5px 0px;
}
.userinfobox &gt; div
{
    font-size:var(--font-size-smaller);
}
.userinfobox-actions
{
    margin-top:15px;
    display:flex;
    justify-content:space-between;
}
.userinfobox-action
{
    color:var(--dark-purple);
    align-self:flex-end;
    padding:10px 0px 0px;
    text-decoration: none;
    font-family:inherit;
    font-weight:bold;
    font-size:var(--font-size-small);
    cursor: pointer;
    background:none;
    outline:none;
    border:none;
    margin:0px;
    padding:0px;
}

.languagebutton
{
    background: url('../../img/shared/globe.orange.svg') no-repeat calc(100% - var(--main-inset)) 50%/30px 30px;
    padding: 0px 20px 0px 35px;
}
.languagebox h3
{
    margin-bottom: 10px
}
.languagebox-button
{
    font-family: inherit;
    font-size: var(--font-size-normal);
    color: var(--text-color);
    background: var(--background-color);
    border: none;
    text-align: left;
    padding: 6px 0px 6px 28px;
    margin: 0px;
    cursor: pointer;
}
.languagebox-button.selected
{
    background: url('../../img/shared/checkmark.green.svg') no-repeat 0% calc(50% - 2px);
}

body[data-platform="app"] .layoutheader
{
    display:none;
}
body[data-platform="app"] main
{
    padding-top:0;
}
body[data-platform="app"][data-version] main
{
    padding-top: var(--app-header-height);
    padding-bottom: var(--app-footer-height);
}
body[data-platform="app"] main,
body.mobile main
{
    margin-left:0px;
}

body.mobile:not([data-platform="app"]) .mainmenu-button
{
    display: block;
}
body.mobile:not([data-platform="app"]) .logo
{
    padding: 5px 10px 0px 10px;
}
body.mobile:not([data-platform="app"]) .main-navigation
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100vw - 60px);
    bottom: auto;
    z-index: 6;
    margin: 0px 20px;
    border-radius: 6px;
    padding: 10px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 200ms;
}
body.mobile:not([data-platform="app"]) .main-navigation.visible
{
    opacity:1;
    transform:translateY(0px);
    pointer-events:auto;
}
body.mobile:not([data-platform="app"]) .nav-item
{
    min-width:70px;
    border-radius:6px;
}

.input-text
{
    filter:var(--box-shadow-filter);
    border-radius: 6px;
    border: none;
    font-family: var(--font-family);
    font-size: var(--font-size);
    color: var(--text-color);
    padding: 10px 10px;
}
.input-text:focus
{
    outline:none;    
}

.white-button-light,
.dark-button,
.dark-button-light,
.green-button-light,
.red-button-light,
.orange-button-light,
.orange-button
{
    box-shadow: var(--box-shadow);
    border: none;
    border-radius: 6px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 30px;
    letter-spacing: 0.75px;
    cursor: pointer;
    min-width: 150px;
    transition:background-color 300ms;
}
.dark-button,
.dark-button-light
{
    color:var(--background-color);
    background-color:var(--text-color);
}
.dark-button:hover,
.dark-button-light:hover
{
    background-color:var(--text-color-hover);
}

.dark-button-light,
.green-button-light,
.red-button-light,
.white-button-light,
.orange-button-light
{
    font-weight:400;
    font-size:var(--font-size-small);
    letter-spacing:normal;
    padding:10px 20px;
}

.orange-button,
.orange-button-light
{
    color: var(--background-color);
    background-color: var(--orange);
}
.orange-button:hover,
.orange-button-light:hover
{
    background-color:var(--orange-hover);
}
.green-button-light
{
    color: var(--background-color);
    background-color: var(--green);
}
.red-button-light
{
    color: var(--background-color);
    background-color: var(--red);
}
.white-button-light
{
    color:var(--text-color);
    background-color:var(--background-color);
}

.orange-button.busy,
.dark-button.busy,
.dark-button-light.busy,
.green-button-light.busy,
.red-button-light.busy,
.white-button-light.busy
{
    pointer-events:none;
    background:#fff;
    cursor:default;
}

.white-button-light.busy
{
    color:#fff;
}

.checkbox
{
    position: relative;
    appearance: none;
    outline: none;
    width: 36px;
    height: 24px;
    background-color: var(--light);
    border: 1px solid var(--light);
    border-radius: 36px;
    box-shadow: inset -12px 0 0 0 var(--light);
    transition-duration: 200ms;
}
.checkbox:after
{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    background-color: var(--background-color);
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.checkbox:checked
{
    border-color: var(--orange);
    box-shadow: inset 12px 0 0 0 var(--orange);
}
.checkbox:checked:after
{
    left: 12px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.checkbox:focus-visible
{
    outline: auto;
}

.message-dialog-wrapper
{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.confirm-question
{
    margin:20px 0px 30px;
    word-wrap:break-word;
}
.confirm-buttons
{
    text-align:center;
}
.confirm-buttons button
{
    min-width:150px;
}
.confirm-buttons button:first-child:not(:last-child)
{
    margin: 0px 20px 0px 0px;
}

body.mobile .confirm-buttons
{
    display:flex;
    justify-content: space-between;
    max-width: 320px;
    margin: auto;
}

body.mobile .confirm-buttons button
{
    margin: 0px;
    min-width:100px;
    width: calc(50% - 10px);
    overflow: hidden;
    white-space:nowrap;
}

.busy
{
    position:relative;
}

.busy::before
{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--light, #fff);
    border-top: 2px solid var(--orange, #000);
    border-radius: 100%;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loader 1s ease-in-out infinite;
}

.busy-dialog .busy
{
    height:50px;
}

.disabled
{
    opacity:0.5;
    pointer-events:none;
    cursor:default;
}


.cookie-dialog
{
    width:600px;
    max-width:80vw;
    overflow:auto;
    max-height:calc(100vh - 200px);
}
.cookie-dialog h3
{
    margin-top:0px;
}
.cookie-dialog p
{
    font-weight:normal;
}


.tooltip
{
    padding:5px 10px;
    position:fixed;
    border-radius:4px;
    box-shadow:var(--box-shadow);
    background:var(--background-color);
    pointer-events:none;
    font-size:var(--font-size-small);
    z-index:7;
    margin-right:10px;
    opacity:0;
    transform:translateY(10px);
    transition:opacity 200ms 500ms, transform 200ms 500ms;
}
.tooltip.active
{
    opacity:1;
    transform:translateY(0px);
}
body.mobile .tooltip.active
{
    transform: translateY(-30px);
}




.app-header
{
    display:flex;
    justify-content:flex-start;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    height: var(--app-header-height);
    background-color:var(--background-color);
    z-index:7;
    box-shadow:var(--box-shadow);
}
.app-menu-button
{
    background: url('../../img/shared/menu.svg') no-repeat 50% 50%/25px 25px;
    width: 60px;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
}
.app-back-button
{
    opacity: 0;
    pointer-events:none;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    font-size: var(--font-size-small);
    font-family: var(--font-family);
    padding: 0px 20px 0px 30px;
    margin: 0px;
    outline: none;
    border: none;
    color:var(--text-color);
    background: transparent;
    transition: opacity 200ms;
}
.app-back-button::before
{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    width: 20px;
    transform: rotate(180deg);
    background: transparent url(../../img/components/treeview.arrow.svg) no-repeat 50% 50%;
}
.app-back-button.active
{
    opacity: 1;
    pointer-events:auto;
}
.app-headline
{
    flex:1 1 auto;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0px;
    text-align:center;
    font-size:var(--font-size-large);
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    left: -30px;
    pointer-events:none;
}
.app-footer
{
    display:flex;
    justify-content: space-around;
    align-items:stretch;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height: var(--app-footer-height);
    background-color:var(--background-color);
    z-index:4;
    box-shadow:var(--box-shadow);
    transition:opacity 300ms;
    opacity:1;
}
.app-footer.hide
{
    opacity:0;
}
.app-footer-button
{
    width:60px;
    border:none;
    color:var(--text-color);
    font:var(--font-family);
    font-size:var(--font-size-smaller);
    text-decoration:none;
    text-align:center;
    white-space:nowrap;
    padding:5px 0px 8px;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:end;
    cursor:pointer;
    overflow:hidden;
}
.app-footer-button.icon-home
{
    background: url('../../img/shared/app.home.svg') no-repeat 50% 14px;
}
.app-footer-button.icon-contact
{
    background: url('../../img/shared/app.contact.svg') no-repeat 50% 14px;
}
.app-footer-button.icon-scan
{
    background: url('../../img/shared/app.scan.svg') no-repeat 50% 12px;
}
.app-footer-button.icon-messages
{
    background: url('../../img/shared/app.messages.svg') no-repeat 50% 14px;
    position:relative;
}
.app-footer-button.icon-settings
{
    background: url('../../img/shared/app.settings.svg') no-repeat 50% 14px;
}

.app-footer-button.icon-messages[data-unread]::after
{
    content:attr(data-unread);
    background-color:var(--red);
    color:#fff;
    display:block;
    min-width:20px;
    height:20px;
    border-radius:10px;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    top:5px;
    right:5px;
    box-sizing:border-box;
    border:2px solid var(--red);
}

body[data-platform="app"] bejour-customerselector
{
    --combobox-max-height: calc(100vh - var(--app-header-height) - var(--app-footer-height) - 100px);
}

.no-select
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes loader
{
    0%
    {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100%
    {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width:600px)
{
    body:not([data-platform="app"]) .main-navigation
    {
        display:flex;
    }
}

@media (max-height:940px)
{
    body:not(.mobile) .nav-item
    {
        padding: clamp(10px, 4vh, 45px) 4px 10px;
        background-position: 50% clamp(0px, 10%, 10px);
        background-size: clamp(10px, 3vh, 40px) 40px;
    }

    body:not(.mobile) .nav-item.nav-reports
    {
        background-size: clamp(10px, 3vh, 30px) 30px;
    }
}

@media (max-height:640px)
{
    body:not(.mobile) .nav-item
    {
        padding: 10px 5px 10px;
        text-align: left;
        background-image:none;
    }
}

</pre></body></html>