/**
 * Styling for Assessments.
 */
article.verify-assessment .block-verify-assessment-verify-assessment-menu {
  position: absolute;
  right: 15px;
  top: -30px;
}

/* View mode styling assessment detail page. */
.page-node-type-verify-assessment .main-container div[role="heading"] {
  display: none;
}

section.block-field-blocknodeverify-assessmentfield-image div.field--name-field-image {
  margin-bottom: 20px;
}

article.verify-assessment .block-go-back-link {
  margin-bottom: 28px;
}

article.verify-assessment.full section.block-field-blocknodeverify-assessmenttitle {
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

article.verify-assessment.full section.block-field-blocknodeverify-assessmentbody {
  margin-bottom: 56px;
}

article.verify-assessment.full section.block-field-blocknodeverify-assessmentbody div.field--label {
  color: var(--bt-blue-100);
  margin-bottom: 8px;
}

/* sub-detail-fields view mode within full view mode of verify_assessment. */
article.verify-assessment .layout__region--first .block-field-blocknodeverify-assessmentfield-image img {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}

article.verify-assessment.verify-sub-detail-fields {
  margin-bottom: 1em;
}

table.execution-results tbody > tr > td {
  line-height: 32px;
}

table.execution-results .score div {
  color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  width: 36px;
}

/* No circle for final score pending elements */
table.execution-results .score.final-score-pending div {
  color: transparent;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  width: 36px;
}

div.legend-swatch {
  color: transparent;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  margin-right: 6px;
  text-align: center;
  width: 20px;
  float: left;
  padding-bottom: 4px;
  height: 20px;
}

table.assignment-results .result div {
  color: transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 24px;
}

.pass-swatch,
table.assignment-results .result.pass div,
div.overall-score.pass,
table.execution-results .score.pass div {
  background: #1ab394;
}

.multipass-swatch,
table.execution-results .score.multipass div {
  background: #23c6c8;
}

.partial-swatch,
table.execution-results .score.partial div {
  background: #f8ac59;
}

.fail-swatch,
table.assignment-results .result.fail div,
div.overall-score.fail,
table.execution-results .score.fail div {
  background: #ed5565;
}

.in-progress-swatch,
table.assignment-results .result.in-progress div {
  background: #666666;
}

.final-score-pending-swatch,
div.overall-score.final-score-pending,
table.assignment-results .result.final-score-pending div {
  background: #FEC948;
}

table.execution-results .score.final-score-pending div {
  color: var(--text-form-color);
}

.not-started-swatch,
table.assignment-results .result.not-started div {
  background: #dddddd;
}

div.overall-score {
  color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  font-size: 32px;
  line-height: 92px;
  text-align: center;
  width: 92px;
  margin-right: 60px;
  margin-bottom: 24px;
}

.execution-results-left .field {
  text-align: left;
}

.execution-results-right {
  text-align: right;
  margin-bottom: 24px;
}

.ui-dialog .ui-widget-content .execution-results-left div.form-item {
  margin-left: 0;
  margin-right: 0;
}

table.execution-results {
  text-align: left;
}

table.execution-results > thead > tr > th,
div.view-verify-assessment-at-a-glance .table > thead > tr > th {
  border-bottom: 2px solid black !important;
}

tr.assessment-at-a-glance-row-sequence-1 {
  border-top: 2px solid black !important;
}
