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;
}

#toolbar {
  font-size: 0.9rem;
}

/* headings */
h1, h2, h3 {
  color: var(--tertiary-background-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 */

@media not all and (min-width: 50em) {
  /* Main layout */
  #main {
    display: grid;
    grid-template-columns: 0 minmax(auto, 100%) 0;
    grid-template-rows: 64px 32px calc(100% - 128px) 32px;
  }

  #toolbar {
    grid-row: 1 / 2;
    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;
  }

  .Dashboard {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
  }

  footer {
    grid-row: 4 / 5;
    grid-column: 1 / 4;
  }

  nav.Breadcrumbs {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
  }

  nav.Bookmarks {
    display: none;
  }
  /* End of Main layout */

  /* main */
  #main {
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: white;
  }
  /* end of main */

  /* toolbar */
  #toolbar {
    position: fixed;
    height: 100%;
    width: 0%;
    right: 0;
    background-color: white;
    margin-top: 64px;
    min-width: auto;
    text-align: center;
    color: #000000;
    border: none;
    box-shadow: none;
    z-index: 5;
    /* @alternate */
    z-index: var(--z-index-pop-up);
    transition: padding, width ease 0.25s;
    text-align: left;
    padding-left: 0;
  }

  #toolbar .ToggleDashboard {
    display: none;
  }

  .Toolbar#toolbar > * {
    display: none;
  }

  #toolbar.Expanded {
    width: 100%;
  }

  #toolbar.Expanded > * {
    display: block;
    width: 100%;
    padding-left: 2em;
  }

  #toolbar > .Toggle {
    display: block;
    position: fixed;
    width: 4em;
    height: 64px;
    top: 0;
    right: 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;
  }

  .Toolbar#toolbar .Menu.Horizontal > ol > li > ol {
    border: none;
    box-shadow: none;
    position: static;
    background-color: transparent;
  }

  #toolbar .Menu.Horizontal > ol > li > ol > li span {
    height: 2em;
    line-height: 2em;
  }

  #toolbar .tab {
    border-color: #BBCEEC;
  }

  #toolbar .expanded .tab,
  #toolbar .Menu > ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
  }

  #toolbar .Menu > ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
  }

  #toolbar .Menu,
  #toolbar .Menu.Horizontal > ol > li {
    vertical-align: top;
    line-height: 64px;
  }

  #toolbar .Menu.Horizontal > ol > li {
    margin-right: 1em;
    display: block;
  }

  #toolbar .Menu.Horizontal > ol > li > ol > li {
    line-height: 2em;
  }

  .toolbarItem:first-child {
    margin-left: 0;
  }

  .toolbarItem {
    line-height: 64px;
    padding-right: 0;
    color: #000000;
  }

  .toolbarItem .Menu {
    vertical-align: top;
  }

  .toolbarItem .ToggleDashboard {
    display: inline-block;
    height: 64px;
    width: 4em;
    vertical-align: top;
    cursor: pointer;
    position: relative;
  }

  .toolbarItem .ToggleDashboard > .Icon {
    height: 64px;
    width: 4em;
    background-image: url("UserInterface.Icon.Bell.svg");
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .toolbarItem .ToggleDashboard > .Information {
    position: absolute;
    bottom: 40px;
    left: 30px;
    padding-left: 0.25em;
    padding-right: 0.25em;
    background-color: orange;
    border-radius: 0.75em;
    line-height: 1.5em;
    text-align: center;
    color: white;
    font-size: 80%
  }

  .toolbarItem .ToggleDashboard > .Information:empty {
    display: none;
  }

  .toolbarItem .ToggleDashboard:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  #toolbar .ScreenMode {
    vertical-align: top;
    height: 64px;
    width: 50px;
    padding: 0;
  }

  #toolbar > .toolbarItem > .Menu > ol > li {
    margin-right: 1em;
  }

  #toolbar > .toolbarItem > .Menu > ol > li > span,
  #toolbar > .toolbarItem > .Menu > ol > li > span > a {
    color: #414042;
  }

  #toolbar .Menu.Horizontal ol > li > ol {
    top: 64px;
    right: 0;
    left: auto;
  }

  #toolbar .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);
  }

  #toolbar > .toolbarItem > ol > li {
      margin-right: 0;
  }

  #toolbar input[type="text"] {
    border: 1px solid #DDDDDD;
  }

  .toolbarItem li.AllRights > span {
    font-style: italic;
  }

  .toolbarItem li.User:hover,
  .toolbarItem li.Language:hover,
  .toolbarItem a.ScreenMode:hover {
    background-color: rgba(255,255,255,0.25);
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  #toolbar #searchBox {
    display: none;
  }

  #toolbar .User {
    border: none;
  }

  #toolbar .Menu .User.expanded > span,
  #toolbar .Menu .User.collapsed > span {
    font-weight: bold;
  }

  #toolbar .Menu .User > span > a {
    line-height: 64px;
    width: 24px;
  }

  #toolbar .Menu .Language.expanded > span,
  #toolbar .Menu .Language.collapsed > span {
    font-weight: bold;
    width: 50px;
    line-height: 64px;
    text-align: center;
    padding: 0;
  }

  #toolbar .Menu li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
  }

  #toolbar .Menu li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
  }
  /* end of toolbar */

  /* header */
  header {
    text-align: center;
    height: 64px;
    background-size: 168px 60px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  header > .Title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 64px;
    width: auto;
    border: none;
  }
  /* end of header */

  /* menu */
  nav.Menu {
    background-color: white;
    z-index: 5;
    /* @alternate */
    z-index: var(--z-index-pop-up);
  }

  nav.Menu > .Menu.Collapsed {
    width: 0px;
  }

  nav.Menu > .Menu {
    position: fixed;
    top: 64px;
    height: calc(100% - 64px);
    width: 100%;
    z-index: 1;
    /* @alternate */
    z-index: var(--z-index-default);
    background-color: var(--secondary-background-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 > span.Toggle {
    position: fixed;
    width: 4em;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    background-size: 1.5em 1.5em;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("UserInterface.Icon.Menu.svg");
    transition: background ease 0.5s;
    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 > ol > li > span {
    display: block;
  }

  nav.Menu > .Menu > ol > li > span > button {
    display: none;
  }

  nav.Menu > .Menu > ol li > span {
    color: #FFFFFF;
    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 .Toolbar > span:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  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: rgba(255, 255, 255, 0.1);
  }

  nav.Menu > .Menu > ol > li.current > span,
  nav.Menu > .Menu > ol > li.pathCurrent > span {
    border-left: 5px solid #FFFFFF;
    padding-left: calc(1em - 5px);
  }

  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: rgba(255, 255, 255, 0.1);
  }

  nav.Menu > .Menu[data-slide-out-level="2"] > ol ol li > span:focus-within {
    background-color: rgba(255, 255, 255, 0.2);
  }

  nav.Menu > .Menu > ol ol li.current > span > a,
  nav.Menu > .Menu > ol > li.pathCurrent > span > a{
    color: #FFFFFF;
  }

  nav.Menu .Menu.Horizontal > ol > li > span:focus-within,
  nav.Menu .Menu.Vertical > ol > li > span:focus-within {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .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,
  nav.Menu > .Menu > ol li > span a {
    color: rgb(231, 239, 250);
    overflow: hidden;
    line-height: 3em;
    box-shadow: none;
  }

  nav.Menu > .Menu > ol > li > span > a {
    padding-left: 3em;
    background-size: 1.6em 1.6em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("UserInterface.Icon.Placeholder.svg");
  }

  nav.Menu > .Menu .Toolbar {
    color: white;
    height: 35px;
  }

  nav.Menu > .Menu > ol > li > .Toolbar {
    position: absolute;
    top: 75px;
    width: 250px;
    max-height: auto;
    border: none;
  }

  nav.Menu > .Menu > ol > li.collapsed > .Toolbar {
    display: none;
  }

  nav.Menu > .Menu .Toolbar > span {
    display: block;
    width: 1em;
    height: 35px;
    transition: background-color ease 0.5s;
    text-align: center;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar {
    width: 1em;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar > span.Toggle {
    transform: none;
    cursor: pointer;
  }
  /* end of menu */

  /* content */
  main {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    overflow: auto;
    border: none;
    z-index: 1;
    /* @alternate */
    z-index: var(--z-index-default);
  }

  main > * {
    padding: 1em;
  }

  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 {
    background-color: #FAFAFA;
  }

  main > div > form {
    background-color: #FFFFFF;
  }
  /* end of content */

  /* dashboard */
  .Dashboard {
    bottom: 32px;
    background-color: white;
    background-position: top left;
    background-repeat: no-repeat;
    position: static;
    transition: ease 0.5s;
    width: 250px;
    overflow-x: hidden;
  }

  .Dashboard .Contents {
    padding-left: 0.5em;
  }

  .Dashboard.Collapsed {
    width: 0px;
    overflow: hidden;
  }

  .Dashboard .Toolbar {
    height: 2em;
  }

  .Dashboard.Collapsed > .Toolbar .Actions .Close {
    display: none;
  }

  .Dashboard > .widget {
    width: 250px;
    overflow: hidden;
    transition: ease 0.5s;
  }

  .Dashboard.Collapsed > .widget {
    opacity: 0;
  }

  .Dashboard .widget .Day {
    display: inline;
  }

  .Dashboard .widget:not(.Calendar) {
    padding-left: 0;
    padding-right: 0;
  }

  .Dashboard .widget > ul > li {
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    transition: background-color ease 0.5s;
  }

  .Dashboard .widget > ul > li a {
    display: block;
    padding-bottom: 4px;
    line-height: 1.5em;
  }
  /* end of dashboard */

  /* 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 */

  /* Breadcrumbs */
  nav.Breadcrumbs {
    top: auto;
    right: 0px;
    left: 0px;
    border: none;
    background-color: #414042;
  }

  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;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li,
  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > a {
    color: white;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > span {
    font-weight: lighter;
    color: #a0a0a0;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > ol {
    top: 2em;
    border-top: 1px solid #CCCCCC;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > button,
  nav.Breadcrumbs .Menu.Horizontal > ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 1em;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.CollapseArrow.svg");
    background-size: 1em;
  }

  nav.Breadcrumbs .Menu.Horizontal ol ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
  }

  nav.Breadcrumbs .Menu.Horizontal ol ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
  }

  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 1.4em;
    height: 32px;
    line-height: 32px;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li > span,
  nav.Breadcrumbs .Menu.Vertical > li > span a {
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    line-height: 32px;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible::before {
    content: "";
  }

  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;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible:hover {
    border-bottom: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li > span,
  nav.Breadcrumbs .Menu.Vertical > li > span a {
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    line-height: 3em;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 1em;
  }

  nav.Breadcrumbs > .Menu > ol > li > span > a:hover {
    text-decoration: underline;
  }
  /* end of Breadcrumbs */

  #searchBox a {
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    background-image: url("UserInterface.Icon.Search.svg");
  }

  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;
  }

  #articleContent table,
  #articleContent table th,
  #articleContent table td {
    text-align: left;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
  }

  .Menu.Horizontal > ol > li:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .Menu.Horizontal > ol > li.pathCurrent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .Menu.Horizontal > ol > li > ol {
    top: 75px;
    line-height: 20px;
  }
}

@media (min-width: 50em) {
  /* Main layout */
  #main {
    display: -ms-grid;
    -ms-grid-columns: max-content 1fr min-content;
    -ms-grid-rows: 75px 48px 1fr 32px;
    display: grid;
    grid-template-columns: min-content minmax(auto, 100%) auto;
    grid-template-rows: 75px 48px calc(100% - 155px) 32px;
  }

  #toolbar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 3;
    grid-row: 1 / 2;
    grid-column: 2 / 4;
  }

  header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  nav.Menu {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 1;
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }

  main {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .Dashboard {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
    grid-row: 3 / 4;
    grid-column: 3 / 4;
  }

  footer {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 3;
    grid-row: 4 / 5;
    grid-column: 1 / 4;
  }

  nav.Breadcrumbs {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 2;
    grid-row: 2 / 3;
    grid-column: 2 / 4;
  }
  /* End of Main layout */

  /* main */
  #main {
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: white;
  }
  /* end of main */

  /* toolbar */
  #toolbar {
    left: 0;
    right: 0;
    height: 75px;
    min-width: auto;
    text-align: right;
    color: #000000;
    border: none;
    box-shadow: none;
  }

  #toolbar > .Toggle {
    display: none;
  }

  #toolbar .Menu.Horizontal > ol > li > ol {
    border-top: none;
  }
  #toolbar .Menu.Horizontal > ol > li > ol > li span {
    height: 2em;
    line-height: 2em;
  }

  #toolbar .tab {
    border-color: #BBCEEC;
  }

  #toolbar .expanded .tab,
  #toolbar .Menu > ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
  }

  #toolbar .Menu > ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
  }

  #toolbar .Menu,
  #toolbar .Menu.Horizontal > ol > li {
    vertical-align: top;
    line-height: 75px;
  }

  #toolbar .Menu.Horizontal > ol > li {
    margin-right: 1em;
  }

  #toolbar .Menu.Horizontal > ol > li > ol > li {
    line-height: 2em;
  }

  .toolbarItem:first-child {
    margin-left: 0;
  }

  .toolbarItem {
    height: 75px;
    line-height: 75px;
    padding-right: 0;
    color: #000000;
  }

  .toolbarItem .Menu {
    display: inline-block;
    vertical-align: top;
  }

  .toolbarItem .ToggleDashboard {
    display: inline-block;
    height: 75px;
    width: 4em;
    vertical-align: top;
    cursor: pointer;
    position: relative;
  }

  .toolbarItem .ToggleDashboard > .Icon {
    height: 75px;
    width: 4em;
    background-image: url("UserInterface.Icon.Bell.svg");
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .toolbarItem .ToggleDashboard > .Information {
    position: absolute;
    bottom: 40px;
    left: 30px;
    padding-left: 0.25em;
    padding-right: 0.25em;
    background-color: orange;
    border-radius: 0.75em;
    line-height: 1.5em;
    text-align: center;
    color: white;
    font-size: 80%
  }

  .toolbarItem .ToggleDashboard > .Information:empty {
    display: none;
  }

  .toolbarItem .ToggleDashboard:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  #toolbar .ScreenMode {
    vertical-align: top;
    height: 75px;
    width: 50px;
    padding: 0;
  }

  #toolbar > .toolbarItem > .Menu > ol > li {
    margin-right: 1em;
  }

  #toolbar > .toolbarItem > .Menu > ol > li > span,
  #toolbar > .toolbarItem > .Menu > ol > li > span > a {
    color: #414042;
  }

  #toolbar .Menu.Horizontal ol > li > ol {
    top: 75px;
    right: 0;
    left: auto;
  }

  #toolbar .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);
  }

  #toolbar > .toolbarItem > ol > li {
      margin-right: 0;
  }

  #toolbar input[type="text"] {
    border: 1px solid #DDDDDD;
  }

  .toolbarItem li.AllRights > span {
    font-style: italic;
  }

  .toolbarItem li.User:hover,
  .toolbarItem li.Language:hover,
  .toolbarItem a.ScreenMode:hover {
    background-color: rgba(255,255,255,0.25);
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  #toolbar #searchBox {
    display: none;
  }

  #toolbar .User {
    border: none;
  }

  #toolbar .Menu .User.expanded > span,
  #toolbar .Menu .User.collapsed > span {
    font-weight: bold;
    padding-right: 10px;
    grid-template-columns: 30px auto;
  }

  #toolbar .Menu .User > span > a {
    line-height: 75px;
    width: 24px;
  }

  #toolbar .Menu .Language.expanded > span,
  #toolbar .Menu .Language.collapsed > span {
    font-weight: bold;
    width: 50px;
    line-height: 75px;
    text-align: center;
    padding: 0;
  }

  #toolbar .Menu li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
    background-size: 11px 11px;
  }

  #toolbar .Menu li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
    background-size: 11px 11px;
  }
  /* end of toolbar */

  /* header */
  header {
    position: absolute;
    display: block;
    height: 75px;
    width: calc(3.6em + 250px);
    background-size: 168px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    /* @alternate */
    z-index: var(--z-index-default);
  }

  header > .Title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 75px;
    width: auto;
    border: none;
  }
  /* end of header */

  /* Main menu */
  nav.Menu {
    position: static;
    background-color: var(--main-background-color);
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  nav.Menu > .Menu.Horizontal > ol > li > span > a {
    color: white;
  }

  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-image: url("UserInterface.Icon.ExpandArrow.svg");
  }

  nav.Menu .Menu.Horizontal > ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.CollapseArrow.svg");
  }

  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 + 1em);
  }

  nav.Menu > .Menu.Collapsed,
  nav.Menu > .Menu.Collapsed > ol {
    width: 3.6em;
  }

  nav.Menu > .Menu.Collapsed.ItemHasToolbar,
  nav.Menu > .Menu.Collapsed.ItemHasToolbar > ol {
    width: 4.6em;
  }

  nav.Menu > .Menu.Collapsed > .Toolbar {
    width: 3.6em;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > ol {
    width: 1em;
  }

  nav.Menu > .Menu.ItemHasToolbar[data-slide-out-level="2"] {
    width: 500px;
  }

  nav.Menu > .Menu.Collapsed[data-slide-out-level="2"] {
    width: calc(250px + 3.6em);
  }

  nav.Menu li {
    width: 250px;
  }

  nav.Menu > .Menu > ol > li > ol,
  nav.Menu > .Menu > ol > li > div.Toolbar {
    background-color: var(--secondary-background-color);
  }

  nav.Menu > .Menu > ol > li > ol {
    top: 123px;
    width: 250px;
    bottom: 32px;
    position: absolute;
    max-height: auto;
    border: none;
  }

  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: 4;
    /* @alternate */
    z-index: var(--z-index-drop-down);
  }

  nav.Menu .Menu.Vertical > li > ol span > a {
    color: rgba(255, 255, 255, 0.4)
  }

  .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: 3.6em;
    z-index: 1;
    /* @alternate */
    z-index: var(--z-index-default);
  }

  nav.Menu > .Menu > ol > li > span {
    display: block;
  }

  nav.Menu > .Menu > ol > li > span > button {
    display: none;
  }

  nav.Menu > .Menu > ol li > span {
    color: #FFFFFF;
    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 .Toolbar > span:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  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: rgba(255, 255, 255, 0.1);
  }

  nav.Menu > .Menu > ol > li.current > span,
  nav.Menu > .Menu > ol > li.pathCurrent > span {
    border-left: 5px solid #FFFFFF;
    padding-left: calc(1em - 5px);
  }

  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: rgba(255, 255, 255, 0.1);
  }

  nav.Menu > .Menu[data-slide-out-level="2"] > ol ol li > span:focus-within {
    background-color: rgba(255, 255, 255, 0.2);
  }

  nav.Menu > .Menu > ol ol li.current > span > a,
  nav.Menu > .Menu > ol > li.pathCurrent > span > a{
    color: #FFFFFF;
  }

  nav.Menu .Menu.Horizontal > ol > li > span:focus-within,
  nav.Menu .Menu.Vertical > ol > li > span:focus-within {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .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,
  nav.Menu > .Menu > ol li > span a {
    color: rgb(231, 239, 250);
    overflow: hidden;
    line-height: 3em;
    box-shadow: none;
  }

  nav.Menu > .Menu > ol > li > span > a {
    padding-left: 3em;
    background-size: 1.6em 1.6em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("UserInterface.Icon.Placeholder.svg");
  }

  nav.Menu > .Menu .Toolbar {
    color: white;
    height: 48px;
  }

  nav.Menu > .Menu > ol > li > .Toolbar {
    position: absolute;
    top: 75px;
    width: 250px;
    max-height: auto;
    border: none;
  }

  nav.Menu > .Menu > ol > li.collapsed > .Toolbar {
    display: none;
  }

  nav.Menu > .Menu .Toolbar > span {
    display: block;
    width: 1em;
    height: 48px;
    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;
  }

  nav.Menu > .Menu.Collapsed > .Toolbar > span.Toggle {
    transform: none;
  }

  nav.Menu > .Menu > .Toolbar {
    position: relative;
    width: 250px;
  }

  nav.Menu > .Menu .Toolbar > span.Toggle {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    transform: rotate(180deg);
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar {
    width: 1em;
  }

  nav.Menu > .Menu[data-slide-out-level="1"] > ol > li > .Toolbar > span.Toggle {
    transform: none;
    cursor: pointer;
  }

  /* end of main menu */

  /* content */
  main {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    overflow: auto;
    border: none;
    z-index: 1;
    /* @alternate */
    z-index: var(--z-index-default);
  }

  main > * {
    padding: 1em;
  }

  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 {
    background-color: #FAFAFA;
  }

  main > div > form {
    background-color: #FFFFFF;
  }
  /* end of content */

  /* dashboard */
  .Dashboard {
    bottom: 32px;
    background-color: white;
    background-position: top left;
    background-repeat: no-repeat;
    position: static;
    transition: ease 0.5s;
    width: 250px;
    overflow-x: hidden;
  }

  .Dashboard .Contents {
    padding-left: 0.5em;
  }

  .Dashboard.Collapsed {
    width: 0px;
    overflow: hidden;
  }

  .Dashboard .Toolbar {
    height: 2em;
  }

  .Dashboard.Collapsed > .Toolbar .Actions .Close {
    display: none;
  }

  .Dashboard > .widget {
    width: 250px;
    overflow: hidden;
    transition: ease 0.5s;
  }

  .Dashboard.Collapsed > .widget {
    opacity: 0;
  }

  .Dashboard .widget .Day {
    display: inline;
  }

  .Dashboard .widget:not(.Calendar) {
    padding-left: 0;
    padding-right: 0;
  }

  .Dashboard .widget > ul > li {
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    transition: background-color ease 0.5s;
  }

  .Dashboard .widget > ul > li a {
    display: block;
    padding-bottom: 4px;
    line-height: 1.5em;
  }
  /* end of dashboard */

  /* 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 */

  /* Breadcrumbs */
  nav.Breadcrumbs {
    top: auto;
    right: 0px;
    left: 0px;
    border: none;
    background-color: #404040;
    padding-left: 20px;
  }

  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,
  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > a {
    color: white;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > span {
    font-weight: lighter;
    color: #a0a0a0;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > ol {
    top: 48px;
    border-top: 1px solid #CCCCCC;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span > button,
  nav.Breadcrumbs .Menu.Horizontal > ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 11px 11px;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.CollapseArrow.svg");
    background-size: 11px 11px;
  }

  nav.Breadcrumbs .Menu.Horizontal ol ol > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.Caret.Right.svg");
  }

  nav.Breadcrumbs .Menu.Horizontal ol ol > li.expanded > span > button {
    background-image: url("UserInterface.Icon.Caret.Bottom.svg");
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li {
    line-height: 2em;
    height: 48px;
    background: none;
    border: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li > span {
    grid-template-columns: auto 1.4em;
    height: 48px;
    line-height: 48px;
    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.Vertical > li > span,
  nav.Breadcrumbs .Menu.Vertical > li > span a {
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    line-height: 48px;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible::before {
    content: "";
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span > button {
    height: 48px;
  }

  nav.Breadcrumbs .Menu.Horizontal > ol > li:first-child > span.Collapsible:hover {
    border-bottom: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 11px 11px;
  }

  nav.Breadcrumbs .Menu.Vertical > li > span,
  nav.Breadcrumbs .Menu.Vertical > li > span a {
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    line-height: 3em;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 11px 11px;
  }

  nav.Breadcrumbs .Menu.Vertical > li > span,
  nav.Breadcrumbs .Menu.Vertical > li > span a {
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    line-height: 3em;
    box-shadow: none;
  }

  nav.Breadcrumbs .Menu.Vertical > li.collapsed > span > button {
    background-image: url("UserInterface.Icon.ExpandArrow.svg");
    background-size: 11px 11px;
  }

  nav.Breadcrumbs > .Menu > ol > li > span > a:hover {
    text-decoration: underline;
  }
  /* end of Breadcrumbs */

  #searchBox a {
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    background-image: url("UserInterface.Icon.Search.svg");
  }

  nav.Submenu {
    position: absolute;
    display: block;
    top: 128px;
    bottom: 2em;
    width: 15%;
    line-height: 24px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  nav.Submenu > ol {
    margin: 0.6em;
  }

  #articleContent table,
  #articleContent table th,
  #articleContent table td {
    text-align: left;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
  }

  .Menu.Horizontal > ol > li:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .Menu.Horizontal > ol > li.pathCurrent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .Menu.Horizontal > ol > li > ol {
    top: 75px;
    line-height: 20px;
  }
}

/* Other */

span > h2 {
  display: inline-block;
  margin-right: 10px;
}

a {
  color: #000000;
  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;
}

#articleContent table,
#articleContent table th,
#articleContent table td {
  border-color: #D2D2D2;
}

.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,
  #toolbar,
  nav.Menu,
  nav.Submenu,
  nav.Bookmarks,
  nav.Breadcrumbs,
  nav.ConnectedAccounts,
  .Dashboard,
  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-image: url("UserInterface.Icon.ExpandArrow.svg");
}

.Menu.Vertical li.expanded > span > button {
  background-image: url("UserInterface.Icon.CollapseArrow.svg");
}

.Menu li.expanded > span > button {
  background-image: url("UserInterface.Icon.CollapseArrow.svg");
  background-size: 11px 11px;
}

.Menu li.collapsed > span > button {
  background-image: url("UserInterface.Icon.ExpandArrow.svg");
  background-size: 11px 11px;
}

nav.Submenu .Menu.Vertical li.expanded > span > button {
  background-image: url("UserInterface.Icon.CollapseArrow.svg");
  background-size: 11px 11px;
}

nav.Submenu .Menu.Vertical li.collapsed > span > button {
  background-image: url("UserInterface.Icon.ExpandArrow.svg");
  background-size: 11px 11px;
}

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: 1.5em;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  width: 3.6em;
  height: 3.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-background-color);
  cursor: pointer;
}

nav.Bookmarks > div > div {
  left: 3.6em;
  bottom: 0;
  position: absolute;
  background-color: var(--main-background-color);
  box-sizing: border-box;
  width: 0px;
  transition: ease 0.25s;
  overflow: hidden;
  padding: 1em 0em;
  border: 0px solid white;
}

nav.Bookmarks.Expanded > div > div {
  border: 1px solid white;
  width: 250px;
  padding: 1em;
  z-index: var(--z-index-pop-up);
}

nav.Bookmarks a {
  color: white;
  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: white;
  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;
  color: #FFFFFF;
}

nav.Bookmarks .Menu.Vertical li > span:hover a {
  color: #FFFFFF;
}

.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: #FFFFFF;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  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: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
}

/* Default icons */
nav.Menu > .Menu > ol > li > span > a[href$="/DocumentManagement"] {
  background-image: url("UserInterface.Icon.Cloud.White.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");
}
