/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-tabstrip-items {
  padding-bottom: 0.3rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.k-tabstrip-items .k-item:not(.k-active) .k-link {
  color: #022cc0;
}
.k-tabstrip-items > .k-content:focus {
  outline: none;
}
.k-tabstrip-items > .k-item {
  border-width: 0 0 0.2rem 0;
  border-color: transparent;
}
.k-tabstrip-items-wrapper .k-item.k-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k-tabstrip-content.k-active,
.k-tabstrip-content {
  background: transparent;
  border: none;
  outline: none;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items .k-item.k-active,
.k-panelbar .k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items .k-item.k-active {
  border-width: 0 0 0.2rem 0;
  border-color: #047bc1 !important;
  background: transparent;
}
.k-tabstrip-prev[style="display: none;"],
.k-tabstrip-next[style="display: none;"] {
  display: block !important;
  filter: alpha(opacity=25);
  opacity: 0.25;
  margin-top: -0.3rem;
}
.k-tabstrip-prev[style="display: none;"]:hover,
.k-tabstrip-next[style="display: none;"]:hover {
  cursor: default;
}
.nodatatab .nodatalink,
.nodatatab a,
.nodatatab span {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.errortab,
.infotab,
.warningtab {
  padding-left: 1rem !important;
}
.errortab::before,
.infotab::before,
.warningtab::before {
  display: inline-block;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
}
.errortab.k-active:before,
.warningtab.k-active:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.q-tab-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.3rem;
  padding: 0.2rem;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6rem;
  color: #ffffff;
  background-color: #125c92;
}
.errortab:before {
  color: #fc364e;
}
.warningtab:before {
  color: #ff8c42;
}
.infotab:before {
  color: #022cc0;
}
.q-wrapper-tab-auto-height {
  height: 100%;
}
.q-wrapper-tab-auto-height .k-tabstrip-wrapper {
  height: 100%;
}
.q-wrapper-tab-auto-height .k-tabstrip {
  height: 100%;
}
.q-wrapper-tab-auto-height .k-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  height: calc(100% - 3.3rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2rem;
}
.q-wrapper-tab-auto-height .q-tab-panel {
  height: 100%;
}
.k-tabstrip .k-content.k-active:focus {
  outline: none;
}
.k-tabstrip .k-checkarea {
  line-height: 1.4rem;
}
/*# sourceMappingURL=tabs.css.map */