html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

html, body, input, textarea, button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

main, input, textarea, select, button {
  font-size: 0.9rem;
}

.WebSiteToolbar {
  font-size: 0.9rem;
  color: var(--toolbar-text-color);
  border: none;
  box-shadow: none;
}

/* headings */
h1, h2, h3 {
  color: var(--heading-color);
  font-weight: normal;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 12px;
  margin-bottom: 6px;
}
/* end of headings */

/* main */
#main {
  position: absolute;
  display: grid;
  grid-template-rows: var(--toolbar-height) var(--breadcrumbs-height) 1fr var(--footer-height);
  height: auto;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: clip;
  background-color: white;
}
/* end of main */

header > .Title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
  height: var(--toolbar-height);
  background-position: center center;
  background-repeat: no-repeat;
  line-height: var(--toolbar-height);
  width: auto;
  border: none;
}

.WebSiteToolbar > .Toggle {
  display: block;
  position: fixed;
  height: var(--toolbar-height);
  aspect-ratio: 1;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-size: 1.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("UserInterface.Icon.User.svg");
  cursor: pointer;
}

.WebSiteToolbar .Menu.Horizontal > ol > li > ol > li span {
  height: 2em;
  line-height: 2em;
}

.WebSiteToolbar .Menu,
.WebSiteToolbar .Menu.Horizontal > ol > li {
  vertical-align: top;
  line-height: var(--toolbar-height);
}

.WebSiteToolbar .Menu.Horizontal > ol > li > ol > li {
  line-height: 2em;
}

.WebSiteToolbar > .Options:first-child {
  margin-left: 0;
}

.WebSiteToolbar > .Options {
  line-height: var(--toolbar-height);
  padding-right: 0;
}

.WebSiteToolbar > .Options .Menu {
  vertical-align: top;
}

.WebSiteToolbar > .Options > .Menu > ol > li > span,
.WebSiteToolbar > .Options > .Menu > ol > li > span > a {
  color: var(--toolbar-text-color);
}

.WebSiteToolbar .Menu.Horizontal ol > li > ol {
  top: var(--toolbar-height);
  right: 0;
  left: auto;
}

.WebSiteToolbar .Menu.Horizontal > ol > li > ol {
  padding: 10px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-top: none;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
}

.WebSiteToolbar > .Options > ol > li {
  margin-right: 0;
}

.WebSiteToolbar input[type="text"] {
  border: 1px solid #DDDDDD;
}

.WebSiteToolbar > .Options li.AllRights > span {
  font-style: italic;
}

.WebSiteToolbar .User {
  border: none;
}

.WebSiteToolbar .Menu .User.expanded > span,
.WebSiteToolbar .Menu .User.collapsed > span {
  font-weight: bold;
}

.WebSiteToolbar .Menu .User > span > a {
  line-height: var(--toolbar-height);
  width: 24px;
}

.WebSiteToolbar > .Synchronization {
  background-image: url("UserInterface.Icon.Offline.svg");
}

.WebSiteToolbar > .Synchronization {
  background-image: url("UserInterface.Icon.Online.svg");
  background-repeat: no-repeat;
  background-size: 1.75em;
  background-position: center center;
  height: var(--toolbar-height);
  aspect-ratio: 1;
  line-height: var(--toolbar-height);
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  text-align: center;
}

.WebSiteToolbar > .Synchronization.Synchronizing > progress {
  display: inline-block;
}

.WebSiteToolbar > .Synchronization > progress {
  max-width: 2em;
  position: relative;
  top: .75em;
  height: .3em;
  border: 1px solid #808080;
  border-radius: 1em;
  display: none;
}

.WebSiteToolbar > .Synchronization.Synchronizing {
  background-image: url("UserInterface.Icon.Synchronize.svg");
}

.WebSiteToolbar > .Synchronization.Offline {
  background-image: url("UserInterface.Icon.Offline.svg");
}

nav.Menu > .Menu > ol li > span,
nav.Menu > .Menu > ol li > span a {
  color: var(--main-menu-text-color);
  overflow: hidden;
  line-height: 3em;
  box-shadow: none;
}

nav.Menu > .Menu > ol > li > span {
  display: block;
}

nav.Menu > .Menu > ol > li > span > button {
  display: none;
}

nav.Menu > .Menu > ol li > span {
  color: var(--main-menu-text-color);
  height: 3em;
  padding-left: 1em;
  margin-right: 0;
  border: none;
  text-align: left;
  transition: background-color ease 0.5s;
  box-shadow: none;
  -webkit-box-shadow: none;
}

nav.Menu > .Menu > ol ol li > span {
  grid-template-columns: auto 40px;
}

nav.Menu > .Menu > ol ol li > span > * {
  grid-column: 1 / 2;
}

nav.Menu > .Menu > ol ol li > span > button {
  grid-column: 2 / 3;
  background-size: 15px 15px;
}

nav.Menu > .Menu span:focus-within {
  text-decoration: none;
}

nav.Menu > .Menu > ol ol ol > li > span {
  font-size: 95%;
  padding-left: 40px;
}

nav.Menu > .Menu > ol ol ol ol > li > span {
  padding-left: 50px;
}

nav.Menu > .Menu > ol ol ol ol ol > li > span {
  padding-left: 60px;
}

nav.Menu > .Menu > ol ol ol ol ol ol > li > span {
  padding-left: 70px;
}

nav.Menu > .Menu > ol li > span:not(.Collapsible) {
  background-image: none;
}

nav.Menu li span:not(.Collapsible):hover {
  background-image: none;
}

nav.Menu > .Menu > ol > li > span:hover,
nav.Menu > .Menu > ol > li.pathCurrent > span,
nav.Menu > .Menu > ol > li.pathCurrent > span:hover,
nav.Menu > .Menu > ol ol li > span:hover,
nav.Menu > .Menu > ol ol li.pathCurrent > span,
nav.Menu > .Menu > ol ol li.pathCurrent > span:hover,
nav.Menu > .Menu .Toolbar > span:hover {
  background-color: var(--main-menu-selected-background-color);
}

nav.Menu > .Menu > ol > li.current > span,
nav.Menu > .Menu > ol > li.pathCurrent > span {
  font-weight: bold;
}

nav.Menu > .Menu[data-slide-out-level="2"] > ol ol li.current > span,
nav.Menu > .Menu[data-slide-out-level="2"] > ol ol li.pathCurrent > span {
  background-color: var(--main-menu-selected-background-color);
  font-weight: bold;
}

nav.Menu > .Menu > ol ol li.pathCurrent > span > a,
nav.Menu > .Menu > ol > li.pathCurrent > span > a{
  color: var(--main-menu-selected-text-color);
}

.Menu.Horizontal ol li.current > span,
.Menu.Horizontal ol li.pathCurrent > span,
.Menu.Vertical ol li.current > span,
.Menu.Vertical ol li.pathCurrent > span {
  background-color: rgba(255, 255, 255, 0.2);
}

nav.Menu > .Menu > ol > li > span > a {
  padding-left: 2em;
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("UserInterface.Icon.Placeholder.svg");
}

nav.Menu > .Menu > ol > li > .Toolbar {
  position: absolute;
  top: var(--toolbar-height);
  width: 250px;
  border: none;
}

nav.Menu > .Menu > ol > li.collapsed > .Toolbar {
  display: none;
}

nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar {
  width: 2em;
}

/* Breadcrumbs */
nav.Breadcrumbs {
  top: auto;
  right: 0px;
  left: 0px;
  background-color: var(--breadcrumbs-background-color);
  border-top: var(--main-layout-border);
  padding-left: .5em;
}

nav.Breadcrumbs .Menu.Horizontal > ol > li,
nav.Breadcrumbs .Menu.Horizontal > ol > li > span > a {
  color: var(--breadcrumbs-text-color);
}

nav.Breadcrumbs .Menu.Horizontal ol > li > span > button {
  background-image: none;
}

nav.Breadcrumbs .Menu.Horizontal ol > li.collapsed > span.Collapsible > button {
  background: var(--breadcrumbs-expand-icon);
}

nav.Breadcrumbs .Menu.Horizontal ol > li.expanded > span.Collapsible > button {
  background: var(--breadcrumbs-collapse-icon);
}

nav.Breadcrumbs .Menu.Horizontal > ol > li:not(:last-child) > span:not(.Collapsible) {
  background: var(--breadcrumbs-expand-icon);
  background-position: calc(100% - .5em) center;
}

nav.Breadcrumbs .Menu.Horizontal ol ol > li.collapsed > span.Collapsible > button {
  background: var(--expand-icon-dark);
}

nav.Breadcrumbs .Menu.Horizontal ol ol > li.expanded > span.Collapsible > button {
  background: var(--collapse-icon-dark);
}

nav.Breadcrumbs .Menu.Horizontal > ol > li > span {
  font-weight: lighter;
}

nav.Breadcrumbs .Menu.Horizontal > ol > li > ol > li span {
  height: 2em;
  line-height: 2em;
}

nav.Breadcrumbs .Menu.Horizontal > ol > li:last-child:not(.collapsed):not(.expanded) > span {
  background-image: none;
  padding-right: 4px;
  font-weight: bold;
}

nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible::before {
  content: "";
}

nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible:hover {
  border-bottom: none;
}

nav.Breadcrumbs > .Menu > ol > li > span > a:hover {
  text-decoration: underline;
}

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

main > * {
  padding: var(--main-block-padding) var(--main-inline-padding);
}

/* content */
main {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  overflow: auto;
  border: none;
  z-index: var(--z-index-default);
}

main > div > h1 {
  display: none;
}

main > div > section {
  margin: 10px;
}

main > div > div > section > h1 {
  font-size: 2em;
  margin-bottom: 0;
}

main > div > div > section > section {
  border: 1px solid #bbbbbb;
  padding: 0.5em;
  margin: 1.5em 0;
}

main > div > div > section > section > h1 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #eeeeee;
}

main > div > div > section > section > section > h1 {
  font-size: 1.3em;
  margin-bottom: 0;
}

main > div > div > section > section > section > section > h1 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
}

main > div > form {
  background-color: #FFFFFF;
}
/* end of content */

/* footer */
footer {
  line-height: 2em;
  position: static;
  padding: 0;
  height: 32px;
  text-align: center;
  color: white;
  background-color: #404241;
  z-index: var(--z-index-default);
}
/* end of footer */

nav.Submenu {
  display: block;
  top: 128px;
  bottom: 2em;
  width: 15%;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: auto;
}

nav.Submenu > ol {
  margin: 0.6em;
}

.Menu.Horizontal > ol > li.pathCurrent {
  background-color: rgba(255, 255, 255, 0.1);
}

.Menu.Horizontal > ol > li > ol {
  top: var(--toolbar-height);
  line-height: 20px;
}

@media not all and (min-width: 50em) {
  /* Main layout */
  #main {
    grid-template-columns: 0 minmax(auto, 100%) 0;
  }

  .WebSiteToolbar {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
  }

  .ToastBox {
    grid-row: 3 / 4;
    grid-column: 1 / 4;
  }

  header {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
  }

  nav.Menu {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }

  main {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .LoadingPage {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .NotificationCenter {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
  }

  footer {
    display: none;
  }

  nav.Breadcrumbs {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
  }

  nav.Bookmarks {
    display: none;
  }
  /* End of Main layout */

  /* toolbar */
  .WebSiteToolbar {
    position: fixed;
    height: 100%;
    width: 0%;
    right: 0;
    background-color: white;
    margin-top: var(--toolbar-height);
    min-width: auto;
    text-align: center;
    z-index: var(--z-index-pop-up);
    transition: padding, width ease 0.25s;
    text-align: left;
    padding-left: 0;
  }

  .WebSiteToolbar > .Options,
  .WebSiteToolbar > .Menu.Horizontal {
    display: none;
  }

  .WebSiteToolbar.Expanded {
    width: 100%;
  }

  .WebSiteToolbar.Expanded > .Options,
  .WebSiteToolbar.Expanded > .Menu.Horizontal {
    display: block;
    width: 100%;
    padding-left: 2em;
  }

  .WebSiteToolbar .Menu.Horizontal > ol > li > ol {
    border: none;
    box-shadow: none;
    position: static;
    background-color: transparent;
  }

  .WebSiteToolbar .Menu > ol > li.expanded > span > button {
    background: var(--toolbar-collapse-icon);
  }

  .WebSiteToolbar .Menu > ol > li.collapsed > span > button {
    background: var(--toolbar-expand-icon);
  }

  .WebSiteToolbar .Menu.Horizontal > ol > li {
    margin-right: 1em;
    display: block;
  }

  .WebSiteToolbar > .Options > .Menu > ol > li {
    margin-right: 1em;
  }

  .WebSiteToolbar .Menu .Language.expanded > span,
  .WebSiteToolbar .Menu .Language.collapsed > span {
    font-weight: bold;
    width: 50px;
    line-height: var(--toolbar-height);
    text-align: center;
    padding: 0;
  }

  .WebSiteToolbar .Menu li.collapsed > span > button {
    background: var(--toolbar-expand-icon);
  }

  .WebSiteToolbar .Menu li.expanded > span > button {
    background: var(--toolbar-collapse-icon);
  }

  .WebSiteToolbar .Synchronization {
    position: absolute;
    right: var(--toolbar-height);
    top: calc(var(--toolbar-height) * -1);
    padding: 0;
    margin: 0;
  }

  .WebSiteToolbar > .SearchButton {
    display: block;
    position: absolute;
    right: calc(var(--toolbar-height) * 2);
    top: calc(var(--toolbar-height) * -1);
    padding: 0;
  }
  /* end of toolbar */

  /* header */
  header {
    text-align: center;
    height: var(--toolbar-height);
    background-size: 168px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--toolbar-background-color);
  }
  /* end of header */

  /* menu */
  nav.Menu {
    background-color: white;
    z-index: var(--z-index-pop-up);
  }

  nav.Menu > .Menu.Collapsed {
    width: 0px;
  }

  nav.Menu > .Menu {
    position: fixed;
    top: var(--toolbar-height);
    height: calc(100% - var(--toolbar-height));
    width: 100%;
    z-index: var(--z-index-default);
    background-color: var(--main-menu-secondary-level-color);
    overflow-y: scroll;
    transition: width 0.25s;
  }

  nav.Menu > .Menu.Collapsed > ol {
    display: none;
  }

  nav.Menu > .Menu a {
    position: static;
  }

  nav.Menu > .Collapsed > ol {
    width: 0px;
  }

  nav.Menu > * {
    width: 100%;
  }

  nav.Menu > .Menu > .Toolbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 4em;
    height: var(--toolbar-height);
    color: var(--main-menu-text-color);
  }

  nav.Menu > .Menu > .Toolbar > span.Toggle {
    width: 4em;
    height: var(--toolbar-height);
    background-size: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("UserInterface.Icon.Menu.svg");
    cursor: pointer;
    z-index: var(--z-index-default);
  }

  nav.Menu > .Menu.Expanded > .Toolbar > span.Toggle {
    background-image: url("UserInterface.Icon.Cross.svg");
  }

  nav.Menu > .Menu .Toolbar > span {
    display: block;
    text-align: center;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar > span.Toggle {
    cursor: pointer;
  }
  /* end of menu */

  .NotificationCenter.Collapsed {
    width: 0px;
  }

  /* Breadcrumbs */
  nav.Breadcrumbs .Menu.Horizontal > ol > li > ol {
    top: 2em;
    border-top: 1px solid #CCCCCC;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li {
    line-height: 2em;
    height: 32px;
    background: none;
    border: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span {
    grid-template-columns: auto 2em;
    height: 32px;
    line-height: 32px;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible {
    grid-template-columns: auto 1em;
    height: 32px;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span > button {
    height: 32px;
  }
  /* end of Breadcrumbs */
}

@media (min-width: 50em) {
  /* Main layout */
  #main {
    grid-template-columns: min-content minmax(0, 1fr) auto;
  }

  .WebSiteToolbar {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
  }

  .ToastBox {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  header {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  nav.Menu {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }

  main {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .LoadingPage {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .NotificationCenter {
    grid-row: 2 / 4;
    grid-column: 3 / 4;
  }

  footer {
    grid-row: 4 / 5;
    grid-column: 1 / 4;
  }

  nav.Breadcrumbs {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  /* End of Main layout */

  /* toolbar */
  .WebSiteToolbar {
    left: 0;
    right: 0;
    height: var(--toolbar-height);
    min-width: auto;
    text-align: right;
    background-color: var(--toolbar-background-color);
  }

  .WebSiteToolbar > .Toggle {
    display: none;
  }

  .WebSiteToolbar .Menu.Horizontal > ol > li > ol {
    border-top: none;
  }

  .WebSiteToolbar > .Menu > ol > li > span,
  .WebSiteToolbar > .Options > .Menu > ol > li > span {
    display: block;
  }

  .WebSiteToolbar .Menu > ol > li > span > button {
    display: none;
  }

  .WebSiteToolbar > .Menu > ol > li > span > span,
  .WebSiteToolbar > .Options > .Menu > ol > li > span > span {
    padding: .5em 1em;
  }

  .WebSiteToolbar .Menu li > span:focus-within {
    text-decoration: none;
  }

  .WebSiteToolbar > .Options > .Menu > ol > .User > span > .User {
    background-image: url("UserInterface.Icon.User.svg");
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: .5em center;
    padding: .5em 1em .5em 2.5em;
  }

  .WebSiteToolbar > .Options > .Menu > ol > .User > span > a {
    display: inline;
  }

  .WebSiteToolbar > .Options > .Menu > ol > .User > span > a,
  .WebSiteToolbar > .Options > .Menu > ol > li > span > span,
  .WebSiteToolbar > .Menu > ol > li > span > span {
    border: var(--component-border);
    border-radius: var(--component-border-radius);
    margin-right: .5em;
    background-color: var(--button-background-color);
    transition: background-color ease 0.5s;
  }

  .WebSiteToolbar > .Options > .Menu > ol > .User > span > a:hover,
  .WebSiteToolbar > .Options > .Menu > ol > li > span > span:hover,
  .WebSiteToolbar > .Menu > ol > li > span > span:hover {
    background-color: var(--button-hover-color);
  }

  .WebSiteToolbar .Menu .Language.expanded > span,
  .WebSiteToolbar .Menu .Language.collapsed > span {
    font-weight: bold;
    line-height: var(--toolbar-height);
    text-align: center;
    padding: 0;
  }

  .Language > span > .Language {
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center center;
    color: transparent;
  }

  .Language > span > .Language.de {
    background-image: url("UserInterface.Icon.FlagDE.svg");
  }

  .Language > span > .Language.en-US {
    background-image: url("UserInterface.Icon.FlagUS.svg");
  }

  .Language > span > .Language.en-GB {
    background-image: url("UserInterface.Icon.FlagUK.svg");
  }

  .Language > span > .Language.es {
    background-image: url("UserInterface.Icon.FlagES.svg");
  }

  .Language > span > .Language.fr {
    background-image: url("UserInterface.Icon.FlagFR.svg");
  }

  .Language > span > .Language.nl {
    background-image: url("UserInterface.Icon.FlagNL.svg");
  }

  .Language > span > .Language.nl-BE {
    background-image: url("UserInterface.Icon.FlagBE.svg");
  }

  .Language > span > .Language.pl {
    background-image: url("UserInterface.Icon.FlagPL.svg");
  }

  .WebSiteToolbar .Menu li.collapsed > span > button {
    background: var(--toolbar-expand-icon);
  }

  .WebSiteToolbar .Menu li.expanded > span > button {
    background: var(--toolbar-collapse-icon);
  }
  /* end of toolbar */

  /* header */
  header {
    position: absolute;
    display: block;
    height: var(--toolbar-height);
    width: 250px;
    background-size: 168px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: var(--z-index-default);
  }
  /* end of header */

  /* Main menu */
  nav.Menu {
    position: static;
    background-color: var(--main-menu-color);
    font-size: 16px;
    color: var(--main-menu-text-color);
    margin-left: 0;
    margin-right: 0;
    width: auto;
    border-right: var(--main-layout-border);
    border-top: var(--main-layout-border);
  }

  nav.Menu > .Menu.Horizontal > ol > li > span > a {
    color: var(--main-menu-text-color);
  }

  nav.Menu .Menu.Horizontal {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
  }

  nav.Menu .Menu.Horizontal > ol > li > ol {
    top: 4em;
    border-top: none;
  }

  nav.Menu .Menu.Horizontal > ol > li > ol > li span {
    height: 2em;
    line-height: 2em;
  }

  nav.Menu .Menu.Horizontal > ol > li > span {
    line-height: 4em;
    height: 4em;
    margin-left: 0.6em;
    margin-right: 0.6em;
  }

  nav.Menu .Menu.Horizontal > ol > li.collapsed > span > button {
    background: var(--main-menu-expand-icon);
  }

  nav.Menu .Menu.Horizontal > ol > li.expanded > span > button {
    background: var(--main-menu-collapse-icon);
  }

  nav.Menu > .Menu ol {
    padding-left: 0;
  }

  nav.Menu ol,
  nav.Menu .Toolbar {
    overflow: hidden;
  }

  nav.Menu > .Menu.Expanded,
  nav.Menu > .Menu.Expanded > ol {
    width: 250px;
  }

  nav.Menu > .Menu.Expanded.ItemHasToolbar,
  nav.Menu > .Menu.Expanded.ItemHasToolbar > ol {
    width: calc(250px + 2em);
  }

  nav.Menu > .Menu.Collapsed,
  nav.Menu > .Menu.Collapsed > ol {
    width: 3em;
  }

  nav.Menu > .Menu.Collapsed.ItemHasToolbar,
  nav.Menu > .Menu.Collapsed.ItemHasToolbar > ol {
    width: 5em;
  }

  nav.Menu > .Menu.Collapsed > .Toolbar {
    width: 3em;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > ol {
    width: 2em;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > ol > li > * {
    display: none;
  }

  nav.Menu > .Menu.ItemHasToolbar[data-slide-out-level="2"] {
    width: 500px;
  }

  nav.Menu > .Menu.Collapsed[data-slide-out-level="2"] {
    width: calc(250px + 3em);
  }

  nav.Menu li {
    width: 250px;
  }

  nav.Menu > .Menu > ol > li > ol,
  nav.Menu > .Menu > ol > li > div.Toolbar {
    background-color: var(--main-menu-secondary-level-color);
    border-left: var(--main-menu-internal-border);
    box-sizing: border-box;
  }

  nav.Menu > .Menu > ol > li > div.Toolbar {
    border-top: var(--main-layout-border);
  }

  nav.Menu > .Menu > ol > li > ol {
    top: 112px;
    width: 250px;
    bottom: 32px;
    position: absolute;
  }

  nav.Menu > .Menu[data-slide-out-level="2"] > ol > li > ol {
    overflow-y: auto;
  }

  .Menu.Horizontal > li > ol {
    border-color: #EEEEEE;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
    line-height: 2em;
  }

  nav.Menu .Menu.Vertical > li.expanded.pathCurrent > ol {
    z-index: var(--z-index-drop-down);
  }

  nav.Menu .Menu.Vertical > li > ol span > a {
    color: var(--main-menu-text-color);
  }

  .Horizontal.Menu > li > ol {
    line-height: 2em;
  }

  nav.Menu > .Menu {
    transition: width ease 0.5s;
  }

  nav.Menu > .Menu ol,
  nav.Menu > .Menu .Toolbar {
    transition: left ease 0.5s, width ease 0.5s;
  }

  nav.Menu > .Menu.Expanded > ol > li > ol,
  nav.Menu > .Menu.Expanded > ol > li > .Toolbar {
    left: 250px;
  }

  nav.Menu > .Menu.Collapsed > ol > li > ol,
  nav.Menu > .Menu.Collapsed > ol > li > .Toolbar {
    left: 3em;
    z-index: var(--z-index-default);
  }

  nav.Menu > .Menu .Toolbar {
    color: var(--main-menu-text-color);
    height: var(--breadcrumbs-height);
  }

  nav.Menu > .Menu .Toolbar > span {
    display: block;
    width: 2em;
    height: var(--breadcrumbs-height);
    transition: background-color ease 0.5s;
    text-align: center;
  }

  nav.Menu > .Menu .Toolbar > span.Toggle {
    position: absolute;
    transition: transform ease 0.5s 0.5s;
    left: auto;
    right: 0;
    background-size: 1.4em 1.4em;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 2em;
  }

  nav.Menu > .Menu.Collapsed > .Toolbar > span.Toggle {
    background-image: var(--main-menu-slide-out-icon);
  }

  nav.Menu > .Menu > .Toolbar {
    position: relative;
    width: 250px;
  }

  nav.Menu > .Menu .Toolbar > span.Toggle {
    background-image: var(--main-menu-slide-in-icon);
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar > span.Toggle {
    background-image: var(--main-menu-slide-out-icon);
    cursor: pointer;
  }
  /* end of main menu */

  /* Breadcrumbs */
  nav.Breadcrumbs .Menu.Horizontal > ol > li:last-child > span {
    font-weight: bold;
    font-size: 115%;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span {
    font-size: 115%;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > ol {
    top: var(--breadcrumbs-height);
    border-top: 1px solid #CCCCCC;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li {
    line-height: 2em;
    height: var(--breadcrumbs-height);
    background: none;
    border: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span {
    grid-template-columns: auto 2em;
    height: var(--breadcrumbs-height);
    line-height: var(--breadcrumbs-height);
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > * {
    grid-column: 1 / 2;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > button {
    grid-column: 2 / 3;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span > button {
    height: 48px;
  }
  /* end of Breadcrumbs */

  nav.Submenu {
    position: absolute;
  }
}

/* Other */

span > h2 {
  display: inline-block;
  margin-right: 10px;
}

a {
  color: var(--dark-text-color);
  text-decoration: none;
}

.CostCenters ul {
  padding: 4px;
  margin: 0;
}

.CostCenters li {
  list-style: none;
  white-space: nowrap;
}

.CostCenters li input[type="checkbox"] {
  display: inline;
  margin-right: 5px;
}

div.problems {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  border-style: solid;
}

div.problems h2 {
  margin-top: 0;
  padding-top: 0;
}

.Menu.Horizontal > ol li {
  border-color: #BBCEEC;
}

.Menu.Horizontal > li > ol {
  border-color: #BBCEEC;
  background-color: #FFFFFF;
}

div.problems {
  border-color: #DD7417;
  background-color: #FFE8D0;
}

div.problems h2 {
  color: #DD7417;
}

@media print {
  header > .Title,
  .WebSiteToolbar,
  nav.Menu,
  nav.Submenu,
  nav.Bookmarks,
  nav.Breadcrumbs,
  nav.ConnectedAccounts,
  .NotificationCenter,
  footer {
    display: none;
  }

  body {
    width: 100%;
    height: 100%;
  }

  main {
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.Menu.Horizontal > li {
  vertical-align: top;
}

.Horizontal.Menu > li > ol {
  line-height: 2em;
}

.Horizontal.Menu > li > ol li.Download > span,
.Horizontal.Menu > li > ol li.Upload > span {
  padding-left: 32px;
}

.Menu.Vertical li.collapsed > span > button {
  background: var(--main-menu-expand-icon);
}

.Menu.Vertical li.expanded > span > button {
  background: var(--main-menu-collapse-icon);
}

.Menu li.expanded > span > button {
  background: var(--main-menu-collapse-icon);
}

.Menu li.collapsed > span > button {
  background: var(--main-menu-expand-icon);
}

nav.Submenu .Menu.Vertical li.expanded > span > button {
  background: var(--main-menu-collapse-icon);
}

nav.Submenu .Menu.Vertical li.collapsed > span > button {
  background: var(--main-menu-expand-icon);
}

.Help {
  position: absolute;
  top: auto;
  bottom: var(--footer-height);
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 2;
}

.Help > a {
  background-image: url("UserInterface.Icon.Help.Gray.svg");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3em;
  height: 3em;
  display: block;
}

nav.Bookmarks {
  position: absolute;
  top: auto;
  bottom: 2em;
  width: 185px;
  line-height: 24px;
  font-size: 1em;
  background-color: transparent;
  text-align: left;
}

nav.Bookmarks .Icon {
  background-image: url("UserInterface.Icon.Star.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-menu-color);
  cursor: pointer;
}

nav.Bookmarks > div > div {
  left: 3em;
  bottom: 0;
  position: absolute;
  background-color: var(--main-menu-color);
  box-sizing: border-box;
  width: 0px;
  transition: ease 0.25s;
  overflow: hidden;
  padding: 1em 0em;
  border: 0px solid var(--main-layout-border-color);
}

nav.Bookmarks.Expanded > div > div {
  border: var(--main-layout-border);
  width: 250px;
  padding: 1em;
  z-index: var(--z-index-pop-up);
}

nav.Bookmarks a {
  color: var(--main-menu-text-color);
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.Bookmarks a:hover {
  text-decoration: underline;
}

nav.Bookmarks input {
  width: 100%;
}

nav.Bookmarks input:hover {
  cursor: pointer;
}

nav.Bookmarks .Menu.Vertical li {
  overflow: hidden;
}

nav.Bookmarks input[type="submit"] {
  padding-left: 0;
  text-align: left;
  line-height: 2em;
  background-color: transparent;
  color: var(--main-menu-text-color);
  font-weight: lighter;
  padding-right: 15px;
  border: none;
}

nav.Bookmarks input[type="submit"]:hover {
  text-decoration: underline;
}

nav.Bookmarks .Menu li > span {
  padding-left: 0;
  line-height: 2em;
}

nav.Bookmarks .Menu.Vertical li > span:hover {
  background-color: transparent;
}

.Tile {
  background-position: 50px 100px;
  background-repeat: no-repeat;
  margin-left: 0.5%;
  margin-right: 0.5%;
  padding: 0;
  width: 300px;
  height: 180px;
  background-color: var(--component-background-color);
  border: var(--component-border);
  border-radius: var(--component-border-radius);
  vertical-align: top;
  overflow: hidden;
}

.Tile:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.Tile .Header a,
.Tile.Empty a {
  transition: background-color ease 0.5s;
}

.Tile .Header a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 6px;
  height: 36px;
}

.Tile .Body > .widget > ul > li {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px;
  overflow: hidden;
}

.Tile .Body > .widget ul li {
  transition: background-color ease 0.5s;
}

.Tile > .Header {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  background-color: var(--component-toolbar-color);
  border-bottom: var(--component-internal-border);
}

/* Default icons */
nav.Menu > .Menu > ol > li > span > a[href$="/DocumentManagement"] {
  background-image: url("UserInterface.Icon.Folder.Gray.svg");
}

nav.Menu > .Menu > ol > li.pathCurrent > span > a[href$="/DocumentManagement"] {
  background-image: url("UserInterface.Icon.Folder.Blue.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/WebSiteManagement"] {
  background-image: url("UserInterface.Icon.Settings.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Users"] {
  background-image: url("UserInterface.Icon.User.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Security"] {
  background-image: url("UserInterface.Icon.Security.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Log"] {
  background-image: url("UserInterface.Icon.Log.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Monitoring"] {
  background-image: url("UserInterface.Icon.Monitoring.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Email"] {
  background-image: url("UserInterface.Icon.Letter.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Notification"] {
  background-image: url("UserInterface.Icon.Notification.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/AggregateData"] {
  background-image: url("UserInterface.Icon.Aggregate.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Statistics"] {
  background-image: url("UserInterface.Icon.Statistics.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Cluster"] {
  background-image: url("UserInterface.Icon.Cluster.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/CloudStorage"] {
  background-image: url("UserInterface.Icon.Cloud.Gray.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Documentation"] {
  background-image: url("UserInterface.Icon.Help.Gray.svg");
}

nav.Menu > .Menu > ol > li.pathCurrent > span > a[href$="/Documentation"] {
  background-image: url("UserInterface.Icon.Help.Blue.svg");
}

.Loading a {
  cursor: wait;
}

.Loading > .LoadingPage {
  background-color: var(--main-background-color);
  z-index: var(--z-index-default);
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  grid-template-rows: 1fr min-content 1fr;
}

.References {
  background-color: var(--component-background-color);
  border: var(--component-border);
  border-radius: var(--component-border-radius);
  padding: 1em;
}

.Table > .Contents > table.dynamic > tbody > tr > td.QuickActionsCell > .QuickActions .QuickAction[data--name="Increase"] {
  background-image: url("UserInterface.Icon.Plus.Black.svg");
}

.Table > .Contents > table.dynamic > tbody > tr > td.QuickActionsCell > .QuickActions .QuickAction[data--name="Decrease"] {
  background-image: url("UserInterface.Icon.Minus.svg");
}

.Diagram svg :is(.SingleValue, .Gauge) {
  text-anchor: middle;
}

.Diagram svg :is(.Gauge) :is(.Low) {
  text-anchor: end;
}

.Diagram svg :is(.Gauge) :is(.High) {
  text-anchor: start;
}

.Diagram svg :is(.SingleValue, .Gauge) .Value {
  font-size: 3em;
}

.Diagram svg :is(.SingleValue, .Gauge) .Subtitle {
  font-style: italic;
}

:is(.PieSlice, .SingleValue, .Gauge) {
  animation: expand 0.5s ease-out forwards;
}

.Diagram > .Contents:has(.SingleValue, .Gauge) {
  margin: auto;
  width: min-content;
}

body[data--source="Template"] main > #Template > div {
  max-width: 50em;
  line-height: 2em;
}
