<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

input[type=text] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

h1 {
    color: var(--main-color);
}

h2 {
    color: var(--main-color);
}

.border-custom {
    border: 1px solid var(--main-color);
}

/* Set full page height */
.full-height {
    height: 100vh;
}

/* Set full page width */
.full-width {
    width: 100vw;
}

.navigationHeaderLogo {
    padding-top: 5px;
    width: 100%;
}

.outer {
    display: flex;
    flex-flow: column;
    height: 100vh;
}

.inner-fixed {
    border: 0px solid var(--main-color);
}

.inner-remaining {
    cursor: pointer;
    flex-grow: 1;
    overflow: hidden;
    overflow-y: scroll;
}

.inner-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid var(--main-color);
    flex-shrink: 0;
}

.inner-footer a {
    padding: 10px;
    text-decoration: none;
}

.not-user-selectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-desktop,
.search-mobile {
    width: 100%;
    border: 1px solid var(--main-color);
    border-color: var(--main-color);
    padding-left: 5px;
    margin: 0.2vh 0vw 0.2vh 0vw;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchCounterText {
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    border: 1px solid var(--main-color);
    color: white;
    background-color: var(--main-color);
}

.searchMessage {
    margin-top: 2vh;
}

.dropdown-button {
    background-color: white;
}

.dropdown-flag {
    height: 20px;
    margin-right: 5px;
}

/* Generic */
.navbar {
    display: flex;
}

.navbar-left-desktop button,
.navbar-left-mobile button {
    padding: 0px;
    margin: 0px;
    border: none;
}

.navbar-right {
    flex: 1;
}

/* Desktop */
.left-column,
.right-column {
    width: 27vw;
}

.center-column {
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    width: 46vw;
}

.menuFrame {
    width: 100%;
    height: 95%;
}

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

.menuFooter a {
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
    /* Adjust the spacing between links as needed */
}

.menuFooterLogo {
    height: 30px;
    /* Adjust the logo size as needed */
}


.contentFrame {
    width: 100%;
    height: 99.5%;
}

.contentText {
    margin: 10px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
}

.contentSection {
    margin: 10px 0px 0px 0px;
    width: 100%;
}

.contentSectionTitle {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    padding-left: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.contentSectionText {
    padding: 10px;
    border: 1px solid var(--main-color);
    font-size: 12px;
}

.list-group-item-desktop {
    border: 1px solid white;
}

.list-group-item-desktop:active {
    color: var(--main-color);
}

.list-group-item-desktop:hover {
    font-weight: bold;
}

.navbar-left-desktop {
    flex: 0 0 30px;
}

.navbar-left-desktop img {
    border: 1px solid var(--main-color);
    height: 20.5px;
}

.dropdown-item-desktop {
    font-size: 11px;
}

/* Mobile */
.search-mobile {
    font-size: 15px;
}

.search-mobile::placeholder {
    font-size: 12px;
}

.list-group-mobile {
    font-size: 12px;
}

.list-group-item-mobile:active,
.list-group-item-mobile:hover {
    border: 1px solid var(--main-color);
    background: var(--main-background-color);
}

.navbar-left-mobile {
    flex: 0 0 35px;
}

.navbar-left-mobile img {
    border: 1px solid var(--main-color);
    height: 25px;
}

.dropdown-item-mobile {
    font-size: 14px;
}

/* Assets */
.asset-container {
    margin-top: 5px;
}

.asset-menu {
    padding: 1.2% 2.2% 1.2% 2.2%;
    background-color: var(--main-color);
    text-align: right;
}

.asset-menu-item {
    float: left;
    border: 10px solid white;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.asset {
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--main-color);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--main-color);
    box-shadow: inset 0px 0px 0px 1px var(--main-color);
    margin-top: 0px;
    height: 0;
    width: 0;
    padding-right: 100%;
    padding-bottom: 100%;
    background-color: var(--main-background-color);
    position: relative;
}

.asset-border {
    border: 1px solid var(--main-color);
}

.asset-button {
    font-size: 1.5vh;
    border: 1px solid white;
    background-color: var(--main-color);
    color: white;
}

.asset-button:hover {
    font-size: 1.5vh;
    border: 1px solid white;
    background-color: white;
    color: var(--main-color);
}

.asset-select,
.asset-select:hover {
    font-size: 1.5vh;
    background-color: var(--main-color);
    color: white;
    border: 0px;
    outline: 0px;
}

.asset-image {
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.asset-svg {
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.asset-video {
    margin-top: 5px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.asset-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PiDB */
.title {
    width: 100vw;
    font-size: 14px;
    text-align: center;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    margin: 5px 0px 0px 0px;
    padding: 16px 4px 0px 4px;
}

.subtitle {
    width: 100vw;
    font-size: 10px;
    text-align: center;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    margin: 0px 0px 5px 0px;
    padding: 0px 4px 16px 4px;
}

.alertTextBox {
    width: 100vw;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    padding-left: 4px;
    padding-top: 4px;
    margin-top: 4px;
    overflow: hidden;
    height: 0;
    transition: height 1s ease-out;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: white;
    border: 1px solid var(--main-color);
    margin-top: 5px;
    padding: 1px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    color: var(--main-color);
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 14px;
    transition: 0.5s;
    font-size: 11px;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: var(--main-background-color);
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: var(--main-color);
    color: white;
}

.tab button.unavailable {
    background-color: white;
    color: #aaaaaa;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}

.sectiontitle {
    width: 100vw;
    font-size: 12px;
    text-align: left;
    background: var(--main-color);
    color: white;
    padding-left: 4px;
    padding-top: 4px;
    margin-top: 4px;
}

.sectionbody {
    width: 100vw;
    text-align: left;
    border: 1px solid var(--main-color);
    background: var(--main-background-color);
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    margin-bottom: 4px;
}

.input-pictogram {
    background: white;
    height: 4vh;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-pictogram:focus {
    border: 1px solid var(--input-border-color-active);
}

.input-flag {
    background: white;
    height: 3.2vh;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-flag:focus {
    border: 1px solid var(--input-border-color-active);
}

.input-image {
    background: white;
    height: 7vh;
    border: 1px solid var(--main-color);
    margin-right: 1vw;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-image:focus {
    border: 1px solid var(--input-border-color-active);
}

.input-drawing {
    background: white;
    height: 7vh;
    border: 1px solid var(--main-color);
    margin-right: 1vw;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-drawing:focus {
    border: 1px solid var(--input-border-color-active);
}

.input-table_of_contents {
    background: white;
    height: 7vh;
    border: 1px solid var(--main-color);
    margin-right: 1vw;
}

.input-label {
    background: white;
    height: 7vh;
    border: 1px solid var(--main-color);
    margin-right: 1vw;
}

.input-video {
    background: white;
    height: 9vh;
    border: 1px solid var(--main-color);
    margin-right: 1vw;
}

.input-pdf {
    height: 4vh;
}

.mainImage img {
    width: 100%;
    padding: 10px 10px 5px 10px;
}

/* Portal */
table {
    margin-top: 5px;
    width: 100vw;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid var(--main-color);
}

th {
    font-weight: bold;
    font-size: 12px;
    background-color: var(--main-color);
    color: white;
    padding: 5px;
    text-align: center;
}

tr {
    vertical-align: top;
    border-bottom: 1px solid var(--main-color);
}

tr:nth-child(even) {
    background-color: var(--table-row-color);
}

td {
    font-size: 10px;
    padding: 0.7vw;
    border: 1px solid var(--main-color);
}

td.metaDataKey {
    width: 30%;
}

td.metaDataVal {
    font-weight: bold;
}

.download-button {
    border: 1px solid var(--main-color);
    text-align: center;
    display: block;
    margin: 0 auto;
}

.download-button img {
    height: 7vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

/* JsTree */
.icon-file {
    background: url("../images/icons/file-1GSCJ0e.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.icon-pdf {
    background: url("../images/icons/pdf-z6a0OYK.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.icon-monitor {
    background: url("../images/icons/monitor-g-vCgsH.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.icon-flipchart {
    background: url("../images/icons/flipchart-8W9cQG4.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.icon-marker {
    background: url("../images/icons/marker-olVg7Qb.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.icon-speaker {
    background: url("../images/icons/speaker-ZXJdcOX.svg") 0px 0px no-repeat !important;
    background-size: 16px 16px !important;
    background-position: center center !important;
}

.jstree-node {
    font-size: 12px;
}

/* Information Page */
.information-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.information-page-container p {
    font-size: 1.5em;
}

.information-page-centered-div {
    text-align: center;
}

.information-page-logo {
    width: 30em;
    height: auto;
}</pre></body></html>