@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "MetricHPE", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

*::-moz-selection {
  background: #01A982;
  color: #FFFFFF;
}
*::selection {
  background: #01A982;
  color: #FFFFFF;
}

label,
input,
button,
select,
textarea {
  font-family: "MetricHPE", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

h1 {
  font-size: 3.6rem;
  font-weight: 100;
  font-style: normal;
  margin-top: 12.8rem;
  margin-bottom: 6.4rem;
}
h1 b, h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 2.8rem;
  font-weight: 100;
  font-style: normal;
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
}
h2 b, h2 strong {
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 100;
  font-style: normal;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
h3 b, h3 strong {
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
  font-weight: 100;
  font-style: normal;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
h4 b, h4 strong {
  font-weight: 700;
}

h5 {
  font-size: 1.3rem;
  font-weight: 100;
  font-style: normal;
  color: #999999;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
h5 b, h5 strong {
  font-weight: 700;
}

h1.noTopMargin, h2.noTopMargin, h3.noTopMargin, h4.noTopMargin, h5.noTopMargin {
  margin-top: 0;
}
h1.noBottomMargin, h2.noBottomMargin, h3.noBottomMargin, h4.noBottomMargin, h5.noBottomMargin {
  margin-bottom: 0;
}
h1[required]:after, h2[required]:after, h3[required]:after, h4[required]:after, h5[required]:after {
  content: " * ";
  color: #FF454F;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
p small {
  font-size: 1.3rem;
}
p b, p strong {
  font-weight: 700;
}
p em {
  font-style: italic;
}

.text-primary {
  color: #333333;
}

.text-secondary, .text-default {
  color: #999999;
}

.text-disabled {
  color: #C6C9CA;
}

.text-muted {
  color: #C6C9CA;
}

.uppercase {
  text-transform: uppercase;
}

.text-wrap {
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

hr {
  margin: 0 0 1.6rem 0;
  border: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
}

.severityMinor {
  color: #FFD042;
}

.severityCritical {
  color: #FF454F;
}

a {
  color: #01A982;
  text-decoration: none;
}
a:hover, a:focus {
  color: #01A982;
  text-decoration: underline;
}

.monospace {
  color: #333333;
  font-family: Consolas, Menlo, "DejaVu Sans Mono", "Liberation Mono", monospace;
  font-weight: 400;
}

code {
  color: #333333;
  font-family: Consolas, Menlo, "DejaVu Sans Mono", "Liberation Mono", monospace;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}

pre {
  min-height: 2.4rem;
  padding: 0.2rem 0.8rem;
  background-color: #F0F0F0;
  border: 0 none;
  border-radius: unset;
  margin: 0;
}

.hpe-dark-theme .text-primary {
  color: rgba(255, 255, 255, 0.8);
}
.hpe-dark-theme .text-secondary, .hpe-dark-theme .text-default {
  color: rgba(255, 255, 255, 0.6);
}
.hpe-dark-theme .text-disabled {
  color: rgba(255, 255, 255, 0.2);
}
.hpe-dark-theme .text-muted {
  color: rgba(255, 255, 255, 0.2);
}
.hpe-dark-theme code {
  color: rgba(255, 255, 255, 0.8);
}
.hpe-dark-theme pre {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
}

.locale-ja {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’", "ProN W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

.locale-ko {
  font-family: "Malgun Gothic", Gulim, Arial, sans-serif;
}

.locale-zh-cn {
  font-family: SimSun, sans-serif;
}
.locale-zh-cn h1, .locale-zh-cn h2, .locale-zh-cn h3, .locale-zh-cn h4, .locale-zh-cn h5 {
  font-family: SimHei, sans-serif;
}

/*# sourceMappingURL=hpe-text.css.map */
