/* VARIABLES */
/* text styling */
/* font */
/* colors */
/* border */
/* width */
/* button */
/* elements */
.shd-body {
  font-family: "Segoe UI";
  font-size: 12px;
  line-height: 17.16px;
  background-color: #fff;
}
.shd-h1 {
  font-size: 24px;
  line-height: 37.92px;
  font-weight: 600;
}
.shd-h2 {
  font-size: 14px;
  line-height: 20.02px;
}
.shd-h3 {
  font-size: 13px;
  line-height: 20.02px;
  color: #605e5c;
}
.shd-h4 {
  font-weight: 500;
}
.shd-main {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shd-a,
.shd-a:active,
.shd-a:visited,
.shd-a:focus {
  text-decoration: none;
}
/* symbols */
.shd-number,
.shd-number-dbl-digit {
  font-size: 10px;
  display: flex;
  padding: 2px 0 0 6px;
  line-height: 12px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.shd-number-dbl-digit {
  padding: 2px 0 0 3px;
}
.shd-circle,
.shd-number-circle,
.shd-check-circle,
.shd-warning-circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  text-align: center;
}
.shd-number-circle {
  color: #0078d4;
  border: solid 1px #89bdf4;
}
.shd-check-circle {
  border: solid 1px #89af5e;
}
.shd-check {
  display: inline-block;
  transform: rotate(45deg);
  height: 7px;
  width: 4px;
  margin-bottom: 1px;
  border-bottom: 2px solid #428000;
  border-right: 2px solid #428000;
}
.shd-warning-circle {
  border: solid 1px #ffb3b3;
  color: warning-red;
}
.shd-warning-exclamation-point {
  color: #c61230;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  padding: 2px 0 0 6px;
  line-height: 12px;
}
.shd-cancel-x {
  color: #c61230;
  font-weight: 600;
  display: flex;
  padding: 0 0 0 6px;
  line-height: 12px;
}
.shd-checkbox {
  margin: 0;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  border-radius: 2px;
  vertical-align: middle;
}
.shd-checkbox-label {
  font-size: 13px;
  line-height: 17.94px;
  vertical-align: middle;
  color: #292827;
}
/* styling */
.shd-content-container {
  margin: auto;
  padding-top: 70px;
  width: 541px;
}
.shd-show-details-container {
  padding-top: 10px;
}
.shd-bold {
  font-weight: bold;
}
.shd-btn,
.shd-btn-primary,
.shd-btn-secondary,
.shd-run-tasks-again-btn {
  padding: 3px 20px;
  margin-right: 7px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 17.94px;
}
.shd-btn-primary {
  background-color: #0078d4;
  color: #fff;
}
.shd-btn-secondary,
.shd-run-tasks-again-btn {
  color: #000;
  border: 1px solid #8a8886;
}
.shd-main-test-container {
  border: 1px solid rgba(204, 204, 204, 0.5);
  box-shadow: -1px 1px 3px rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  border-radius: 2px;
  margin: 8px 0;
  padding: 24px 0 17px;
}
.shd-header-img-container {
  padding-left: 22px;
}
.shd-per-test-status-display {
  min-width: 60px;
  padding: 3px 10px 0 0;
  text-align: right;
}
.shd-per-test-title {
  font-weight: 500;
}
.shd-per-test-text-display {
  width: 451px;
  padding-right: 28px;
}
.shd-header-sub-text {
  padding: 7px 0;
}
.shd-run-tasks-btn-container {
  padding: 7px 0 22px;
}
.shd-status-bar,
.shd-grey-status-bar,
.shd-blue-status-bar,
.shd-bar-progress {
  border-radius: 2px;
  margin-top: 5px;
  height: 10px;
}
.shd-status-bar-container {
  position: relative;
  padding-bottom: 15px;
}
.shd-grey-status-bar {
  background: #cfcfcf;
  width: 541px;
  position: absolute;
}
.shd-error-name {
  font-weight: 600;
}
.shd-success-text {
  color: #89af5e;
}
.shd-error-text {
  color: #c61230;
}
.shd-warning-text {
  color: #edb015;
}
.shd-status-display-table {
  text-align: left;
  width: 100%;
  margin: 3px;
}
.shd-table-host-name-cells {
  width: 350px;
}
.shd-more-details-grey-display-box {
  margin-top: 5px;
  padding: 5px;
  background-color: #f1f1f1;
  font-size: 12px;
  line-height: 17px;
  color: #605e5c;
}
.shd-feedback-container {
  justify-content: space-between;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
}
.shd-ask-for-feedback-link {
  color: #0078d4;
}
.shd-error-summary-container {
  padding: 16px 0;
}
.shd-error-summary,
.shd-error-summary-failure,
.shd-error-summary-success {
  width: 100%;
  border-radius: 2px;
  margin: 13px 0 3px;
}
.shd-error-summary-failure {
  background-color: #fef0f1;
}
.shd-error-summary-success {
  background-color: #f8fff0;
}
.shd-error-summary-text {
  line-height: 49px;
  font-size: 13px;
  color: #292827;
}
.shd-error-summary-icon-container {
  padding: 3px 10px 0 16px;
}
.shd-error-summary-icon {
  height: 16px;
  width: 16px;
}
.shd-run-tasks-again-btn {
  margin: 11px 0 15px;
}
.shd-run-task-again-container {
  width: 100%;
  margin: 11px 0 15px;
}
.shd-run-tasks-again-btn {
  margin-top: 11px;
  margin-bottom: 18px;
}
/* utility */
.shd-flexcontainer {
  display: flex;
  flex-direction: row;
}
.shd-float-left {
  float: left;
}
.shd-float-right {
  float: right;
}
.shd-center {
  margin: auto;
}
.shd-hide {
  display: none;
}
.shd-rotate-180deg {
  transform: rotate(180deg);
}
.shd-loading-spinner {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  float: right;
  border-color: #0078d4 #c7e0f4 #c7e0f4;
  animation: rotate-fully 1.3s cubic-bezier(0.53, 0.21, 0.29, 0.67) infinite;
}
@keyframes rotate-fully {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shd-blue-status-bar,
.shd-bar-progress {
  background: #0078d4;
  width: 0;
  max-width: 541px;
  z-index: 9;
  position: absolute;
}
.shd-bar-progress {
  animation: grow 2s linear 1 forwards;
}
@keyframes grow {
  100% {
    width: var(--end);
  }
}
.shd-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}
.shd-accordion-show-details {
  color: #0078d4;
  font-size: 13px;
  line-height: 23.79px;
  padding-top: 1px;
}
.shd-a[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}
