@CHARSET "UTF-8";


body.colorbox-iframe {
  background: none #fff;
}
body.colorbox-iframe #wrap-out,
body.colorbox-iframe .block .content,
body.colorbox-iframe #messages-wrap {
  padding: 0;
  margin: 0 0 15px;
}
body.colorbox-iframe #messages-wrap .messages, 
body.colorbox-iframe #messages-wrap div.status, 
body.colorbox-iframe #messages-wrap div.error {
  margin: 0;
}

.form-item label {
  color: #0B9AC7;
  font-weight: bold;
}
.form-type-radio label {
  color: #333;
}

.co-button,
.form-submit,
.form-actions #edit-cancel {
  margin-top: 10px;
}

.page-assessment ul.primary {
  padding-bottom: 5px !important;
}
.page-assessment ul.primary li a {
  font-size: 22px;
  padding: 5px 10px 5px;
}

.page-assessment fieldset.form-wrapper {
  border-radius: 10px;
  border: solid 2px #0B9AC7;
  padding: 10px;
  margin: 20px 0 10px;
}

.page-assessment .fieldset-legend {
  font-weight: bold;
  color: #2A7FA1;
  font-size: 24px; 
}

#co-assessment-portal-form span.co-button.teacher-login {
  float: right;
}


.co-assessment-welcome {
  float: right;
  margin: -35px -15px 0 0;
}

#co-assessment-portal h2.title {
  text-align: center;
  display: block !important;
  font-size: 44px !important;
  font-variant: small-caps;
}
#co-assessment-portal-buttons {
  display: flex;
  justify-content: center;
}
#co-assessment-portal .co-button {
  margin: 1em;
}
#co-assessment-portal .co-button a {
  font-size: 36px !important;
  padding: 20px;
  height: auto;
  border: 2px solid #065067 !important;
}


#co-assessment-student-overview .co-assessment-welcome {
  position: relative;
  top: 0px;
  right: -20px;
  float: right;
  width: auto;
  height: 100px;
  padding: 0;
  margin: -15px 0 0 -20px;
}

#co-assessment-portal-form h2.title {
  display: block !important;
}

.co-assessment-instruct {
  font-weight: 400;
  margin: 0.5em 0;
  font-size: 20px;
}

.co-assessment-portal-buttons {
  margin-top: 30px;
}
.co-assessment-portal-buttons #edit-submit {
  padding: 10px;
  font-weight: bold;
  font-size: 25px !important;
}
.co-assessment-field-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0.5em;
}
.co-assessment-field-table .form-item {
  display: table-row;
  margin: 1em 0;
}
.co-assessment-field-table .form-required {
  display: none;
}
.co-assessment-field-table label {
  display: table-cell;
  font-size: 24px;
}
.co-assessment-field-table input.form-text {
  display: table-cell;
  font-size: 24px;
  border: 2px solid #0B9AC7;
  border-radius: 5px;
  min-width: 16em;
}

body.page-assessment-teacher #content-wrap,
body.page-assessment-admin #content-wrap,
body.page-assessment-preview #content-wrap {
  max-width: 97%;
}

.assessment-scope-sequence #assessment-table {
  margin: 15px 0px !important;
  font-weight: normal;
  width: auto;
}

.ss-item-menu {
  display: block;
  float: right;
  margin: -2px -2px 0 0;
}
.ss-item-menu::after {
  content: "☰";
}

.context-menu-icon-edit::before {
  content: "✎";
}
.context-menu-icon-delete::before {
  content: "❌";
}
.context-menu-icon-report::before {
  content: "📈";
}
.context-menu-icon-assign::before {
  content: "↪";
/*✉️ ↪ ≫ ☞*/
}


#assessment-select {
  margin-top: 30px;
}

.page-assessment-admin #block-system-main {
  /* Allow room for chosen dropdown on list/table pages. */
  min-height: 30em;
}
#filter-select-msg {
  clear: both;
  margin: 15px !important;
}

#assessment-table td {
  background-color: transparent !important;
}

.assessment-scope-sequence #assessment-table td.assessment-items {
  width: 24%;
}
.assessment-scope-sequence .assessment-item {
  position: relative;
  border-radius: 10px;
  border: solid 2px #0B9AC7;
  padding: 10px;
  margin: 10px 0 20px 0;
  background-color: #ecf5f9;
}

.assessment-scope-sequence .assessment-item .week {
  font-weight: bold;
}
.assessment-scope-sequence .assessment-item .ajax-progress-throbber {
  position: absolute;
  left: 0px;
  display: block;
  top: 1px;
}
.assessment-item-row.bottom-row {
  display: flex;
  justify-content: flex-end;
}
.assessment-item-row.bottom-row > * {
  display: inline-block;
  margin: 4px 0 0 8px;
  padding: 4px 6px;
  min-width: 6.5em;
  text-align: center;
  background-color: #52A4C7;
  color: #fff !important;
  border-radius: 5px;
  border-style: none !important;
}
.assessment-scope-sequence .assessment-item .results {
  background-color: #6b6;
}
.assessment-scope-sequence .assessment-item .results.no-responses {
  background-color: #888;
}
.assessment-scope-sequence .assessment-item .results.unmarked {
  /*background-color: #f66;*/
  background-color: #6b6;
  color: #fff !important;
}

.export-link.disabled {
  opacity: 0.5;
}

#assessment-table .assigned,
#admin-overview-tables .assigned {
  background-color: #ffffaa;
}

#assessment-table .type-other,
#admin-overview-tables .type-other {
  background-color: #ccffcc;
}
#assessment-table .type-other.assigned,
#admin-overview-tables .type-other.assigned {
  background-color: #ffe7cc;
}
.assessment-scope-sequence .assessment-item .description {
  height: 4em;
  overflow: hidden;
  position: relative;
  font-style: italic;
}
.assessment-scope-sequence .assessment-item .description .fadeout {
  position: absolute; 
  bottom: 0;
  width: 100%;
  height: 1.5em;
  background-image: linear-gradient(
    rgba(204, 255, 204, 0) 0%,
    rgba(204, 255, 204, 1) 100%
  );
}
.assessment-scope-sequence .assessment-item.assigned .description .fadeout {
  position: absolute; 
  bottom: 0;
  width: 100%;
  height: 1.5em;
  background-image: linear-gradient(
    rgba(255, 231, 204, 0) 0%,
    rgba(255, 231, 204, 1) 100%
  );
}
.assessment-scope-sequence .assessment-item .attachments h4 {
  font-size: 110% !important;
  margin-bottom: 5px !important;
}
.assessment-scope-sequence .assessment-item .attachments a {
  display: block;
  padding-left: 1em;
}

#assessment-table .title {
  font-weight: bold;
}
#assessment-table .code a {
  font-family: monospace;
  color: inherit !important;
}
#assessment-table .code a:hover {
  color: #0B9AC7 !important;
}
.assessments .op-links a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.assessments .op-links .results,
.assessments .op-links .questions {
  min-width: 7em;
  text-align: left;
}
.assessments .op-links a.unmarked {
  background-color: #f66 !important;
}
.assessments .op-links .questions.disabled {
  background-color: #888 !important;
}
.assessments .op-links2 {
  min-width: 60px;
}
.assessments .op-links2 > * {
  margin-left: 10px;
}
.assessments .clone img {
  width: 20px;
  height: auto;
  padding: 0 !important;
  vertical-align: middle;
}
.assessments .delete {
  font-size: 26px;
  font-weight: bold;
  color: #f66;
  vertical-align: middle;
  cursor: pointer;
}
.assessments .delete:hover {
  color: #f00;
}

#assessment-header {
  float: right;
  margin-top: -2em;
}
#assessment-header .summary-instructions {
  font-weight: bold;
}
#assessment-header .co-button {
  float: right;
  margin-top: -7px;
}
#assessment-header .co-button.import-students {
  margin-top: -70px;
}
#assessment-header .co-button a {
  font-size: 26px !important;
  height: 32px !important;
}

.filter-wrap {
  float: left;
  margin: 0 20px 20px 0;
}
.filter-wrap select {
  min-width: 250px;
}
#topic-filter {
  min-width: 380px;
}
.filter-wrap .chosen-container {
  font-size: 25px;
}
.filter-wrap .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 51px;
  margin-left: 8px;
}
.filter-wrap .chosen-container-single .chosen-single {
  height: 63px;
  margin-left: 8px;
  padding: 0 15px;
  background: none !important;
}
.filter-wrap .chosen-container-single .chosen-single > span,
.filter-wrap .chosen-container-single .chosen-single > div {
  padding-top: 19px;
  color: #777;
  font-family: sans-serif;
}
.filter-wrap .chosen-container-single.any .chosen-single > span {
  color: #999;
}
.filter-wrap .chosen-container-single .chosen-single > div {
  right: 3px;
}
.filter-wrap .chosen-container-single li:first-child {
  color: transparent;
}
.filter-wrap .chosen-container-single li:first-child:before {
  content: "Any";
  color: #999;
}
.filter-wrap input.filter-field {
  height: 55px;
  font-size: 25px;
  color: #777;
  font-family: sans-serif;
  min-width: 250px;
  padding: 4px 15px;
  outline: none;
}
.filter-wrap input.filter-field:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.filter-wrap .chosen-container-multi .chosen-choices,
.filter-wrap .chosen-container-single .chosen-single,
.filter-wrap .filter-field,
#table-controls .control {
  border-radius: 32.5px !important;
  border: solid 2px #0B9AC7 !important;
}
#table-controls {
  display: flex;
  align-items: center;
}
body.page-assessment-results #table-controls {
  margin-top: 10px;
}
#table-controls > * {
  margin: 0 30px 20px 0;
}
#table-controls .control {
  padding: 0px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 63px;
}
#table-controls .control .switch-button-background {
  margin-left: 0;
}
#table-controls .control label {
  margin: 0;
  color: #0B9AC7;
}
.filter-wrap .chosen-container .chosen-results li {
  padding: 10px 6px;
}
.filter-wrap .chosen-container-multi .chosen-choices li.search-choice {
  height: 38px;
  border-radius: 25px;
  background: none #0B9AC7;
  border-style: none;
  margin: 6px 0 7px 8px;
  padding: 12px 15px 0;
  min-width: 50px;
}
.filter-wrap .chosen-container-multi.small-options .chosen-choices li.search-choice {
  padding: 12px 0 0;
}

.filter-wrap .chosen-container-multi .chosen-choices li.search-choice span {
  line-height: 25px;
  font-weight: bold;
  color: #fff;
}
.filter-wrap .chosen-container-multi .chosen-choices li.search-choice span {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align:center;
}
.filter-wrap .chosen-container-multi.small-options .chosen-choices li.search-choice span {
  width: 50px;
  position: absolute;
}

.filter-wrap .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: -4px;
  right: -4px;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 15px;
  font-size: 15px;
}
.filter-wrap .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
  content: "\274c";
  color: #0B9AC7 !important;
}

/* Placeholder colour */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #999;
}
.filter-wrap .filter-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
.filter-wrap .filter-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
.filter-wrap .filter-field::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
.filter-wrap .filter-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}


.assessments .immediate-feedback,
.assessments .year-level {
  width: 25px;
}

.assessments {
  min-height: 20em;
}

#assessment-table tr {
  border-style: none;
}
.assessment-scope-sequence #assessment-table th {
  color: #2A7FA1;
  text-align: center;
  font-size: 24px;
}


.assessment-scope-sequence #assessment-table th,
.assessment-scope-sequence #assessment-table td {
  background-color: #fff;
}
.assessment-scope-sequence #assessment-table th {
  color: #2A7FA1;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  border-style: none !important;
  padding: 10px 10px 0;
}
.assessment-scope-sequence #assessment-table th.row-header {
  height: 6em;
  max-width: 2em;
}
.assessment-scope-sequence #assessment-table th.row-header span {
  display: block;
  width: 6em;
  margin-left: -2em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.assessment-scope-sequence #assessment-table td {
  min-width: 5em;
  vertical-align: top;
  border-style: solid !important;
  border-width: 2px;
  border-color: #87dff7;
}

#assessment-select h2,
#assessment-select h3,
#assessment-select h4 {
  display: block !important;
  margin: 0.5em 0 !important;
  padding-left: 5px !important;
}

#assessment-select .sub-level.topic,
#assessment-select .sub-level.type {
  padding-left: 20px;
}

#assessment-select .quiz {
  display: flex;
  justify-content: space-between;
  max-width: 45em;
  min-height: 35px;
  padding: 0 5px;
  clear: both;
}
#assessment-select .quiz:hover {
  background-color: #D8ECF2;
  border-radius: 5px;
}
#assessment-select .quiz .title {
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}
#assessment-select .op-links {
  font-weight: bold;
  float: right;
  margin: 0 0 0 10px;
}

.assessment-dialog .ui-dialog-titlebar,
.co-dialog .ui-dialog-titlebar {
  display: none;
}

.co_assessment_quiz_questions .node > h2,
.co_assessment_quiz_questions .node .submitted,
.co_assessment_quiz_questions .node .question_type_name,
#quiz-question-answering-form .question_type_name {
  display: none !important;
}
.co_assessment_quiz_questions .question-row {
  margin-top: 1em;
}
.co_assessment_quiz_questions .node {
  margin: 0 0 0 3.5em;
  padding: 0;
}
.co_assessment_quiz_questions h2 {
  float: left;
  margin: 15px 0 !important;;
}
.co_assessment_quiz_questions .h5p-container {
  overflow: hidden !important; /* Fixes vertical alignment for some question types. */
}

form#views-form-co-assessment-question-bank-default .node-multichoice table {
  float: right;
  margin-top: -4em;
}

.breadcrumb {
  float: none;
  color: transparent !important;
}

.breadcrumb .activity-browser,
.breadcrumb .add-other-assessment {
  float: right;
  margin-right: 1em;
}

.page-assessment-results fieldset {
  margin-top: 1em;
  border: 2px solid #777;
  border-radius: 3px;
}

.page-assessment-results fieldset legend h3 {
  display: inline;
  font-size: 130%;
}

#quiz-question-answering-form h2 {
  display: none !important;
}

#quiz-progress.coa-quiz-progress {
  float: right;
  width: 20%;
  background-color: #fef6e7;
  border-radius: 5px;
  padding: 0.8%;
}
#quiz-progress.coa-quiz-progress h3 {
  margin:4px;
  font-size: 30px !important;
}
.coa-quiz-progress-question.co-button {
  margin: 4px;
  padding: 0;
  display: inline-block;
}
.coa-quiz-progress-question.co-button a {
  opacity: 1;
  display: block;
  box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  padding: 4px 0 0 0;
  margin: 0;
  font-size: 25px !important;
  border-radius: 2em;
  text-align: center;
}
.coa-quiz-progress-question.co-button.answered a {
  opacity: 0.5;
}
.coa-quiz-progress-question.co-button.current a {
  background-color: #aaa !important;
  background-image: none !important;
}
.coa-quiz-progress-question.co-button.coa-quiz-finalize {
  display: block;
  width: 85%;
}
.coa-quiz-progress-question.co-button.coa-quiz-finalize a {
  width:100%;
}

.countdown {
  border-style: none;
  background-color: transparent;
  color: #777;
  font-weight: bold;
}

.page-node-take #content .content {
  min-height: 375px;
}
.page-node-take .quiz-question-h5p-content {
  max-width: 800px;
}

.h5p-iframe-wrapper {
  margin-top: 20px;
}
.h5p-iframe {
  width: 100%;
}
.h5p-content .h5p-multichoice {
  overflow: visible;
}
.h5p-content .h5p-multichoice .h5p-feedback-button {
  top: 4px;
  padding: 0.2em 1em;
  border: 0.2em solid #fff;
  border-radius: 0.4em;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 0.5em #999;
  text-decoration: none;
  background: rgb(100,152,254);
  background: -moz-linear-gradient(top,rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(100,152,254,1)),color-stop(100%,rgba(4,104,206,1)));
  background: -webkit-linear-gradient(top,rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%);
  background: -o-linear-gradient(top,rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%);
  background: -ms-linear-gradient(top,rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%);
}
.h5p-content .h5p-multichoice .h5p-feedback-button:before {
  content: "See feedback";
  color: #fff;
  font-family: 'Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
  text-shadow: none;
}
.node-h5p-content div.submitted, 
.node-h5p-content > .content > .field {
  display: none;
}

#quiz-question-answering-form {
  float: left;
  width: 75%;
}

/* Hide questions in after quiz results page until we get it working for h5p. */
/*.page-node-quiz-results-view fieldset.form-wrapper {
  display: none;
}*/


#wrap-out #main .field-name-field-co-quiz-supplementary-mtrl .node > h2,
.field-name-field-co-quiz-supplementary-mtrl .node > h2 {
  display: none;
}

#quiz-question-answering-form .form-actions input {
  margin-right: 20px;
  font-size: 25px !important;
  border-radius: 2em;
  padding: 10px 20px;
}
/*
.co_quiz_feedback {
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
}

.co_quiz_feedback span {
  margin-right: 20px;
  height: 25px;
}
*/

.page-assessment-results-.node-type-quiz #content h2.block-title {
  display: none !important;
}
.page-assessment-results-.node-type-quiz #content .co-assessment-question-image {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#quiz-result-form legend span {
  font-size: 150%;
  font-weight: bold;
  color: #2A7FA1;
}

fieldset.long-text-question-rubric .fieldset-wrapper {
  display: table;
  border-collapse: separate;
  border-spacing: 15px 0;
}
fieldset.long-text-question-rubric .form-item.form-type-slider {
  display: table-row;
  margin: 1em 0;
}
fieldset.long-text-question-rubric .form-item.form-type-slider > * {
  display: table-cell;
}

#quiz-result-form .form-item.form-type-slider label {
  font-weight: bold !important;
  font-size: 115%;
  color: #2A7FA1;
  margin: 0 5px;
}

#quiz-result-form .sliderfield-display-values-field {
  font-weight: bold;
  font-size: 125%;
  float: right;
  margin-left: 30px;
  margin-right: 0.25em;
}
#quiz-result-form .sliderfield-display-values-field::after {
  content: " /";
}
#quiz-result-form .form-item.form-type-slider .form-item.form-type-item label {
  font-weight: bold;
  font-size: 125%;
  color: inherit;
  margin-left: 0;
}
#quiz-result-form .sliderfield-container,
#quiz-result-form .sliderfield,
#quiz-result-form .form-item.form-type-slider .form-item.form-type-item {
  display: inline-block;
}
#quiz-result-form .form-item.form-type-slider .form-item.form-type-item label {
  position: relative;
  top: 2px;
}

#quiz-result-form .ui-slider-horizontal {
  height: 10px;
  background-color: #aaa;
  border-style: none;
  border-radius: 10px;
}
#quiz-result-form .ui-slider .ui-slider-range {
  background: #52A4C7;
}
#quiz-result-form .ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #52A4C7;
  border-style: none;
  width: 24px;
  height: 24px;
  top: -7px;
}

body.logged-in.page-assessment-results #content-wrap {
  max-width: 100%;
}

body.page-assessment-results #cboxOverlay {
  background: #fff;
  opacity: 0.6 !important;
}

#admin-report-tables {
  clear: both;
}

.results-table-wrap .instructions .co-button {
  float:right;
  font-weight: bold;
  margin-top: -10px;
}
.results-table-wrap .instructions .co-button a {
  font-size: 125% !important;
  height: auto;
}

.results-inner-table-wrap {
  overflow-x: auto;
}
.class-results-table {
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
}

/* If you change the below you'll need to update _co_assessment_quiz_node_results_export_excel() */
.class-results-table th,
.class-results-table td {
  text-align: center !important;
}
.class-results-table th div {
  width: auto;
  display: inline-block;
}
.class-results-table .column_aggregate_header {
  text-align: right !important;
}

.class-results-table .column_aggregate,
.class-results-table .quiz-class,
.class-results-table .student-name,
.class-results-table .teacher-name {
  font-weight: bold;
}
.class-results-table .student-name.unmarked a {
  color: #f66 !important;
}
.class-results-table .student-name.unmarked a:hover {
  color: #f00 !important;
}
/* END If you change the below you'll need to update _co_assessment_quiz_node_results_export_excel() */


#quiz_score_possible,
#quiz_score_percent {
  font-weight: bold;
  margin-bottom: 1em;
}

fieldset.question-result {
  margin-bottom: 1em;
}
fieldset.question-result.correct {
  border: 2px solid #0c0;
}
fieldset.question-result.skipped {
  border: 2px solid #FF5E19;
}
fieldset.question-result.incorrect {
  border: 2px solid #c00;
}

fieldset.question-result legend {
  font-weight: bold;
} 
fieldset.question-result.correct legend {
  color: #0a0;
} 
fieldset.question-result.skipped legend {
  color: #FF5E19;
} 
fieldset.question-result.incorrect legend {
  color: #e00;
}

div.quiz-report-score-container {
  font-weight: bold;
  border-style: none;
}
.quiz-report-score-container.q-wrong,
.quiz-report-score-container.q-correct {
  background-color: transparent;
}

.student-summary {
  font-weight: bold;
  border: 2px solid #aaa;
  margin: 1em 0 !important;
}
.student-summary th {
  font-style: italic;
}
.student-summary th,
.student-summary td {
  background-color: transparent !important;
  color: #777 !important;
  border-style: none !important;
  border-right: 1px solid #aaa !important;
  text-align: center;
}

.switch-button-background.checked {
  background-color: #52A4C7;
}


img.co-assessment-wizard {
  float: right;
  width: auto;
  height: 100px;
  padding: 0 !important;
  margin: -10px 0 -7px 10px;
}


#naplan_intro_video #demo-video {
  float: right;
}
#naplan_intro_video img.co-assessment-wizard {
  float: none;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#naplan_intro_video .co-button {
  text-align: center;
  display: block;
}
#naplan_intro_video .co-button a {
  font-size: 20px !important;
  font-weight: bold;
  height: 25px;
}


body.page-node-take #block-system-main h2.block-title {
  display: none !important;
}


.co-assessment-question-image {
  text-align: center;
  border-top: 2px solid #2A7FA1;
  padding-top: 1em;
  margin-top: 2em;
}
.co-assessment-question-image img {
  width: 600px;
}

body.co-assessment-reading-quiz #content-wrap {
  max-width: 1280px;
  min-width: 700px;
}
body.co-assessment-reading-quiz #quiz-question-answering-form {
  float: none;
  width: 100%;
}
body.co-assessment-reading-quiz div.co-assessment-question-image,
body.co-assessment-reading-quiz div.h5p-content,
body.co-assessment-reading-quiz div.h5p-iframe-wrapper {
  width: 48%;
  float: left;
}
#quiz-question-answering-form div.co-assessment-question-image {
  margin: 15px 3% 15px 0;
  border-style: none;
  padding: 0;
}

body.co-assessment-reading-quiz .quiz-question-h5p-content {
  max-width: none;
}
body.co-assessment-reading-quiz #quiz-progress.coa-quiz-progress {
  float: none;
  width: initial;
  position: relative;
  right: initial;
  top: initial;
  padding: 10px 10px 0 10px;
}
body.co-assessment-reading-quiz #quiz-progress.coa-quiz-progress h3 {
  display: none;
}
body.co-assessment-reading-quiz .coa-quiz-progress-question.co-button {
    display: block;
    width: auto;
    margin: 0 10px 15px 0;
    float: left;
}
body.co-assessment-reading-quiz .coa-quiz-progress-question.co-button a {
  margin: 0;
  display: block;
}
body.co-assessment-reading-quiz .coa-quiz-progress-question.co-button.coa-quiz-finalize {
  float: right;
  margin-right: 15px;
}
body.co-assessment-reading-quiz #edit-navigation {
  float: right;
}

#co-assessment-select-form .form-item,
#co-assessment-add-other-form .form-item,
#co-assessment-edit-form .form-item,
.co-assessment-edit-form-field,
.ui-dialog-content .form-item {
  display: flex;
  margin: 10px 0 10px 5px;
}
#co-assessment-select-form .form-item > *,
#co-assessment-add-other-form .form-item > *,
#co-assessment-edit-form .form-item > *,
.co-assessment-edit-form-field > *,
.ui-dialog-content .form-item > * {
  margin: 0 5px;
}

#co-assessment-select-form .form-item label,
#co-assessment-add-other-form .form-item label,
#co-assessment-edit-form .form-item label,
.co-assessment-edit-form-field label {
  width: 6em;
}
#co-assessment-select-form .form-item label .form-required, 
#co-assessment-add-other-form .form-item label .form-required, 
#co-assessment-edit-form .form-item label .form-required,
.ui-dialog-content .form-item  label .form-required {
  display: none;
}


#edit-field-co-asmn-immediate-feedback label {
  width: 100%!important;
  color: #0B9AC7;
}

#co-assessment-select-form .form-item.form-type-checkbox label,
#co-assessment-add-other-form .form-item.form-type-checkbox label,
#co-assessment-edit-form .form-item.form-type-checkbox label,
.co-assessment-edit-form-field.field-immediate-feedback label {
  width: auto;
}

#co-assessment-select-form .form-item select,
#co-assessment-add-other-form .form-item select,
#co-assessment-edit-form .form-item select,
.co-assessment-edit-form-field select {
  min-width: 7em;
}

.ui-dialog .co-assessment-edit-form.ui-dialog-content {
  overflow: visible;
}

#co-assessment-select-form #edit-print,
#co-assessment-add-other-form #edit-print,
#co-assessment-edit-form #edit-print,
#co-assessment-add-other-form .form-item-title .description,
#co-assessment-edit-form .form-item-title .description,
#edit-field-quiz-attachments .tabledrag-toggle-weight-wrapper,
#edit-field-quiz-attachments thead,
#edit-field-quiz-attachments .form-type-mfw-managed-file label,
.node-quiz-form #edit-body .field-edit-link {
  display: none;
}

#edit-field-quiz-attachments table {
  width: 100%
}
#edit-field-quiz-attachments td {
  border-style: none;
  padding: 4px 0px;
}
#edit-field-quiz-attachments td .file-icon {
  padding: 0 5px;
}
#edit-field-quiz-attachments td input {
  margin: 0;
  padding: 5px 8x;
}
#edit-field-quiz-attachments td a.tabledrag-handle {
  height: auto;
}

#co-assessment-select-form #edit-actions,
#co-assessment-add-other-form #edit-actions,
#co-assessment-edit-form #edit-actions {
  display: inline-block;
}

.co-assessment-clear-cache {
  float: right;
  font-weight: bold;
}


body.page-assessment-teacher-overview #block-system-main > .content {
  min-height: 30em;
}

#admin-overview-tables h3 {
  text-align: center;
}
#admin-overview-tables table {
  margin: 0 auto 2em;
  border: solid 2px #0B9AC7;
  border-spacing: 0;
}
#admin-overview-tables tr {
  border-bottom: solid 1px #0B9AC7;
}
#admin-overview-tables td {
  width: 9em;
  text-align: center;
  border: solid 1px #0B9AC7;
  border-width: 0 1px 1px 0;
}


.co_assessment_colorbox_close_button {
  display: inine-block;
}

.co-assessment-question-popup {
  border: solid 2px #0B9AC7;
  border-radius: 5px;
}

#colorbox {
  border: solid 2px #0B9AC7;
  border-radius: 8px;
}

body.colorbox-iframe .tabs-primary,
body.node-type-h5p-content.colorbox-iframe .action-links,
body.node-type-h5p-content.colorbox-iframe h2.block-title {
  display: none !important;
}


.co-bulk-op-wrapper {
  display: block;
  clear: both;
  margin: 0 10px
}

#wrap-out .co-bulk-selected,
#wrap-out .co-bulk-selected td {
  background-color: #ecf5f9;
}

#admin-student-list {
  /* Allow space for Chosen dropdown om bottom rows. */
  margin-bottom: 15em !important;
}


/******* Reponses Export ********/

body.assessment-export,
body.assessment-export .content {
  margin: 0;
  padding: 0 !important;
  background: #fff none;
}
body.assessment-export #toolbar,
body.assessment-export #footer-wrap {
  display: none;
}

body.assessment-export #quiz-results-form,
body.assessment-export fieldset {
  width: 31cm !important;
  display: block;
  page-break-inside: avoid;
}


body.assessment-export #edit-actions,
body.assessment-export .h5p-question-show-question {
  display: none;
}
body.assessment-export .h5p-long-text-question textarea.user-input {
 font-weight: bold;   
}
body.assessment-export #quiz-result-form .long-text-question-rubric {
  font-size: 80%;
}
body.assessment-export p {
  font-size: 100% !important;
  font-weight: normal;
}
body.assessment-export pre.answer-text {
  font-family: inherit;
  font-size: 100%;
}
