@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Kompletterande färger till den nya grafiska profilen */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/*  FONT SIZES */
/*  desktop */
/* mobile */
/* print */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* dimensions-height-header */
/* Print style mixins */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.val-floating-menu {
  position: sticky;
  top: 30px;
  right: max(60px, 50% - 580px);
  float: right;
  z-index: 5001;
}
@media screen and (width <= 768px) {
  .val-floating-menu {
    top: 0;
    right: 0;
    height: 86px;
  }
  .val-floating-menu:has(.val-floating-menu__toggle-button[aria-expanded=true]) {
    max-height: calc(100vh - 60px);
  }
}
@media print {
  .val-floating-menu {
    display: none;
  }
}
@media screen and (width >= 768px) {
  .val-floating-menu-blur.iw-blur {
    display: none !important;
  }
}
@media print {
  .val-floating-menu-blur.iw-blur {
    display: none !important;
  }
}
.val-floating-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
  top: 30px;
  right: 0;
  width: 260px;
  overflow: auto;
  border-radius: 8px 0 8px 8px;
  border: 1px solid #dddee1;
  max-height: calc(100vh - 120px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (width <= 768px) {
  .val-floating-menu__container {
    top: -16px;
    border-radius: 0;
    border: none;
    border-left: 1px solid #dddee1;
    padding-top: 35px;
    height: calc(100vh + 16px);
    max-height: calc(100vh + 16px);
    width: 65vw;
    max-width: 300px;
    position: absolute;
  }
}
.val-floating-menu__container[data-show=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.val-floating-menu__container[data-show=false] {
  display: none;
}
.val-floating-menu__header {
  padding: 16px 24px 0;
  width: 100%;
}
.val-floating-menu__header .val-floating-menu__title {
  margin: 0;
  padding-left: 32px;
  color: #333333;
  font-family: open sans semibold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5313rem;
  position: relative;
}
.val-floating-menu__header .val-floating-menu__title:before {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -64.25rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.val-floating-menu__content {
  padding: 0 0 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 30px;
}
@media screen and (width <= 768px) {
  .val-floating-menu__content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    max-width: 100%;
    right: 0;
    top: 0;
  }
}
.val-floating-menu__content a {
  padding: 12px 24px;
  margin: 0;
  color: #333333;
  font-family: open sans regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none !important;
  position: relative;
}
.val-floating-menu__content a:after {
  content: none;
}
.val-floating-menu__content a:before {
  content: "";
  width: 8px;
  height: calc(100% - 16px);
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.val-floating-menu__content a:hover:before {
  background-color: #d4e7f6;
}
.val-floating-menu__content .highlight:before {
  border-color: #154194;
  background-color: #154194;
}
.val-floating-menu__toggle-button {
  width: 56px;
  height: 56px;
  right: 0;
  background-color: #154194;
  border-radius: 50px;
  z-index: 99;
  position: absolute;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: open sans regular, sans-serif;
  font-size: 0.75rem;
  line-height: 1.0213rem;
}
@media screen and (width <= 768px) {
  .val-floating-menu__toggle-button {
    top: 20px;
    right: 20px;
  }
}
.val-floating-menu__toggle-button:hover {
  background-color: #1e3476;
}
.val-floating-menu__toggle-button .action-text {
  color: #ffffff;
  font-family: open sans regular, sans-serif;
  font-size: 0.75rem;
  line-height: 1.0213rem;
}
.val-floating-menu__toggle-button[aria-expanded=true]:before {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -14.6614583333rem/100% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.val-floating-menu__toggle-button[aria-expanded=false]:before {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -53.5416666667rem/100% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (width <= 768px) {
  .val-floating-menu__toggle-button[aria-expanded=true]:before {
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    content: "";
    display: inline-block;
    background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -13.1953125rem/100% auto;
  }
  .val-floating-menu__toggle-button[aria-expanded=true] .action-text {
    display: none;
  }
  .val-floating-menu__toggle-button[aria-expanded=true] {
    height: 48px;
    width: 48px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (width <= 768px) {
  .val-floating-menu + * {
    padding-right: 90px;
  }
}