@charset "UTF-8";
body {
  overflow-y: scroll;
}

:root {
  --red: #fb5844;
  --black: #292929;
}

.jasmine_html-reporter {
  width: 100%;
  background-color: #eee;
  padding: 5px;
  margin: -8px;
  font-size: 11px;
  font-family: Monaco, "Lucida Console", monospace;
  line-height: 14px;
  color: #333;
}
.jasmine_html-reporter a {
  text-decoration: none;
}
.jasmine_html-reporter a:hover {
  text-decoration: underline;
}
.jasmine_html-reporter p,
.jasmine_html-reporter h1,
.jasmine_html-reporter h2,
.jasmine_html-reporter h3,
.jasmine_html-reporter h4,
.jasmine_html-reporter h5,
.jasmine_html-reporter h6 {
  margin: 0;
  line-height: 14px;
}
.jasmine_html-reporter .jasmine-banner,
.jasmine_html-reporter .jasmine-symbol-summary,
.jasmine_html-reporter .jasmine-summary,
.jasmine_html-reporter .jasmine-result-message,
.jasmine_html-reporter .jasmine-spec .jasmine-description,
.jasmine_html-reporter .jasmine-spec-detail .jasmine-description,
.jasmine_html-reporter .jasmine-alert .jasmine-bar,
.jasmine_html-reporter .jasmine-stack-trace {
  padding-left: 9px;
  padding-right: 9px;
}
.jasmine_html-reporter .jasmine-banner {
  position: relative;
}
.jasmine_html-reporter .jasmine-banner .jasmine-title {
  background: url("wb-appicon-80.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}
.jasmine_html-reporter .jasmine-banner .jasmine-version {
  margin-left: 14px;
  position: relative;
  top: 6px;
}
.jasmine_html-reporter #jasmine_content {
  position: fixed;
  right: 100%;
}
.jasmine_html-reporter .jasmine-banner {
  margin-top: 14px;
}
.jasmine_html-reporter .jasmine-duration {
  color: #fff;
  float: right;
  line-height: 28px;
  padding-right: 9px;
}
.jasmine_html-reporter .jasmine-symbol-summary {
  overflow: hidden;
  margin: 14px 0;
}
.jasmine_html-reporter .jasmine-symbol-summary li {
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 16px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed {
  font-size: 14px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed:before {
  color: var(--black);
  content: "•";
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-failed {
  line-height: 9px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-failed:before {
  color: var(--red);
  content: "×";
  font-weight: bold;
  margin-left: -1px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-excluded {
  font-size: 14px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-excluded:before {
  color: #bababa;
  content: "•";
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-excluded-no-display {
  font-size: 14px;
  display: none;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-pending {
  line-height: 17px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-pending:before {
  color: #ba9d37;
  content: "*";
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-empty {
  font-size: 14px;
}
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-empty:before {
  color: #ba9d37;
  content: "•";
}
.jasmine_html-reporter .jasmine-run-options {
  float: right;
  margin-right: 5px;
  border: 1px solid #8a4182;
  color: #8a4182;
  position: relative;
  line-height: 20px;
}
.jasmine_html-reporter .jasmine-run-options .jasmine-trigger {
  cursor: pointer;
  padding: 8px 16px;
}
.jasmine_html-reporter .jasmine-run-options .jasmine-payload {
  position: absolute;
  display: none;
  right: -1px;
  border: 1px solid #8a4182;
  background-color: #eee;
  white-space: nowrap;
  padding: 4px 8px;
}
.jasmine_html-reporter .jasmine-run-options .jasmine-payload.jasmine-open {
  display: block;
}
.jasmine_html-reporter .jasmine-bar {
  line-height: 28px;
  font-size: 14px;
  display: block;
  color: #eee;
}
.jasmine_html-reporter .jasmine-bar.jasmine-failed,
.jasmine_html-reporter .jasmine-bar.jasmine-errored {
  background-color: var(--red);
  border-bottom: 1px solid #eee;
}
.jasmine_html-reporter .jasmine-bar.jasmine-passed {
  background-color: var(--black);
}
.jasmine_html-reporter .jasmine-bar.jasmine-incomplete {
  background-color: #bababa;
}
.jasmine_html-reporter .jasmine-bar.jasmine-skipped {
  background-color: #bababa;
}
.jasmine_html-reporter .jasmine-bar.jasmine-warning {
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #ba9d37;
  color: #333;
}
.jasmine_html-reporter .jasmine-bar.jasmine-menu {
  background-color: #fff;
  color: #000;
}
.jasmine_html-reporter .jasmine-bar.jasmine-menu a {
  color: blue;
  text-decoration: underline;
}
.jasmine_html-reporter .jasmine-bar a {
  color: white;
}
.jasmine_html-reporter.jasmine-spec-list
  .jasmine-bar.jasmine-menu.jasmine-failure-list,
.jasmine_html-reporter.jasmine-spec-list .jasmine-results .jasmine-failures {
  display: none;
}
.jasmine_html-reporter.jasmine-failure-list
  .jasmine-bar.jasmine-menu.jasmine-spec-list,
.jasmine_html-reporter.jasmine-failure-list .jasmine-summary {
  display: none;
}
.jasmine_html-reporter .jasmine-results {
  margin-top: 14px;
}
.jasmine_html-reporter .jasmine-summary {
  margin-top: 14px;
}
.jasmine_html-reporter .jasmine-summary ul {
  list-style-type: none;
  margin-left: 14px;
  padding-top: 0;
  padding-left: 0;
}
.jasmine_html-reporter .jasmine-summary ul.jasmine-suite {
  margin-top: 7px;
  margin-bottom: 7px;
}
.jasmine_html-reporter .jasmine-summary li.jasmine-passed a {
  color: var(--black);
}
.jasmine_html-reporter .jasmine-summary li.jasmine-failed a {
  color: var(--red);
}
.jasmine_html-reporter .jasmine-summary li.jasmine-empty a {
  color: #ba9d37;
}
.jasmine_html-reporter .jasmine-summary li.jasmine-pending a {
  color: #ba9d37;
}
.jasmine_html-reporter .jasmine-summary li.jasmine-excluded a {
  color: #bababa;
}
.jasmine_html-reporter .jasmine-specs li.jasmine-passed a:before {
  content: "• ";
}
.jasmine_html-reporter .jasmine-specs li.jasmine-failed a:before {
  content: "× ";
}
.jasmine_html-reporter .jasmine-specs li.jasmine-empty a:before {
  content: "* ";
}
.jasmine_html-reporter .jasmine-specs li.jasmine-pending a:before {
  content: "• ";
}
.jasmine_html-reporter .jasmine-specs li.jasmine-excluded a:before {
  content: "• ";
}
.jasmine_html-reporter .jasmine-description + .jasmine-suite {
  margin-top: 0;
}
.jasmine_html-reporter .jasmine-suite {
  margin-top: 14px;
}
.jasmine_html-reporter .jasmine-suite a {
  color: #333;
}
.jasmine_html-reporter .jasmine-failures .jasmine-spec-detail {
  margin-bottom: 28px;
}
.jasmine_html-reporter
  .jasmine-failures
  .jasmine-spec-detail
  .jasmine-description {
  background-color: var(--red);
  color: white;
}
.jasmine_html-reporter
  .jasmine-failures
  .jasmine-spec-detail
  .jasmine-description
  a {
  color: white;
}
.jasmine_html-reporter .jasmine-result-message {
  padding-top: 14px;
  color: #333;
  white-space: pre-wrap;
}
.jasmine_html-reporter .jasmine-result-message span.jasmine-result {
  display: block;
}
.jasmine_html-reporter .jasmine-stack-trace {
  margin: 5px 0 0 0;
  max-height: 224px;
  overflow: auto;
  line-height: 18px;
  color: #666;
  border: 1px solid #ddd;
  background: white;
  white-space: pre;
}
.jasmine_html-reporter .jasmine-expander a {
  display: block;
  margin-left: 14px;
  color: blue;
  text-decoration: underline;
}
.jasmine_html-reporter .jasmine-expander-contents {
  display: none;
}
.jasmine_html-reporter .jasmine-expanded {
  padding-bottom: 10px;
}
.jasmine_html-reporter .jasmine-expanded .jasmine-expander-contents {
  display: block;
  margin-left: 14px;
  padding: 5px;
}
.jasmine_html-reporter .jasmine-debug-log {
  margin: 5px 0 0 0;
  padding: 5px;
  color: #666;
  border: 1px solid #ddd;
  background: white;
}
.jasmine_html-reporter .jasmine-debug-log table {
  border-spacing: 0;
}
.jasmine_html-reporter .jasmine-debug-log table,
.jasmine_html-reporter .jasmine-debug-log th,
.jasmine_html-reporter .jasmine-debug-log td {
  border: 1px solid #ddd;
}
