@page {
  size: auto;
  margin: 12.5mm;
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  @import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Raleway:wght@300&display=swap");
  body, html {
    font-family: "Open Sans", "Tahoma", "Verdana", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
  }
  .logo-typeface {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
  }
  strong {
    font-weight: 600;
  }
  .editorLoading .hideOnLoad {
    display: none !important;
  }
  body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    min-height: -webkit-fill-available;
    height: 100%;
    height: -webkit-fill-available;
    max-height: 100%;
    max-height: -webkit-fill-available;
  }
  ul, ol {
    list-style: none;
  }
  ul, ol, menu, li {
    padding: 0;
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
  }
  input, textarea {
    box-sizing: border-box;
    outline: none;
  }
  input, select, textarea, button {
    font-family: inherit;
  }
  input::-ms-clear, select::-ms-clear, textarea::-ms-clear, button::-ms-clear {
    display: none;
  }
  fieldset {
    border: none;
  }
  th {
    font-weight: normal;
  }
  i {
    font-style: normal;
  }
  dl, dt, dd {
    padding: 0;
    margin: 0;
  }
  :root {
    --color-text-black: #333;
    --color-text-white: #fff;
    --color-background-main: #f5f5f5;
    --form-item-gap: 1rem;
    --box-shadow-small: 2px 2px 5px 1px rgba(0, 0, 0, .08);
    --formfield-border-color: rgba(0, 0, 0, .2);
    --formfield-helper-button-color: rgba(0, 0, 0, .03);
    --formfield-background-color: white;
    --formfield-border-radius: 3px;
    --formfield-label-lineheight: 18px;
    --default-tag-color: #45729c;
    --dark-tag-color: #38393f;
    --light-tag-color: #ffffff;
    --skeleton-color: rgba(238, 238, 238, 0.65);
    --skeleton-highlight-color: rgba(245, 245, 245, 0.75);
  }
  .hasActiveProcesses[data-process-count]:after {
    content: attr(data-process-count);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
  body.scienta-portal .hasActiveProcesses[data-process-count]:after {
    background: var(--theme-secondary);
    color: var(--theme-secondary-contrast);
  }
  body.scienta-admin .hasActiveProcesses[data-process-count]:after {
    background: var(--theme-primary);
    color: var(--theme-primary-contrast);
  }
  .language-badge {
    background: #607d8b;
    color: white;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.25em 0.5em;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: help;
  }
  .distribution-status {
    padding-left: 1.2rem;
    position: relative;
  }
  .distribution-status:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6em/2;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    margin-right: 0.5em;
  }
  .distribution-status.status-active:before {
    background: #85ca83;
  }
  .distribution-status.status-revisionActive:before {
    background: #f46c67;
  }
  .distribution-status.status-comesActive:before {
    background: #67c0f4;
  }
  .distribution-status.status-inactive:before {
    background: #565656;
  }
  kbd {
    background-color: #fafbfc;
    border: 1px solid #c6cbd1;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 #959da5;
    border-bottom-color: #959da5;
    color: #333;
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
  }
  .scrollbar {
    overflow: auto;
    scrollbar-width: thin;
    overflow-scrolling: touch;
  }
  body.app-desktop .scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .scrollbar.scrollbar-disable-vertical {
    overflow-y: hidden;
  }
  .scrollbar.scrollbar-disable-horizontal {
    overflow-x: hidden;
  }
  .scrollbar {
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.05);
  }
  .scrollbar.show-scrollbar-on-hover::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar:not(.show-scrollbar-on-hover)::-webkit-scrollbar-track, .scrollbar.show-scrollbar-on-hover:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
  .scrollbar.show-scrollbar-on-hover::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .scrollbar:not(.show-scrollbar-on-hover)::-webkit-scrollbar-thumb, .scrollbar.show-scrollbar-on-hover:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .scrollbar-fade {
    --scrollbar-fade-height: 1em;
    --scrollbar-fade-background: var(--color-background-main, white);
  }
  .scrollbar-fade:before, .scrollbar-fade:after {
    content: "";
    position: sticky;
    display: block;
    z-index: 1;
    pointer-events: none;
    height: var(--scrollbar-fade-height, 1em);
    width: 100%;
  }
  .scrollbar-fade:before {
    top: 0;
    margin-bottom: calc(var(--scrollbar-fade-height) * -1 + 2px);
    box-shadow: inset 0 var(--scrollbar-fade-height) var(--scrollbar-fade-height) -10px var(--scrollbar-fade-background);
  }
  .scrollbar-fade:after {
    bottom: 0;
    margin-top: calc(var(--scrollbar-fade-height) * -1 + 2px);
    box-shadow: inset 0 calc(var(--scrollbar-fade-height) * -1) var(--scrollbar-fade-height) -10px var(--scrollbar-fade-background);
  }
  .scrollbar-white {
    scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.05);
  }
  .scrollbar-white.show-scrollbar-on-hover::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-white:not(.show-scrollbar-on-hover)::-webkit-scrollbar-track, .scrollbar-white.show-scrollbar-on-hover:hover::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }
  .scrollbar-white.show-scrollbar-on-hover::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .scrollbar-white:not(.show-scrollbar-on-hover)::-webkit-scrollbar-thumb, .scrollbar-white.show-scrollbar-on-hover:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .scrollbar-gutter-both {
    scrollbar-gutter: stable both-edges;
  }
  html, body {
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    overflow: visible;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .hide-on-print {
    display: none !important;
  }
  .scrollbar {
    scrollbar-color: transparent transparent;
  }
  .scrollbar.show-scrollbar-on-hover::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar:not(.show-scrollbar-on-hover)::-webkit-scrollbar-track, .scrollbar.show-scrollbar-on-hover:hover::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar.show-scrollbar-on-hover::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .scrollbar:not(.show-scrollbar-on-hover)::-webkit-scrollbar-thumb, .scrollbar.show-scrollbar-on-hover:hover::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  top-menu,
  content-menu,
  section.main > section.menu,
  tabbed-aside-pane,
  article-toolbar,
  notification-outlet,
  view-init-outlet,
  div.notifications,
  .cdk-overlay-container,
  .cdk-visually-hidden {
    display: none !important;
  }
  article-view-pane {
    display: block;
    overflow: hidden;
    page-break-inside: auto;
    page-break-before: avoid;
  }
  article-view-pane > section.pathway {
    display: none;
  }
  article-view-pane > version-compare-message {
    display: none;
  }
  article-view-pane > .container-content {
    display: block;
  }
  li, p {
    page-break-inside: avoid;
  }
}