@charset "UTF-8";
/* Nunito*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/
/*@impport url('https://fonts.googleapis.com/css?family=Nunito:100,300,500,750');*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
:root {
  --blue: rgba(0, 113, 182, 1);
  --darkblue: rgb(19, 63, 112);
  --iconcolor:rgb(160 160 160); /* used as color for icons */
  --uiline:rgb(200 200 200); /* used as line color for lines in drawer division, chips etc */
  --title-level1-font-size: 2.1em;
  --title-level2-font-size: 1.7em;
  --title-level3-font-size: 1.3em;
  --title-level4-font-size: 1.1em;
  --font: "Noto sans", sans-serif;
  --buttoncolor-active: rgba(0, 113, 182, 1); /* used as color in buttons */
  --backgroundcolor:rgb(240, 240, 240); /* used as background in drawers and search page */
  --filterchipscolor:rgb(240, 240, 240); /* used for property chips in search results */
  --topicresultcolor:rgb(48, 48, 48); /* used for text in search results and cart items */
  --collapsible-chevron: url("images/chevron-right-dark-blue.svg");
}

body {
  font-family: var(--font) !important;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
}

.MuiBox-root {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* Header _index ------------------------------------------- */
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
                  (validity and language boxes)
       div id=generated?
          div.split-image-container
             div.split-image
               div.text-box
                 div.portal-maintitle
                 div.portal-subtitle
                 div.main-search-box
               div.image-box
          div.portal-body-container
            div.portal-body
              div.card-section
                h1.section-title
                div.cards
                  div.card
          div.page-footer
            div.footer-grid
            p.footer-copyright

     */
/* Only show login icon on login page 
:is(.MuiBox-root:has(.login-page)) .language {
  display: none;
}
*/
:is(.MuiBox-root:has(.login-page)) .system-validity {
  display: none;
}

:is(.MuiBox-root:has(.login-page)) .cart-function {
  display: none;
}

:is(.MuiBox-root:has(.login-page)) .compare-function {
  display: none;
}

:is(.MuiBox-root:has(.login-page)) .breadcrumb {
  display: none;
}

/* Do not show compare icon as default */
.user-functions .compare-function {
  display: none;
}

.toolbars {
  background-color: rgb(255, 255, 255);
}

.toolbars {
  position: fixed;
  z-index: 10001;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  width: 100%;
}

.header-functions {
  height: 3.8em; /* for embedded iframe site 50px */
}

.header-container {
  margin-top: 3px;
}

.company-portal-type {
  position: absolute;
  left: 2.5%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--topicresultcolor);
}

/* Breadcrumb in header */
.company-portal-type .company-portal {
  margin-top: 5px;
}

.breadcrumb-validity-title .header-icon {
  font-size: 18px;
  margin-right: 5px;
}

.company-portal-type .breadcrumb-validity-title {
  margin-top: 5px;
}

.company-portal-type .breadcrumb-file-title {
  margin-top: 5px;
}

/* breadcrumb in header. Hide overall group start page breadcrumb */
:is(.MuiBox-root:has(div[data-flexclass^=group])) .breadcrumb-validity-title {
  display: none;
}

/* arrow separator icon in breadcrumb in header*/
.company-portal-type .breadcrumb::before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  font-size: 11px;
  color: var(--uiline);
  margin-right: 5px;
  margin-left: 5px;
}

.company-portal-type a {
  text-decoration: none;
  color: var(--topicresultcolor);
}

.company-portal-type .tooltip {
  display: none;
}

.user-functions {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2.5%;
  margin-top: 10px;
}

.standalone .share-url {
  display: none;
}

/* only when integrated in iframe */
.company-logo img {
  max-height: 45px; /* 35px for elemate*/
  margin-top: 7px; /* 10px for elemate*/
}

.standalone .home-function {
  display: flex;
  flexDirection: row;
  /* width: 100px; used when multiple icons */
}

.home-function {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.header-icon {
  color: var(--iconcolor);
  /*margin-right: 13px; used when multiple icons */
  align-self: center;
  font-size: 1.4em;
}

.cart-function {
  margin-left: 20px;
  /* margin-bottom:3px;*/
}

.compare-function {
  margin-left: 20px;
  /* margin-bottom:3px;*/
}

.login-function {
  font-size: 15pt;
}

.lang-selection {
  flex-grow: 20;
}

.lang-icon {
  flex-grow: 1;
  color: var(--iconcolor);
  align-self: center;
  margin-right: 5px;
}

/* Height of validity and lang boxes, also padding for filter menus */
/* Set font and padding in header property boxes */
.MuiAutocomplete-root .MuiAutocomplete-input {
  font-family: var(--font) !important;
}

/* Label in header 0 when focused/expanded */
.user-functions .MuiInputLabel-root {
  font-family: inherit !important;
  top: 0px !important;
}

/* Not sure what this does
.css-18w7bic .MuiOutlinedInput-root {
    padding:0px;
}
*/
.user-functions .MuiAutocomplete-root {
  margin-top: 0em !important;
}

/* tooltip links and traceback in header-------------*/
/* Tooltip container */
header div.tooltip {
  text-decoration-style: dotted;
  text-decoration-line: underline;
  cursor: pointer;
}

/* tooltip wrapper is hidden when not hovering over link */
header .tooltip-wrapper {
  position: absolute;
  visibility: hidden;
  left: 6.6666666667%;
  z-index: 1000;
}

/* Show tooltip text whenhovering tooltip wrapper */
header .tooltip:hover .tooltip-wrapper {
  visibility: visible;
  opacity: 1;
}

/* Tooltip text */
header .tooltip .tooltiptext {
  width: 400px;
  background-color: rgb(249, 249, 249);
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(48, 48, 48);
  transition: opacity 1s;
  font-size: 14px;
}

header .tooltip a {
  color: var(--blue);
}

.invisible {
  color: transparent;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  .standalone .home-function {
    display: none;
  }
  .header-functions .user-functions .version {
    width: 170px;
    margin-left: 25px;
  }
  .header-functions .user-functions .product {
    width: 170px;
    margin-left: 25px;
  }
  .language {
    /*display: flex;
    flexDirection: row;*/
    width: 200px;
    margin-left: 25px;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .company-portal-type {
    left: 20px;
  }
  .standalone .company-portal-type {
    top: 17px;
  }
  .company-portal-type .company-logo {
    display: none;
  }
  .company-portal-type .breadcrumb {
    display: none;
  }
  .company-portal-type .company-portal {
    display: inline-block;
  }
  .standalone .user-functions .system-validity {
    display: none;
  }
  .standalone .user-functions .language {
    display: none;
  }
  .company-logo img {
    max-height: 40px;
  }
  .user-functions {
    right: 17%;
  }
  .user-functions .cart-function .bi-cart::before {
    position: fixed;
    right: 60px;
    /*margin-left: 10px;*/
    top: 19px;
    font-size: 19pt;
  }
  .user-functions .login-function .bi-person::before {
    position: fixed;
    right: 100px;
    /*margin-left: 10px;*/
    top: 18px;
    font-size: 21pt;
  }
  /* Adjust login icon on login page*/
  :is(.MuiBox-root:has(.login-page)) .bi-person::before {
    right: 20px;
  }
}
/* class structure
(drawers located in _index.html)

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.login-drawer
                div.toc-info-drawers

                 (example drawer structure, below toc drawer)

                   div.toc-drawer
                    div._toggle-button aria-expanded aria-controls (not in xslt)
                       div.toc-drawer-controller
                    div._toggle-content _toggle-off id="_toggle-content-toc-drawer" (not in xslt)
                      div.drawer drawer-left toc-drawer-content
                        div.global-search-container
                          p.drawer-left-globalsearch-title
                          div.sidebar-search-box
                          div.collapsible-section system-validity-section
                          div.collapsible-section search-filter-section
                             (in collapsible content)
                             div.app
                                div.app-box
                                  (each filter box)
                        hr
                        div.local-page-container
                           p.drawer-left-toc-title
                           input
                           div.collapsible-section toc-section
                    drawer-toc-dim
                   div.info.drawer
                      (same as above)
                      div.drawer drawer-right info-drawer-content
                           p.drawer-right-info-title
                           div.app
                             div.app-box
                             div.data-condition="1 > 0"
                               div.app-box
                                 p.app-boxlabel
                                 table.table validity-table

                div.user-functions
                  (validity and language boxes)
       div id=generated?

     */
.drawer {
  position: fixed;
  top: 0;
  margin-top: 65px;
  height: 100%;
  background-color: var(--backgroundcolor);
}

/* Only show info drawer when viewing topic */
:is(.MuiBox-root:has(.portal-body-container, .search-result-page, .cart-page, .login-page, .compare-page)) .info-drawer {
  display: none;
}

/* Do not show toc drawer on login page on desktop*/
:is(.MuiBox-root:has(.login-page)) .toc-drawer {
  display: none;
}

/* Do not show compare icon on default home*/
:is(.MuiBox-root:has(div[data-flexclass^=group])) .user-functions .compare-function {
  display: none;
}

/* Do not show global search on default home*/
:is(.MuiBox-root:has(div[data-flexclass^=group])) .global-search-container {
  display: none;
}

/* Do not show cart on default home*/
:is(.MuiBox-root:has(div[data-flexclass^=group])) .user-functions .cart-function {
  display: none;
}

/* Do not show version validity on default home*/
:is(.MuiBox-root:has(div[data-flexclass^=group])) .system-validity {
  display: none;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  /* Do not show toc drawer on portal on desktop   */
  :is(.MuiBox-root:has(.portal-body-container)) .toc-drawer {
    display: none;
  }
  /* Margin when opening and closing different drawers */
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-off)) .page-content {
    margin-left: 115px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-on)) .page-content {
    margin-left: 400px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-off)) .search-result-page {
    margin-left: 135px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-on)) .search-result-page {
    margin-left: 425px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-off)) .cart-page {
    margin-left: 135px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-on)) .cart-page {
    margin-left: 425px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-off)) .compare-page {
    margin-left: 135px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-toc-drawer._toggle-on)) .compare-page {
    margin-left: 425px;
    transition: margin-left 0.3s;
  }
  :is(.MuiBox-root:has(#_toggle-content-info-drawer._toggle-off)) .page-content {
    margin-right: 95px;
    animation: hideRightDrawer 0.5s forwards;
  }
  :is(.MuiBox-root:has(#_toggle-content-info-drawer._toggle-on)) .page-content {
    margin-right: 400px;
    animation: showRightDrawer 0.5s forwards;
  }
  .drawer {
    top: 5px;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .drawer {
    margin-top: 0px;
    z-index: 4000;
  }
}
/* class structure
(drawers located in _index.html)

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.login-drawer
                div.toc-info-drawers

                 (example drawer structure, below toc drawer)

                   div.toc-drawer
                    div._toggle-button aria-expanded aria-controls (not in xslt)
                       div.toc-drawer-controller
                    div._toggle-content _toggle-off id="_toggle-content-toc-drawer" (not in xslt)
                      div.drawer drawer-left toc-drawer-content
                        div.global-search-container
                          p.drawer-left-globalsearch-title
                          div.sidebar-search-box
                          div.collapsible-section system-validity-section
                          div.collapsible-section search-filter-section
                             (in collapsible content)
                             div.app
                                div.app-box
                                  (each filter box)
                        hr
                        div.local-page-container
                           p.drawer-left-toc-title
                           input
                           div.collapsible-section toc-section
                    drawer-toc-dim
                   div.info.drawer
                      (same as above)
                      div.drawer drawer-right info-drawer-content
                           p.drawer-right-info-title
                           div.app
                             div.app-box
                             div.data-condition="1 > 0"
                               div.app-box
                                 p.app-boxlabel
                                 table.table validity-table

                div.user-functions
                  (validity and language boxes)
       div id=generated?

*/
/* Titles on level 1 in drawer*/
.toc-drawer-content .section-controller p {
  font-weight: normal;
}

.drawer-left-globalsearch-title {
  margin-top: 13px;
  margin-left: 45px;
  color: var(--darkblue);
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: bold;
}

.drawer-left-toc-title,
.drawer-left-global-search-title,
.drawer-left-cart-title {
  margin-top: 10px;
  margin-left: 0px; /* is 35px when icon */
  color: var(--darkblue);
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.drawer-left-toc-title {
  margin-bottom: 3px;
}

/* Icon on drawer to title 
._toggle-on .drawer-left-toc-title::before {
    position: absolute;
    padding-top: 0px;
    content: "\F444";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left:18px;
    z-index:3000;
    font-size:20px;
}
*/
/* Search box after title -------*/
.sidebar-search-box {
  margin-bottom: 10px;
}

/* Division border */
hr {
  background-color: var(--uiline);
  border: 0;
  height: 0.5px;
}

/* Sections in drawer -------*/
.global-search-container, .local-page-container, .cart-functions {
  padding-left: 25px;
  padding-right: 15px;
}

.drawer .validity-container {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 1px;
}

/*
.global-search-container .drawer-validity-version-title {
margin-left:5px;
}
*/
.drawer .system-validity-container {
  padding-bottom: 5px;
}

.drawer .system-validity-section,
.search-filter-section {
  margin-top: 8px;
}

/* padding and margin for property dropdowns */
.search-filter-section .app {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 0px;
}

/* Distance above property boxes */
.app-box .MuiAutocomplete-root {
  margin-top: 8px;
}

.drawer .system-validity-container .MuiAutocomplete-input {
  padding: 8px 11px 8px 11px !important;
}

/* Label centered in box when not in focus or expanded */
.drawer .MuiInputLabel-root {
  font-family: inherit !important;
  top: -7px !important;
  color: black;
  font-size: 11pt;
}

/* Label 0 when focused/expanded in drawer */
.drawer .Mui-focused .MuiInputLabel-root {
  font-family: inherit !important;
  top: 0px !important;
}

/* Label top 0 when property (chip) is selected and text entered in search box*/
:is(.MuiAutocomplete-root:has(.MuiChip-root, .MuiAutocomplete-clearIndicator)) .MuiInputLabel-root {
  top: 0px !important;
}

/* Label 0 for side search box in drawer */
.drawer .sidebar-search-box .Mui-focused .MuiInputLabel-root {
  top: 0px !important;
}

/* padding for tect in drawer search box*/
.drawer .sidebar-search-box .MuiInputBase-input {
  padding-left: 11px !important;
}

/* Label 0 when validity boxes in drawer */
.drawer .system-validity-container .MuiInputLabel-root {
  top: 0px !important;
}

.drawer .MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 0px !important;
  background-color: white !important;
}

.drawer .MuiAutocomplete-root .MuiInput-root {
  padding: 0px !important;
  background-color: white !important;
}

/* Height of chips */
.drawer .MuiInputBase-root .MuiChip-root {
  height: 24px;
  border: 1px solid #b1b1b1;
}

/* Space for filter dropdown values */
.MuiAutocomplete-option {
  height: 24px !important;
  min-height: 24px !important;
}

/* Do not show local page TOC and search on search page or portal page, only when viewing topics */
:is(.MuiBox-root:has(.search-result-page, .portal-body-container, .cart-page, .compare-page)) .local-page-container {
  display: none;
}

:is(.MuiBox-root:has(.search-result-page, .portal-body-container, .cart-page, .compare-page)) .cart-functions {
  display: none;
}

/* Do not show filters when default home */
:is(.MuiBox-root:has(div[data-flexclass^=group])) .toc-drawer .search-filter-section {
  display: none;
}

/* Do not show search box when default home */
:is(.MuiBox-root:has(div[data-flexclass^=group])) .toc-drawer .sidebar-search-box {
  display: none;
}

/* Do not show reset indicator twice in sidebar search box */
.drawer .MuiAutocomplete-clearIndicator {
  display: none;
}

/* Distance above local container */
.local-page-container {
  margin-top: 12px;
}

/* Page search box */
.local-page-container input {
  width: 97%;
  height: 31px;
  border-radius: 4px;
  border-color: white;
  margin-top: 5px;
}

/* Tooltip in drawer */
.drawer-tooltip {
  position: relative;
  display: inline-block;
}

.drawer-tooltip .tooltiptext {
  visibility: hidden;
  font-size: 10pt;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.drawer-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.drawer-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  /* toc-drawer-controller::after is the icon to open and close the drawer */
  div[class=_toggle-button][aria-expanded=false] .toc-drawer-controller::after {
    position: fixed;
    top: 93px;
    content: "\f280";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 75px;
    z-index: 3000;
    font-size: 20px;
    cursor: pointer;
    transition: left 0.3s;
  }
  div[class=_toggle-button][aria-expanded=true] .toc-drawer-controller::after {
    position: fixed;
    top: 93px;
    content: "\f27f";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 365px;
    z-index: 3000;
    font-size: 20px;
    cursor: pointer;
    transition: left 0.3s;
  }
  /* toc-drawer-controller::before is the static icon shown to the left */
  div[class=_toggle-button][aria-expanded=false] .toc-drawer-controller::before {
    position: fixed;
    top: 93px;
    content: "\f52a";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 18px;
    z-index: 3000;
    font-size: 20px;
  }
  div[class=_toggle-button][aria-expanded=true] .toc-drawer-controller::before {
    position: fixed;
    top: 93px;
    content: "\f52a";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 18px;
    z-index: 1000;
    font-size: 20px;
  }
  /* CSS to open and close drawer */
  .drawer-left {
    left: -400px;
    width: 400px;
  }
  ._toggle-on .drawer-left {
    left: 0;
    border-right: 1px solid var(--uiline);
    transition: left 0.3s;
    overflow-y: auto;
  }
  ._toggle-off .drawer-left {
    transition: left 0.3s;
  }
  /* CSS for vertical line when drawer is closed */
  .toc-info-drawers ._toggle-off .drawer-left::before {
    content: "";
    position: absolute;
    left: 515px;
    top: 0px;
    bottom: 0px;
    border-color: var(--uiline);
    border-width: 0px 1px 0px 0px;
    border-style: solid;
  }
  /* Do not show system validity in left drawer on desktop */
  .drawer .validity-container {
    display: none;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /* Icon in mobile header to open and close toc drawer --------*/
  div[class=_toggle-button][aria-expanded=false] .toc-drawer-controller::before {
    position: fixed;
    top: 35px;
    content: "\f52a";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 20px;
    z-index: 3000;
    font-size: 25px;
    cursor: pointer;
  }
  /* CSS to open and close drawer on mobile */
  .drawer-left {
    right: -350px;
    width: 85%;
  }
  ._toggle-on .drawer-left {
    animation: showDrawer 0.5s forwards;
    overflow-y: auto;
  }
  ._toggle-off .drawer-left {
    animation: hideDrawer 0.5s forwards;
  }
  @keyframes showDrawer {
    0% {
      right: -350px;
    }
    100% {
      right: 0px;
    }
  }
  @keyframes hideDrawer {
    0% {
      right: 0px;
    }
    100% {
      right: -350px;
    }
  }
  /* CSS to dim background when drawer is open */
  #_toggle-content-toc-drawer._toggle-on ~ .drawer-toc-dim {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-left: -30px;
    margin-top: -10px; /* to be improved */
  }
  #_toggle-content-toc-drawer._toggle-off ~ .drawer-toc-dim {
    display: none;
  }
  /* Titles on level 1 in drawer*/
  ._toggle-on .drawer-left-globalsearch-title::before {
    position: absolute;
    padding-top: 0px;
    content: "\f52a";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 18px;
    z-index: 3000;
    font-size: 20px;
  }
  .drawer-left-globalsearch-title {
    margin-top: 14px;
    /* margin-left: 35px;
    font-weight: bold;*/
    color: var(--darkblue);
    font-size: 19px;
  }
  /* Padding top left drawer */
  /*
  .global-search-container {
  padding-top:10px;
  }
  */
  /* Validity boxes in drawer */
  .system-validity {
    margin-top: 10px;
    margin-left: 0px;
  }
  .language {
    margin-top: 10px;
    margin-left: 0px;
  }
  /* White background in validity boxes in drawers */
  .MuiAutocomplete-root .MuiOutlinedInput-root {
    background-color: white;
  }
  .global-search-container, .local-page-container, .cart-functions, .validity-container {
    padding-left: 17px;
  }
  .drawer .validity-container {
    padding-left: 17px;
  }
}
/* class structure
(drawers located in _index.html)

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.login-drawer
                div.toc-info-drawers

                 (example drawer structure, below toc drawer)

                   div.toc-drawer
                    div._toggle-button aria-expanded aria-controls (not in xslt)
                       div.toc-drawer-controller
                    div._toggle-content _toggle-off id="_toggle-content-toc-drawer" (not in xslt)
                      div.drawer drawer-left toc-drawer-content
                        div.global-search-container
                          p.drawer-left-globalsearch-title
                          div.sidebar-search-box
                          div.collapsible-section system-validity-section
                          div.collapsible-section search-filter-section
                             (in collapsible content)
                             div.app
                                div.app-box
                                  (each filter box)
                        hr
                        div.local-page-container
                           p.drawer-left-toc-title
                           input
                           div.collapsible-section toc-section
                    drawer-toc-dim
                   div.info.drawer
                      (same as above)
                      div.drawer drawer-right info-drawer-content
                           p.drawer-right-info-title
                           div.app
                             div.app-box
                             div.data-condition="1 > 0"
                               div.app-box
                                 p.app-boxlabel
                                 table.table validity-table

                div.user-functions
                  (validity and language boxes)
       div id=generated?

     */
/* Titles on level 1 in drawer*/
.drawer-right-info-title {
  margin-top: 13px;
  margin-left: 45px;
  font-weight: bold;
  color: var(--darkblue);
  font-size: 17px;
}

/* App-box styling */
.info-drawer .app-boxlabel {
  color: var(--darkblue);
  /*font-weight:500;*/
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: bold;
}

.info-drawer .app-box {
  margin-bottom: 1.2em;
  margin-top: 1.4em;
}

.app-box .info-detail {
  margin-bottom: 8px;
  color: black;
}

.info-detail .label {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0px;
}

.app .value {
  font-size: 0.8em;
  margin-bottom: 0px;
}

.css-140q4f4 .label {
  font-size: 0.9em;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}

.app .validity-table {
  color: black;
}

.validity-table .validity-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.validity-table .table-header {
  font-weight: bold;
}

.app .validity-table p {
  font-size: 0.8em;
  margin-bottom: 0px;
}

.app a {
  color: var(--blue);
}

.info-drawer .app {
  margin-top: 0px;
  padding-left: 25px;
  padding-right: 15px;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  /* toc-drawer-controller::before is the icon to open and close the drawer */
  div[class=_toggle-button][aria-expanded=false] .info-drawer-controller::before {
    position: fixed;
    top: 93px;
    content: "\f27f";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 65px;
    z-index: 1000;
    font-size: 20px;
    cursor: pointer;
    transition: right 0.3s;
  }
  div[class=_toggle-button][aria-expanded=true] .info-drawer-controller::before {
    position: fixed;
    top: 93px;
    content: "\f280";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 365px;
    z-index: 1000;
    font-size: 20px;
    cursor: pointer;
    transition: right 0.3s;
  }
  /* toc-drawer-controller::after is the static icon shown to the left */
  div[class=_toggle-button][aria-expanded=false] .info-drawer-controller::after {
    position: fixed;
    top: 93px;
    content: "\f5b2";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 18px;
    z-index: 1000;
    font-size: 20px;
  }
  div[class=_toggle-button][aria-expanded=true] .info-drawer-controller::after {
    position: fixed;
    top: 93px;
    content: "\f5b2";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 18px;
    z-index: 1000;
    font-size: 20px;
  }
  /* CSS to open and close drawer */
  .drawer-right {
    right: -400px;
    width: 400px;
  }
  ._toggle-on .drawer-right {
    right: 0;
    border-left: 1px solid var(--uiline);
    transition: right 0.3s;
  }
  ._toggle-off .drawer-right {
    transition: right 0.3s;
  }
  @keyframes showRightDrawer {
    0% {
      right: -400px;
    }
    100% {
      right: 0px;
    }
  }
  @keyframes hideRightDrawer {
    0% {
      right: 0px;
    }
    100% {
      right: -400px;
    }
  }
  /* NOT USED? 
  #_toggle-content-info-drawer {
      content-visibility: visible;
      }
  */
  /* CSS for vertical line when drawer is closed */
  .toc-info-drawers ._toggle-off .drawer-right::before {
    content: "";
    position: absolute;
    right: 495px;
    top: 0px;
    bottom: 0px;
    border-color: var(--uiline);
    border-width: 0px 1px 0px 0px;
    border-style: solid;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /* Icon in mobile header to open and close info drawer --------*/
  div[class=_toggle-button][aria-expanded=false] .info-drawer-controller::before {
    position: fixed;
    top: 35px;
    content: "\f5b2";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 140px;
    z-index: 3000;
    font-size: 25px;
    cursor: pointer;
  }
  /* CSS to open and close drawer on mobile */
  .drawer-right {
    right: -350px;
    width: 85%;
  }
  ._toggle-on .drawer-right {
    animation: showDrawer 0.5s forwards;
    overflow-y: auto;
  }
  ._toggle-off .drawer-right {
    animation: hideDrawer 0.5s forwards;
  }
  @keyframes showDrawer {
    0% {
      right: -350px;
    }
    100% {
      right: 0px;
    }
  }
  @keyframes hideDrawer {
    0% {
      right: 0px;
    }
    100% {
      right: -350px;
    }
  }
  /* CSS to dim background when drawer is open */
  #_toggle-content-info-drawer._toggle-on ~ .drawer-info-dim {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-left: -30px;
    margin-top: -10px; /* to be improved */
  }
  #_toggle-content-info-drawer._toggle-off ~ .drawer-info-dim {
    display: none;
  }
  /* Titles on level 1 in drawer*/
  ._toggle-on .drawer-right-info-title::before {
    position: absolute;
    padding-top: 0px;
    content: "\f5b2";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 18px;
    z-index: 3000;
    font-size: 20px;
  }
  .drawer-right-info-title {
    margin-top: 22px;
  }
  /* App-box styling */
  .app-box {
    margin-bottom: 0.6em;
  }
  .app-boxlabel {
    margin-bottom: 0px;
  }
  .css-140q4f4 .label {
    margin-top: 2px;
  }
}
/* class structure
(drawers located in _index.html)

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.login-drawer (login-drawer is DrawerRight)
                div.toc-info-drawers

                 (example drawer structure, below toc drawer)

                   div.toc-drawer
                    div._toggle-button aria-expanded aria-controls (not in xslt)
                       div.toc-drawer-controller
                    div._toggle-content _toggle-off id="_toggle-content-toc-drawer" (not in xslt)
                      div.drawer drawer-left toc-drawer-content
                        div.global-search-container
                          p.drawer-left-globalsearch-title
                          div.sidebar-search-box
                          div.collapsible-section system-validity-section
                          div.collapsible-section search-filter-section
                             (in collapsible content)
                             div.app
                                div.app-box
                                  (each filter box)
                        hr
                        div.local-page-container
                           p.drawer-left-toc-title
                           input
                           div.collapsible-section toc-section
                    drawer-toc-dim
                   div.info.drawer
                      (same as above)
                      div.drawer drawer-right info-drawer-content
                           p.drawer-right-info-title
                           div.app
                             div.app-box
                             div.data-condition="1 > 0"
                               div.app-box
                                 p.app-boxlabel
                                 table.table validity-table

                div.user-functions
                  (validity and language boxes)
       div id=generated?

     */
.login-page {
  margin-top: 250px;
  padding-left: calc((100% - 300px) / 2.2);
  padding-right: calc((100% - 300px) / 2.2);
}

.login-page-title {
  line-height: 37px;
}

/* Titles on level 1 in drawer*/
.drawer-right-login-title {
  margin-top: 10px;
  margin-left: 35px;
  color: var(--darkblue);
  font-size: 19px;
}

/* Login fields */
.login-page input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0px 25px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.login-page button {
  background-color: var(--buttoncolor-active);
  color: white;
  padding: 14px 20px;
  margin: 0px 0px 10px 0px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}

.login-page button:hover {
  opacity: 0.8;
}

.login-page .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.login-page span.psw {
  float: right;
  padding-top: 16px;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  /* Show login icon to open and close login drawer --------*/
  div[class=_toggle-button][aria-expanded=false] .login-drawer-controller::before {
    /* position: fixed;
    top: 13px;*/
    content: "\f4e1"; /*was f3ee*/
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    margin-right: 20px;
    z-index: 3000;
    font-size: 28px;
    cursor: pointer;
  }
  div[class=_toggle-button][aria-expanded=true] .login-drawer-controller::before {
    /*position: fixed;
    top: 13px;*/
    content: "\f4e1"; /*was f3ee*/
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    margin-right: 20px;
    z-index: 3000;
    font-size: 28px;
    cursor: pointer;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /* Icon in mobile header to open and close login drawer --------*/
  .standalone div[class=_toggle-button][aria-expanded=false] .login-drawer-controller::before {
    position: fixed;
    top: 13px;
    content: "\f4e1"; /*was f3ee*/
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    right: 15px;
    z-index: 3000;
    font-size: 30px;
    cursor: pointer;
  }
  /* CSS to open and close drawer on mobile */
  /* login-drawer is .drawer-right. Rules to control opening and closing of login drawer on mobile is defined in drawer-info.css */
  /* CSS to dim background when drawer is open */
  #_toggle-content-validity-drawer._toggle-on ~ .drawer-validity-dim {
    background: rgba(0, 0, 0, 0.7);
    height: 1000vh;
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-left: -30px;
    margin-top: -427px; /* to be improved, big value to overlay maintitle in startpage */
  }
  #_toggle-content-validity-drawer._toggle-off ~ .drawer-validity-dim {
    display: none;
  }
  /* Titles on level 1 in drawer*/
  ._toggle-on .drawer-right-info-title::before {
    position: absolute;
    padding-top: 0px;
    content: "\f5b2";
    font-family: bootstrap-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--iconcolor);
    left: 18px;
    z-index: 3000;
    font-size: 20px;
  }
  .drawer-right-info-title {
    margin-top: 22px;
  }
}
/* media query for mobile---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
  .login-page {
    margin-top: 180px;
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
  .login-page h1.login-page-title {
    font-size: 13pt;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
/* Collapsible sections ------------------------------------------------------------------------------ */
/* class structure

div.collapsible-section
  div._toggle-button aria-expanded="false" aria-controls="_toggle-content-section-expansion"
    div.section-controller
      (content to control toggle)
  div._toggle-content _toggle-off id="_toggle-content-section-expansion"
    div.section-content
      (content to toggle)

*/
.collapsible-section {
  text-decoration: none;
  font-size: 18px;
  color: var(--darkblue);
  font-style: normal;
  margin-left: 3px;
  /*white-space: nowrap; causes cards to not wrap in collapsible section */
}

/* Cards shall be wrapped in collapsible sections when in tab container*/
.tab-container .collapsible-section {
  white-space: normal;
}

.collapsible-section:last-child {
  margin-bottom: 5px;
}

div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h3.section-title::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h4.section-title::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] p::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h1::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h2::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h3::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h4::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h5::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=false] h6::before {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  content: " ";
  background-image: var(--collapsible-chevron);
  transition: transform 0.15s ease-out;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
}

div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h3.section-title::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h4.section-title::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] p::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h1::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h2::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h3::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h4::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h5::before,
div.collapsible-section > div[class=_toggle-button][aria-expanded=true] h6::before {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  content: " ";
  background-image: var(--collapsible-chevron);
  transition: transform 0.15s ease-out;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
  transform: rotate(90deg) translateX(2px) translateY(1px);
}

.collapsible-section .section-controller {
  cursor: pointer;
}

.task-intro > .collapsible-section > div[class=_toggle-button][aria-expanded=false]::before {
  margin-top: 6px;
  width: 0.9em;
  height: 0.9em;
}

.task-intro > .collapsible-section > div[class=_toggle-button][aria-expanded=true]::before {
  margin-top: 6px;
  width: 0.9em;
  height: 0.9em;
}

.card div.collapsible-section > div[class=_toggle-button][aria-expanded=false]::before {
  margin-top: 7px;
}

.card div.collapsible-section > div[class=_toggle-button][aria-expanded=true]::before {
  margin-top: 7px;
}

.section-controller p {
  font-weight: 700;
  margin-bottom: 6px;
  white-space: normal;
  font-size: 16px;
}

.section-content {
  margin-left: 15px;
  white-space: normal;
}

.section-controller img {
  height: 20px;
  margin-right: 7px;
  vertical-align: middle;
  padding-bottom: 2px;
}

/* collapsible step sections in topic procedure --------------------------------------------------------------------------------------*/
.step-list {
  margin-bottom: 18px;
  font-weight: normal;
  color: black;
  margin-left: 2px;
}

/*
div[data-flexclass^=procedure] .not-collapsible {
    margin-left: 45px;
}
*/
/*
div[data-flexclass^=procedure] .collapsible-step {
    margin-left:45px;
    cursor:pointer;
}
*/
.collapsible-step .step-number {
  margin-left: 6px;
}

div.step-content {
  margin-top: -10px;
  margin-bottom: 26px;
  margin-left: 40px;
}

div.collapsible-step > div[class=_toggle-button][aria-expanded=false] .step-controller p::before {
  display: inline-block;
  /*float: left;
     padding-top: 2px;*/
  content: "\f4fd";
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(159 159 159);
  vertical-align: top;
  font-size: 15px;
}

div.collapsible-step > div[class=_toggle-button][aria-expanded=true] .step-controller p::before {
  display: inline-block;
  /* float: left;
   padding-top: 2px;*/
  content: "\f2e9";
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  vertical-align: top;
  font-size: 15px;
}

.collapsible-step .step-controller p {
  line-height: 20px;
}

.collapsible-step .step-controller {
  cursor: pointer;
}

/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .step-content p {
    margin-bottom: 10px;
  }
}
/* portal main title and subtitle ------------------------------------------------------------------------------------*/
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
       div id=generated?
          div.split-image-container
             div.split-image
               div.text-box
                 div.portal-maintitle
                 div.portal-subtitle
                 div.main-search-box
               div.image-box
          div.portal-body-container
            div.portal-body
              div.card-section
                h1.section-title
                div.cards
                  div.card
          div.page-footer
            div.footer-grid
            p.footer-copyright

     */
.split-image {
  padding-left: calc((100% - 720px) / 3.9);
  padding-right: calc((100% - 720px) / 3.9);
  display: grid;
  grid-template-columns: 4fr 1fr;
  margin-top: 60px;
}

.text-box {
  margin-top: 55px;
  grid-column: 1/2;
  grid-row: 1;
  z-index: 1;
  padding-right: calc(55.5555555556% - 200px);
}

.image-box {
  text-align: right;
  grid-column: 1/3;
  grid-row: 1;
}

.portal-maintitle {
  font-size: 2.6em;
  font-weight: bold;
  color: var(--darkblue);
  margin-bottom: 0.3em;
  line-height: 1em;
}

.portal-subtitle {
  font-size: 1.9em;
  font-weight: 400;
  color: var(--darkblue);
  margin-bottom: 0.8em;
  line-height: 35pt;
}

.image-box img {
  height: 400px;
  clip-path: polygon(107px 0px, 100% 0px, 100% 100%, 0px 100%);
}

/* Portal search box ----------------------------------------------------------------*/
.main-search-box {
  border-radius: 1.5rem;
  padding-right: 3rem;
  padding-left: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 0.875rem;
  height: 3.5rem;
  border-color: #e0f7e6;
  display: block;
  /* width: 50%;*/
  /*height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #919aaa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dce1;
  /* border-radius: .25rem;*/
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 40em;
  /*  margin: 0 auto;*/
  padding: 0 1em;
}

/* Set font for label in search box */
.main-search-box .MuiInputLabel-root {
  font-family: inherit !important;
}

/* NOT USED?
.css-mnn31 {
padding-top: 10px;
}
*/
/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  .configuration-data {
    padding-left: calc((100% - 1440px) / 2);
  }
}
/* Style only for screens up to 1700 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1700px) {
  .image-box img {
    opacity: 30%;
    filter: grayscale(100%);
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .standalone .split-image {
    margin-top: 35px;
  }
  .image-box img {
    height: 370px;
  }
}
/* media query for mobile----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
  .text-box {
    margin-left: 15px;
  }
  .image-box img {
    object-fit: cover;
    clip-path: none;
    height: 280px;
  }
  .portal-maintitle {
    font-size: 24pt;
    margin-bottom: 0.1em;
  }
  .portal-subtitle {
    font-size: 15pt;
    margin-bottom: 0.3em;
    line-height: 23pt;
  }
  .main-search-box {
    width: 94%;
    margin-top: 20px;
  }
}
/* Portal-body and card section title --------------------------------------------------------*/
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
       div id=generated?
          div.split-image-container
             div.split-image
               div.text-box
                 div.portal-maintitle
                 div.portal-subtitle
                 div.main-search-box
               div.image-box
          div.portal-body-container
            div.portal-body
              div.card-section
                h1.section-title
                div.cards
                  div.card
          div.page-footer
            div.footer-grid
            p.footer-copyright

     */
.portal-body-container {
  background-color: rgb(251 251 251);
  padding-top: 1px;
  padding-bottom: 70px;
}

.portal-body {
  margin-top: 50px;
  padding-left: calc((100% - 720px) / 3.9);
  padding-right: calc((100% - 720px) / 3.9);
}

.data-condition-section:has(> .card) {
  margin-bottom: 50px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.portal-body:has(.card) .normal-section {
  grid-column: 1/-1;
}

.portal-body:has(.card) .collapsible-section {
  grid-column: 1/-1;
}

.card-section {
  margin-bottom: 50px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

/*
.data-condition-section .card-section {
    display: block;
}

.data-condition-section .card {
    margin-bottom: 30px;
}
*/
.dropdown-on-page {
  width: 12.5%;
  margin-bottom: 25px;
}

.tab-container .card-section {
  margin-bottom: 0px;
}

/* Obsolete in new portal design - .cards is no longe rused 
.cards {
    display: grid;
     grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
}
*/
.card-section h1 {
  font-size: 1.5em;
  color: var(--darkblue);
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  word-wrap: break-word;
  hyphens: auto;
}

.portal-body h1 {
  font-size: 1.5em;
  color: var(--darkblue);
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
}

.portal-body h2 {
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
  white-space: normal;
}

/* Card layout ----------------------------------------------------------- */
/* Style the cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 15px 30px 10px 10px;
  padding-bottom: 30px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px; /* 5px rounded corners */
  box-sizing: border-box;
}

/* No padding when card-type image */
.card:has(div.card-image) {
  padding: 0px 0px 30px 0px;
  border-radius: 0;
}

.card-image img {
  height: 100%;
  width: 100%;
}

/* On card mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

/* Grey body text in cards*/
.card-body p {
  color: rgb(80 80 80);
  font-size: 15px;
}

.card-body div[data-flexclass^=topic] p {
  margin-bottom: 10px;
}

.portal-body ._toggle-on {
  /*content-visibility: visible;*/
  display: contents;
}

.portal-body ._toggle-off {
  /*content-visibility: hidden;*/
  display: none;
}

.portal-body td {
  padding: 0px;
}

/* Links on portal page------------------------------------------- */
.portal-body a {
  color: var(--blue);
  line-height: 20px;
  cursor: pointer;
  /*text-decoration-style: dotted;
  text-decoration-line: underline;*/
  font-size: 15px;
}

/* Not used? 
.css-67l5gl a {
        font-size: 9pt;
        font-weight: 400;
}
*/
.card-title {
  color: var(--darkblue);
  font-weight: 700;
  font-size: 20px !important;
  margin-top: 0em;
  line-height: 25px;
  margin-bottom: 0.5em;
}

/* MUI accordion arrow icon 
.css-1fx8m19 {
    transform: rotate(-90deg) translateY(-320px);
    color: var(--darkblue);
}

.css-1fx8m19.Mui-expanded {
        transform: rotate(0deg) translateX(-320px);
}

.css-17o5nyn {
    margin-left: 10px;
}

.css-17o5nyn.Mui-expanded {
    margin-left: 10px;
}
*/
/* card header ----------------------------------------- */
.card table {
  border-collapse: collapse;
  margin-bottom: 0px;
  width: 100%;
}

/* Icon in card header */
.icon-circle {
  display: inline-block;
  /*background: #f4fcf6;*/
  /*border-style: solid;*/
  border-color: #e9e9e9;
  border-width: 1px;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  border-radius: 50%;
}

.card-icon {
  /*color: var(--darkblue);*/
  color: rgba(229, 147, 6, 1);
  padding-top: 8px;
  padding-left: 12px;
  position: absolute;
}

.card .bi::before {
  font-weight: 900;
  vertical-align: 0em;
}

/* badge over card titel*/
td.label-cell {
  height: 10px;
}

td.label-cell p {
  margin-bottom: 0em;
  margin-top: 0em;
  font-size: 5pt;
}

.label-cell .label {
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 7pt;
  border-radius: 5px;
}

.instructions {
  background-color: rgb(194, 194, 194);
}

/* collapsible sections in cards ----------------------------------------*/
.card .collapsible-section {
  margin-top: 0px;
}

.card h2.section-title,
.card h3.section-title,
.card h4.section-title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 6px;
  line-height: 1.3;
  white-space: normal;
}

/* Style only for screens larger than 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  .portal-body:has(> .card) {
    margin-bottom: 50px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .standalone .portal-body div[data-flexclass^=topic] {
    margin-top: 0px;
  }
  .portal-body h1 {
    font-size: 1.2em;
  }
  .cards {
    display: block;
  }
  .card {
    margin-bottom: 15px;
  }
  .card-image img {
    height: 100%;
    width: 100%;
  }
  .card-section {
    margin-bottom: 30px;
    display: block;
  }
}
/* media query for mobile---------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
  .portal-body {
    margin-top: 0px;
    padding-left: 2.8571428571%;
    padding-right: 2.8571428571%;
  }
  .dropdown-on-page {
    width: 100%;
  }
}
/* Search result styling -------------------------------------------------------*/
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
       div id=generated?
         main.page
           div.search-result.page
             div.search-hits
             div.search-filters
             div.search-results
               div.search-result
        div.page-footer
            div.footer-grid
            p.footer-copyright

     */
fieldset {
  border: none;
}

.search-result-page {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 80px;
}

.search-info {
  margin-left: 5px;
}

.search-string {
  font-style: italic;
}

.no-filters-applied {
  font-style: italic;
}

.search-hits p {
  margin-bottom: 8px;
}

.search-info .search-filters {
  margin-top: 30px;
  margin-bottom: 25px;
}

.search-info .search-text {
  margin-top: 20px;
}

/* Not used?
.css-z1hx01 {
        margin: 0em;
}
*/
div.search-result {
  margin-top: 0em;
  margin-bottom: 1.8em;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 7px;
  border-color: var(--uiline);
  padding: 12px;
  background-color: white;
}

div.search-result .source-item {
  display: none;
}

.expansion .search-result {
  margin-top: 0em;
  margin-bottom: 1.3em;
}

p.search-result-type {
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: normal;
  color: var(--topicresultcolor);
}

p.search-result-type::before {
  display: inline-block;
  content: "\f38b" " Content type: ";
  font-family: "bootstrap-icons", var(--font) !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*padding-right: 7px;
  vertical-align: -.125em;
  font-size: 15px;*/
}

a p.search-result-type::before {
  content: "\f38b" " Content type: ";
}

a[href$=ae] p.search-result-type::before {
  content: "\f38b" " Content type: ";
}

a[href$=sv] p.search-result-type::before {
  content: "\f38b" " Filtyp: ";
}

p.search-result-title {
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--darkblue);
  font-size: 22px;
  line-height: 27px;
}

p.search-result-microcontent {
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  /*margin-right: 400px;*/
  margin-bottom: 16px;
  color: var(--topicresultcolor);
}

.search-result a {
  text-decoration: none;
}

.search-result-date {
  font-size: 10pt;
  color: var(--topicresultcolor);
  margin-bottom: 5px;
  font-weight: normal;
  margin-top: 10px;
}

.search-result-date::before {
  display: inline-block;
  content: "\f217";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 2px;
  color: var(--topicresultcolor);
}

.search-result-properties {
  margin-top: 10px;
}

/*
.page button {
display: none;
}
*/
/* Properties badges in search results----------------------*/
.search-result-property {
  border: 1px solid var(--uiline);
  border-radius: 15px;
  font-size: 0.75rem;
  color: var(--topicresultcolor);
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 3px;
  background-color: var(--filterchipscolor);
}

.custom-property-filter {
  border: 1px solid var(--uiline);
  border-radius: 15px;
  font-size: 0.75rem;
  color: var(--topicresultcolor);
  padding: 3px 8px 3px 8px;
  margin-right: 5px;
  font-weight: normal;
  white-space: nowrap;
  display: inline;
  margin-top: 1px;
  margin-bottom: 3px;
  background-color: var(--filterchipscolor);
}

/*
.applied-filters::before {
    content: "Filter:\00a0";
}
*/
.no-filters-applied:only-child {
  display: inline-block;
}

.no-filters-applied {
  display: none;
}

.search-text:has(.search-string:empty) .no-search-string {
  display: inline-block;
}

.no-search-string {
  display: none;
}

/* Not used? Search text in search box 
.css-mqt2s5 {
        transform: translate(0px, 2px) scale(1);
}

.css-segi59 {
        font-family: var(--font);
}
*/
/* width of search box on search result page 
.css-1v4ccyo {
    position: initial;
}
*/
/* Search result page 
.css-qlz2cj {
        max-width: calc(100%/1.6);
margin: auto;
padding-top: 25px;
padding-left: 15px;
}
*/
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /* Search result styling --------------------------------------------------*/
  main.page {
    padding-top: 5px;
    background-color: var(--backgroundcolor);
    padding-bottom: 1px;
  }
}
/* Topic file content styling -------------------------------------------------------------------------------------------------------------------*/
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
       div id=generated data-flexclass="topic"
         div.chapter page-content
           h1
           div.chapter
        div.page-footer
            div.footer-grid
            p.footer-copyright

     */
/* Topic margins, padding etc */
.standalone .page-content {
  padding: 15px;
  margin-top: 60px;
}

/*
.standalone div[data-flexclass^=topic] {

}

.standalone div[data-flexclass^=publication] {
    margin-top:30px;
}
*/
div.chapter,
div[data-flexclass^=topic] {
  scroll-margin-top: 4.8em;
}

p {
  font-size: 16px;
  margin-top: 0em;
  line-height: 20px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}

div.paragraph {
  font-size: 16px;
  color: black;
  line-height: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 30px;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li p {
  margin-bottom: 4px;
}

li {
  margin-bottom: 5px;
  line-height: 20px;
}

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

p.image-paragraph {
  margin-bottom: 2px;
}

/* Inline images */
[data-flexclass^=inline-image] {
  height: 20px;
  vertical-align: text-bottom;
}

video {
  width: 600px;
}

/* tables */
.page-content table {
  border-collapse: collapse;
  margin-bottom: 25px;
  width: 100%;
}

td {
  padding-left: 8px;
}

th {
  padding: 10px;
  text-align: left;
}

th p {
  margin-bottom: 0px;
  font-weight: bold;
}

td p {
  margin-bottom: 3px;
  margin-top: 2px;
}

table caption {
  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 2px;
  line-height: 18px;
}

/* Text "For instructions, see" before link to task topic in F1 topics */
div p[data-flexclass^=instruction-link-header] {
  margin-bottom: 0px;
}

p.instruction-link-header {
  margin-bottom: 0px;
}

/* Hide microcontent */
microcontent {
  display: none;
}

/* Styling of headings in topic ------------------*/
div[data-flexclass^=topic] h1 {
  color: var(--darkblue);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 8px;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=topic] h2 {
  margin-bottom: 5px;
  margin-top: 20px;
  color: var(--darkblue);
  line-height: 1.3;
  font-size: 23px;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=topic] h3 {
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(--darkblue);
  line-height: 1.3;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=topic] h4 {
  margin-bottom: 4px;
  margin-top: 2px;
  color: var(--darkblue);
  line-height: 1.3;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

/* Header sizes when topic is in publication -----------------------------------------------*/
div[data-flexclass^=publication] p.maintitle {
  font-size: var(--title-level1-font-size);
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1;
  scroll-margin-top: 7em;
}

/* h1.toc-maintitle is only used in TOC in toc drawer */
div[data-flexclass^=publication] h1.toc-maintitle {
  display: none;
}

div[data-flexclass^=publication] h2 {
  font-size: var(--title-level2-font-size);
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 30px;
  line-height: 1;
  white-space: normal;
}

div[data-flexclass^=publication] h3 {
  font-size: var(--title-level3-font-size);
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1;
  white-space: normal;
}

div[data-flexclass^=publication] h4 {
  font-size: var(--title-level4-font-size);
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1;
}

div[data-flexclass^=publication] h5 {
  font-size: var(--title-level4-font-size);
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1;
}

div[data-flexclass^=publication] h2.subtitle {
  font-size: 48px;
  margin-bottom: 0px;
  margin-top: 8px;
  line-height: 1;
}

div[data-flexclass^=publication] p.subtitle2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 32px;
}

/* h1 levels in topic when topic is in publication */
div[data-flexclass^=publication] .chapter .chapter h1 {
  font-size: var(--title-level1-font-size); /* h1 title in topic on level 1 */
  color: var(--blue);
  margin-bottom: 10px;
  margin-top: 40px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter h1 {
  font-size: var(--title-level2-font-size); /* h1 title in topic on level 2 */
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 30px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter .chapter h1 {
  font-size: var(--title-level3-font-size); /* h1 title in topic on level 3 */
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter .chapter .chapter h1 {
  font-size: var(--title-level4-font-size); /* h1 title in topic on level 4 */
  color: var(--blue);
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

/* h2 levels in topic when topic is in publication */
div[data-flexclass^=publication] .chapter .chapter .chapter h2 {
  font-size: var(--title-level2-font-size); /* h2 title in topic on level 2 */
  color: var(--blue);
  margin-bottom: 5px;
  margin-top: 40px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter .chapter h2 {
  font-size: var(--title-level3-font-size); /* h2 title in topic on level 3 */
  color: var(--blue);
  margin-bottom: 5px;
  margin-top: 40px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter .chapter .chapter h2 {
  font-size: var(--title-level4-font-size); /* h2 title in topic on level 4 */
  color: var(--blue);
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

/* h3 levels in topic when topic is in publication */
div[data-flexclass^=publication] .chapter .chapter .chapter .chapter h3 {
  font-size: var(--title-level3-font-size); /* h3 title in topic on level 3 */
  color: var(--blue);
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

div[data-flexclass^=publication] .chapter .chapter .chapter .chapter .chapter h3 {
  font-size: var(--title-level4-font-size); /* h3 title in topic on level 4 */
  color: var(--blue);
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 1;
  word-wrap: break-word;
  hyphens: auto;
}

p.block {
  font-weight: bold;
  margin-bottom: 0px;
}

/* About-task wrappers ----------------------------------------*/
.task-intro-icon {
  /* vertical-align: top;*/
  padding-right: 5px;
  color: var(--darkblue);
  padding-left: 3px;
}

.task-intro .lbl-toggle {
  color: var(--darkblue);
}

/* user assistance phrase styling */
.ui_control {
  font-size: 15px;
  font-weight: bold;
}

/*
.kbd_short {
font-weight: 550;
font-size: 15px;
}
*/
.kbd_type {
  font-weight: 550;
  font-style: italic;
  font-size: 15px;
}

.element_name::before {
  content: "<";
}

.element_name::after {
  content: ">";
}

.element_name {
  font-family: courier;
}

.attribute_name {
  font-family: courier;
  font-size: 17px;
  font-weight: bold;
}

.attribute_value {
  font-family: courier;
}

.variable_name {
  font-family: courier;
  color: rgb(255, 112, 112);
}

.variable_name::before {
  content: "[";
}

.variable_name::after {
  content: "]";
}

/* NOT USED? Accordion in topic */
div[data-flexclass^=topic] .css-67l5gl {
  margin-right: 25px;
}

.css-67l5gl .topic-accordion-title {
  color: var(--blue);
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 0em;
  margin-top: 0em;
}

/* para in accordion in topic */
div[data-flexclass^=topic] .css-u7qq7e {
  color: black;
  font-weight: 100;
  padding-top: 0em;
  padding-bottom: 0em;
}

/* Alerts in topic */
.alert {
  background-color: rgb(0 113 182/6%);
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.alert-body {
  display: flex;
  align-items: center;
}

.alert-body .paragraph {
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 35px;
}

.alert-body .alert-icon img {
  height: 30px;
  margin-top: 7px;
  max-width: 30px;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  cursor: pointer;
}

.tooltip .tooltip-wrapper {
  visibility: hidden;
  width: 350px;
  background-color: rgb(238, 238, 238);
  color: #2e2e2e;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -32px;
}

.tooltip .tooltip-wrapper::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(238, 238, 238) transparent;
}

.tooltip:hover .tooltip-wrapper {
  visibility: visible;
}

.tooltip-wrapper .tooltiptext p {
  margin-bottom: 5px;
}

/* content interactivity -------------------------------------------------------------------------------------------------------------------*/
.hide-step {
  display: none;
}

.hide-all {
  display: none;
}

.hide-image {
  display: none;
}

/*
.interactive-figure {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
*/
svg text {
  font-family: var(--font) !important;
}

.interactive-figure svg {
  width: 43.4782608696%;
}

.interactive-figure .MuiButtonBase-root svg {
  width: 85% !important;
}

.interactive-figure .paragraph {
  margin-bottom: 0px;
}

.interactive-figure .MuiButtonBase-root {
  padding: 0 !important;
}

/* Procedure list */
.css-zun73v {
  color: var(--blue);
}

.interactive-procedure-list {
  margin-left: 25px;
  margin-top: 10px;
}

div.interactive-control {
  color: var(--blue);
}

.interactive-control::before {
  display: inline-block;
  content: "\f119";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  color: var(--blue);
}

div[id^=step]::before {
  position: absolute;
  font-weight: 650;
  font-size: 14px;
  margin-left: -22px;
  margin-top: -2px;
}

div[id^=step] > .paragraph:first-child {
  font-weight: 650;
}

#step1::before {
  content: "1.";
}

#step2::before {
  content: "2.";
}

#step3::before {
  content: "3.";
}

#step4::before {
  content: "4.";
}

#step5::before {
  content: "5.";
}

#step6::before {
  content: "6.";
}

#step7::before {
  content: "7.";
}

#step8::before {
  content: "8.";
}

#step9::before {
  content: "9.";
}

#step10::before {
  content: "10.";
}

/* Topic functions and social media ----------------------------------*/
.topic-functions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 6px;
  margin-top: 5px;
  margin-left: 3px;
}

.topic-interaction-icons .label-text {
  padding-left: 7px;
  font-size: 10pt;
  color: var(--blue);
}

.favorites {
  color: var(--blue);
}

.cart {
  color: var(--blue);
}

.pdf-download-file {
  color: var(--blue);
}

.feedback {
  color: var(--blue);
}

/* social media icons ----*/
.topic-socialmedia-icons {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
}

.facebook {
  margin: 10px;
  color: #919aaa;
}

.twitter {
  color: #919aaa;
}

.linkedin {
  color: #919aaa;
}

.divider {
  display: inline-block;
  margin: 0px 8px 0px 8px;
  background-color: lightgray;
  height: 15px;
  width: 0.5px;
}

/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /*

  .standalone div[data-flexclass^=topic] {
          margin-top: 60px;
  }
  */
  div[data-flexclass^=topic] h2 {
    margin-top: 0px;
  }
  .task-intro {
    margin-bottom: 12px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .topic-socialmedia-icons {
    margin-top: 25px;
  }
}
@media (max-width: 800px) {
  .interactive-figure svg {
    width: 100%;
  }
  .interactive-figure .MuiButtonBase-root svg {
    width: 60% !important;
  }
  table p {
    font-size: 12px;
  }
  .tooltip .tooltip-wrapper {
    width: 250px;
  }
  /* link */
  p a {
    overflow-wrap: break-word;
  }
}
/* TOC --------------------------------------------------------------------------------------------------------------------------------*/
/* class structure
.table-of-contents
  div
    input.toc data-condition true if children
    label::before
    a
      span
    div.children
      div
         input.toc data-condition true if children
         label::before
         a
          span
        div.children
          div
            div
              a
              div.children (empty for leaf)


*/
/*
.table-of-contents {
margin-top: 10px;
}
*/
/* A link styling */
.table-of-contents a {
  text-decoration: none;
  color: var(--darkblue);
}

.table-of-contents a:hover {
  font-weight: bold;
  color: black;
}

.table-of-contents div:not(:has(input)) {
  /*padding-left: 0.85em;*/
  margin-top: 6px;
  line-height: 17px;
}

.table-of-contents div:has(input) {
  /*padding-left: 0.85em;*/
  margin-top: 6px;
  line-height: 17px;
}

/* Put a dot on leaf nodes */
.table-of-contents div:not(:has(input)) a::before {
  /*float: left;*/
  content: "\f287";
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  /*margin-top:9px;*/
  font-size: 5px;
  opacity: 60%;
  vertical-align: top;
}

/* Not show checkbox */
.table-of-contents input.toc {
  display: none;
}

/* Show first level when topic :is(.MuiBox-root:not(:has(div[data-flexclass^=publication]))) */
.table-of-contents > div > input.toc ~ div.children {
  display: block;
  padding-left: 0.5em;
}

/* Do not show children as default when collapsed */
.table-of-contents input.toc ~ div.children {
  display: none;
  /*padding-left: 0.8em;*/
}

/* Do not show children as default .table-of-contents input.toc~div.children*/
.table-of-contents input.toc ~ div.children {
  padding-left: 16px;
}

/* Show children when checked*/
.table-of-contents input.toc:checked ~ div.children {
  display: block;
  margin-top: 6px;
}

.table-of-contents label.toc::before {
  cursor: pointer;
  background-image: var(--collapsible-chevron);
  content: " ";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  /*border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;*/
  vertical-align: middle;
  /*margin-right: .2rem;*/
  margin-top: 4px;
  transform: translateY(-2px);
  transition: transform 0.15s ease-out;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
}

/* No chevron on first maintitle level when topic :is(.MuiBox-root:not(:has(div[data-flexclass^=publication]))) */
.table-of-contents > div > label.toc::before {
  background-image: none;
  content: none;
  margin-right: 0;
  height: 0;
  width: 0;
}

.table-of-contents > div > a {
  /*padding-left:5px;*/
  line-height: 20px;
}

.table-of-contents input.toc:checked ~ label.toc:before {
  transform: rotate(90deg) translateX(1px);
}

/* File compare page and diff topic pages------------------------*/
.expansion {
  font-weight: bold;
  font-size: 25px;
}

[data-diff=del] {
  background-color: #ff1d1d;
  padding: 3px 3px 0 3px;
}

[data-diff=ins] {
  background-color: #30ca11;
  padding: 3px 3px 0 3px;
}

[data-diff=markup] {
  background-color: #ffed9e;
  padding: 3px 3px 0 3px;
}

/*
.expansion > label[for="expander-modified"]::before {
    display: inline-block;
    content: "\F12B";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: rgb(99, 99, 99);
}

.expansion > label[for="expander-removed"]::before {
    display: inline-block;
    content: "\F13F";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #ff9b9b;
}


[data-diff=del]::before {
    display: inline-block;
    content: "\F13F";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.21em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff9b9b;
    background-color: white;
    height: 15px;
}


.expansion > label[for="expander-new"]::before {
    display: inline-block;
    content: "\F144";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #ff1f1f;
}




[data-diff=ins]::before {
    display: inline-block;
    content: "\F144";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.21em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff1f1f;
    background-color: white;
    height: 15px;
}
*/
/* Embedded user assistance in Skribenta -------------------------------------------------------------------*/
.content .tabcontent > iframe {
  background-color: #ffffff;
}

.embedded .split-image-container {
  margin-top: 65px;
}

.embedded p {
  font-size: 15px;
}

.embedded div.paragraph {
  font-size: 14px;
  line-height: 18px;
}

.embedded .topic-functions {
  margin-top: 0px;
}

.embedded .card-body div[data-flexclass^=topic] {
  padding-left: 0px;
}

.embedded div[data-flexclass^=topic] .page-content {
  padding-left: 15px;
  padding-top: 80px;
  padding-right: 30px;
}

/* hide header icons when embedded in iframe 

.embedded .info-drawer {
    display: none;
}
*/
.embedded .login-function {
  display: none;
}

.embedded .user-functions .cart-function .bi-cart::before {
  position: fixed;
  top: 23px;
  right: 67px;
}

.embedded .user-functions .system-validity {
  display: none;
}

.embedded .user-functions .language {
  display: none;
}

.embedded .header-functions {
  height: 3.8em;
}

/*
.embedded .user-functions {
display:none;

right: 15px;
margin-top: 18px;
color:rgb(159 159 159);
font-size:20px;
cursor:pointer;

}
*/
.embedded .share-url-icon {
  color: rgb(159 159 159);
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 21px;
}

.embedded .header-icon::before {
  color: rgb(159 159 159);
}

.embedded .company-portal-type .company-logo {
  display: none;
}

.embedded .company-portal-type {
  margin-top: 15px;
}

.embedded div[class=_toggle-button][aria-expanded=false] .validity-drawer-controller::before {
  position: fixed;
  top: 20px;
  content: "\f3ee";
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(159 159 159);
  right: 50px;
  z-index: 3000;
  font-size: 20px;
  cursor: pointer;
}

.embedded ._toggle-on .drawer-right-validity-title::before {
  position: absolute;
  padding-top: 0px;
  content: "\f3ee";
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(159 159 159);
  left: 18px;
  z-index: 3000;
  font-size: 20px;
}

.embedded #_toggle-content-validity-drawer._toggle-on ~ .page-content {
  background-color: black;
  opacity: 25%;
}

.embedded .drawer-right-validity-title {
  margin-top: 14px;
  margin-left: 45px;
  /*font-weight: bold;*/
  color: var(--darkblue);
  font-size: 19px;
}

.embedded div[class=_toggle-button][aria-expanded=false] .toc-drawer-controller::before {
  /*top: 20px;
  font-size: 20px;*/
  right: 60px;
}

/*
.embedded div[class="_toggle-button"][aria-expanded="false"] .filter-drawer-controller::before {
top: 20px;
font-size: 20px;
right:85px;
}

.embedded div[class="_toggle-button"][aria-expanded="false"] .info-drawer-controller::before {
top: 20px;
font-size: 20px;
right:120px;
}
*/
/*
.embedded .css-1xfvyax {
position: fixed;
z-index:100;
}
*/
.embedded .topic-footer {
  display: none;
}

/*
    .css-98cema {
    padding: 0px;
    }
    */
/* Search result styling ----------

.embedded p.css-9l3uo3 {
    margin-top: 35px;
}
*/
.embedded p.search-result-title {
  font-size: 22px;
}

.embedded .text-box {
  padding-right: 0;
}

.embedded .page-footer {
  display: none;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  /*
  .embedded div[class="_toggle-button"][aria-expanded="false"] .toc-drawer-controller::after {
          top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .toc-drawer-controller::after {
          top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="false"] .toc-drawer-controller::before {
          top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .toc-drawer-controller::before {
          top: 78px;
  }
  */
  /*
  .embedded div[class="_toggle-button"][aria-expanded="false"] .filter-drawer-controller::after {
      top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .filter-drawer-controller::after {
      top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="false"] .filter-drawer-controller::before {
          top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .filter-drawer-controller::before {
          top: 78px;
  }
  */
  /*
  .embedded div[class="_toggle-button"][aria-expanded="false"] .info-drawer-controller::before {
              top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .info-drawer-controller::before {
              top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="false"] .info-drawer-controller::after {
                  top: 78px;
  }

  .embedded div[class="_toggle-button"][aria-expanded="true"] .info-drawer-controller::after {
                  top: 78px;
  }
  */
  .embedded .user-functions .cart-function .bi-cart::before {
    top: 23px;
    right: 67px;
  }
}
@media (max-width: 1100px) {
  .embedded .user-functions .cart-function .bi-cart::before {
    top: 20px;
    right: 100px;
  }
}
@media (max-width: 350px) {
  .embedded .header-container .company-portal {
    display: none;
  }
}
/* Portal footer -------------------------------------------------------------------------------------------------------------------*/
/* class structure

div id=root
 div.App
  div._site _slot-production standalone
   div id=generated?
     div.MuiBox-root
       header
         div.toolbars
           div.header-functions
             div.header-container
                div.company-portal-type
                div.drawers
                div.user-functions
       div id=generated?
          div.split-image-container
             div.split-image
               div.text-box
                 div.portal-maintitle
                 div.portal-subtitle
                 div.main-search-box
               div.image-box
          div.portal-body-container
            div.portal-body
              div.card-section
                h1.section-title
                div.cards
                  div.card
          div.page-footer
            div.footer-grid
            p.footer-copyright

     */
.page-footer {
  background-color: var(--blue);
  padding-top: 1px;
  padding-bottom: 15px;
  color: white;
}

.footer-grid {
  padding-left: calc((100% - 720px) / 3.9);
  padding-right: calc((100% - 720px) / 3.9);
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr 1fr 1fr;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
}

.page-footer p {
  margin-bottom: 0em;
}

.page-footer h3 {
  margin-bottom: 0.8em;
}

.page-footer .company-logo img {
  max-height: 50px;
}

.footer-copyright {
  text-align: center;
}

/* media queries only for screens above 1100 px------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {
  .topic-footer {
    display: none;
  }
  .page-footer p {
    margin-bottom: 0em;
  }
  /*
  .page-footer h3 {
      margin-bottom: 0em;
  }
  */
}
/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  /* footer styling portal page----*/
  .footer-grid {
    grid-template-columns: 0.5fr 0.1fr 1.4fr 1.6fr 1.2fr;
  }
  .footer-title {
    font-size: 8pt;
    margin-bottom: -0.8em;
  }
  .footer-para {
    font-size: 6pt;
    margin-bottom: -1.8em;
  }
  .page-footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .page-footer .company-logo img {
    max-height: 30px;
  }
  /* footer styling topic----------------*/
  .topic-footer {
    background-color: rgb(238, 238, 238);
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    padding-top: 12px;
    padding-bottom: 250px;
  }
  .footer-functions {
    display: none;
  }
  .topic-footer .topic-interaction-icons {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
    text-align: center;
  }
  .topic-footer .topic-socialmedia-icons {
    display: block;
    position: relative;
    text-align: center;
  }
  .topic-footer .footer-copyright {
    margin-top: 15px;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
/* Class structure

div.cart-page
  h1.cart-page-title
  p (intro text)
  div._download
    div._download_labels
         p._download_label (one for Path, lang, edition, product, version)
    div._download_items
       div._download_item
          div._download_cell _download_cell_path
            p._download_cell_label
            p._download_cell_content
          div._download_cell _download_cell_title
            p._download_cell_label
            p._download_cell_content
          div._download_cell _download_cell_property _download_cell_property_lang
            p._download_cell_label
            p._download_cell_content
          div._download_cell _download_cell_property _download_cell_property_edition
            p._download_cell_label
            p._download_cell_content
          div._download_cell _download_cell_property _download_cell_property_version
            p._download_cell_label
            p._download_cell_content          
          div._download_cell _download_cell_remove_button
            p._download_cell_label
            p._download_cell_content
       div._download_buttons
          p._download-link
            button._download-button

*/
/* cart page */
.cart-page {
  margin-top: 92px;
  margin-right: 15px;
}

.cart-page-title {
  margin-bottom: 25px;
  color: var(--darkblue);
}

/* Hide label section */
._download ._download_labels {
  display: none;
}

/* Each item in cart */
div._download_item {
  margin-top: 0em;
  margin-bottom: 0.8em;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 7px;
  border-color: var(--uiline);
  padding: 12px 12px 6px 15px;
  background-color: var(--backgroundcolor);
  /*display: grid;
  grid-template-columns: 100px 125px auto;*/
}

/*
._download_cell_path {
    grid-column:1/4;
    grid-row:1/1;
    display: flex;
    flex-direction: row;
    margin-bottom:-6px;
}

._download_cell_title {
    grid-column:1/4;
    grid-row:2/2;
    display: flex;
    flex-direction: row;
}

._download_cell_property_lang {
    grid-column:1/1;
    grid-row:3/3;
    display: flex;
    flex-direction: row;
}

._download_cell_property_version {
    grid-column:2/2;
    grid-row:3/3;
    display: flex;
    flex-direction: row;
}

._download_cell_property_product {
    grid-column:3/3;
    grid-row:3/3;
    display: flex;
    flex-direction: row;
}


._download_cell_remove_button {
    grid-column:1/4;
    grid-row:4/4;
    margin-top: -10px;
}
*/
._download_cell_path ._download_cell_content {
  overflow-wrap: anywhere;
}

/*
._download_cell_path ._download_cell_label {
    flex-basis:40px;
    }



._download_cell_title ._download_cell_label {
        flex-basis:45px;
}

._download_cell_property_lang ._download_cell_label {
            flex-basis:35px;
}

._download_cell_property_product ._download_cell_label {
        flex-basis:60px;
}

._download_cell_property_version ._download_cell_label {
        flex-basis:55px;
}
*/
._download_cell_title ._download_cell_label {
  display: none;
}

._download_cell_title ._download_cell_content {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 7px;
  color: var(--darkblue);
  font-size: 22px;
  line-height: 27px;
}

._download_cell_path ._download_cell_label {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_path ._download_cell_content {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_path ._download_cell_content a {
  /*text-decoration: none;*/
  font-weight: 400;
  color: var(--topicresultcolor);
}

._download_cell_property_lang ._download_cell_label {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_edition ._download_cell_label {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_version ._download_cell_label {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_product ._download_cell_label {
  font-size: 10pt;
  font-weight: 600;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_lang ._download_cell_content {
  font-size: 10pt;
  font-weight: 400;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_edition ._download_cell_content {
  font-size: 10pt;
  font-weight: 400;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_version ._download_cell_content {
  font-size: 10pt;
  font-weight: 400;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_property_product ._download_cell_content {
  font-size: 10pt;
  font-weight: 400;
  color: var(--topicresultcolor);
  display: inline;
}

._download_cell_label {
  margin-right: 7px;
}

:is(._download_cell_path, ._download_cell_property_lang, ._download_cell_property_edition, ._download_cell_property_version, ._download_cell_property_product) ._download_cell_label::after {
  content: ":";
}

/* Hide download functions as default. cart-favorites-info2 is always hidden on small screens */
.cart-page .cart-favorites-info2 {
  display: none;
}

._download_buttons_after {
  display: none;
}

._download_buttons_before {
  display: none;
}

/* Hide info about empty cart if cart is empty */
.cart-page:has(._download_items) .cartpage-empty-cart {
  display: none;
}

/* .cart-functions, .cart-page */
button {
  background-color: var(--buttoncolor-active);
  border: 0;
  color: white;
  font-family: inherit;
  padding: 6px;
  font-size: 11pt;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

.cart-page button {
  padding: 8px;
  font-size: 10pt;
}

.cart-functions button {
  padding: 4px;
}

.cart-functions button a {
  text-decoration: none;
  color: white;
}

.cart-functions button:disabled {
  color: rgb(200, 200, 200);
  background-color: rgb(152, 152, 152);
}

.cart-functions button:disabled .button-icon {
  color: rgb(200, 200, 200);
  background-color: rgb(152, 152, 152);
}

/* cart icons in topic */
/* buttons in toc drawer */
.cart-functions .button-icon {
  color: white;
  margin-left: 6px;
  font-size: 12pt;
}

.cart-functions .cart-button-group {
  display: grid;
  grid-gap: 2%;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

/* Cart functions in topic*/
.topic-interaction-icons button {
  color: var(--buttoncolor-active);
  background-color: white;
  padding: 0;
}

.topic-interaction-icons .button-icon {
  color: var(--buttoncolor-active);
  margin-left: 6px;
  /*font-size: 12pt;*/
}

.topic-interaction-icons button a {
  text-decoration: none;
  color: var(--buttoncolor-active);
}

.topic-interaction-icons button:disabled a {
  color: var(--iconcolor);
  text-decoration: none;
}

.topic-interaction-icons button:disabled {
  color: var(--iconcolor);
}

.topic-interaction-icons button:disabled .button-icon {
  color: var(--iconcolor);
}

/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
  .cart-page {
    margin-left: 15px;
  }
  /* Hide download functions always on mobile, small screens */
  .cart-page ._download_button_before {
    display: none;
  }
  ._download_buttons_after {
    display: none;
  }
  .cart-page .cart-favorites-info2 {
    display: none;
  }
  ._download_cell:nth-child(1) ._download_cell_label {
    flex-basis: 40px;
  }
}
@media (max-width: 800px) {
  .cart-functions .cart-button-group {
    width: 100%;
  }
  div._download_item {
    grid-template-columns: 75px 115px auto;
  }
  button {
    font-size: 14px;
  }
  .page-content .topic-interaction-icons button {
    font-size: 14px;
  }
}
/* Class structure

TBD


/* compare page */
.compare-page {
  margin-top: 92px;
  margin-right: 15px;
}

.compare-page-title {
  margin-bottom: 5px;
  color: var(--darkblue);
}

.compare-result-page h3 {
  margin-bottom: 20px;
}

.compare-selections {
  margin-top: 35px;
}

.select-version-compare {
  width: 12.5%;
}

.select-version-compare .MuiFormLabel-root {
  top: -4px;
}

.select-version-compare .MuiOutlinedInput-root {
  padding: 3px !important;
}

.compare-result-title {
  margin-bottom: 7px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  white-space: normal;
}

.compare-topic-title {
  white-space: normal;
}

/* Show compare results when validity is selected */
:is(.MuiBox-root:has(.select-version-compare > div:not(.MuiAutocomplete-hasClearIcon))) .compare-result-page {
  display: none;
}

:is(.MuiBox-root:has(.select-version-compare > .MuiAutocomplete-hasClearIcon)) .compare-result-page {
  display: block;
}

/* Styling of compare result */
.compare-result {
  margin-top: 0em;
  margin-bottom: 1.8em;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 7px;
  border-color: var(--uiline);
  padding: 12px;
  background-color: var(--backgroundcolor);
}

.compare-topic-title {
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--darkblue);
  font-size: 22px;
  line-height: 27px;
}

.compare-topic-path a {
  font-size: 10pt;
  font-weight: 400;
  color: var(--topicresultcolor);
  text-wrap: wrap;
}

/* mobile style only for screens up to 1100 px--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
  .compare-page {
    margin-left: 15px;
    margin-top: 92px;
  }
  .compare-page-title {
    font-size: 20px;
    line-height: 25px;
  }
  .select-version-compare {
    width: 100%;
  }
  .compare-topic-title {
    font-size: 18px;
  }
}
/* AI chatbot */
#ideta_fc {
  color: var(--darkblue) !important;
}

#ideta_cc {
  margin: 0.95rem 0.65rem 0 0 !important;
}

@media only screen and (max-width: 698px) {
  #ideta_f {
    width: 83.3333333333% !important;
    max-width: inherit !important;
    height: calc(100% - 100px) !important;
    max-height: calc(100% - 100px) !important;
    bottom: 90px !important;
    right: 15px !important;
  }
}
/* offline styling class="offline" */
.offline .topic-functions {
  display: none;
}

.offline .cart-functions {
  display: none;
}

.offline .search-hits {
  display: none;
}

.offline .search-filters {
  display: none;
}

/*
.offline .global-search-container {
    display: none;
}
*/
.tab-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-container a:focus {
  outline: 2px solid #BDC3C7;
}

.tab-container input:focus {
  outline: 2px solid #BDC3C7;
}

.tab-container button:focus {
  outline: 2px solid #BDC3C7;
}

.container-half {
  width: 50%;
  padding: 0 10px;
  float: left;
}

.tab-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

/*
.tab-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
  */
.tab-container > .ui-tabs {
  float: left;
  width: 100%;
}

.tab-container > .ui-tabs > [class^=ui-tab] {
  position: relative;
  float: left;
  display: block;
  background-color: #fbfbfb;
  color: #b9c5c8;
  margin: 0 0 1px 0;
  padding: 9px 15px;
  cursor: pointer;
  min-width: 100%;
  min-height: 40px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #d9e5e8;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.tab-container > .ui-tabs > [class^=ui-tab] > .fa {
  padding-right: 10px;
  font-size: 15px;
}

.tab-container > input[class^=ui-tab] {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  position: relative;
  float: left;
  /*left: -99999px;*/
  padding: 0;
  margin: 0 0 0 -5px; /* FireFox hack */
  height: 0;
  width: 0;
  z-index: -100;
  overflow: hidden;
  outline: 0;
  float: left;
}

.tab-container > input.ui-tab1:focus ~ .ui-tabs > .ui-tab1,
.tab-container > input.ui-tab2:focus ~ .ui-tabs > .ui-tab2,
.tab-container > input.ui-tab3:focus ~ .ui-tabs > .ui-tab3,
.tab-container > input.ui-tab4:focus ~ .ui-tabs > .ui-tab4,
.tab-container > input.ui-tab5:focus ~ .ui-tabs > .ui-tab5,
.tab-container > input.ui-tab6:focus ~ .ui-tabs > .ui-tab6,
.tab-container > input.ui-tab7:focus ~ .ui-tabs > .ui-tab7,
.tab-container > input.ui-tab8:focus ~ .ui-tabs > .ui-tab8,
.tab-container > input.ui-tab9:focus ~ .ui-tabs > .ui-tab9 {
  text-decoration: underline;
  box-shadow: inset 0 40px 60px -40px rgba(255, 255, 255, 0.2);
}

.tab-container > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.tab-container > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.tab-container > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.tab-container > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.tab-container > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
.tab-container > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
.tab-container > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
.tab-container > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
.tab-container > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
  background-color: #fbfbfb;
  color: rgb(19, 63, 112);
  position: relative;
}

.tab-container > .ui-panels > [class^=ui-tab] {
  background-color: #fbfbfb;
  color: rgb(19, 63, 112);
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d9e5e8;
  min-height: 200px;
  padding: 15px;
  display: none;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  float: left;
  width: 100%;
}

.tab-container.left-side > .ui-panels > [class^=ui-tab] {
  border-width: 1px;
}

/*
.tab-container > .ui-panels > [class^="ui-tab"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
  */
.tab-container > input.ui-tab1:checked ~ .ui-panels > .ui-tab1,
.tab-container > input.ui-tab2:checked ~ .ui-panels > .ui-tab2,
.tab-container > input.ui-tab3:checked ~ .ui-panels > .ui-tab3,
.tab-container > input.ui-tab4:checked ~ .ui-panels > .ui-tab4,
.tab-container > input.ui-tab5:checked ~ .ui-panels > .ui-tab5,
.tab-container > input.ui-tab6:checked ~ .ui-panels > .ui-tab6,
.tab-container > input.ui-tab7:checked ~ .ui-panels > .ui-tab7,
.tab-container > input.ui-tab8:checked ~ .ui-panels > .ui-tab8,
.tab-container > input.ui-tab9:checked ~ .ui-panels > .ui-tab9 {
  display: block;
}

.ui-tabs:not(.left-side) > .ui-panels > [class^=ui-tab] {
  width: 100%;
}

.tab-container.left-side.icons-only > .ui-tabs {
  width: 50px;
  float: left;
}

.tab-container.left-side.icons-only > .ui-panels {
  margin-left: 50px;
}

.tab-container.left-side.icons-only > .ui-tabs > .ui-tab:first-child {
  margin: 5px 0 0 0;
}

.tab-container.left-side.icons-only > .ui-tabs > [class^=ui-tab] {
  border-width: 2px 0 2px 2px;
  margin: 1px 0 0 0;
  width: 100%;
}

.tab-container .ui-tabs label i {
  margin-right: 7px;
}

@media screen and (min-width: 639px) {
  .tab-container.left-side > .ui-tabs {
    width: 140px;
    float: left;
  }
  .tab-container.left-side > .ui-panels {
    margin-left: 140px;
  }
  .tab-container.left-side.icons-only > .ui-tabs {
    width: 50px;
    float: left;
  }
  .tab-container.left-side.icons-only > .ui-panels {
    margin-left: 50px;
  }
  .ui-tabs:not(.left-side) > .ui-panels {
    float: left;
    width: 100%;
  }
  .tab-container > .ui-tabs > [class^=ui-tab]:first-child {
    margin: 1px 0 0 5px;
  }
  .tab-container > .ui-tabs > [class^=ui-tab] {
    margin: 1px 0 0 1px;
    min-width: 50px;
  }
  .tab-container > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
  .tab-container > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
  .tab-container > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
  .tab-container > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
  .tab-container > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
  .tab-container > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
  .tab-container > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
  .tab-container > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
  .tab-container > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
    position: absolute;
    content: "";
    background-color: #fbfbfb;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .tab-container.left-side > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
  .tab-container.left-side > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
  .tab-container.left-side > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
  .tab-container.left-side > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
  .tab-container.left-side > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
  .tab-container.left-side > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
  .tab-container.left-side > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
  .tab-container.left-side > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
  .tab-container.left-side > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
    position: absolute;
    content: "";
    background-color: #fbfbfb;
    top: 0;
    left: 138px;
    height: 100%;
    width: 3px;
  }
  .tab-container.left-side > .ui-tabs > .ui-tab:first-child {
    margin: 5px 0 0 0;
  }
  .tab-container.left-side > .ui-tabs > [class^=ui-tab] {
    border-width: 1px 0 1px 1px;
    margin: 1px 0 0 0;
    width: 100%;
  }
}

/*# sourceMappingURL=styles_sites_excosoft.css.map */
