/* Predefined Colors */
:root, [idv-theme] {
  color-scheme: light;
  --idv-primaryColor:#168f5d;
  --idv-bodyBgColor:#e9ecef;
  --idv-textColor:#000000;
  --idv-textSecondaryColor:#343a40;
  --idv-lightMenuGradientStartBgColor:#87888a;
  --idv-topbarLeftGradientStartBgColor:#ffffff;
  --idv-lightTopbarLeftGradientStartBgColor:#87888a;
  --idv-topbarLeftGradientEndBgColor:#ffffff ;
  --idv-topbarRightGradientStartBgColor:#ffffff ;
  --idv-topbarRightGradientEndBgColor:#ffffff ;
  --idv-topbarTextColor:var(--idv-primaryColor) ;
  --idv-menuMenuitemColor:#292B2C;
  --idv-menuMenuitemActiveColor:#006600 ;
  --idv-darkenMenuMenuitemActiveColor:darken(#006600,10) ;
  --idv-menuRootMenuitemColor:var(--idv-primaryColor);
  --idv-menuMenuitemActiveBgColor:#c9cbcf;
  --idv-menuGradientStartBgColor:#ffffff;
  --idv-menuGradientEndBgColor:#ffffff;
  --idv-menuitemHoverBgColor:#c9cbcf;
  --idv-menuitemActiveColor:var(--idv-primaryColor);
  --idv-menuitemActiveBgColor:#c9cbcf;
  --idv-menuButtonBgColor:#ffffff;
  --idv-menuButtonColor:var(--idv-primaryColor);
  --idv-menuHoverBgColor:#c9cbcf;
  --idv-badgeBgColor:#ffc107;
  --idv-badgeColor:#282b30;
  --idv-headerBgColor: #fff;
  --idv-badgeBgColor:#ffc107;
  --dhx-s-grid-selection-background:var(--dhx-color-gray-700);
  --dhx-color-primary:var(--idv-primaryColor);
  --idv-darkenInfoMessageBg:darken(var(--idv-infoMessageBg), 5%);
  --idv-infoMessageBg:#cce5ff;
  /* https://www.webmart.de/web/harmonische-farben#168f5d:t:d:g:d */
  --highcharts-background-color: var(--idv-shade000);
  --idv-harm-1:#00a67e;
  --idv-harm-5:#007458;
  --idv-harm-9:#bffff0;
  --idv-harm-13:#80ffe0;
  --idv-harm-2:#ff4b00;
  --idv-harm-6:#b33500;
  --idv-harm-10:#ffd2bf;
  --idv-harm-14:#ffa580;
  --idv-harm-3:#ffa500;
  --idv-harm-7:#b37300;
  --idv-harm-11:#ffe9bf;
  --idv-harm-15:#ffd280;
  --idv-harm-4:#0c27bf;
  --idv-harm-8:#081b86;
  --idv-harm-12:#c3ccff;
  --idv-harm-16:#8799ff;
}

[idv-theme=dark] {
  color-scheme: dark;
  --idv-bodyBgColor:#000000;
  --idv-textColor:#ffffff;
  --idv-textSecondaryColor:#e1e8e6;
  --idv-topbarLeftGradientStartBgColor:#34363b;
  --idv-topbarLeftGradientEndBgColor:#34363b;
  --idv-topbarRightGradientStartBgColor:#34363b ;
  --idv-topbarRightGradientEndBgColor:#3e4149;
  --idv-lightTopbarLeftGradientStartBgColor:#87888a;
  --idv-topbarTextColor:#168f5d ;
  --idv-menuMenuitemColor:#ffffff;
  --idv-menuitemHoverBgColor:#3e4149;
  --idv-menuHoverBgColor:#4a4d54;
  --idv-menuRootMenuitemColor:rgba(255, 255, 255, 0.65);
  --idv-menuGradientStartBgColor:#363a41;
  --idv-menuGradientEndBgColor:#363a41;
  --idv-menuMenuitemActiveColor:#ffffff;
  --idv-darkenMenuMenuitemActiveColor:darken(#ffffff,10);
  --idv-menuitemActiveColor:#168f5d;
  --idv-menuitemActiveBgColor:#3e4149;
  --idv-menuButtonBgColor:#3e4149;
  --idv-menuButtonColor:#ffffff;
  --idv-menuMenuitemActiveBgColor:#3e4149;
  --idv-darkenInfoMessageBg:#cce5ff;
  --idv-infoMessageBg:darken(var(--idv-infoMessageBg), 5%);
  --dhx-font-color-primary:var(--dhx-color-white);
  --dhx-font-color-secondary:hsla(0,0%,100%,0.7);
  --dhx-font-color-additional:hsla(0,0%,100%,0.5);
  --dhx-font-color-disabled:hsla(0,0%,100%,0.5);
  --dhx-font-color-contrast:var(--dhx-color-white);
  --dhx-font-color-contrast-disabled:var(--dhx-font-color-disabled);
  --dhx-border-color:hsla(0,0%,100%,0.3);
  --dhx-border-color-focused:hsla(0,0%,100%,0.5);
  --dhx-l-secondary:60%;
  --dhx-h-background:226;
  --dhx-s-background:12%;
  --dhx-l-background:20%;
  --dhx-background-primary:hsl(var(--dhx-h-background),var(--dhx-s-background),var(--dhx-l-background));
  --dhx-background-secondary:hsl(var(--dhx-h-background),var(--dhx-s-background),calc(var(--dhx-l-background) + 8%));
  --dhx-background-additional:hsl(var(--dhx-h-background),var(--dhx-s-background),calc(var(--dhx-l-background) + 12%));
  --dhx-s-toolbar-background:var(--dhx-color-black);
  --dhx-s-toolbar-button-background-hover:hsla(0,0%,100%,0.07);
  --dhx-s-toolbar-button-background-active:hsla(0,0%,100%,0.15);
  --dhx-s-grid-header-background:#212329;
  --dhx-s-grid-selection-background:var(--dhx-color-gray-100);
  --dhx-s-calendar-muffled:.6;
  --dhx-s-tick-font-size:calc(var(--dhx-font-size-small)/1.2);
  /* UI colors */
  --highcharts-background-color: var(--idv-shade000);
  /*
      Neutral color variations
      https://www.highcharts.com/samples/highcharts/css/palette-helper
  */
  --highcharts-neutral-color-100: rgb(255, 255, 255);
  --highcharts-neutral-color-80: rgb(214, 214, 214);
  --highcharts-neutral-color-60: rgb(173, 173, 173);
  --highcharts-neutral-color-40: rgb(133, 133, 133);
  --highcharts-neutral-color-20: rgb(92, 92, 92);
  --highcharts-neutral-color-10: rgb(71, 71, 71);
  --highcharts-neutral-color-5: rgb(61, 61, 61);
  --highcharts-neutral-color-3: rgb(57, 57, 57);
  /* Highlight color variations */
  --highcharts-highlight-color-100: rgb(122, 167, 255);
  --highcharts-highlight-color-80: rgb(108, 144, 214);
  --highcharts-highlight-color-60: rgb(94, 121, 173);
  --highcharts-highlight-color-20: rgb(65, 74, 92);
  --highcharts-highlight-color-10: rgb(58, 63, 71);
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=avalon-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.eot.xhtml?ln=avalon-layout#iefix") format("embedded-opentype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.woff2.xhtml?ln=avalon-layout") format("woff2"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.woff.xhtml?ln=avalon-layout") format("woff"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.ttf.xhtml?ln=avalon-layout") format("truetype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-300.svg.xhtml?ln=avalon-layout#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=avalon-layout");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.eot.xhtml?ln=avalon-layout#iefix") format("embedded-opentype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.woff2.xhtml?ln=avalon-layout") format("woff2"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.woff.xhtml?ln=avalon-layout") format("woff"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.ttf.xhtml?ln=avalon-layout") format("truetype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-regular.svg.xhtml?ln=avalon-layout#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=avalon-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.eot.xhtml?ln=avalon-layout#iefix") format("embedded-opentype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.woff2.xhtml?ln=avalon-layout") format("woff2"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.woff.xhtml?ln=avalon-layout") format("woff"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.ttf.xhtml?ln=avalon-layout") format("truetype"), url("/idvapps/jlogin/javax.faces.resource/fonts/roboto-v15-latin-700.svg.xhtml?ln=avalon-layout#Roboto") format("svg");
  /* Legacy iOS */
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 0.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 0.5s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.3s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.3s;
}

.layout-config {
  position: fixed;
  padding: 0;
  top: 60px;
  display: block;
  right: 0;
  width: 20em;
  z-index: 996;
  height: calc(100% - 60px);
  transform: translate3d(20em, 0px, 0px);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background-color: #ffffff;
  backface-visibility: hidden;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config.layout-config-active {
  transform: translate3d(0px, 0px, 0px);
}
.layout-config.layout-config-active .layout-config-button i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.layout-config .layout-config-button {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #fafafa;
  text-align: center;
  top: 230px;
  left: -51px;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  color: var(--idv-topbarLeftGradientStartBgColor);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config .layout-config-button i {
  font-size: 32px;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.layout-config .layout-config-button:hover {
  color: var(--idv-lightTopbarLeftGradientStartBgColor);
}
.layout-config .layout-config-close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 20px;
  top: 10px;
  z-index: 999;
  background-color: #e0284f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-config .layout-config-close i {
  color: #ffffff;
  line-height: inherit;
  font-size: 12px;
}
.layout-config .layout-config-close:hover {
  background-color: #d44d69;
}
.layout-config .layout-config-content {
  position: relative;
  height: 100%;
  padding: 1em;
  overflow: auto;
}
.layout-config .layout-config-content .layout-themes {
  display: flex;
  flex-wrap: wrap;
}
.layout-config .layout-config-content .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-config-content .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-config-content .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-config-content .layout-themes a:hover {
  transform: scale(1.1);
}
.layout-config .p-col {
  text-align: center;
}
.layout-config p {
  line-height: 1.5;
  margin-top: 0;
  color: var(--idv-textSecondaryColor);
}
.layout-config .grid-radio td {
  padding: 0 0.5rem 1rem 0;
}

.blocked-scroll-config {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layout-config {
    transform: translate3d(20em, 0px, 0px);
  }
  .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-config .layout-config-close {
    right: 29px;
  }
}
.exception-body {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.exception-body.error {
  background: url("/idvapps/jlogin/javax.faces.resource/images/exception/bg-error.png.xhtml?ln=avalon-layout") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body.access {
  background: url("/idvapps/jlogin/javax.faces.resource/images/exception/bg-access.png.xhtml?ln=avalon-layout") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body.notfound {
  background: url("/idvapps/jlogin/javax.faces.resource/images/exception/bg-404.png.xhtml?ln=avalon-layout") no-repeat;
  background-size: cover;
  background-position: center;
}
.exception-body .exception-text {
  text-align: center;
  font-size: 36px;
  padding-top: 30px;
  font-weight: bold;
  color: #ffffff;
}
.exception-body .exception-text .exception-box {
  display: inline-block;
  padding: 2px 8px;
  color: #292b2c;
  background-color: #ffffff;
}
.exception-body .exception-text .notfound-box {
  display: inline-block;
  padding: 2px 8px;
  color: #ffffff;
  background-color: #292b2c;
}
.exception-body .exception-text .notfound-text {
  color: #292b2c;
}
.exception-body .exception-image {
  width: 100%;
  position: absolute;
  top: -36px;
  text-align: center;
  z-index: 1;
}
.exception-body .exception-panel {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #292b2c;
}
.exception-body .exception-panel .exception-panel-content {
  width: 400px;
  position: relative;
  margin-left: -200px;
  top: 30px;
  left: 50%;
  color: #ffffff;
}
.exception-body .exception-panel .exception-panel-content span.secondary {
  margin: 0;
  font-size: 90px;
  font-weight: 300;
  margin-left: 110px;
  position: relative;
  top: -25px;
}
.exception-body .exception-panel .exception-panel-content .information-text {
  padding: 15px;
}
.exception-body .exception-panel .exception-panel-content .information-text h3 {
  margin: 0;
  margin-bottom: 7px;
}
.exception-body .exception-panel .exception-panel-content .information-text p {
  margin: 0;
}
.exception-body .exception-panel .exception-panel-content p {
  font-weight: 400;
  margin: 0;
}

.help-wrapper {
  background-color: #eef2f6;
}
.help-wrapper .help-header {
  padding: 0;
  height: 30vh;
  position: relative;
  margin: 0 7px;
  margin-bottom: 10px;
  background: url("/idvapps/jlogin/javax.faces.resource/images/extensions/asset-faq@2x.jpg.xhtml?ln=avalon-layout") top;
  background-size: cover;
  background-repeat: no-repeat;
}
.help-wrapper .help-header .header-title {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.help-wrapper .help-header .header-title h1 {
  font-size: 28px;
  color: #292b2c;
  margin: 0;
}
.help-wrapper .help-header .header-title span {
  font-size: 16px;
  color: #777777;
}
.help-wrapper .help-header .header-image {
  padding: 0;
  text-align: right;
  width: 100%;
}
.help-wrapper .help-header .header-image img {
  width: 85%;
  height: 30vh;
}
.help-wrapper .icon {
  background-image: linear-gradient(to bottom, #3cafbd, #aac7cb);
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.help-wrapper .icon i {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.help-wrapper .help-content .card.accordion-card .card-header {
  padding-bottom: 15px;
}
.help-wrapper .help-content .card.accordion-card .card-header .icon i {
  left: 50%;
}
.help-wrapper .help-content .card.accordion-card .card-header .title h1 {
  font-size: 16px;
  font-weight: 500;
  color: #292b2c;
  margin: 0;
}
.help-wrapper .help-content .card.accordion-card .card-header .title span {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
}
.help-wrapper .help-content .card.accordion-card .card-header .feedback-buttons {
  text-align: right;
  margin-top: 8px;
}
.help-wrapper .help-content .card.accordion-card .card-header .feedback-buttons button {
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px;
  width: 125px;
}
.help-wrapper .help-content .card.accordion-card .card-header .feedback-buttons button.not-helpful {
  border: solid 1px #de7470;
  background-color: #f2dede;
  color: #a94442;
}
.help-wrapper .help-content .card.accordion-card .card-header .feedback-buttons button.helpful {
  border: solid 1px #8cd6ad;
  background-color: #e6f6ed;
  color: #217848;
}
.help-wrapper .help-content .card.accordion-card .card-content .questions .ui-accordion .ui-accordion-header {
  border-radius: 4px;
  border: solid 1px #dddddd;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 35px;
}
.help-wrapper .help-content .card.api-card .card-header .title h2 {
  font-size: 14px;
  color: #292b2c;
  margin: 0;
  margin-bottom: 15px;
}
.help-wrapper .help-content .card.api-card .card-header .status P {
  color: #5cb85c;
  text-align: right;
  margin: 0;
  margin-bottom: 15px;
}
.help-wrapper .help-content .card.api-card .card-content .progress-bars {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.help-wrapper .help-content .card.api-card .card-content .progress-bars .progress-bar {
  height: 65px;
  background-color: #5cb85c;
  flex: 0 1 calc(3.3333333333% - 5px);
}
.help-wrapper .help-content .card.api-card .card-content .progress-bars .progress-bar:last-child {
  margin-right: 0;
}
.help-wrapper .help-content .card.api-card .card-content .progress-bars .progress-bar.fail {
  background-color: #d9534f;
}
.help-wrapper .help-content .card.api-card .card-content .days {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.help-wrapper .help-content .card.api-card .card-content .today {
  text-align: right;
  display: inline-block;
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.help-wrapper .help-content .card.blog-card .card-header {
  padding-bottom: 15px;
}
.help-wrapper .help-content .card.blog-card .card-header .title h1 {
  font-size: 16px;
  font-weight: 500;
  color: #292b2c;
  margin: 0;
}
.help-wrapper .help-content .card.blog-card .card-header .title span {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post {
  background: url("/idvapps/jlogin/javax.faces.resource/images/extensions/bg-blogpost@2x.jpg.xhtml?ln=avalon-layout") center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  border: solid 1px #f5f5f5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post:nth-child(2) {
  background: url("/idvapps/jlogin/javax.faces.resource/images/extensions/bg-blogpost2@2x.jpg.xhtml?ln=avalon-layout") center;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post:nth-child(3) {
  background: url("/idvapps/jlogin/javax.faces.resource/images/extensions/bg-blogpost@3x.jpg.xhtml?ln=avalon-layout") center;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post .blog-text {
  margin-left: 20px;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post .blog-text h1 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 700;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post .blog-text span {
  font-size: 14px;
  color: #ffffff;
}
.help-wrapper .help-content .card.blog-card .card-content .blog-post .blog-profile img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -15px;
}

@media (max-width: 640px) {
  .help-wrapper .icon {
    width: 40px;
    height: 40px;
  }
  .help-wrapper .icon i {
    font-size: 26px;
  }
  .help-wrapper .help-header {
    height: 35vh;
    background-position: bottom;
    background-size: auto;
  }
  .help-wrapper .help-header .header-title {
    margin-top: 0px;
    padding: 5px;
  }
  .help-wrapper .help-header .header-title h1, .help-wrapper .help-header .header-title span {
    color: #ffffff;
  }
}
.invoice-wrapper {
  padding: 0;
  padding-bottom: 10px;
  background-color: #ffffff;
  min-width: 768px;
}
.invoice-wrapper .invoice-header {
  padding: 40px;
  background-color: #6aa5d8;
}
.invoice-wrapper .invoice-header .title-date {
  text-align: right;
}
.invoice-wrapper .invoice-header .title-date .title {
  font-size: 24px;
  color: var(--idv-textColor);
}
.invoice-wrapper .invoice-header .logo-adress {
  text-align: left;
}
.invoice-wrapper .card {
  background-color: transparent;
}
.invoice-wrapper .card.invoice-table {
  padding: 0px;
  margin-bottom: 42px;
  width: 100%;
}
.invoice-wrapper .card.invoice-table h2, .invoice-wrapper .card.invoice-table p {
  margin: 0;
}
.invoice-wrapper .card.invoice-table .table-header {
  padding: 0px 40px;
  margin-top: -40px;
  padding-top: 10px;
}
.invoice-wrapper .card.invoice-table .table-header h2 {
  font-size: 12px;
  font-weight: 700;
  color: #292b2c;
  background-color: #ffffff;
  padding: 10px;
  display: inline;
  border-radius: 4px;
}
.invoice-wrapper .card.invoice-table .table-content-row {
  padding: 10px 45px;
  font-weight: 500;
  color: #212121;
}
.invoice-wrapper .card.invoice-table .table-content-row h2 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.invoice-wrapper .card.invoice-table .table-content-row.even {
  background-color: #f9f9f9;
}
.invoice-wrapper .card.invoice-table .total {
  color: var(--idv-topbarLeftGradientStartBgColor);
}
.invoice-wrapper .card.invoice-table .total h2 {
  color: var(--idv-topbarLeftGradientStartBgColor);
}
.invoice-wrapper .card.invoice-table.products-table .table-header h2 {
  background-color: #f9f9f9;
}
.invoice-wrapper .card.invoice-table.bank-total-table .table-header {
  background-color: #6aa5d8;
}
.invoice-wrapper .table-g-6 {
  padding: 0;
}
.invoice-wrapper .text-left {
  text-align: left;
}
.invoice-wrapper .text-right {
  text-align: right;
}
.invoice-wrapper hr {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.22);
  color: #fff;
  background-color: #fff;
  height: 50px;
  margin: 50px 50px;
}

@media (max-width: 992px) {
  .invoice-wrapper .invoice-header {
    padding: 15px;
    padding-bottom: 40px;
  }
  .invoice-wrapper .card.invoice-table .table-header {
    padding: 0px;
    margin-top: -30px;
  }
  .invoice-wrapper .card.invoice-table .table-content-row {
    padding: 10px 5px;
  }
  .invoice-wrapper .card.invoice-table.bank-total-table .table-header {
    padding-top: 10px;
    background-color: #6aa5d8;
  }
}
@media print {
  #invoice-content {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
  }
}
.landing-body {
  background: #f4f4f4;
}
.landing-body .section-button {
  padding: 0.429em 0.857em;
  background-color: #337ab7;
  color: #ffffff;
  text-align: center;
  border: 0 none;
  font-size: 14px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 4px;
}
.landing-body .section-button:hover {
  background-color: #2d6da3;
  cursor: pointer;
}
.landing-body .section-button:focus {
  background-color: #2d6da3;
  outline: 0 none;
}
.landing-body .landing-menu {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  text-align: center;
}
.landing-body .landing-menu li {
  display: inline-block;
  font-size: 16px;
  margin-left: 36px;
}
.landing-body .landing-menu li:first-child {
  margin-left: 0;
}
.landing-body .landing-menu li a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.landing-body .landing-menu li a:hover {
  border-bottom: 1px solid #ffffff;
}
.landing-body .landing-wrapper #header {
  background: url("../images/landing/landing-main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.landing-body .landing-wrapper #header .header-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.landing-body .landing-wrapper #header .header-top .logo {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 90px;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane {
  float: right;
  margin: 30px 0 0 0;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane button {
  min-width: 100px;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 20px;
}
.landing-body .landing-wrapper #header .header-top .sign-up-buttonpane button:hover {
  background-color: #ffffff;
  color: #434560;
}
.landing-body .landing-wrapper #header .header-content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 150px;
  color: #ffffff;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #header .header-content h1 {
  font-size: 28px;
  font-weight: 400;
}
.landing-body .landing-wrapper #header .header-content h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
.landing-body .landing-wrapper #header .header-content button {
  width: 170px;
}
.landing-body .landing-wrapper #features {
  background-color: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.landing-body .landing-wrapper #features > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 75px 0;
  color: #292b2c;
}
.landing-body .landing-wrapper #features > div .features-content {
  text-align: left;
}
.landing-body .landing-wrapper #features > div .features-content .feature-header {
  height: 47px;
  position: relative;
}
.landing-body .landing-wrapper #features > div .features-content .feature-header img {
  position: absolute;
  bottom: 0;
}
.landing-body .landing-wrapper #features > div .features-content h3 {
  font-size: 18px;
}
.landing-body .landing-wrapper #features > div .features-content p {
  font-size: 14px;
  margin: 6px 0 0 0;
  line-height: 1.5;
}
.landing-body .landing-wrapper #features > div .features-content .p-col-12 {
  padding: 20px;
}
.landing-body .landing-wrapper #showcase-content-wrapper {
  background-color: #fafcfe;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 100px;
  box-sizing: border-box;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content h2 {
  margin: 0;
  padding: 0;
  color: #2d353c;
  font-size: 22px;
  margin: 0 auto;
}
.landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
  color: #757575;
  width: 400px;
  line-height: 1.5;
}
.landing-body .landing-wrapper #showcase-content-wrapper .intro-logo {
  width: 80px;
  margin-bottom: 30px;
}
.landing-body .landing-wrapper #showcase-content-wrapper .layout-image {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 800px;
}
.landing-body .landing-wrapper #stats {
  background: #6d6d7e;
  background: radial-gradient(circle at 50% 50%, #6d6d7e, #3b3b48);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d7e", endColorstr="#3b3b48", GradientType=1);
}
.landing-body .landing-wrapper #stats > div {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.landing-body .landing-wrapper #stats > div .stat-card {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
.landing-body .landing-wrapper #stats > div .component-content {
  padding: 30px;
}
.landing-body .landing-wrapper #stats > div .component-content.components {
  background-color: #a83279;
  background-image: -webkit-gradient(linear, left top, right top, from(#a83279), to(#b04167));
  background-image: -webkit-linear-gradient(left, #a83279, #b04167);
  background-image: -moz-linear-gradient(left, #a83279, #b04167);
  background-image: -ms-linear-gradient(left, #a83279, #b04167);
  background-image: -o-linear-gradient(left, #a83279, #b04167);
  background-image: linear-gradient(left, #a83279, #b04167);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a83279", endColorstr="#b04167", gradientType="1");
}
.landing-body .landing-wrapper #stats > div .component-content.development {
  background-color: #457fca;
  background-image: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
  background-image: -webkit-linear-gradient(left, #457fca, #5691c8);
  background-image: -moz-linear-gradient(left, #457fca, #5691c8);
  background-image: -ms-linear-gradient(left, #457fca, #5691c8);
  background-image: -o-linear-gradient(left, #457fca, #5691c8);
  background-image: linear-gradient(left, #457fca, #5691c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457fca", endColorstr="#5691c8", gradientType="1");
}
.landing-body .landing-wrapper #stats > div .component-content.consumed {
  background-color: #563d7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(top, #563d7c, #6f5499);
  background-image: -moz-linear-gradient(top, #563d7c, #6f5499);
  background-image: -ms-linear-gradient(top, #563d7c, #6f5499);
  background-image: -o-linear-gradient(top, #563d7c, #6f5499);
  background-image: linear-gradient(to bottom, #563d7c, #6f5499);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#563d7c", endColorstr="#6f5499");
}
.landing-body .landing-wrapper #pricing {
  background-color: #ffffff;
  padding: 60px 0 75px 0;
  text-align: center;
}
.landing-body .landing-wrapper #pricing > div {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.landing-body .landing-wrapper #pricing > div h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 45px 0;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type {
  border: 1px solid #dddddd;
  height: 100%;
  color: #6a6a7d;
  box-sizing: border-box;
  border-radius: 3px;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type .price-header {
  background-color: #f5f5f5;
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type .price-for {
  color: #bdc3c9;
  font-weight: bold;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type .price-content span {
  color: #6a6a7d;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type .price-footer {
  padding: 10px 60px 30px 60px;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type ul {
  padding: 0;
  margin-top: 0;
  min-height: 175px;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type ul li {
  color: #6ba6d9;
  list-style-type: none;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #dddddd;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type ul li span {
  margin-left: 12px;
}
.landing-body .landing-wrapper #pricing > div .p-col-12 .price-type button {
  width: 100%;
}
.landing-body .landing-wrapper #video {
  padding: 60px 0 75px 0;
  text-align: left;
}
.landing-body .landing-wrapper #video > div {
  width: 1200px;
  margin: 0 auto;
}
.landing-body .landing-wrapper #video > div .video-content {
  text-align: right;
}
.landing-body .landing-wrapper #video > div .video-content p {
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer {
  padding: 30px 0;
  background-color: #292b2c;
  border: solid 1px #dee4e9;
}
.landing-body .landing-wrapper #footer .social-icons {
  font-size: 36px;
  vertical-align: middle;
  text-align: right;
}
.landing-body .landing-wrapper #footer .social-icons a {
  color: #ffffff;
}
.landing-body .landing-wrapper #footer > div {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.landing-body .landing-wrapper #footer > div img {
  width: 120px;
  margin-bottom: 10px;
}
.landing-body .landing-wrapper #footer > div span {
  color: #cccccc;
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter a {
  position: relative;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter input {
  width: 180px;
}
.landing-body .landing-wrapper #footer > div .footer-newsletter .input-icon {
  position: absolute;
  right: 5px;
  top: 0;
  color: #3e9018;
  font-size: 18px;
}
.landing-body .landing-wrapper #footer > div .landing-menu {
  float: none;
  margin: 0;
  margin-left: 130px;
}
.landing-body .landing-wrapper #footer > div .landing-menu li {
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
.landing-body .landing-wrapper #footer > div .landing-menu li a {
  color: #cccccc;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.landing-body .landing-wrapper #footer > div .landing-menu li a:hover {
  color: #ffffff;
  background-color: transparent;
}

@media (max-width: 1200px) {
  .landing-body {
    background: #f4f4f4;
  }
  .landing-body .landing-menu {
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 150px;
  }
  .landing-body .landing-menu li {
    font-size: 16px;
    margin-left: 16px;
  }
  .landing-body .landing-wrapper #header .header-top {
    width: 100%;
  }
  .landing-body .landing-wrapper #header .header-top .sign-up-buttonpane {
    position: absolute;
    float: none;
    left: 50%;
    margin-left: -76px;
    top: 200px;
  }
  .landing-body .landing-wrapper #header .header-content {
    width: 100%;
    padding: 250px 20px 150px 20px;
  }
  .landing-body .landing-wrapper #features {
    padding: 0 50px;
  }
  .landing-body .landing-wrapper #features > div {
    width: 100%;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper {
    height: 600px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
    padding: 50px;
    width: 100%;
    text-align: center;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content p {
    width: 100%;
  }
  .landing-body .landing-wrapper #stats > div {
    width: 100%;
    padding: 60px 50px;
  }
  .landing-body .landing-wrapper #stats > div .stat-card {
    padding: 10px 7px;
  }
  .landing-body .landing-wrapper #pricing > div {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .landing-body .landing-wrapper #video > div {
    width: 100%;
  }
  .landing-body .landing-wrapper #video > div .video-container {
    float: none;
    text-align: center;
  }
  .landing-body .landing-wrapper #video > div .video-content {
    text-align: center;
  }
  .landing-body .landing-wrapper #video > div iframe {
    width: 360px;
    height: 220px;
  }
  .landing-body .landing-wrapper #footer > div {
    width: 100%;
    text-align: left;
    padding: 0 50px;
  }
  .landing-body .landing-wrapper #footer > div .social-icons {
    text-align: center;
  }
  .landing-body .landing-wrapper #footer > div ul {
    display: none;
  }
}
@media (max-width: 720px) {
  .landing-body .landing-wrapper #showcase-content-wrapper {
    height: 550px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .showcase-content {
    padding: 50px;
  }
  .landing-body .landing-wrapper #showcase-content-wrapper .layout-image {
    width: 500px;
  }
  .landing-body .landing-wrapper #video > div iframe {
    width: 300px;
    height: 200px;
  }
  .landing-body .landing-wrapper #footer > div {
    text-align: center;
  }
}
.login-body {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.login-body .exception-image {
  width: 100%;
  position: absolute;
  top: -36px;
  text-align: center;
  z-index: 1;
}
.login-body .login-image {
  height: calc(100% - 380px);
  background: url("") no-repeat;
  background-size: cover;
  background-position: center;
}
.login-body .login-panel {
  width: 100%;
  height: 380px;
  position: absolute;
  margin-bottom: 0;
  border-radius: 0;
  bottom: 0;
  text-align: center;
  background-color: #292b2c;
}
.login-body .login-panel .login-panel-content {
  width: 400px;
  position: relative;
  margin-left: -200px;
  top: 30px;
  left: 50%;
  color: #ffffff;
}
.login-body .login-panel .login-panel-content .login-label {
  color: #cccccc;
  margin-bottom: 5px;
}
.login-body .login-panel .login-panel-content .login-input {
  margin-top: 5px;
}
.login-body .login-panel .login-panel-content .guest-sign-in {
  color: #999999;
  font-size: 12px;
}
.login-body .login-panel .login-panel-content .welcome-text {
  margin-bottom: 0;
}
.login-body .login-panel .login-panel-content .forget-password {
  color: #cccccc;
}

@media (max-width: 640px) {
  .login-body .login-panel .login-panel-content {
    padding: 0 50px;
  }
}
:root {
  --topbar-height: 60px;
  --sideaccordio-width: 20rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: var(--idv-textColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: var(--idv-bodyBgColor);
}
body li.ui-linielink {
  list-style-type: none;
}
body a {
  text-decoration: none;
}
#topbar-profile-overlay {
  margin-top: -5px;
  display: flex;
  justify-content: flex-end;
}

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 999999997;
}

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: var(--topbar-height);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.layout-wrapper .topbar .topbar-left {
  padding: 15px;
  height: var(--topbar-height);
  width: 235px;
  float: left;
  background-color: var(--idv-topbarLeftGradientStartBgColor);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--idv-topbarLeftGradientStartBgColor)), to(var(--idv-topbarLeftGradientEndBgColor)));
  background-image: -webkit-linear-gradient(left, var(--idv-topbarLeftGradientStartBgColor), var(--idv-topbarLeftGradientEndBgColor));
  background-image: -moz-linear-gradient(left, var(--idv-topbarLeftGradientStartBgColor), var(--idv-topbarLeftGradientEndBgColor));
  background-image: -ms-linear-gradient(left, var(--idv-topbarLeftGradientStartBgColor), var(--idv-topbarLeftGradientEndBgColor));
  background-image: -o-linear-gradient(left, var(--idv-topbarLeftGradientStartBgColor), var(--idv-topbarLeftGradientEndBgColor));
  background-image: linear-gradient(left, var(--idv-topbarLeftGradientStartBgColor), var(--idv-topbarLeftGradientEndBgColor));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--idv-topbarLeftGradientStartBgColor)", endColorstr="var(--idv-topbarLeftGradientEndBgColor)", gradientType="1");
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.layout-wrapper .topbar .topbar-left .topbar-logo {
  height: 30px;
}
.layout-wrapper .topbar .topbar-right {
  padding: 15px;
  height: var(--topbar-height);
  background-color: var(--idv-topbarRightGradientStartBgColor);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--idv-topbarRightGradientStartBgColor)), to(var(--idv-topbarRightGradientEndBgColor)));
  background-image: -webkit-linear-gradient(left, var(--idv-topbarRightGradientStartBgColor), var(--idv-topbarRightGradientEndBgColor));
  background-image: -moz-linear-gradient(left, var(--idv-topbarRightGradientStartBgColor), var(--idv-topbarRightGradientEndBgColor));
  background-image: -ms-linear-gradient(left, var(--idv-topbarRightGradientStartBgColor), var(--idv-topbarRightGradientEndBgColor));
  background-image: -o-linear-gradient(left, var(--idv-topbarRightGradientStartBgColor), var(--idv-topbarRightGradientEndBgColor));
  background-image: linear-gradient(left, var(--idv-topbarRightGradientStartBgColor), var(--idv-topbarRightGradientEndBgColor));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--idv-topbarRightGradientStartBgColor)", endColorstr="var(--idv-topbarRightGradientEndBgColor)", gradientType="1");
}
.layout-wrapper .topbar .topbar-right #menu-button {
  color: var(--idv-menuButtonColor);
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 219px;
  text-align: center;
  background-color: var(--idv-menuButtonBgColor);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.layout-wrapper .topbar .topbar-right #menu-button:hover {
  background-color: var(--idv-menuHoverBgColor);
}
.layout-wrapper .topbar .topbar-right #menu-button i {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
}
.layout-wrapper .topbar .topbar-right #menu-button.menu-button-rotate i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button {
  display: none;
  color: var(--idv-topbarTextColor);
  vertical-align: middle;
  height: 36px;
  position: absolute;
  top: 12px;
  right: 25px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button i {
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 36px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search {
  position: relative;
  top: -2px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search input {
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
  padding: 5px 12px;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  width: 200px;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search input:focus {
  outline: 0 none;
  border: 1px solid var(--idv-menuitemActiveColor);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item .topbar-search i {
  position: absolute;
  color: var(--idv-textSecondaryColor);
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.layout-wrapper .topbar .topbar-right .topbar-items-profile .search-item .topbar-search {
  position: relative;
  top: -2px;
}
.layout-wrapper .topbar .topbar-right .topbar-items-profile .search-item .topbar-search input {
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
  padding: 5px 12px;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  width: 200px;
}
.layout-wrapper .topbar .topbar-right .topbar-items-profile .search-item .topbar-search input:focus {
  outline: 0 none;
  border: 1px solid var(--idv-menuitemActiveColor);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 0 var(--idv-menuitemActiveColor);
}
.layout-wrapper .topbar .topbar-right .topbar-items-profile .search-item .topbar-search i {
  position: absolute;
  color: var(--idv-textSecondaryColor);
  top: 5px;
  right: 10px;
  font-size: 18px;
}
.layout-wrapper .layout-menu-container {
  overflow: auto;
  position: fixed;
  width: 235px;
  z-index: 1000;
  top: var(--topbar-height);
  height: 100%;
  background-color: var(--idv-menuGradientStartBgColor);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--idv-menuGradientStartBgColor)), to(var(--idv-menuGradientEndBgColor)));
  background-image: -webkit-linear-gradient(left, var(--idv-menuGradientStartBgColor), var(--idv-menuGradientEndBgColor));
  background-image: -moz-linear-gradient(left, var(--idv-menuGradientStartBgColor), var(--idv-menuGradientEndBgColor));
  background-image: -ms-linear-gradient(left, var(--idv-menuGradientStartBgColor), var(--idv-menuGradientEndBgColor));
  background-image: -o-linear-gradient(left, var(--idv-menuGradientStartBgColor), var(--idv-menuGradientEndBgColor));
  background-image: linear-gradient(left, var(--idv-menuGradientStartBgColor), var(--idv-menuGradientEndBgColor));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--idv-menuGradientStartBgColor)", endColorstr="var(--idv-menuGradientEndBgColor)", gradientType="1");
  border-right: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.layout-wrapper .layout-menu-container .layout-main-menu {
  padding-bottom: 120px;
}
.layout-wrapper .layout-menu-container .profile {
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.layout-wrapper .layout-menu-container .profile:after {
  content: "";
  display: table;
  clear: both;
}
.layout-wrapper .layout-menu-container .profile > a .profile-image {
  width: 45px;
  height: 45px;
  float: right;
  margin-left: 4px;
}
.layout-wrapper .layout-menu-container .profile > a .profile-name {
  display: block;
  color: var(--idv-textColor);
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-top: 4px;
}
.layout-wrapper .layout-menu-container .profile > a .profile-role {
  display: block;
  min-width: 100px;
  text-align: right;
  font-size: 12px;
  float: right;
  color: var(--idv-textSecondaryColor);
}
.layout-wrapper .layout-menu-container .profile > a i {
  float: right;
  color: var(--idv-textSecondaryColor);
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu-container .profile.profile-expanded i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu-container #profile-menu {
  border-bottom: 1px solid #d6d5d5;
  overflow: hidden;
  display: none;
}
.layout-wrapper .layout-menu-container #profile-menu li:first-child {
  margin-top: 16px;
}
.layout-wrapper .layout-menu-container #profile-menu li:last-child {
  margin-bottom: 16px;
}
.layout-wrapper.menu-layout-overlay .layout-menu-container {
  margin-left: -250px;
}
.layout-wrapper.menu-layout-overlay .layout-main, .layout-wrapper.menu-layout-overlay .layout-footer {
  margin-left: 0;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu-container {
  z-index: 999999999;
  margin-left: 0;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 999999998;
}
.layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .layout-main {
  padding: 65px 0px 0px 0px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - var(--topbar-height));
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  -moz-transition: margin-right 0.2s;
  -o-transition: margin-right 0.2s;
  -webkit-transition: margin-right 0.2s;
  transition: margin-right 0.2s;
}
.layout-wrapper .layout-mask {
  display: none;
}
.layout-wrapper .layout-footer {
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.layout-wrapper .layout-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-wrapper .layout-menu li.layout-root-menuitem > .layout-menuitem-root-text {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 0 0.5rem 1.25rem;
  color: var(--idv-textSecondaryColor);
}
.layout-wrapper .layout-menu li.layout-root-menuitem > a {
  display: none;
}
.layout-wrapper .layout-menu li a {
  display: block;
  padding: 10px 15px;
  color: var(--idv-textColor);
  width: 100%;
  -moz-transition: background-color 0.3s, border-left-color 0.3s;
  -o-transition: background-color 0.3s, border-left-color 0.3s;
  -webkit-transition: background-color 0.3s, border-left-color 0.3s;
  transition: background-color 0.3s, border-left-color 0.3s;
  overflow: hidden;
  border-left: 4px solid transparent;
  outline: none;
  cursor: pointer;
  user-select: none;
}
.layout-wrapper .layout-menu li a i {
  color: var(--idv-textSecondaryColor);
}
.layout-wrapper .layout-menu li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}
.layout-wrapper .layout-menu li a i.menuitem-toggle-icon {
  float: right;
  font-size: 16px;
  margin-top: 2px;
  margin-right: -3px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.layout-wrapper .layout-menu li a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.layout-wrapper .layout-menu li a .submenu-arrow {
  display: none;
}
.layout-wrapper .layout-menu li a:hover {
  background-color: var(--idv-menuHoverBgColor);
}
.layout-wrapper .layout-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .layout-menu li a .menuitem-badge {
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  text-align: center;
  background-color: var(--idv-badgeBgColor);
  color: var(--idv-badgeColor);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 2px;
}
.layout-wrapper .layout-menu li a.active-menuitem-routerlink {
  color: var(--idv-menuitemActiveColor);
}
.layout-wrapper .layout-menu li a.active-menuitem-routerlink i:first-child {
  color: var(--idv-menuitemActiveColor);
}
.layout-wrapper .layout-menu li.active-menuitem > a {
  color: var(--idv-menuitemActiveColor);
  background-color: var(--idv-menuitemActiveBgColor);
  border-left-color: var(--idv-menuitemActiveColor);
}
.layout-wrapper .layout-menu li.active-menuitem > a i:first-child {
  color: var(--idv-menuitemActiveColor);
}
.layout-wrapper .layout-menu li.active-menuitem > a i.menuitem-toggle-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu li ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.layout-wrapper .layout-menu li ul li a {
  padding: 10px 20px 10px 15px;
}
.layout-wrapper .layout-menu li ul li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.layout-wrapper .layout-menu li ul li ul {
  display: none;
}
.layout-wrapper .layout-menu li ul li ul li a {
  padding-left: 30px;
}
.layout-wrapper .layout-menu li ul li ul ul li a {
  padding-left: 45px;
}
.layout-wrapper .layout-menu li ul li ul ul ul li a {
  padding-left: 60px;
}
.layout-wrapper .layout-menu li ul li ul ul ul ul li a {
  padding-left: 75px;
}
.layout-wrapper .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 5px;
  z-index: 101;
  line-height: 1;
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: var(--idv-lightMenuGradientStartBgColor);
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--idv-lightMenuGradientStartBgColor);
}
.layout-wrapper .layout-footer {
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.layout-wrapper .layout-footer i {
  font-size: 1em !important;
}
.layout-wrapper .layout-footer .footer-text-left img {
  height: 25px;
}
.layout-wrapper .layout-footer .footer-text-right {
  color: var(--idv-textSecondaryColor);
  float: right;
}
.layout-wrapper .layout-footer .footer-text-right a {
  margin-left: 15px;
  color: #777777;
  font-size: 24px;
}

.ajax-loader {
  font-size: 32px;
  color: var(--idv-menuitemActiveColor);
}

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    -webkit-animation-name: none;
    animation-name: none;
    float: right;
    margin: -4px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .layout-wrapper .topbar-items > li {
    float: right;
    position: relative;
    margin-left: 14px;
  }
  .layout-wrapper .topbar-items > li > a {
    position: relative;
    display: block;
  }
  .layout-wrapper .topbar-items > li > a .topbar-item-name {
    display: none;
  }
  .layout-wrapper .topbar-items > li > a .topbar-badge {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: var(--idv-badgeBgColor);
    color: var(--idv-badgeColor);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar-items > li .topbar-icon {
    font-size: 24px;
    color: var(--idv-topbarTextColor);
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .layout-wrapper .topbar-items > li .topbar-icon:hover {
    color: #cccccc;
  }
  .layout-wrapper .topbar-items > li.profile-item a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    top: -3px;
  }
  .layout-wrapper .topbar-items > li.profile-item a:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-wrapper .topbar-items > li.profile-item a .profile-image {
    margin-left: 12px;
  }
  .layout-wrapper .topbar-items > li.profile-item a .topbar-item-name {
    display: block;
    float: left;
  }
  .layout-wrapper .topbar-items > li.profile-item a .topbar-item-role {
    display: block;
    font-size: 12px;
    color: var(--idv-topbarTextColor);
  }
  .layout-wrapper .topbar-items > li > ul {
    position: absolute;
    top: 50px;
    right: 5px;
    display: none;
    width: 250px;
    background-color: #ffffff;
    border-top: 4px solid var(--idv-menuitemActiveColor);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .layout-wrapper .topbar-items > li > ul:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid var(--idv-menuitemActiveColor);
    content: " ";
    position: absolute;
    top: -15px;
    left: 232px;
  }
  .layout-wrapper .topbar-items > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar-items > li .topbar-message img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .layout-wrapper .topbar-items-profile {
    -webkit-animation-name: none;
    animation-name: none;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .layout-wrapper .topbar-items-profile > li {
    float: right;
    position: relative;
    margin-left: 0px;
  }
  .layout-wrapper .topbar-items-profile > li > a {
    position: relative;
    display: block;
  }
  .layout-wrapper .topbar-items-profile > li > a .topbar-item-name {
    display: none;
  }
  .layout-wrapper .topbar-items-profile > li > a .topbar-badge {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: var(--idv-badgeBgColor);
    color: var(--idv-badgeColor);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar-items-profile > li .topbar-icon {
    font-size: 24px;
    color: var(--idv-topbarTextColor);
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .layout-wrapper .topbar-items-profile > li .topbar-icon:hover {
    color: #cccccc;
  }
  .layout-wrapper .topbar-items-profile > li.profile-item a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    top: -3px;
  }
  .layout-wrapper .topbar-items-profile > li.profile-item a:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-wrapper .topbar-items-profile > li.profile-item a .profile-image {
    margin-left: 12px;
  }
  .layout-wrapper .topbar-items-profile > li.profile-item a .topbar-item-name {
    display: block;
    float: left;
  }
  .layout-wrapper .topbar-items-profile > li.profile-item a .topbar-item-role {
    display: block;
    font-size: 12px;
    color: var(--idv-topbarTextColor);
  }
  .layout-wrapper .topbar-items-profile > li > ul {
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
    width: 250px;
    border-top: 4px solid var(--idv-menuitemActiveColor);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .layout-wrapper .topbar-items-profile > li > ul:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid var(--idv-menuitemActiveColor);
    content: " ";
    position: absolute;
    top: -15px;
    left: 232px;
  }
  .layout-wrapper .topbar-items-profile > li > ul > a {
    background-color: #168f5d;
    width: inherit;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
  }
  .layout-wrapper .topbar-items-profile > li > ul > a > label {
    color: var(--idv-textColor);
  }
  .layout-wrapper .topbar-items-profile > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar-items-profile > li .topbar-message img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .layout-wrapper.menu-layout-static .layout-menu-container {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static .layout-main, .layout-wrapper.menu-layout-static .layout-footer {
    margin-left: 235px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu-container {
    margin-left: -250px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main, .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background: var(--idv-topbarLeftGradientStartBgColor);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-right {
    background: var(--idv-topbarLeftGradientStartBgColor);
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: var(--topbar-height);
    height: auto;
    background-color: var(--idv-topbarLeftGradientEndBgColor);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container .menu-scroll-content {
    width: 100%;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-main-menu {
    padding-bottom: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu:last-child {
    margin-top: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li {
    float: left;
    position: relative;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.layout-root-menuitem > a {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > a:hover {
    background-color: var(--idv-menuitemHoverBgColor);
    color: var(--idv-textColor);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > a:hover i {
    color: var(--idv-textColor);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul {
    padding: 5px 0;
    z-index: 100;
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 4px solid var(--idv-menuitemActiveColor);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li a {
    padding: 10px 16px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul {
    position: static;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li ul ul ul ul ul li a {
    padding-left: 96px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li > ul li.active-menuitem > a {
    color: var(--idv-menuitemActiveColor);
    background-color: var(--idv-menuitemHoverBgColor);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > .submenu-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid var(--idv-menuitemActiveColor);
    content: " ";
    position: absolute;
    top: 38px;
    left: 20px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > a {
    color: var(--idv-menuitemActiveColor);
    background-color: var(--idv-menuitemActiveBgColor);
    border-left-color: transparent;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > a i {
    color: var(--idv-menuitemActiveColor);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu > li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu li a .menuitem-badge {
    margin-right: 0;
    margin-left: 4px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu li a .menuitem-toggle-icon {
    margin-top: 4px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 115px;
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .topbar {
    left: 75px;
    width: calc(100% - 75px);
  }
  .layout-wrapper.menu-layout-slim .topbar .topbar-left {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-wrapper.menu-layout-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container {
    width: 75px;
    overflow: visible;
    z-index: 1000;
    top: 0;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .menu-scroll-content {
    width: 100%;
    padding-right: 0;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile {
    height: var(--topbar-height);
    padding-top: 7px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .profile #profile-options .profile-name, .layout-wrapper.menu-layout-slim .layout-menu-container .profile #profile-options .profile-role, .layout-wrapper.menu-layout-slim .layout-menu-container .profile #profile-options i {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu {
    padding: 0;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li {
    position: relative;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.layout-root-menuitem > a {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a {
    text-align: center;
    padding: 15px;
    padding-left: 20px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i:first-child {
    font-size: 19px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a span:not(.p-ink), .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i.menuitem-toggle-icon {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 73px;
    display: none;
    min-width: 200px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li a {
    padding-left: 16px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li.active-menuitem > ul {
    display: block;
  }
  .layout-wrapper.menu-layout-slim .layout-main {
    margin-left: 75px;
  }
  .layout-wrapper.menu-layout-slim .layout-footer {
    margin-left: 75px;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button.menu-button-rotate i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper.menu-layout-static .layout-menu-container {
    margin-left: -265px;
  }
  .layout-wrapper.menu-layout-static .layout-main, .layout-wrapper.menu-layout-static .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu-container {
    margin-left: 0;
    z-index: 999999999;
    height: calc(100% - 64px);
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 999999998;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-main, .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-footer {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-mask {
    display: block;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button.menu-button-rotate i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-mask {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: none;
    background-color: #ffffff;
    border-top: 4px solid var(--idv-menuitemActiveColor);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid var(--idv-menuitemActiveColor);
    content: " ";
    position: absolute;
    top: -15px;
    left: 242px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: var(--idv-textColor);
    position: relative;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 16px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a:hover {
    background-color: var(--idv-menuitemHoverBgColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > a .topbar-badge {
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: var(--idv-badgeBgColor);
    color: var(--idv-badgeColor);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
    display: none;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a span, .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a img, .layout-wrapper .topbar .topbar-right .topbar-items > li > ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > a {
    color: var(--idv-menuitemActiveColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.active-top-menu > ul li a {
    padding-left: 32px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item {
    width: 100%;
    display: block;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search input {
    top: 0;
    width: 100%;
    padding-right: 28px;
    border-color: #e5e5e5;
    color: var(--idv-textColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search input:focus {
    border-color: #e5e5e5;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search label {
    top: 1px;
    color: var(--idv-textColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.search-item .topbar-search i {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-right: 14px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li.profile-item span {
    vertical-align: middle;
    display: inline-block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items.topbar-items-visible {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: block;
    background-color: #ffffff;
    border-top: 4px solid var(--idv-menuitemActiveColor);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid var(--idv-menuitemActiveColor);
    content: " ";
    position: absolute;
    top: -15px;
    left: 242px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: var(--idv-textColor);
    position: relative;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 16px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > a:hover {
    background-color: var(--idv-menuitemHoverBgColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > a .topbar-badge {
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: var(--idv-badgeBgColor);
    color: var(--idv-badgeColor);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > ul {
    display: none;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > ul li a span, .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > ul li a img, .layout-wrapper .topbar .topbar-right .topbar-items-profile > li > ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.active-top-menu > a {
    color: var(--idv-menuitemActiveColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.active-top-menu > ul {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.active-top-menu > ul li a {
    padding-left: 32px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.search-item {
    width: 100%;
    display: block;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.search-item .topbar-search input {
    top: 0;
    width: 100%;
    padding-right: 28px;
    border-color: #e5e5e5;
    color: var(--idv-textColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.search-item .topbar-search input:focus {
    border-color: #e5e5e5;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.search-item .topbar-search label {
    top: 1px;
    color: var(--idv-textColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.search-item .topbar-search i {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.profile-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-right: 14px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile > li.profile-item span {
    vertical-align: middle;
    display: inline-block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items-profile.topbar-items-visible {
    display: block;
  }
}
@media (max-width: 399px) {
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    right: 10px;
  }
  .layout-wrapper.layout-rtl .topbar .topbar-right #topbar-menu-button {
    left: 10px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #e5e5e5;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.card h1 {
  font-size: 1.2em;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card:last-child {
  margin-bottom: 0;
}

.p-sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wizard-body {
  background: url("/idvapps/jlogin/javax.faces.resource/images/extensions/background@2x.jpg.xhtml?ln=avalon-layout") top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: center;
}
.wizard-body .wizard-wrapper {
  height: 65%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 35%;
}
.wizard-body .wizard-wrapper .wizard-container {
  background-color: #292b2c;
  width: 100%;
  min-height: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header {
  height: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container {
  width: 55%;
  height: 35px;
  display: flex;
  flex-direction: row;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-header {
  background: #3e4243;
  height: 35px;
  width: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  flex: 0 0 35px;
  z-index: 1;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-progressbar {
  width: 100%;
  height: 8px;
  background-color: #3e4243;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab .tab-progressbar:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #8dc8ff;
  -moz-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.6s cubic-bezier(0.35, 0, 0.25, 1);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab:first-child {
  width: auto;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab:first-child .tab-progressbar {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab.active-tab .tab-header {
  background: linear-gradient(to right, #457fca, #5691c8);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container .wizard-tab.active-tab .tab-progressbar:before {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content {
  width: 55%;
  margin: auto;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header {
  margin-bottom: 20px;
  margin-top: 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .title h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .title span {
  font-size: 14px;
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content-header .icon {
  display: flex;
  justify-content: flex-end;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content button {
  background-color: #2e6da4;
  margin-bottom: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms label {
  color: #cccccc;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element label {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element > input {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content .content .forms .form-element.ui-calendar > input {
  margin-bottom: 30px;
  margin-top: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.register {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .content-header img {
  height: 75px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card {
  padding: 0;
  height: 260px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #5a6062;
  background-color: #ffffff;
  margin-bottom: 30px;
  cursor: pointer;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header {
  background-color: #3e4243;
  width: 100%;
  padding: 15px;
  min-height: 110px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header h1 {
  color: #ffffff;
  font-size: 18px;
  margin: 5px;
  font-weight: 500;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header span {
  color: #999999;
  margin: 5px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-header .icon {
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  font-size: 24px;
  color: #292b2c;
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content {
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content .row {
  width: 100%;
  padding: 5px 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card .tier-card-content .row.even {
  background-color: rgba(216, 216, 216, 0.4);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card {
  border: solid 1px #5a9fe0;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header {
  background-color: #8dc8ff;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header h1 {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .tier-card-header span {
  color: #292b2c;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.tier .tier-card.active-tier-card .icon {
  display: flex;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info {
  padding-right: 30px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .content-header {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .content {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .checkbox {
  margin-bottom: 10px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .payment-info .checkbox label {
  color: #999999;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 0;
  font-size: 14px;
  color: #757575;
  color: rgba(255, 255, 255, 0.67);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-basic, .wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-pro, .wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-pro-plus, .wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .order-default {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .selected-order {
  display: block;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .summary {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .summary h1 {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .price {
  font-weight: 700;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.payment .order-info .total {
  padding: 15px;
  margin-top: 30px;
}
.wizard-body .wizard-wrapper .wizard-container .wizard-content.active-content {
  display: block;
}

@media (max-width: 640px) {
  .wizard-body .wizard-wrapper {
    height: 100%;
    top: 0;
    opacity: 0.8;
  }
  .wizard-body .wizard-wrapper .wizard-container .wizard-header .wizard-tabs-container {
    width: 95%;
  }
  .wizard-body .wizard-wrapper .wizard-container .wizard-content {
    width: 95%;
  }
}
.idv-accordion-container .idv-accordion {
  --tab-height: 2.5rem;
  height: calc(100vh - var(--topbar-height) - 10px);
  width: var(--sideaccordio-width);
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
}
.idv-accordion-container *:is(.collapse, .headerBtn) {
  background-color: var(--surface-a);
  transition: 0.5s linear 0s;
}
.idv-accordion-container *:is(.collapse, .headerBtn) > .ui-button {
  height: var(--tab-height);
  border-radius: 0px;
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
  /* margin-bottom: 3px; */
  padding: 0;
  margin: 0 0 3px 0;
}
.idv-accordion-container *:is(.collapse, .headerBtn) > .ui-button.ui-state-focus {
  box-shadow: 0 0 0 0;
}
.idv-accordion-container *:is(.collapse, .headerBtn) > .ui-button > .ui-button-text {
  padding: 0.3em 1em 0.3em 3em;
}
.idv-accordion-container *:is(.collapse, .headerBtn) > .ui-button > .ui-icon {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.idv-accordion-container *:is(.collapse, .headerBtn) > .ui-button > .ui-icon.fa-person-to-portal {
  --fa-primary-color: #d6d4d8;
  --fa-secondary-color: #f26202;
  --fa-secondary-opacity: 0.8;
  -webkit-animation: fa-flip 6s infinite cubic-bezier(0.84, 0.01, 0.14, 1);
}
.idv-accordion-container *:is(.collapse, .headerBtn) ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.idv-accordion-container *:is(.collapse, .headerBtn) ::-webkit-scrollbar-track {
  background: transparent;
}
.idv-accordion-container *:is(.collapse, .headerBtn) ::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.idv-accordion-container .collapse > .header > .ui-button-text::before {
  content: "";
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  right: 2rem;
  margin-top: 5px;
}
.idv-accordion-container .content {
  max-height: 0em;
  overflow: auto;
}
.idv-accordion-container h3 {
  margin-bottom: 15px;
}
.idv-accordion-container .collapse.active {
  transition: 0.5s linear 0s;
  max-height: calc(100vh - var(--tab-height));
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.idv-accordion-container .collapse.active .content {
  min-height: calc(100% - var(--tab-height));
}
.idv-accordion-container .collapse.active:last-child .content {
  min-height: calc(100% - var(--tab-height) - 1px);
}
.idv-accordion-container .collapse.active > .header > .ui-button-text::before {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .idv-accordion-container .idv-accordion {
    width: 80vw;
    margin: auto;
  }
}
@media (max-width: 425px) {
  .idv-accordion-container body {
    line-height: 1.3;
  }
  .idv-accordion-container .idv-accordion {
    width: 80vw;
  }
  .idv-accordion-container .inner-content h3 {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 320px) {
  .idv-accordion-container body {
    line-height: 1.3;
  }
  .idv-accordion-container .idv-accordion {
    width: 80vw;
  }
  .idv-accordion-container .inner-content h3 {
    margin-bottom: 0.3rem;
  }
}

.idvAccordionCalendar .weekdayHeader {
  border-bottom: 1px solid var(--primary-color-text);
  /* border-style: dotted; */
  margin-bottom: 3px;
  padding-bottom: 5px;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.idvAccordionCalendar .weekdayHeader .weekday {
  font-weight: 600;
  margin-left: 1em;
  font-size: 1.2em;
}
.idvAccordionCalendar .weekdayHeader .date {
  font-weight: 600;
  margin-right: 1em;
}
.idvAccordionCalendar .ui-chronoline-event:hover {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  width: 99%;
  cursor: pointer;
}

/* Add your customizations of layout here */
/*
Copyright 2022 ms.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
    Created on : 06.10.2022, 09:53:19
    Author     : ms
*/
.layout-ajax-loader {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

table {
  font-weight: unset;
  font-size: unset;
  color: unset;
}

.topbar.clearfix {
  position: absolute;
  z-index: 1000;
}

.topbar-item-name {
  color: var(--idv-textColor);
}

.topbar-title {
  font-size: 1.2em;
}

.topbar-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.topbar-right .topbar-title {
  font-size: 1.2em;
  margin-left: 1rem;
  font-weight: 600;
}
.topbar-right .topbar-items {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 0 0 0 !important;
}
.topbar-right .topbar-items a {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}
.topbar-right .profile-item-avatar {
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  top: 0px !important;
}
.topbar-right .ui-avatar {
  display: inherit !important;
}

@media (max-width: 1024px) {
  .layout-wrapper.menu-panel-right-inactive .menu-right-container {
    display: none;
  }
  .layout-wrapper.menu-panel-right-inactive .layout-main {
    margin-right: 0;
  }
  .layout-wrapper.menu-panel-right .menu-right-container {
    display: block;
    width: 100vw;
    bottom: 0;
    position: fixed;
    right: 0;
    /* top: var(--topbar-height); */
    height: calc(100vh - var(--topbar-height));
    height: calc(100vh - var(--topbar-height) - env(safe-area-inset-bottom, 0));
  }
  .layout-wrapper.menu-panel-right .layout-main {
    display: none;
    margin-right: 0;
  }
  .layout-wrapper .topbar .topbar-right .topbar-title {
    margin-left: 1rem;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    background-color: var(--idv-topbarRightGradientEndBgColor);
    color: var(--idv-menuMenuitemColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items a {
    color: var(--idv-menuMenuitemColor);
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
    -webkit-box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
  }

  body .layout-wrapper.menu-layout-slim .layout-menu-container .menuImg {
    display: none;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .firma {
    display: none;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a {
    text-align: left;
    padding-left: 0px;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a span.menuitem-badge {
    margin-top: 16px;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i:first-child {
    font-size: 16px;
    display: none;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a span:not(.p-ink) {
    display: inline-block;
    font-size: 1rem;
  }
  body .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a:first-child {
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.5rem 0 0.5rem 1.25rem;
    color: #777777;
  }
}
#kundenInfoBox {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .layout-wrapper.menu-panel-right-inactive .menu-right-container {
    margin-right: -288px;
    position: fixed;
    right: 0;
  }
  .layout-wrapper.menu-panel-right-inactive .layout-main {
    margin-right: 0;
  }
  .layout-wrapper.menu-panel-right .layout-main {
    margin-right: 284px;
  }
  .layout-wrapper.menu-panel-right .menu-right-container {
    margin-right: 0px;
    position: fixed;
    right: 0;
    /*width: 288px;*/
    height: 95vh;
    top: 5em;
    display: block;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .layout-wrapper.menu-panel-right .menu-right-container::-webkit-scrollbar {
    display: none;
  }
  .layout-wrapper.menu-panel-right .menu-right-container .ui-accordion .ui-accordion-header {
    border: none;
  }
  .layout-wrapper.menu-panel-right .menu-right-container .ui-accordion .ui-accordion-content {
    border: 0;
    padding-bottom: 1em;
  }
  .layout-wrapper.menu-panel-right .menu-right-container .ui-accordion .ui-accordion-content .ui-button {
    width: 100%;
    border-radius: 0;
  }
  .layout-wrapper.menu-panel-right .menu-right-container .ui-accordion .ui-accordion-content .ui-selectonebutton {
    padding: 0;
    border-radius: 0;
  }
  .layout-wrapper .layout-menu-container {
    border-right: 1px solid #000000;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
    -webkit-box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px 0 rgba(255, 255, 255, 0.19), 0 8px 17px 0 rgba(255, 255, 255, 0.2);
  }
}
b {
  font-weight: 400;
}

.layout-wrapper {
  font-weight: 300;
}
.layout-wrapper .topbar .topbar-left {
  padding: 12px 10px 12px 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.layout-wrapper .topbar .topbar-left .topbar-logo {
  height: 40px;
}
.layout-wrapper .topbar .topbar-right #menu-button {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.layout-wrapper .topbar .topbar-right .topbar-items > li > ul {
  background-color: var(--idv-topbarRightGradientEndBgColor);
}
.layout-wrapper .topbar .topbar-right .topbar-items > li > ul a {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .topbar .topbar-right .topbar-items > li > ul a i {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .layout-menu-container .profile .profile-name, .layout-wrapper .layout-menu-container .profile .profile-role {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .layout-menu-container .profile i {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .layout-menu-container #profile-menu {
  border-bottom: 1px solid var(--idv-menuHoverBgColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li.ui-linielink {
  list-style-type: none;
}
.layout-wrapper .layout-menu-container ul.layout-menu li {
  list-style-type: none;
}
.layout-wrapper .layout-menu-container ul.layout-menu li a {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a i {
  color: var(--idv-menuMenuitemColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a:hover {
  background-color: var(--idv-menuHoverBgColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a.active-menuitem-routerlink {
  color: var(--idv-darkenMenuMenuitemActiveColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a.active-menuitem-routerlink i:first-child {
  color: var(--idv-darkenMenuMenuitemActiveColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li.layout-root-menuitem > .layout-menuitem-root-text {
  color: var(--idv-menuRootMenuitemColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a.active-menuitem-routerlink {
  border-left-color: var(--idv-menuMenuitemActiveColor);
  color: var(--idv-menuMenuitemActiveColor);
  background-color: var(--idv-menuMenuitemActiveBgColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li a.active-menuitem-routerlink i {
  color: var(--idv-menuMenuitemActiveColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li.active-menuitem > a {
  border-left-color: var(--idv-menuMenuitemActiveColor);
  color: var(--idv-menuMenuitemActiveColor);
  background-color: var(--idv-menuMenuitemActiveBgColor);
}
.layout-wrapper .layout-menu-container ul.layout-menu li.active-menuitem > a i {
  color: var(--idv-menuMenuitemActiveColor);
}
.layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a {
  text-align: center;
  padding: 15px;
  padding-left: 20px;
}
.layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i:first-child {
  font-size: 25px;
}
.layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a span:not(.p-ink), .layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a i.menuitem-toggle-icon {
  display: none;
}
.layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a li.ui-linielink {
  list-style-type: none;
}
.layout-wrapper.menu-layout-slim .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
  display: block;
}
.layout-wrapper #menuPanelGroup .menu-scroll-content {
  position: sticky;
  top: 5em;
}
.layout-wrapper #menuPanelGroup .ui-accordion {
  width: 280px;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-header {
  border: none;
  margin-top: 3px;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-header.ui-accordion:not(:first-child) {
  margin-top: 0px;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {
  background: #168f5d;
  transform: rotate(180deg);
  padding: 0.8em;
  margin-right: 2em;
  margin-left: -1em;
  margin-block: -4em;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
  background: #168f5d;
  transform: rotate(90deg);
  padding: 0.8em;
  margin-right: 2em;
  margin-left: -1em;
  margin-block: -4em;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-content {
  border: 0;
  s-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow: scroll;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-content .ui-button {
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}
.layout-wrapper #menuPanelGroup .ui-accordion .ui-accordion-content .ui-selectonebutton {
  padding: 0;
  border-radius: 0;
}
.layout-wrapper .ui-g-1, .layout-wrapper .ui-g-2, .layout-wrapper .ui-g-3, .layout-wrapper .ui-g-4, .layout-wrapper .ui-g-5, .layout-wrapper .ui-g-6, .layout-wrapper .ui-g-7, .layout-wrapper .ui-g-8, .layout-wrapper .ui-g-9, .layout-wrapper .ui-g-10, .layout-wrapper .ui-g-11, .layout-wrapper .ui-g-12 {
  padding: 0.2em;
}
.layout-wrapper .ui-panel .ui-panel-content {
  padding: 0.2rem;
}
@media screen and (min-width: 40.063em) {
  .layout-wrapper .ui-md-1, .layout-wrapper .ui-md-2, .layout-wrapper .ui-md-3, .layout-wrapper .ui-md-4, .layout-wrapper .ui-md-5, .layout-wrapper .ui-md-6, .layout-wrapper .ui-md-7, .layout-wrapper .ui-md-8, .layout-wrapper .ui-md-9, .layout-wrapper .ui-md-10, .layout-wrapper .ui-md-11, .layout-wrapper .ui-md-12 {
    padding-top: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-left: 0.1em;
  }
}

.highcharts-title {
  color: var(--idv-topbarTextColor);
}

/*
Copyright 2022 ms.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
    Created on : 25.10.2022, 13:17:55
    Author     : ms
*/
/*
Copyright 2022 ms.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
    Created on : 25.10.2022, 13:19:44
    Author     : ms
*/
/*
Copyright 2022 ms.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
    Created on : 25.10.2022, 13:20:54
    Author     : ms
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.03.2017, 14:22:44
    Author     : ms
*/
#neueInst-wrapper {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
#neueInst-wrapper #neueInst-container {
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: left;
  color: #4f575b;
}
#neueInst-wrapper #neueInst-container .title {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#neueInst-wrapper #neueInst-container a {
  text-decoration: none;
  vertical-align: middle;
}
#neueInst-wrapper #neueInst-container input {
  font-size: 1em;
  color: #4f575b;
}
#neueInst-wrapper #neueInst-container .ui-g-12, #neueInst-wrapper #neueInst-container .ui-g-6 {
  padding: 0.8em;
}

#neuanlage-wrapper {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#neuanlage-wrapper #neuanlage-container {
  margin-top: 20px;
  box-sizing: border-box;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: left;
  color: #4f575b;
}
#neuanlage-wrapper #neuanlage-container .title {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#neuanlage-wrapper #neuanlage-container a {
  text-decoration: none;
  vertical-align: middle;
}
#neuanlage-wrapper #neuanlage-container input {
  font-size: 1em;
  color: #4f575b;
}
#neuanlage-wrapper #neuanlage-container .ui-g-12, #neuanlage-wrapper #neuanlage-container .ui-g-6 {
  padding: 0.8em;
}

#neuanlagepers-wrapper {
  width: 520px;
  margin: 0 auto;
  text-align: center;
}
#neuanlagepers-wrapper #neuanlagepers-container {
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: left;
  color: #4f575b;
}
#neuanlagepers-wrapper #neuanlagepers-container .title {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#neuanlagepers-wrapper #neuanlagepers-container a {
  text-decoration: none;
  vertical-align: middle;
}
#neuanlagepers-wrapper #neuanlagepers-container input {
  font-size: 1em;
  color: #4f575b;
}
#neuanlagepers-wrapper #neuanlagepers-container .ui-g-12, #neuanlagepers-wrapper #neuanlagepers-container .ui-g-6 {
  padding: 0.8em;
}

#editPersStammEp-wrapper {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
#editPersStammEp-wrapper .neuanlage-container {
  margin-top: 20px;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
}
#editPersStammEp-wrapper .neuanlage-container .ui-wizard-nav_button-abort {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#editPersStammEp-wrapper .neuanlage-container .ui-wizard-nav_button-newinst {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#editPersStammEp-wrapper .neuanlage-container .ui-wizard-nav_button-new {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#editPersStammEp-wrapper .neuanlage-container .content {
  padding: 2em;
}
#editPersStammEp-wrapper .neuanlage-container .cm-inputAdress .ui-panelgrid .ui-panelgrid-cell {
  padding: 0.5em 0.5em 0 0.5em;
}
#editPersStammEp-wrapper .neuanlage-container .ui-wizard-content {
  padding: 0.5em;
}
#editPersStammEp-wrapper .neuanlage-container .title {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#editPersStammEp-wrapper .neuanlage-container a {
  text-decoration: none;
  vertical-align: middle;
}
#editPersStammEp-wrapper .neuanlage-container .ui-g-12, #editPersStammEp-wrapper .neuanlage-container .ui-g-6 {
  padding: 0.8em;
}
#editPersStammEp-wrapper .neuanlage-container li {
  display: list-item;
  text-align: -webkit-match-parent;
}
#editPersStammEp-wrapper .neuanlage-container .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 70px;
  position: relative;
}
#editPersStammEp-wrapper .neuanlage-container .nav .line {
  position: relative;
  width: 70px;
  height: 8px;
  display: block;
  top: 10px;
  background: #ccc;
  float: left;
}
#editPersStammEp-wrapper .neuanlage-container .nav .cicle {
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0px;
  float: left;
  z-index: 1;
  position: absolute;
  /* top: 10px; */
}
#editPersStammEp-wrapper .neuanlage-container .nav .infotext.active {
  color: #006de5;
  background: #fff;
}
#editPersStammEp-wrapper .neuanlage-container .nav .infotext {
  width: 70px;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 30px;
  margin-left: -23px;
  text-align: center;
  color: #ccc;
}
#editPersStammEp-wrapper .neuanlage-container .nav .active {
  background: #006de5;
}

@media (max-width: 40em) {
  .neuanlage-body {
    padding-top: 50px;
  }
}
.layout-wrapper .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table {
  width: 100%;
}
.layout-wrapper .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table td.center {
  width: 100%;
  max-width: calc(100% - 50px);
}
.layout-wrapper .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table td.center .kundenInfoPage-title {
  font-size: 1.4rem;
  font-weight: 400;
  overflow: hidden;
  text-wrap: nowrap;
}
.layout-wrapper .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table td.right {
  width: 16px;
}

.layout-wrapper.kundenedit .topbar {
  display: none;
}
.layout-wrapper.kundenedit .layout-menu-container {
  display: none;
}
.layout-wrapper.kundenedit .layout-main {
  padding: 0;
  margin: 0;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #headerPanel {
  display: none;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #gridPanel {
  display: none;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table td.left button {
  display: none;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-toolbar table td.right button {
  display: none;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #infosysAusgabe .ui-kundenInfoPage .ui-Kunden-info-content_panel.aktiv {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.layout-wrapper.kundenedit .layout-main .infosys-wrapper #infosysAusgabe .ui-Kunden-info-content footer {
  display: none;
}

body .ui-kundenInfoPage h2 {
  font-size: 1.4rem;
  font-weight: 400;
}

.ui-kunden-info-actionpanel .content-overflow {
  position: absolute;
  height: 2px;
  color: red;
  width: 100%;
}
.ui-kunden-info-actionpanel .dynaform-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ui-kunden-info-actionpanel .header {
  border: 1px solid var(--idv-shade200);
  background: var(--idv-shade100);
  color: var(--idv-shade900);
  padding: 0.8rem 1.25rem;
  font-weight: 400;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-kunden-info-actionpanel .header ul {
  margin-block-start: auto;
  background: var(--idv-shade100);
  color: var(--idv-shade900);
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.1;
  text-align: center;
}
.ui-kunden-info-actionpanel .header ul li {
  display: inline-block;
  margin-right: 20px;
}
.ui-kunden-info-actionpanel .header ul li div {
  width: 40px;
  padding: 8px;
  border-radius: 50%;
  background: var(--idv-primaryColor);
  color: var(--idv-primaryTextColor);
  border: 2px solid var(--idv-primaryColor);
  font-size: 1.3rem;
}
.ui-kunden-info-actionpanel .header ul li div:hover {
  background: var(--idv-primaryDarkColor);
}
.ui-kunden-info-actionpanel .vis-timeline {
  position: unset;
}
.ui-kunden-info-actionpanel .vis-timeline .vis-item {
  min-width: 38px;
  width: unset;
}
.ui-kunden-info-actionpanel .vis-timeline div.vis-tooltip {
  background-color: var(--surface-a);
  color: var(--text-color);
  overflow: auto;
}
.ui-kunden-info-actionpanel .vis-timeline div.vis-tooltip strong {
  font-weight: 400;
}
.ui-kunden-info-actionpanel .content {
  max-height: 400px;
  border: 1px solid var(--idv-shade200);
  background: var(--idv-shade100);
  color: var(--idv-shade900);
  font-weight: 400;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-kunden-info-actionpanel .header table {
  width: 100%;
}
.ui-kunden-info-actionpanel .header table .header-left {
  width: 100%;
  font-weight: 600;
}
.widget-timeline {
  padding-top: 0.75rem;
  box-sizing: border-box;
}
.widget-timeline > .dynaform-grid .col-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0.15rem solid;
  border-bottom-color: var(--idv-shade150);
  flex: 0 0 auto;
  width: 135px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--idv-shade000);
}
.widget-timeline > .dynaform-grid .col-3 i {
  background-color: var(--idv-shade000);
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: -12px;
}
.widget-timeline > .dynaform-grid .col-9 {
  padding-left: 1.5em;
  width: calc(100% - 135px);
  background-color: var(--idv-shade000);
  border-bottom: 0.15rem solid;
  border-bottom-color: var(--idv-shade150);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget-timeline > .dynaform-grid .col-9 .ql-container.ql-snow {
  border: unset;
}
.widget-timeline > .dynaform-grid .col-9 .ql-container.ql-snow .ql-editor-show {
  padding: unset;
}
.widget-timeline > .dynaform-grid .col-9 .ql-container {
  height: unset;
}
.widget-timeline > .dynaform-grid .col-9 .event-owner .header {
  border: 0;
  background: unset;
  padding: 0;
}
.widget-timeline > .dynaform-grid .col-9 .event-text {
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  display: block;
  min-height: 30px;
}
.widget-timeline > .dynaform-grid .col-9 .event-content img {
  width: 100%;
}
.widget-timeline > .dynaform-grid .col-9 ul.cm-component-output .ui-cm-component-multiple-container {
  background-color: var(--idv-shade000);
}

@media (max-width: 800px) {
  .widget-timeline > .grid .col-3 {
    width: 25%;
  }
  .widget-timeline > .grid .col-9 {
    width: 75%;
  }
}
.layout-wrapper .termine_wrapper .terminInfo {
  border-left: 1px solid var(--idv-shade500);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
}
.layout-wrapper .termine_wrapper .showLegend {
  padding: 0.2rem;
}
.layout-wrapper .termine_wrapper .showLegend td {
  padding: 0.2rem;
}
.layout-wrapper .termine_wrapper .editContentAuswPers {
  height: calc(100vh - 185px);
}
.layout-wrapper .termine_wrapper .editContent {
  height: calc(100vh - 165px);
}
.layout-wrapper .termine_wrapper .fc.showLegend {
  display: block;
}
.layout-wrapper .termine_wrapper .fc-theme-standard .fc-list-day-cushion {
  background: var(--idv-shade000);
  color: var(--idv-shade900);
}
.layout-wrapper .termine_wrapper .termin-footer {
  min-height: 35px;
}

.timetracking_wrapper .sidenav {
  min-width: fit-content;
}
.timetracking_wrapper .sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
}
.timetracking_wrapper .sidenav a.selected {
  pointer-events: none;
  /*color: hwb(from var(--idv-primaryColor) h w b / 0.65);*/
  border-left: 3px solid;
  border-left-color: var(--idv-primaryColor);
  font-weight: 500;
}
.timetracking_wrapper .sidenav .menuitem {
  border-radius: 0.5rem;
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 100%;
}
.timetracking_wrapper .sidenav .menuitem :hover {
  background-color: var(--idv-shade200);
  text-decoration: none;
  color: hwb(from var(--idv-primaryColor) h w b/0.65);
}
.timetracking_wrapper .timebar {
  height: calc(100vh - 114px);
  overflow: auto;
}
.timetracking_wrapper .weeklyView .timeTable {
  border-collapse: collapse;
}
.timetracking_wrapper .weeklyView .timeTable td {
  min-width: 110px;
  border: solid 1px;
  border-color: var(--idv-shade300);
  vertical-align: top;
}
.timetracking_wrapper .weeklyView .timeTable td div.timeTrackingEvent {
  border: 1px solid grey;
  color: black;
  margin: 1px 2px 1px 2px;
  border-radius: 0.3rem;
  padding: 4px;
}
.timetracking_wrapper .weeklyView .timeTable tr.content {
  height: 300px;
}
.timetracking_wrapper .weeklyView .timeTable tr.header td {
  min-width: 110px;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
}
.timetracking_wrapper .weeklyView .timeTable tr.footer td {
  min-width: 110px;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
}

@media screen and (min-width: 992px) {
  .timetracking_wrapper .sidenav {
    height: calc(100vh - 72px);
  }
  .timetracking_wrapper .timebar {
    height: calc(100vh - 72px);
    overflow: auto;
  }
}
@media screen and (max-width: 992px) {
  .timetracking_wrapper .sidenav {
    height: unset !important;
  }
  .timetracking_wrapper .sidenav .menuitem {
    width: unset;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .timetracking_wrapper .timebar {
    height: 100% !important;
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  .sidenav {
    height: unset !important;
  }
  .sidenav .menuitem {
    width: unset;
    padding: 4px;
  }
  .sidenav .menuitem a {
    font-size: 1rem;
  }
}
body .griddef-show-ebenen-topbar-wrapper .menu-button {
  font-size: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--idv-menuButtonBgColor);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2000;
}
body .griddef-show-ebenen-topbar-wrapper .menu-button:hover {
  background-color: var(--idv-menuHoverBgColor);
}
body .griddef-show-ebenen-topbar-wrapper .menu-button i {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
}

.ausgabeKarte_wrapper .ausgabeLeft .panelValue {
  border: 1px solid;
  border-color: var(--idv-shade400);
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 0px;
  border-radius: 0.5rem;
}
.ausgabeKarte_wrapper .ausgabeLeft .panelValue .header {
  background: var(--idv-harm-11);
  color: var(--idv-topbarTextColor);
  margin: 0px;
  padding: 4px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ausgabeKarte_wrapper .ausgabeLeft .panelValue .content {
  margin-top: 3px;
  padding: 8px;
}
.ausgabeKarte_wrapper .ausgabeRight {
  padding: 0;
}
.ausgabeKarte_wrapper .ausgabeRight .rightInfoText {
  padding: 0;
  margin: 5px;
  margin-left: 2px;
  width: 99%;
  text-align: left;
}
.ausgabeKarte_wrapper .ausgabeRight .rightInfoText .ui-selectable {
  list-style-type: none;
  margin: 1px;
  padding: 2px;
}
.ausgabeKarte_wrapper .ausgabeRight .rightInfoText .ui-selectable .personleftclass {
  border: 1px solid;
  border-color: var(--idv-shade400);
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 0px;
  border-radius: 0.5rem;
}
.ausgabeKarte_wrapper .ausgabeRight .rightInfoText .ui-selectable .personleftclass .header {
  background: var(--idv-harm-11);
  color: var(--idv-topbarTextColor);
  margin: 0px;
  padding: 4px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ausgabeKarte_wrapper .ausgabeRight .rightInfoText .ui-selectable .personleftclass .content {
  margin-top: 3px;
  padding: 8px;
}
