.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.overlay-dark {
  background-color: rgba(0,0,0,0.4);
}
.overlay-light {
  background-color: rgba(255,255,255,0.4);
}
.overlay-hidden {
  background-color: rgba(255,255,255,0);
}
.background-red {
  background-color: #ff2941 !important;
}
.background-green {
  background-color: #58f099 !important;
}
.background-yellow {
  background-color: #fbf16d !important;
}
.background-grey {
  background-color: #e5e5e5 !important;
}
.background-blue {
  background-color: #4c4c4c !important;
}
.background-hilight {
  background-color: #4c4c4c !important;
}
.background-normal {
  background-color: #fff !important;
}
.red-text {
  color: #ff2941 !important;
}
.green-text {
  color: #0ea44f !important;
}
.yellow-text {
  color: #e0d106 !important;
}
.normal-text {
  color: #4c4c4c !important;
}
.grey-text,
.disabled-text {
  color: #808080 !important;
}
.light-text {
  color: #4c4c4c !important;
}
.blue-text {
  color: #37329b !important;
}
.hilight-text {
  color: #666666 !important;
}
.border-red {
  border-color: #ff2941 !important;
}
.border-green {
  border-color: #58f099 !important;
}
.border-yellow {
  border-color: #fbf16d !important;
}
.border-normal {
  border-color: #808080 !important;
}
.border-grey,
.border-disabled {
  border-color: #b2b2b2 !important;
}
.border-light {
  border-color: #e5e5e5 !important;
}
.border-blue {
  border-color: #37329b !important;
}
.border-hilight {
  border-color: #4c4c4c !important;
}
.border-normal {
  border-style: solid !important;
  border-width: 1px !important;
}
.border-left {
  border-left-style: solid !important;
  border-left-width: 1px !important;
}
.border-right {
  border-right-style: solid !important;
  border-right-width: 1px !important;
}
.border-top {
  border-top-style: solid !important;
  border-top-width: 1px !important;
}
.border-bottom {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}
.border-none {
  border-style: none !important;
}
.border-left-none {
  border-style: none !important;
}
.border-right-none {
  border-style: none !important;
}
.border-top-none {
  border-style: none !important;
}
.border-bottom-none {
  border-style: none !important;
}
html,
body {
  font-family: arial, helvetica, verdana, sans-serif;
  color: initial;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
a {
  cursor: pointer;
  text-decoration: unset;
}
span.s {
  font-size: 0.75rem;
}
span,
.m {
  font-size: 0.875rem;
}
span.l {
  font-size: 1.125rem;
}
span.xl {
  font-size: 1.25rem;
}
span.xxl {
  font-size: 1.25rem;
}
span.xxxl {
  font-size: 1.75rem;
}
p.s {
  font-size: 0.75rem;
}
p,
.m {
  font-size: 0.875rem;
  margin-block-start: 1.0rem;
  margin-block-end: 0;
  word-wrap: break-word;
}
p.l {
  font-size: 1.125rem;
}
p.xl {
  font-size: 1.25rem;
}
p.xxl {
  font-size: 1.25rem;
}
p.xxxl {
  font-size: 1.75rem;
}
label {
  font-size: 0.875rem;
}
hr {
  border-top: 1px solid #b2b2b2;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
br {
  content: "";
  display: block;
  height: 0;
  margin: 0.25rem;
}
h1 {
  display: block;
  font-size: 1.25rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
h2 {
  display: block;
  font-size: 1.25rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
h3 {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.67em;
  font-weight: bold;
  margin: 0;
}
em {
  font-size: 0.75rem;
  font-style: italic;
}
input {
  font-size: 0.875rem;
  font-family: arial, helvetica, verdana, sans-serif;
  color: inherit;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  padding: 0.1em 0.4em 0.1em 0.4em;
  border: 1px solid #b2b2b2;
  margin: 0;
  background-color: transparent !important;
  cursor: default;
}
input::selection {
  background-color: #999999;
}
input::-moz-selection {
  background-color: #999999;
}
s,
.m {
  min-width: 0.8rem;
  max-height: 1px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
s:before {
  content: "\00a0";
}
s.xs {
  min-width: 0.2rem;
  max-height: 1px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
s.xs:before {
  content: "\00a0";
}
s.s {
  min-width: 0.4rem;
  max-height: 1px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
s.s:before {
  content: "\00a0";
}
s.l {
  min-width: 1.2rem;
  max-height: 1px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
s.l:before {
  content: "\00a0";
}
s.none {
  width: 0;
  min-width: 0;
}
.v-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.v-layout .v-layout-fix {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.v-layout .v-layout-stretch {
  flex-grow: 1;
  overflow: hidden;
  height: inherit;
}
.v-layout-no-height {
  display: flex;
  flex-direction: column;
}
.v-layout-no-height .v-layout-fix {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.v-layout-no-height .v-layout-stretch {
  flex-grow: 1;
  overflow: hidden;
  height: inherit;
}
.h-layout {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.h-layout .h-layout-fix {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.h-layout .h-layout-stretch {
  flex-grow: 1;
  overflow: hidden;
  width: max-content;
}
.v-align-middle {
  display: inline-flex;
  align-items: center;
}
.v-align-top {
  display: inline-flex;
  align-items: flex-start;
}
.v-align-bottom {
  display: inline-flex;
  align-items: flex-end;
}
.h-align-left {
  justify-content: left;
}
.h-align-center {
  display: flex;
  justify-content: center;
}
.h-align-right {
  display: flex;
  justify-content: flex-end;
}
.themeContent,
.themeNormal {
  color: #4c4c4c;
  border-color: #808080;
  background-color: #fff;
}
.themeContent h1,
.themeContent h2,
.themeContent h4,
.themeContent h5,
.themeContent h6,
.themeNormal h1,
.themeNormal h2,
.themeNormal h4,
.themeNormal h5,
.themeNormal h6 {
  color: #666666;
}
.themeContent h1 i,
.themeContent h2 i,
.themeContent h4 i,
.themeContent h5 i,
.themeContent h6 i,
.themeNormal h1 i,
.themeNormal h2 i,
.themeNormal h4 i,
.themeNormal h5 i,
.themeNormal h6 i {
  color: #666666;
}
.themeContent h3,
.themeNormal h3 {
  color: #666666;
}
.themeContent input::placeholder,
.themeNormal input::placeholder {
  color: #808080;
}
.themeContent input:disabled,
.themeNormal input:disabled {
  color: #808080;
}
.themeContent .hover:hover,
.themeNormal .hover:hover {
  color: #4c4c4c !important;
  border-color: #cccccc !important;
  background-color: #88c3fb !important;
}
.themeContent .hover:hover i,
.themeNormal .hover:hover i {
  color: #666666 !important;
}
.themeContent .normal,
.themeNormal .normal {
  color: #4c4c4c;
  border-color: #b2b2b2;
  background-color: #fff;
}
.themeContent .normal i,
.themeNormal .normal i {
  color: #666666;
}
.themeContent .readonly,
.themeContent .locked,
.themeNormal .readonly,
.themeNormal .locked {
  color: #4c4c4c;
  border-color: #b2b2b2;
  background-color: #f5f5f5;
}
.themeContent .disabled,
.themeNormal .disabled {
  color: #808080;
  border-color: #b2b2b2;
  background-color: #fff;
}
.themeContent .disabled i,
.themeNormal .disabled i {
  color: #b2b2b2;
}
.themeContent .light,
.themeNormal .light {
  color: #4c4c4c;
  border-color: #e5e5e5;
  background-color: #fff;
}
.themeContent .light i,
.themeNormal .light i {
  color: #666666;
}
.themeContent .default,
.themeNormal .default {
  color: #fff;
  border-color: #999999;
  background-color: #999999;
}
.themeContent .default i,
.themeNormal .default i {
  color: #e5e5e5;
}
.themeContent .hilight,
.themeNormal .hilight {
  color: #f5f5f5;
  border-color: #37329b;
  background-color: #37329b;
}
.themeContent .hilight i,
.themeNormal .hilight i {
  color: #e5e5e5;
}
.themeContent .red,
.themeNormal .red {
  color: white;
  border-color: #ff2941;
  background-color: #ff2941;
}
.themeContent .green,
.themeNormal .green {
  color: #4c4c4c;
  border-color: #58f099;
  background-color: #58f099;
}
.themeContent .yellow,
.themeNormal .yellow {
  color: #4c4c4c;
  border-color: #fbf16d;
  background-color: #fbf16d;
}
.themeContent .selected,
.themeNormal .selected {
  border-color: #bbddfd !important;
  background-color: #bbddfd !important;
}
.themeContent .striked,
.themeNormal .striked {
  text-decoration: line-through !important;
}
.themeContent .underlined,
.themeNormal .underlined {
  text-decoration: underline !important;
}
.themeContent .no-focus,
.themeNormal .no-focus {
  outline: 0 !important;
}
.themeContent .focus,
.themeNormal .focus {
  outline: #bbddfd solid 1px;
}
.themeContent .error,
.themeNormal .error {
  border-color: #ff2941 !important;
}
.themeContent .warning,
.themeNormal .warning {
  border-color: #e0d106 !important;
}
.themeContent .modified,
.themeNormal .modified {
  color: #ff2941 !important;
}
.themeContent .hidden,
.themeNormal .hidden {
  display: none;
}
.themeContent .disabled-text,
.themeNormal .disabled-text {
  color: #808080 !important;
}
.themeContent .hilight-text,
.themeNormal .hilight-text {
  color: #666666 !important;
}
.themeContent .disabled-border,
.themeNormal .disabled-border {
  border-color: #b2b2b2 !important;
}
.themeContent .hilight-border,
.themeNormal .hilight-border {
  border-color: #4c4c4c !important;
}
.themeDialog {
  color: #4c4c4c;
  border-color: #808080;
  background-color: #fff;
}
.themeDialog h1,
.themeDialog h2,
.themeDialog h3,
.themeDialog h4,
.themeDialog h5,
.themeDialog h6 {
  color: #666666;
}
.themeDialog h1 i,
.themeDialog h2 i,
.themeDialog h3 i,
.themeDialog h4 i,
.themeDialog h5 i,
.themeDialog h6 i {
  color: #666666;
}
.themeDialog input::placeholder {
  color: #808080;
}
.themeDialog input:disabled {
  color: #808080;
}
.themeDialog .hover:hover {
  color: #4c4c4c !important;
  border-color: #cccccc !important;
  background-color: #88c3fb !important;
}
.themeDialog .hover:hover i {
  color: #666666 !important;
}
.themeDialog .normal {
  color: #4c4c4c;
  border-color: #b2b2b2;
  background-color: #fff;
}
.themeDialog .normal i {
  color: #666666;
}
.themeDialog .readonly,
.themeDialog .locked {
  color: #808080;
  border-color: #b2b2b2;
  background-color: #f5f5f5;
}
.themeDialog .disabled {
  color: #808080;
  border-color: #b2b2b2;
  background-color: #fff;
}
.themeDialog .disabled i {
  color: #b2b2b2;
}
.themeDialog .light {
  color: #4c4c4c;
  border-color: #e5e5e5;
  background-color: #fff;
}
.themeDialog .light i {
  color: #666666;
}
.themeDialog .default {
  color: #f5f5f5;
  border-color: #666666;
  background-color: #666666;
}
.themeDialog .default i {
  color: #e5e5e5;
}
.themeDialog .hilight {
  color: #f5f5f5;
  border-color: #666666;
  background-color: #666666;
}
.themeDialog .hilight i {
  color: #e5e5e5;
}
.themeDialog .red {
  color: white;
  border-color: #ff2941;
  background-color: #ff2941;
}
.themeDialog .green {
  color: #4c4c4c;
  border-color: #58f099;
  background-color: #58f099;
}
.themeDialog .yellow {
  color: #4c4c4c;
  border-color: #fbf16d;
  background-color: #fbf16d;
}
.themeDialog .selected {
  border-color: #bbddfd !important;
  background-color: #bbddfd !important;
}
.themeDialog .striked {
  text-decoration: line-through !important;
}
.themeDialog .underlined {
  text-decoration: underline !important;
}
.themeDialog .no-focus {
  outline: 0 !important;
}
.themeDialog .focus {
  outline: #e5e5e5 solid 1px;
}
.themeDialog .error {
  border-color: #ff2941 !important;
}
.themeDialog .warning {
  border-color: #e0d106 !important;
}
.themeDialog .hidden {
  display: none;
}
.themeDialog .disabled-text {
  color: #808080 !important;
}
.themeDialog .hilight-text {
  color: #666666 !important;
}
.themeDialog .disabled-border {
  border-color: #b2b2b2 !important;
}
.themeDialog .hilight-border {
  border-color: #4c4c4c !important;
}
.pageDialog:focus {
  outline: none;
}
@media print {
  .themePageHeader {
    display: none;
  }
}
@media screen {
  .themePageHeader {
    color: #f5f5f5;
    border-color: #4c4c4c;
    background-color: #2c2c2c;
  }
  .themePageHeader a {
    color: inherit;
  }
  .themePageHeader .normal {
    color: inherit;
    border-color: inherit;
    background-color: inherit;
  }
  .themePageHeader .default {
    color: #2c2c2c;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
  }
  .themePageHeader .hidden {
    display: none;
  }
  .themePageHeader .hover:hover {
    color: #e5e5e5;
    border-color: inherit;
    background-color: inherit;
  }
  .themePageHeader .logo {
    fill: #fff;
  }
  .themePageHeader .no-focus {
    outline: 0 !important;
  }
  .themePageHeader .focus {
    background-color: #fff !important;
    outline: #808080 solid 1px !important;
  }
  .themePageHeader .disabled-text {
    color: #808080 !important;
  }
  .themePageHeader .hilight-text {
    color: #f5f5f5 !important;
  }
  .themePageHeader .disabled-border {
    border-color: #4c4c4c !important;
  }
  .pageHeader {
    margin: 0;
    border: 0;
    width: 100%;
    height: 3.625rem;
  }
  .pageHeader .caption {
    font-size: 1.25rem;
  }
  .pageHeader .caption > i {
    font-size: 1.75rem;
    margin-right: 1rem;
  }
  .pageHeader .account {
    height: inherit;
  }
  .pageHeader .progress {
    height: inherit;
  }
}
@media print {
  .themeNavigation {
    display: none;
  }
}
@media screen {
  .themeNavigation {
    color: #4c4c4c;
    border-color: #808080;
    stroke: #b2b2b2;
    background-color: #f5f5f5;
    fill: #f5f5f5;
  }
  .themeNavigation .normal {
    color: #4c4c4c;
    border-color: #808080;
    stroke: #b2b2b2;
    background-color: #e5e5e5;
  }
  .themeNavigation .disabled {
    color: #808080;
    border-color: #b2b2b2;
    background-color: #fff;
  }
  .themeNavigation .disabled i {
    color: #b2b2b2;
  }
  .themeNavigation .readonly,
  .themeNavigation .locked {
    color: #4c4c4c;
    border-color: #b2b2b2;
    background-color: #f5f5f5;
  }
  .themeNavigation .light {
    color: #4c4c4c;
    border-color: #e5e5e5;
    background-color: #f5f5f5;
  }
  .themeNavigation .light i {
    color: #666666;
  }
  .themeNavigation .hilight,
  .themeNavigation .default {
    color: #fff;
    border-color: #f5f5f5;
    stroke: #f5f5f5;
    background-color: #999999;
  }
  .themeNavigation .selected {
    border-color: #bbddfd !important;
    background-color: #bbddfd !important;
  }
  .themeNavigation .striked {
    text-decoration: line-through !important;
  }
  .themeNavigation .underlined {
    text-decoration: underline !important;
  }
  .themeNavigation .no-focus {
    outline: 0 !important;
  }
  .themeNavigation .focus {
    outline: #bbddfd solid 1px;
  }
  .themeNavigation .modified {
    color: #ff2941;
  }
  .themeNavigation .hidden {
    display: none;
  }
  .themeNavigation .hover:hover {
    background-color: #88c3fb !important;
    color: #4c4c4c !important;
  }
  .themeNavigation .disabled-text {
    color: #808080 !important;
  }
  .themeNavigation .hilight-text {
    color: #666666 !important;
  }
  .themeNavigation .disabled-border {
    border-color: #b2b2b2 !important;
  }
}
@media print {
  .themeSidebar {
    display: none;
  }
}
@media screen {
  .themeSidebar {
    color: #4c4c4c;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
  }
  .themeSidebar .hover:hover {
    color: #4c4c4c !important;
    border-color: #cccccc !important;
    background-color: #88c3fb !important;
  }
  .themeSidebar .hover:hover i {
    color: #666666 !important;
  }
  .themeSidebar .normal {
    color: #4c4c4c;
    border-color: #cccccc;
    background-color: #e5e5e5;
  }
  .themeSidebar .light {
    color: #4c4c4c;
    border-color: #e5e5e5 !important;
    background-color: #e5e5e5 !important;
  }
  .themeSidebar .disabled {
    color: #808080;
    border-color: inherit;
    background-color: inherit;
  }
  .themeSidebar .readonly,
  .themeSidebar .locked {
    color: #808080;
    border-color: inherit;
    background-color: inherit;
  }
  .themeSidebar .hilight,
  .themeSidebar .default {
    color: #fff;
    border-color: #f5f5f5;
    stroke: #f5f5f5;
    background-color: #999999;
  }
  .themeSidebar .no-focus {
    outline: 0 !important;
  }
  .themeSidebar .selected {
    border-color: inherit;
    background-color: #bbddfd;
  }
  .themeSidebar .hidden {
    display: none;
  }
  .themeSidebar .disabled-text {
    color: #808080 !important;
  }
  .themeSidebar .hilight-text {
    color: #666666 !important;
  }
  .themeSidebar .disabled-border {
    border-color: #b2b2b2 !important;
  }
  .themeSidebar .hilight-border {
    border-color: #999999 !important;
  }
  .pageSidebar {
    width: 17em;
  }
}
.themeMarkdown {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: text;
  -o-user-select: initial;
  -ms-user-select: initial;
  user-select: text;
  cursor: auto;
}
.themeMarkdown hr {
  border-top: 1px solid #b2b2b2;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.themeMarkdown h1 {
  color: #4c4c4c;
  display: block;
  font-size: 1.25rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
.themeMarkdown h2 {
  color: #4c4c4c;
  display: block;
  font-size: 1.25rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
.themeMarkdown h3 {
  color: #4c4c4c;
  display: block;
  font-size: 1.125rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
.themeMarkdown h4 {
  color: #4c4c4c;
  display: block;
  font-size: 0.875rem;
  padding-top: 0.67em;
  font-weight: normal;
  margin: 0;
}
.themeMarkdown em {
  font-size: 0.875rem;
  font-style: italic;
}
.themeMarkdown a,
.themeMarkdown a:visited {
  color: #666666;
  font-size: 0.875rem;
  text-decoration: none;
}
.themeMarkdown a:hover {
  color: #808080;
  text-decoration: underline;
}
.themeMarkdown blockquote {
  font-size: 0.875rem;
  border-left: 0.4rem solid #e5e5e5;
  padding-left: 0.8rem;
  margin-inline-start: 0;
}
.themeMarkdown ul {
  font-size: 0.875rem;
  padding-inline-start: 1.25em;
}
.themeMarkdown ul > li {
  padding-left: 0.5em;
  font-size: 0.875rem;
}
.themeMarkdown ol {
  font-size: 0.875rem;
  padding-inline-start: 1.25em;
}
.themeMarkdown ol > li {
  padding-left: 0.5em;
  font-size: 0.875rem;
}
.themeMarkdown pre {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #e5e5e5;
}
.themeMarkdown pre > code {
  font-size: 1.1em;
}
.themeMarkdown code {
  font-size: 1.25em;
  background-color: #e5e5e5;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.themeMarkdown table {
  font-size: 0.875rem;
  border-spacing: 0;
  border-collapse: collapse;
}
.themeMarkdown table th {
  border: 1px solid #b2b2b2;
  padding: 0.4rem;
}
.themeMarkdown table td {
  border: 1px solid #b2b2b2;
  padding: 0.4rem;
}
.themeMarkdown p.s {
  font-size: 0.75rem;
}
.themeMarkdown p {
  font-size: 0.875rem;
}
.themeMarkdown p.l {
  font-size: 1.125rem;
}
.themeMarkdown p.xl {
  font-size: 1.25rem;
}
.themeMarkdown p.xxl {
  font-size: 1.25rem;
}
.form {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  padding-bottom: 1.25rem;
}
.form .line {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
  min-height: 1.5rem;
}
.form .line label {
  margin-top: 0.3rem;
}
.form .line span {
  line-height: 1.5rem;
}
.form .multiline {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.form .multiline label {
  margin-top: 0.3rem;
}
.form .multiline span {
  line-height: 1.5rem;
}
.form .group {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}
.form .message-text {
  display: inline-flex;
  align-items: center;
}
.form .error,
.form .warning {
  width: 25em;
}
.form .error em,
.form .warning em {
  font-weight: normal;
}
.form .link {
  text-decoration: underline;
}
.form .disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
  z-index: 99;
}
.form p {
  padding-bottom: 0.5rem;
}
.form br {
  content: "";
  display: block;
  height: 0;
  margin: 0.25rem;
}
.form label {
  min-width: 12rem;
  display: inline-flex;
  align-items: center;
}
.form hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.form h1 {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.form h2 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0;
}
.form h3 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0.5rem;
}
.form h4 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0;
}
.dialogform {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-bottom: 0.8rem;
}
.dialogform .line {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
  min-height: 1.5rem;
}
.dialogform .line label {
  margin-top: 0.3rem;
}
.dialogform .line span {
  line-height: 1.5rem;
}
.dialogform .multiline {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.dialogform .multiline label {
  margin-top: 0.3rem;
}
.dialogform .multiline span {
  line-height: 1.5rem;
}
.dialogform .group {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}
.dialogform .message-text {
  display: inline-flex;
  align-items: center;
}
.dialogform .error,
.dialogform .warning {
  width: 18em;
}
.dialogform .error em,
.dialogform .warning em {
  font-weight: normal;
}
.dialogform .link {
  text-decoration: underline;
}
.dialogform .disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
  z-index: 99;
}
.dialogform p {
  padding-bottom: 0.5rem;
}
.dialogform br {
  content: "";
  display: block;
  height: 0;
  margin: 0.25rem;
}
.dialogform label {
  min-width: 10em;
  display: inline-flex;
  align-items: center;
}
.dialogform hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.dialogform h1 {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.dialogform h2 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0;
}
.dialogform h3 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0;
}
.dialogform h4 {
  display: block;
  padding-top: 1.0rem;
  padding-bottom: 0;
}
@keyframes flasher {
  0% {
    opacity: 0.1;
    background-color: #bbddfd;
  }
  50% {
    opacity: 0.7;
    background-color: #bbddfd;
  }
  100% {
    opacity: 1;
    background-color: inherit;
  }
}
.flash {
  animation: flasher 0.4s linear 1;
}
.red-blink {
  animation: red-blink 1s steps(1) infinite;
}
.green-blink {
  animation: green-blink 1s steps(1) infinite;
}
.yellow-blink {
  animation: yellow-blink 1s steps(1) infinite;
}
.normal-blink {
  animation: normal-blink 1s steps(1) infinite;
}
.grey-blink,
.disabled-blink {
  animation: grey-blink 1s steps(1) infinite;
}
.blue-blink {
  animation: blue-blink 1s steps(1) infinite;
}
@keyframes red-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #ff2941;
  }
}
@keyframes green-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #0ea44f;
  }
}
@keyframes yellow-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #e0d106;
  }
}
@keyframes normal-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #4c4c4c;
  }
}
@keyframes grey-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #808080;
  }
}
@keyframes blue-blink {
  0% {
    color: #00000000;
  }
  50% {
    color: #37329b;
  }
}
@media print {
  .no-print {
    display: none;
  }
  .body {
    overflow-x: initial;
    overflow-y: initial;
  }
  .print-content {
    display: initial;
    margin: 2em;
    font-size: 1.25em;
    font-family: arial, helvetica, verdana, sans-serif;
  }
}
@media screen {
  .body {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .print-content {
    display: none;
  }
}
.error-below {
  --error-position: below;
}
.error-right {
  --error-position: right;
}
.mdi-none::before {
  content: "\F68C";
  visibility: hidden;
  width: 0;
}
.mdi-spacer::before {
  content: "\F0214";
  opacity: .0;
}
.logo-color {
  fill: #ff2941;
}
.logo-color2 {
  fill: #fff;
}
.dialogSimple {
  position: absolute;
  z-index: 100;
}
.dialogSimple .dialog-content {
  box-sizing: border-box;
}
.dialogClassic {
  position: absolute;
  z-index: 100;
}
.dialogClassic .dialog-title {
  height: 1.5rem;
}
.dialogClassic .dialog-title .text {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.375rem;
  padding-left: 0.8rem;
}
.dialogClassic .dialog-title .close {
  float: right;
  height: 1.5rem;
  line-height: 1.375rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.dialogClassic .dialog-title .close:hover {
  color: #4c4c4c !important;
  border-color: #cccccc !important;
  background-color: #cccccc !important;
}
.dialogClassic .dialog-title .close:hover i {
  color: #4c4c4c !important;
}
.dialogClassic .dialog-content {
  box-sizing: border-box;
}
.dialogClassic .dialog-footer {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  height: 3rem;
  border-top: 1px solid #b2b2b2;
}
.dialogClassic2 {
  position: absolute;
  z-index: 100;
}
.dialogClassic2 .dialog-title {
  height: 1.5rem;
}
.dialogClassic2 .dialog-title .text {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.375rem;
  padding-left: 0.8rem;
}
.dialogClassic2 .dialog-title .close {
  float: right;
  height: 1.5rem;
  line-height: 1.375rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.dialogClassic2 .dialog-title .close:hover {
  color: #4c4c4c !important;
  border-color: #cccccc !important;
  background-color: #cccccc !important;
}
.dialogClassic2 .dialog-title .close:hover i {
  color: #4c4c4c !important;
}
.dialogClassic2 .dialog-content {
  box-sizing: border-box;
}
.dialogClassic2 .dialog-header {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  height: 3rem;
  border-bottom: 1px solid #b2b2b2;
}
.dialogClassic2 .dialog-footer {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  height: 3rem;
  border-top: 1px solid #b2b2b2;
}
.control-border {
  border-width: 1px;
  border-style: solid;
}
.dragover {
  box-shadow: inset 0 0 0 2px #88c3fb;
}
.dragover * {
  pointer-events: none;
}
.dropscroll {
  position: absolute;
  border-collapse: collapse;
  height: 0.5rem;
  z-index: 102;
}
.dropscroll-speed {
  position: absolute;
  border-collapse: collapse;
  height: 1.5rem;
  z-index: 102;
}
@media print {
  .scrollbar-overlay-v {
    display: none;
  }
  .scrollbar-static-v {
    display: none;
  }
}
.scroll-container {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.scroll-container-static {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
.scrollable {
  position: relative;
}
.scrollable:focus {
  outline: none;
}
.scroll-elevation {
  box-shadow: inset 0px 10px 10px -10px #888;
}
.scrollbar-static-v {
  position: absolute !important;
  width: 0.75rem;
  right: 0px;
  left: auto;
  top: 0px !important;
  bottom: 0px !important;
  padding-right: 0px !important;
  border-left: solid 1px rgba(0,0,0,0.25);
  z-index: 1;
}
.scrollbar-static-v .handle {
  cursor: pointer !important;
  position: relative;
  background-color: rgba(0,0,0,0.25);
}
.scrollbar-static-v .handle:hover {
  background-color: rgba(0,0,0,0.4);
}
.scrollbar-overlay-v {
  position: absolute !important;
  width: 0.3rem;
  right: 0.25em;
  left: auto;
  top: 0.25em !important;
  bottom: 0.25em !important;
  padding-right: 0px !important;
  z-index: 100;
}
.scrollbar-overlay-v .handle {
  cursor: pointer !important;
  position: relative;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0.5em;
  opacity: 0;
  transition: opacity 0.5s;
}
.scrollbar-overlay-v .handle:hover {
  background-color: rgba(0,0,0,0.75);
}
.splitter-parent {
  position: relative !important;
}
.splitter-active {
  background: rgba(0,0,0,0.2);
}
.splitter-h-r {
  position: absolute;
  width: 3px;
  cursor: w-resize;
  top: 0;
  bottom: 0;
  right: 0;
}
.splitter-h-l {
  position: absolute;
  width: 3px;
  cursor: w-resize;
  top: 0;
  bottom: 0;
  left: 0;
}
.splitter-v-t {
  position: absolute;
  height: 3px;
  cursor: n-resize;
  left: 0;
  right: 0;
  top: 0;
}
.splitter-v-b {
  position: absolute;
  height: 3px;
  cursor: n-resize;
  left: 0;
  right: 0;
  bottom: 0;
}
.treemenu {
  border: none;
}
.treemenu .head {
  padding: 0em 0.75em 0em 0.75em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #999999;
  height: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.treemenu .head > i {
  font-size: 1.2em;
  font-size: 0.875rem;
}
.treemenu .head > span {
  margin-left: 0.5em;
  font-size: 0.75rem;
}
.treemenu .item,
.treemenu .group {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0em 0.5em 0em 0.5em;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.treemenu .item > span,
.treemenu .group > span {
  margin-left: 0.5em;
}
.treemenu .subitem {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0em 0.5em 0em 0.5em;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.treemenu .subitem > i {
  font-size: 1.2em;
}
.treemenu .subitem > span {
  margin-left: 0.875em;
}
.treemenu .group-container {
  padding: 0;
  margin: 0;
}
.treemenu .hidden {
  display: none;
}
.treemenu .selected {
  background-color: #bbddfd !important;
}
.breadcrumps {
  box-sizing: border-box;
}
.breadcrumps .home {
  min-width: 0;
  height: 1.625rem;
  line-height: 1.625rem;
  border-width: 0;
  padding: 0;
  margin-left: 1em;
  margin-right: .75em;
  cursor: pointer;
}
.breadcrumps .chevron {
  height: 1.425rem;
  width: 0.6em;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumps svg {
  stroke: rgba(0,0,0,0.25);
  fill-opacity: 0;
  stroke-width: 1px;
  display: block;
  height: 1.425rem;
}
.breadcrumps .button {
  min-width: 0;
  height: 1.625rem;
  line-height: 1.625rem;
  border-width: 0;
  padding: 0;
  margin-left: 1em;
  margin-right: .75em;
  cursor: pointer;
}
.breadcrumps .home:hover {
  text-decoration: underline;
}
.breadcrumps .button:hover {
  text-decoration: underline;
}
.breadcrumps i {
  font-size: 1.3em;
}
.breadcrumps span {
  margin-right: 0.4rem;
}
.breadcrumps a {
  color: inherit;
  text-decoration: none;
}
@media print {
  .button {
    display: none;
  }
}
@media screen {
  .button {
    position: relative;
    height: 1.5rem;
    line-height: 1.4rem;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .button span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .button .container {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .button .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .button .icon > i {
    height: 100%;
  }
  .button .icon-dd {
    position: absolute;
    bottom: 0;
    right: -0.375rem;
    font-size: 1.125rem;
  }
  .button .button-status {
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 100%;
  }
}
@media print {
  .button-indicator {
    display: none;
  }
}
@media screen {
  .button-indicator {
    position: relative;
    height: 1.5rem;
    line-height: 1.4rem;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .button-indicator .container {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .button-indicator .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .button-indicator .icon > i {
    height: 100%;
  }
  .button-indicator .selected {
    background-color: #88c3fb !important;
    border-color: #88c3fb !important;
  }
  .button-indicator .status {
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    box-sizing: border-box;
  }
  .button-indicator .status .normal,
  .button-indicator .status .default {
    background-color: #999999 !important;
    border-color: #999999 !important;
  }
  .button-indicator .status .selected {
    background-color: #88c3fb !important;
    border-color: #88c3fb !important;
  }
  .button-indicator .status .disabled {
    background-color: initial !important;
    border-width: 0 !important;
  }
  .button-indicator .status .indicator {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
}
.edit {
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.edit > input {
  height: 1.375rem;
  line-height: 1.375rem;
  padding: 0.1em 0.4em 0.1em 0.4em;
  border: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: transparent !important;
}
.edit > input:focus {
  outline: none;
}
.edit > input:hover {
  outline: none;
  border: 0 !important;
}
.edit input::-ms-clear {
  display: none;
}
.edit > i {
  position: absolute;
  width: 1.5em;
  text-align: center;
  right: 0;
}
.edit > i:hover {
  background-color: rgba(0,0,0,0.125);
}
.radiogroup {
  border-width: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.25rem;
}
.radiogroup fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label:before {
  font-family: 'Material Design Icons';
  position: relative;
  letter-spacing: .5em;
  color: #808080;
}
input[type=radio] + label {
  cursor: pointer;
  min-width: unset;
  margin-right: 1.25rem;
}
input[type=radio] + label:not(:first-of-type) {
  margin-top: 3px !important;
}
input[type=radio]:disabled + label {
  cursor: default;
}
input[type=radio] + label:before {
  content: "\F043D";
}
input[type=radio] + label:after {
  content: "";
}
input[type=radio]:checked + label:before {
  content: "\F043E";
}
input[type=radio]:checked + label:after {
  content: "";
}
fieldset {
  border: 0;
  padding: 0;
}
.radiogroup-top-spacer {
  margin-top: 0.125rem;
}
.checkgroup {
  border-width: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.checkgroup fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}
.checkbox {
  border-width: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.checkbox fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label:before {
  font-family: 'Material Design Icons';
  cursor: pointer;
  position: relative;
  letter-spacing: 0.5em;
  color: #808080;
}
input[type=checkbox] + label {
  cursor: pointer;
  min-width: unset;
  margin-right: 1.25rem;
}
input[type=checkbox] + label:not(:first-of-type) {
  margin-top: 3px !important;
}
input[type=checkbox] + label:after {
  content: "";
}
input[type=checkbox] + label:before {
  content: "\F0131";
}
input[type=checkbox]:checked + label:before {
  content: "\F0135";
}
.checkgroup-top-spacer {
  margin-top: 0.125rem;
}
.listbox:focus {
  --focus: 1;
}
.listbox {
  text-align: left;
  position: relative;
}
.listbox .item {
  display: flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 0.4rem;
  overflow: hidden;
  padding-right: 0.4rem;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}
.listbox .item i {
  padding-right: 0.4rem;
}
.listbox .item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox .diverter {
  border-bottom: 1px solid #e5e5e5;
}
.listbox .placeholder {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  overflow: hidden;
}
.listbox .locked {
  background-color: #f5f5f5;
}
.listbox .locked > .posticon {
  display: inline;
  font-size: 0.75rem;
  color: #b2b2b2;
}
.listbox .posticon {
  display: none;
}
.listbox .message-text {
  position: absolute;
  top: 0.3em;
}
.listbox .search {
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
}
.listbox .search > input {
  height: 1.375rem;
  line-height: 1.375rem;
  border: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.listbox .search > input:focus {
  outline: none;
}
.listbox .search > input:hover {
  outline: none;
  border: 0 !important;
}
.listbox .search input::-ms-clear {
  display: none;
}
.listbox .search > i {
  position: absolute;
  width: 1.5em;
  text-align: center;
  right: 0;
}
.listbox .search > i:hover {
  background-color: rgba(0,0,0,0.125);
}
.droplist {
  border-width: 1px;
  border-style: solid;
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.droplist .head {
  width: inherit;
  display: flex;
  align-items: center;
}
.droplist .head > i {
  padding-left: 0.4rem;
}
.droplist .head > span {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  height: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.droplist .head .chevron {
  font-size: 1.25em;
  position: absolute;
  width: 1.25em;
  text-align: center;
  right: 0;
}
.droplist .popup {
  border-width: 1px;
  border-style: solid;
  position: fixed;
  top: 1.5rem;
  left: -1px;
  width: 100%;
  box-shadow: 0px 1px 1px 1px #e5e5e5;
  z-index: 101;
  overflow: visible;
}
.droplist .item {
  display: flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.droplist .item i {
  padding-right: 0.4rem;
}
.droplist .diverter {
  border-bottom: 1px solid #e5e5e5;
}
.droplist .search {
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
}
.droplist .search > input {
  height: 1.375rem;
  line-height: 1.375rem;
  border: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.droplist .search > input:focus {
  outline: none;
}
.droplist .search > input:hover {
  outline: none;
  border: 0 !important;
}
.droplist .search input::-ms-clear {
  display: none;
}
.droplist .search > i {
  position: absolute;
  width: 1.5em;
  text-align: center;
  right: 0;
}
.droplist .search > i:hover {
  background-color: rgba(0,0,0,0.125);
}
.toast {
  height: 0;
  width: 0;
  border-radius: 5px;
  margin-block-start: 0;
  position: relative;
}
.toast .close-button {
  position: absolute;
  display: none;
  top: 0.25rem;
  right: 0.2rem;
}
.toast:hover .close-button {
  display: initial !important;
}
.toast:hover .close-button:hover {
  display: initial;
  background-color: #88c3fb;
}
.toast-transition-height {
  transition-property: height, margin-block-start;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.toast-transition-width {
  transition-property: width;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.tabs {
  height: 1.625rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.tabs .header {
  display: inline-flex;
  padding-left: 1.0rem;
  align-items: center;
  min-width: 8rem;
  border-left: 1px solid #f5f5f5;
}
.tabs .header .content {
  height: 1.625rem;
  line-height: 1.625rem;
}
.tabs .header .content > span {
  font-size: 0.75rem;
  font-weight: bold;
}
.tabs .header .close-button {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 0.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.tabs .header .close-button i {
  color: #4c4c4c;
}
.tabs .header .close-button:hover i {
  color: #ff2941;
}
.tabs sup {
  display: none;
  vertical-align: middle;
}
.tabs .header:hover sup {
  display: inline-flex;
}
.tabs sub {
  display: none;
}
.tabs .warning sub {
  padding-left: 0.2rem;
  font-size: 0.4375rem;
  display: inline-flex;
  vertical-align: baseline;
}
.tabs .warning sub > i {
  color: #e0d106;
}
.tabs-scroller-left {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  border-right: 1px solid white !important;
}
.tabs-scroller-right {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  border-left: 1px solid white !important;
}
.multi .container {
  width: inherit;
  height: inherit;
}
.multi .viewable-container {
  height: inherit;
}
.groupbox {
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
}
.groupbox > h3:first-child {
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  background: white;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.groupbox > h3:first-child > i,
.groupbox > h3:first-child s {
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 1.125rem;
  vertical-align: middle;
}
.groupbox > h3:first-child > span {
  height: 1.25rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
.groupbox .groupbox-action {
  cursor: pointer;
  width: fit-content;
}
.groupbox .content {
  padding: 2.5rem 1.2rem 1.25rem 1.4rem;
}
.groupbox-collapsed {
  height: 1px !important;
  border-left: 1px solid #FFFFFF !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
.popupmenu {
  display: block;
  position: fixed;
  z-index: 101;
  background-color: white;
  font-size: 0.875rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border: 1px solid #b2b2b2;
}
.popupmenu .item {
  padding-left: 0.25em;
  line-height: 1.5rem;
  height: 1.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.popupmenu .item > i {
  color: #666666;
  margin-right: 0.5em;
}
.popupmenu .separator {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #b2b2b2;
}
.popupmenu:focus {
  outline: 0;
  box-shadow: none;
}
.popupmenu:focus-visible {
  outline: 0;
  box-shadow: none;
}
.toolbar {
  height: 3.4rem;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0 0 2px 0;
}
.toolbar .container {
  height: inherit;
  width: inherit;
  margin-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
}
.toolbar .container .title i {
  font-size: 1.375rem;
  color: #666666;
}
.toolbar .container .title span {
  font-size: 1.375rem;
  color: #666666;
}
.toolbar .container .icon-status {
  height: 2em;
  line-height: 2.375em;
  vertical-align: bottom;
}
.toolbar .container .icon-status > i {
  font-size: small;
}
.toolbar .container .close-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0.2rem;
}
@media print {
  .toolbar .container .toolbar-button {
    display: none;
  }
}
@media screen {
  .toolbar .container .toolbar-button {
    height: 1.625rem;
    font-size: 0.875rem;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-left: 0.4rem;
  }
  .toolbar .container .yellow .tb-icon {
    color: #e0d106;
  }
  .toolbar .container .red .tb-icon {
    color: #ff2941;
  }
  .toolbar .container .blue .tb-icon {
    color: #37329b;
  }
  .toolbar .container .green .tb-icon {
    color: #0ea44f;
  }
  .toolbar .container .normal .tb-icon {
    color: #4c4c4c;
  }
  .toolbar .container .toolbar-icon {
    display: inline-flex;
    height: 1.625rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-left: 0.4rem;
    background-color: unset !important;
  }
  .toolbar .container .toolbar-icon .tb-icon {
    font-size: 1.25rem;
  }
}
.toolbar .container .normal {
  color: #808080;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.toolbar .container .hidden {
  display: none;
}
.toolbar .container:hover .close-button {
  display: initial;
  color: initial;
}
.toolbar .container:hover .close-button:hover {
  background-color: #88c3fb;
}
.grid {
  font-size: 0.875rem;
  box-sizing: border-box;
  position: relative;
}
.grid .grid-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.grid .grid-container span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid .grid-container .header {
  display: flex;
  flex-direction: row;
  height: 1.5rem;
  overflow: none;
  border-bottom: 1px solid #b2b2b2;
  background-color: #f5f5f5;
}
.grid .grid-container .header .cell {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  position: relative;
}
.grid .grid-container .header .diverter {
  border-right: 1px solid #b2b2b2;
}
.grid .grid-container .header .scroll-cell {
  display: inline-flex;
  width: 0.75rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
}
.grid .grid-container .header .cell-hover {
  cursor: pointer;
}
.grid .grid-container .header .cell-hover:hover {
  background-color: #88c3fb;
}
.grid .grid-container .header .cell-splitter {
  position: absolute;
  top: 0;
  right: -3px;
  box-sizing: border-box;
  width: 5px;
  height: 100%;
  cursor: w-resize;
}
.grid .grid-container .header .cell-sorter {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.grid .grid-container .placeholder {
  display: flex;
  flex-direction: row;
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.grid .grid-container .row {
  display: flex;
  flex-direction: row;
  height: 1.5rem;
  min-height: 1.5rem;
}
.grid .grid-container .row .cell {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  overflow: hidden;
}
.grid .grid-container .row .cell-test {
  flex-grow: 0;
  width: 31px;
  flex-shrink: 0;
  justify-content: center;
}
.grid .grid-container .row .grid-inplace-onoff {
  cursor: pointer;
}
.grid .grid-container .row .grid-inplace-onoff:hover {
  background-color: white;
  box-shadow: inset 0px 0px 0px 1px #88c3fb;
}
.grid .grid-container .row .grid-inplace-link {
  text-decoration: none;
}
.grid .grid-container .row .grid-inplace-link:hover {
  text-decoration: underline;
}
.grid .grid-container .data {
  position: relative;
}
.grid .grid-container .data .data-window {
  position: absolute;
  top: 0;
  width: 100%;
}
.grid .hidden {
  display: none !important;
}
.grid .light,
.grid .gray {
  color: #808080;
  border-color: #b2b2b2;
  background-color: #fff;
}
.grid .light i,
.grid .gray i {
  color: #b2b2b2;
}
.grid .hilight {
  color: #37329b;
  background-color: inherit;
}
.grid .hilight i {
  color: #37329b;
}
.grid .data .error {
  color: #ff2941 !important;
  background-color: inherit;
}
.grid .data .error i {
  color: #ff2941 !important;
}
.grid .red {
  color: #ff2941;
  background-color: inherit;
}
.grid .red i {
  color: #ff2941;
}
.grid .green {
  color: #0ea44f;
  background-color: inherit;
}
.grid .green i {
  color: #0ea44f;
}
.grid .yellow {
  color: #e0d106;
  background-color: inherit;
}
.grid .yellow i {
  color: #e0d106;
}
.grid .locked {
  background-color: #f5f5f5;
}
.grid .locked > .posticon {
  display: inline;
  font-size: 0.75rem;
  color: #b2b2b2;
}
.grid .posticon {
  display: none;
  float: right;
}
.range {
  height: 1.5rem;
  width: 10em;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 1px;
}
.range .range-trackbar {
  display: inline-block;
  position: absolute;
  height: 0.25rem;
  margin: auto;
  width: 100%;
}
.range .range-active {
  background-color: #88c3fb;
}
.range .range-nonactive {
  background-color: #e5e5e5;
}
.range .range-handle {
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.range .range-tooltip {
  visibility: hidden;
  white-space: nowrap;
  background-color: #e5e5e5;
  color: #4c4c4c;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  border-radius: 0.8rem/2;
  padding: 0.4rem 0.8rem;
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  opacity: 0.8;
}
.range:hover .range-tooltip {
  visibility: visible;
}
.range:hover .range-handle {
  background-color: #88c3fb;
  border: 1px solid #88c3fb;
}
.optional .optional-item[data-status="normal"] {
  display: visible;
}
.optional .optional-item[data-status="hidden"] {
  display: none;
}
.accordion {
  display: flex;
  flex-direction: column;
}
.accordion .accordion-item {
  overflow: hidden;
  height: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}
.accordion .splitter {
  position: absolute;
  cursor: n-resize;
  height: 3px;
  width: 100%;
  bottom: 0;
}
.accordion .splitter:hover {
  background-color: #bbddfd;
}
.accordion .head {
  flex-grow: 0;
  height: inherit;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.625rem;
  height: 1.625rem;
  display: flex;
}
.accordion .head > i {
  cursor: pointer;
}
.accordion .head span {
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
.accordion .content {
  flex-grow: 1;
  height: inherit;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.accordion .selected {
  background-color: #bbddfd !important;
}
.accordion .selected > i {
  color: #4c4c4c;
}
.accordion .collapsed {
  flex-grow: 0;
  flex-shrink: 0;
  height: 1.625rem;
  min-height: 1.625rem;
}
.accordion .expanded-fix {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 3.625rem;
  height: 18.125rem;
}
.accordion .expanded-flex {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 3.625rem;
}
.badge {
  position: absolute;
  bottom: 0;
  right: -3px;
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.7rem;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.badge-icon {
  position: absolute;
  bottom: -0.28125rem;
  right: 0;
  line-height: 1rem;
  font-size: 1rem;
  box-sizing: border-box;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.badge-red {
  color: white;
  background-color: #ff2941;
  border-color: #ff2941;
}
.tree {
  position: relative;
}
.tree .tree-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tree .tree-container .children {
  position: relative;
}
.tree .tree-container .row {
  position: relative;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
}
.tree .tree-container .row > span {
  padding-left: 0.4rem;
}
.tree .tree-container .chevron {
  cursor: pointer;
}
.tree .tree-container .level {
  height: inherit;
}
.tree .tree-container .l0 {
  margin-left: 0;
}
.tree .tree-container .l1 {
  margin-left: 1.2rem;
}
.tree .tree-container .l2 {
  margin-left: 2.4rem;
}
.tree .tree-container .l3 {
  margin-left: 3.6rem;
}
.tree .tree-container .l4 {
  margin-left: 4.8rem;
}
.tree .tree-container .l5 {
  margin-left: 6rem;
}
.tree .tree-container .l6 {
  margin-left: 7.2rem;
}
.tree .tree-container .l7 {
  margin-left: 8.4rem;
}
.tree .tree-container .l8 {
  margin-left: 9.6rem;
}
.tree .tree-container .l9 {
  margin-left: 10.8rem;
}
.tree .tree-container .l10 {
  margin-left: 12rem;
}
.tree .tree-container .l11 {
  margin-left: 13.2rem;
}
.tree .tree-container .l12 {
  margin-left: 14.4rem;
}
.tree .tree-container .l13 {
  margin-left: 15.6rem;
}
.tree .tree-container .l14 {
  margin-left: 16.8rem;
}
.tree .tree-container .l15 {
  margin-left: 18rem;
}
.tree .tree-container .l16 {
  margin-left: 19.2rem;
}
.tree .tree-container .l17 {
  margin-left: 20.4rem;
}
.tree .tree-container .l18 {
  margin-left: 21.6rem;
}
.tree .tree-container .l19 {
  margin-left: 22.8rem;
}
.tree .tree-container .l20 {
  margin-left: 24rem;
}
.tree span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree .hidden {
  display: none;
}
.tree .light,
.tree .gray {
  color: #808080;
  border-color: #b2b2b2;
  background-color: #fff;
}
.tree .light i,
.tree .gray i {
  color: #b2b2b2;
}
.tree .light span,
.tree .gray span {
  color: #b2b2b2;
}
.tree .hilight {
  color: #37329b;
  background-color: inherit;
}
.tree .hilight i {
  color: #37329b;
}
.tree .hilight span {
  color: #37329b;
}
.tree .red {
  color: #ff2941;
  background-color: inherit;
}
.tree .red i {
  color: #ff2941;
}
.tree .red span {
  color: #ff2941;
}
.tree .green {
  color: #0ea44f;
  background-color: inherit;
}
.tree .green i {
  color: #0ea44f;
}
.tree .green span {
  color: #0ea44f;
}
.tree .yellow {
  color: #e0d106;
  background-color: inherit;
}
.tree .yellow i {
  color: #e0d106;
}
.tree .yellow span {
  color: #e0d106;
}
.tree .locked {
  background-color: #f5f5f5;
}
.tree .locked > .posticon {
  display: inline;
  font-size: 0.75rem;
  color: #b2b2b2;
}
.tree .posticon {
  display: none;
  float: right;
}
.tree .inplace-button {
  position: absolute;
  display: none;
  align-items: center;
  height: inherit;
  right: 0.8rem;
  cursor: pointer;
  background-color: inherit;
}
.tree .row:hover .inplace-button {
  display: inline-flex;
}
.tree .selected .inplace-button {
  display: inline-flex;
}
.tree .tree-container:hover .child-line {
  position: absolute;
  height: 100%;
  border-left: 1px solid #cccccc;
  z-index: 99;
}
.tree .tree-container:hover .c0 {
  left: 0.4375rem;
}
.tree .tree-container:hover .c1 {
  left: 1.6375rem;
}
.tree .tree-container:hover .c2 {
  left: 2.8375rem;
}
.tree .tree-container:hover .c3 {
  left: 4.0375rem;
}
.tree .tree-container:hover .c4 {
  left: 5.2375rem;
}
.tree .tree-container:hover .c5 {
  left: 6.4375rem;
}
.tree .tree-container:hover .c6 {
  left: 7.6375rem;
}
.tree .tree-container:hover .c7 {
  left: 8.8375rem;
}
.tree .tree-container:hover .c8 {
  left: 10.0375rem;
}
.tree .tree-container:hover .c9 {
  left: 11.2375rem;
}
.tree .tree-container:hover .c10 {
  left: 12.4375rem;
}
.tree .tree-container:hover .c11 {
  left: 13.6375rem;
}
.tree .tree-container:hover .c12 {
  left: 14.8375rem;
}
.tree .tree-container:hover .c13 {
  left: 16.0375rem;
}
.tree .tree-container:hover .c14 {
  left: 17.2375rem;
}
.tree .tree-container:hover .c15 {
  left: 18.4375rem;
}
.tree .tree-container:hover .c16 {
  left: 19.6375rem;
}
.tree .tree-container:hover .c17 {
  left: 20.8375rem;
}
.tree .tree-container:hover .c18 {
  left: 22.0375rem;
}
.tree .tree-container:hover .c19 {
  left: 23.2375rem;
}
.tree .tree-container:hover .c20 {
  left: 24.4375rem;
}
.tree .tree-container:hover .menu {
  display: none;
}
.tree .tree-container:hover .row:hover .menu {
  display: initial;
  position: absolute;
  cursor: pointer;
  right: 0.8rem;
  color: #808080;
  background-color: #fff;
  padding-right: 0.13333333333333rem;
  padding-left: 0.13333333333333rem;
  vertical-align: middle;
}
.tree .tree-container:hover .row:hover .menu > i {
  display: block;
}
.tree .tree-container:hover .row:hover .menu:hover {
  background-color: #e5e5e5;
}
.qrcode {
  padding: 0.4rem;
  box-sizing: border-box;
}
.qrcode .code {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.description-line {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  display: flex;
  min-height: 1.5rem;
  align-items: flex-start;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.description-line span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description-line .chevron {
  height: 1.5rem;
}
.description-line .chevron > i {
  line-height: 1.5rem;
}
.description-line .line-content {
  display: flex;
  align-items: center;
}
.description-line .icon-normal {
  color: inherit;
}
.description-line .icon-red {
  color: #ff2941 !important;
}
.description-line .icon-yellow {
  color: #e0d106 !important;
}
.description-line .icon-blue {
  color: #88c3fb !important;
}
.description-line .posticon-normal {
  color: inherit;
}
.description-line .posticon-red {
  color: #ff2941 !important;
}
.description-line .posticon-yellow {
  color: #e0d106 !important;
}
.description-line .posticon-blue {
  color: #88c3fb !important;
}
.svg-container {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.svg-container .svg-content {
  display: flex;
}
.svg-selected {
  fill: #88c3fb;
}
.svg-selectable:hover {
  fill: #88c3fb;
}
.fileupload {
  border-width: 1px;
  border-style: dashed;
}
.fileupload .container {
  height: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding-left: 0.8em;
  padding-right: 0.8em;
  cursor: pointer;
}
.fileupload .overlay {
  position: absolute;
  top: 0;
  left: 2.4rem;
  right: 0;
}
.fileupload i {
  font-size: 125%;
}
.fileupload label {
  position: relative;
  width: 100%;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.tl {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  height: 1.625rem;
  overflow: hidden;
  fill: #fff;
  background-color: #fff;
}
.tl .box {
  cursor: pointer;
  shape-rendering: crispEdges;
}
.tl .box:hover {
  fill: #88c3fb;
}
.tl .disbox {
  cursor: auto;
  shape-rendering: crispEdges;
}
.tl .active {
  fill: #bbddfd;
}
.tl .tick {
  stroke: #b2b2b2;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.tl-legend > span {
  font-size: 0.75rem;
  width: 3.0rem;
  display: inline-block;
}
.tl_popdown:focus {
  outline: none;
}
.tl_popdown {
  border: 1px solid #b2b2b2;
  background-color: #FFFFFF;
  padding: 0.5em;
  margin: 0;
  position: fixed;
  z-index: 999;
  font-size: 1em;
  width: fit-content;
}
.tl_popdown > table > tbody {
  vertical-align: baseline !important;
}
.tl_popdown tr td:first-child {
  min-width: 3.5em !important;
  vertical-align: baseline !important;
}
.tl_popdown tr td {
  padding: 0.1em !important;
  height: initial !important;
  vertical-align: baseline !important;
}
.tl_popdown label {
  min-width: 5em !important;
  font-size: 0.875rem !important;
  letter-spacing: normal !important;
  color: #4c4c4c !important;
}
.tl_popdown input {
  width: 6em !important;
  font-size: 0.875rem !important;
  color: #4c4c4c !important;
  border: 1px solid #b2b2b2 !important;
  box-sizing: border-box !important;
  line-height: 1.5em !important;
}
.tl_popdown input:focus {
  outline: 1px solid #bbddfd;
}
.tl_popdown input[error] {
  border-color: #ff2941;
}
@media print {
  .wizzard-sidebar {
    display: none;
  }
}
@media screen {
  .wizzard-sidebar .wizzard-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .wizzard-sidebar .wizzard-item > i {
    font-size: 1.75rem;
  }
  .wizzard-sidebar .wizzard-item span {
    font-size: 1.25rem;
  }
}
.help-label {
  cursor: help;
  min-width: 12rem;
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 0.875rem;
}
.help-label:hover::after {
  font-family: "Material Design Icons";
  margin-left: 0.4rem;
  content: "\F0625";
}
.help-content {
  display: none;
  padding-top: 1.0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #f5f5f5;
  border-left: 4px solid #e5e5e5;
  margin-top: 0.5rem;
  position: relative;
}
.help-content.shown {
  display: block !important;
}
.help-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.help-close:hover {
  background-color: #88c3fb;
}
.help-text p {
  font-size: 0.875rem;
  margin-block-start: 0;
  margin-block-end: 0.5rem;
  word-wrap: break-word;
  padding: 0;
}
.help-text em,
.help-text i,
.help-text b {
  font-size: 0.875rem;
}
.help-text hr,
.help-text blockquote,
.help-text pre,
.help-text code,
.help-text ul,
.help-text li,
.help-text blockquote,
.help-text a,
.help-text table,
.help-text h1,
.help-text h2,
.help-text h3,
.help-text h4 {
  display: none;
}
