.pointer {
  cursor: pointer;
}
.shadowed {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3), 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.ReportTable + .ReportTable {
  margin-top: 50px;
}
.report .report-table-wrapper {
  width: 100%;
  overflow: auto;
  max-height: 700px;
  min-height: 40px;
}
.report .report-table-caption .caption_text {
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 8px;
}
.report .report-table {
  width: 100%;
}
.report .report-table td,
.report .report-table th {
  text-align: start;
  padding: 10px 14px;
  border: 1px solid #F1F1F5;
  border-bottom: 1px solid #E5E5E5;
}
.report .report-table td img,
.report .report-table th img {
  max-height: 300px;
}
.report .report-table td .icon.active,
.report .report-table th .icon.active {
  color: #ff9800;
}
.report .report-table td.details {
  white-space: nowrap;
}
.report .report-table th {
  color: #3b5998;
  font-weight: 600;
  white-space: nowrap;
  background-color: #FAFAFA;
}
.report .report-table th.secondary-title {
  background-color: #f0f5ff;
}
.report .report-table .meta_title th {
  color: inherit;
  font-weight: normal;
}
.report .report-table td[class*="report-cell-"]:after {
  content: '\25CF';
  font-size: 1.5em;
  line-height: 0.8em;
  padding-left: 5px;
}
.RTL .report .report-table td[class*="report-cell-"]:after {
  padding-right: 5px;
  padding-left: 0;
}
.report .report-table td[class*="report-cell-"].report-cell-blue:after {
  color: #1194F6;
}
.report .report-table td[class*="report-cell-"].report-cell-green:after {
  color: #3aa74a;
}
.report .report-table td[class*="report-cell-"].report-cell-red:after {
  color: #E64D40;
}
.report .report-table td[class*="report-cell-"].report-cell-yellow:after {
  color: #FFC441;
}
.report .report-table td[class*="report-cell-"].report-cell-purple:after {
  color: #714AB2;
}
.report .report-table td[class*="report-cell-"].report-cell-gray:after {
  color: #7F7F86;
}
.report .report-table td[class*="report-cell-"].report-cell-pink:after {
  color: #E91E63;
}
.report .report-table td[class*="report-cell-"].report-cell-turquoise:after {
  color: #00BCD4;
}
.report .report-table td[class*="report-cell-"].report-cell-classic_pink:after {
  color: #FFC0CB;
}
.report .report-table > tbody > tr:hover > td {
  background-color: #F6FBFF;
}
.report .report-table tfoot td {
  background-color: #FAFAFA;
  position: sticky;
  bottom: -1px;
  z-index: 1;
}
.report .report-table .center_text {
  text-align: center;
}
.report .report-table .nowrap {
  white-space: nowrap;
}
.report .report-table .report-pbar {
  background-color: #D8D8D8;
}
.report .report-table .report-pbar > div {
  margin-top: 3px;
  height: 4px;
  background: #E64D40;
}
.report .report-table .report-pbar > div.start {
  background-color: #FFC441;
}
.report .report-table .report-pbar > div.middle {
  background-color: #E69E40;
}
.report .report-table .report-pbar > div.end {
  background-color: #3aa74a;
}
.report .report-table .report-pbar > div.overflow {
  background-color: #714AB2;
}
.report .report-table td form {
  display: inline-block;
}
.report .report-table td form input.numeric-only {
  width: 42px;
  margin: 0 4px;
}
.report .report-table .question-sub-row {
  background-color: #FBFCFF;
}
.report .report-table .question-sub-row td {
  border: none;
}
.report .report-table .question-sub-row.stronger-border td {
  border-top: 1px solid #3b5998;
}
.report .dir-ltr {
  text-align: left;
  direction: ltr;
}
.report .dir-rtl {
  text-align: right;
  direction: rtl;
}
.report_message {
  padding: 0 15px 15px 15px;
}
.report_message.signed {
  margin: 0 auto;
  max-width: 800px;
}
.report_message > .note {
  font-weight: 600;
  margin-top: 1.5em;
  font-size: 1.3em;
}
.report_message > .note.positive {
  color: #3aa74a;
}
.report_message > .note.warning {
  color: #e87e0d;
}
.report_message > .note.negative {
  color: #E64D40;
}
.report_message > .title {
  font-weight: 600;
  margin-top: 15px;
}
.report_message > .document {
  margin-top: 10px;
  padding: 10px;
  min-height: 50px;
  background-color: #f5f5f5;
  border-radius: 5px;
  font-size: 1.2em;
}
.report_cache_note {
  background: #ffba48;
  color: #504f4f;
  padding: 5px 10px;
  border-radius: 3px;
}
.report_large_note {
  display: flex;
  justify-content: center;
}
.report_large_note .blsm-notice > div,
.report_large_note .msg {
  max-width: none !important;
}
.report_large_note ._buttons {
  text-align: center;
}
.calculated-score {
  display: inline-block;
  min-width: 50px;
}
.calculated-score:before {
  content: "(";
}
.calculated-score:after {
  content: ")";
}
.exemption,
.teacher-note,
.set-dates {
  top: 2px;
  right: 0;
  position: absolute;
}
.exemption_on:before {
  color: #347EF7;
}
div.user_diploma {
  display: none;
}
.published div.user_diploma {
  display: block;
}
.published.not-completed div.user_diploma {
  display: none;
}
.positive_text {
  color: #3aa74a;
}
.negative_text {
  color: #E64D40;
}
.disabled_text {
  color: #AAA;
}
.show_answer_users {
  cursor: pointer;
  color: #347EF7;
}
.report_note {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.3em;
}
.report_note.positive {
  color: #3aa74a;
}
.report_note.warning {
  color: #E69E40;
}
.report_note.negative {
  color: #E64D40;
}
.question-caption-table {
  width: 100%;
  border-spacing: 3px;
  padding: 0;
  margin: 0;
  font-size: 0.83333333em;
  text-transform: none;
}
.question-caption-table td {
  vertical-align: top;
}
.question-caption-table .question-caption-question {
  text-align: start;
}
.question-caption-table .question-caption-extra {
  text-align: end;
}
.limit-cell2 {
  max-height: 100px;
  max-width: 150px;
  overflow: auto;
}
.signPadData {
  display: inline-block;
  width: 60px;
  height: 30px;
  object-fit: contain;
  background: #fff;
  margin-inline-start: 2px;
  border: 1px dashed #ddd;
  border-radius: 4px;
  vertical-align: top;
}
.signPadData.empty {
  background-image: linear-gradient(45deg, #eee 25%, #ccc 25%, #ccc 50%, #eee 50%, #eee 75%, #ccc 75%, #ccc 100%);
  background-size: 20px 20px;
}
.signPadData.th {
  display: block;
  margin: 10px auto 0;
}
@keyframes flashElement {
  0% {
    background-color: white;
  }
  40% {
    background-color: #3aa74a;
  }
  100% {
    background-color: white;
  }
}
.equivalent_qualification_icon {
  color: #E69E40;
  padding: 0 3px;
}
.form_container {
  width: 100%;
  font-size: 1em;
}
.form_container .label + span > p {
  margin: 2px 4px;
}
.form_container .label + span > p:first-child:last-child {
  display: inline;
}
.form_container .termsandconditions {
  font-size: 8pt;
}
.form_container .termsandconditions p {
  margin: 2px 0;
}
.form_container .main_title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form_container .sub_title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 15px 0;
}
.form_container table {
  margin: 10px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form_container table thead tr {
  background-color: #B3D0FF;
}
.form_container table thead tr th {
  color: #000;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 1.2em;
  text-align: start;
}
.form_container table tbody tr td {
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 1.2em;
  text-align: start;
}
/*# sourceMappingURL=report_v5.css.map */