.webform-submission--webform-agile-staff-evaluation details,
.webform-submission--webform-agile-staff-evaluation details > .details-wrapper{
  padding: 0;
}

.webform-submission--webform-agile-staff-evaluation .webform-container-type-details {
  border: 1px solid #c0c0c0;
  padding: 10px;
  margin: 25px 2px;
}

.webform-submission--webform-agile-staff-evaluation .webform-container-type-details > summary {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
}

.webform-submission--webform-agile-staff-evaluation .agile-submission-info {
  vertical-align: top;
}

.webform-submission--webform-agile-staff-evaluation .link-button {
  text-transform: uppercase;
  text-shadow: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #35689F;
  color: #ffffff;
  outline: 0;
  overflow: visible;
  padding: 10px 5px;
  width: auto;
  margin: 0 5px 0;
  vertical-align: middle;
}

.webform-submission--webform-agile-staff-evaluation .link-button a {
  color: #ffffff;
}

.admin-reviewer {
  display: inline-block;
  width: 170px;
}

.admin-reviewer.first { font-weight: bold; }
td.reviewers hr { margin: 3px 0; }

.eval-summary.eval-admin td,
.agile-submission-info td.status-label{
  vertical-align: top;
  padding: 5px 10px;
}

table.eval-admin { line-height: 16px; }
table.eval-admin th { padding: 5px 10px; }
.eval-admin td.score,
.eval-admin th.score {
  text-align: right;
  padding-right: 30px;
}
.eval-admin td.back,
.eval-admin th.back  { text-align: center; }
.eval-admin td.state,
.eval-admin th.state { text-align: center; }

fieldset.qa-wrapper {
  width: 50%;
}

.qa-alert {
  color: red;
  font-style: italic;
}

fieldset.qa-wrapper .fieldset-legend {
  text-transform: none;
  font-size: 1.25em;
  letter-spacing: normal;
}

fieldset.qa-wrapper .fieldset-wrapper {
  padding-top: 10px;
}

form.agile-eval-admin-qa-form input[type="submit"] {
  border: 0;
  margin: 0 1.0em;
  color: white;
  background-image: -webkit-linear-gradient(top, #35689F, #352255);
  border-radius: 0;
}

.hp-agile-subtitle {
  font-weight: bold;
  font-size: 105%;
}

.block-agile-evaluation-block ul {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}

.block-agile-evaluation-block ul li {
  padding: 0;
  margin: 0;
}

.admin-listing-filter-form .form-type-select {
  display: inline-block;
  width: 150px;
}

#admin-listing-filter-form {
  border: 1px solid #35689F;
  padding: 0 15px;
}

#admin-listing-filter-form .button {
  color: #FFF;
  background-color: #35689F;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, #35689F, #352255);
  margin-right: 0.25em;
  margin-left: 0.25em;
}

@media print {
  .webform-agile-staff-evaluation #main-content,
  .webform-agile-staff-evaluation header[role="banner"],
  .webform-agile-staff-evaluation .block-system-breadcrumb-block,
  .webform-agile-staff-evaluation .block-local-tasks-block,
  .webform-agile-staff-evaluation .form-item-approver-comment,
  .webform-agile-staff-evaluation .contextual,
  .webform-agile-staff-evaluation .reviewer-buttons {
    display: none !important;
  }
  .webform-agile-staff-evaluation .block-page-title-block  { break-after:  avoid; }
  .webform-agile-staff-evaluation .block-system-main-block { break-before: avoid; }
  .webform-agile-staff-evaluation h1 { max-width: revert; break-after:  avoid; }
  body.webform-agile-staff-evaluation:not(.maintenance-page) main .layout-content {
    grid-column-start: 1;
    grid-column-end: 3;
    break-inside: avoid;
  }
}
