/* $Id: quiz.css,v 1.10.2.36 2010/06/23 20:27:34 falcon Exp $ */

#quiz-questions-form { background: #fff; margin-bottom: 105px;}
#quiz-questions-form input { background: #fff; }

/*
 * Definitions that apply while viewing questions
 */
.question_type_name {
  font-style: italic;
}

/*
 * Definitions that apply while taking the quiz.
 */
#quiz_progress {
  color: #b9b9bb;
  font-style: italic;
  font-size: 1.2em;
}

#quiz-question-answering-form #edit-submit { background: url(/sites/all/themes/blackwell/images/buttons-gradients.png) 0 -200px repeat-x; border:none; color: #fff; cursor:pointer; display: inline-block; font-size:12px; font-weight: bold; height: 27px; line-height: 24px; padding:0 8px 5px 8px; text-decoration: none; text-shadow: 0 -1px #4f7d98; }
  
  #quiz-question-answering-form #edit-submit:hover, #quiz-question-answering-form #edit-submit:active { background-position: 0 -227px; }


.quiz-question-body p { font-size: 1.2em; font-weight: bold; }

#quiz_score_possible, #quiz_score_percent {
  background: #e5f0f6;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px;
}

#quiz_summary {
  margin-bottom: 20px;
}

td.quiz_summary_qcell {
  vertical-align: top;
  padding: 1em 1em 0em 0em;
}

td.quiz_summary_qcell table tr {
  background: transparent;
}

td.quiz_summary_qcell table td {
  vertical-align: top;
  padding: .5em;
}

.quiz_answer_feedback {
  font-style: italic;
}

/* ----- Multiple Choice ----- */
input[type="radio"] { cursor: pointer; }
#quiz-question-answering-form table { width: 100%; }
.multichoice_row, .multichoice_row td { background: #fff; border-bottom: solid 1px #dfdfe0; cursor: pointer; padding: 5px; }
  .multichoice_row:hover td, .multichoice_row:active td { background: #e5f0f6; }
  .multichoice_row.selected:hover td, .multichoice_row.selected:active td { background: #ffffcc; }
.multichoice_row p { margin: 0; }
.multichoice_row .selector-td { width: 12px; }


/* ----- True False ----- */
#quiz-question-answering-form .option { cursor: pointer; }

.quiz_summary_text {

}

.feedback-icon {
  display: inline;
}

.add-questions {
  background: transparent url(images/add.png) no-repeat scroll 0% 10%;
  padding: 0 0 1em 2em;
}

.hidden-question {
  display: none;
}

.quiz-question-browser-row.odd {
  background-color: #e7e7e7;
}

.quiz-question-browser-row.even {
  background-color: #fbfbfb;
}

#quiz-question-browser-filters {
  background-color: black;
}
#quiz-question-browser-filters td.active {
  background-color: #666;
}

.quiz-question-browser-row.odd:not(.selected) td.active {
  background-color: #e2e2f9;
}

.quiz-question-browser-row.even:not(.selected) td.active {
  background-color: #f8f8ff;
}

.browser-table th {
  border-bottom: 0px solid #666666;
}

.q-staying {
  display: inline;
  float: left;
  margin-right: 8px;
}


/*
 * Definitions that apply on the quiz report pages.
 */

dl.quiz-report {
  margin: 0;
  padding: 0;
}

dl.quiz-report dt {
  border-bottom: solid 1px #dfdfe0;
  border-top: solid 1px #dfdfe0;
  float: left;
  padding-left: 5px;
  width: 100%;
}

dl.quiz-report dt div.quiz-report-score-container {
  border-right: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px gray;
  float: right;
  padding: 4px 6px;
}

dl.quiz-report dt p {
  clear: both ;
  float: left;
}

.question-score { padding: 5px 0; }

dl.quiz-report dt .quiz-report-question {
  float: left;
  font-weight: bold;
}

dl.quiz-report dt div.quiz-report-score-container span div.form-item {
  display: inline;
}

dl.quiz-report dd {
  margin: 10px 0 50px 0;
  padding-left: 5px;
}

.quiz-report-skipped {
  float: right;	
}

.q-correct {
  background-color: #b2bb1e;
}

.q-wrong {
  background-color: #ff0000;
}

.q-waiting {
  background-color: #FFFFDD;
}

.q-back-button {
  background: 0 none;
  border: 0 none;
  color: #a6a5a8;
  font-size: .9em;
}

.q-back-button:hover {
  color: #6666ff;
  cursor: pointer;
  text-decoration: underline;
}

.q-skip-button {
  background: 0 none;
  border: 0 none;
  color: #a6a5a8;
  font-size: .9em;
}

.q-skip-button:hover {
  color: #4c96c3;
  cursor: pointer;
  text-decoration: underline;
}

.quiz-passed {
  color: #00dd00;
}

.quiz-failed {
  color: #dd0000;
}

#no-questions {
  font-style: italic;
}
#quiz-view-table {
  width: auto;
  border-collapse: separate;
  border: thin solid #555555;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#quiz-start-quiz-button-form div {
  padding: 0px;
  margin: 0px;
}

#quiz-start-quiz-button-form input {
  margin: 0px;
}

#quiz-view-table td {
  padding: 0px 3px 0px 3px;
  margin: 0px;
  line-height: 110%;
}
.quiz-view-table-title {
  
}
.quiz-view-table-data {

}

#browser-pager .pager-last {
  display: none;
}
#browser-pager .pager-first {
  display: none;
}

.matching-tbl {
  width: auto;
  border-collapse: separate;
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 100%;
}

.matching-tbl p, .matching-tbl select, .matching-tbl div {
  padding: 0px;
  margin: 0px;
  line-height: 100%;
}

.matching-tbl td {
  padding: 2px;
  margin: 2px;
  line-height: 100%;
}

.quiz-solution {
  border-left: solid 5px #00ff00;
  padding-left: 3px;
}

.quiz-answer-hidden {
  font-style: italic;
}


/* ========== Quiz Report ========== */
.question { border-bottom: solid 1px #dfdfe0; list-style: none; margin: 3px 0 40px;  }
.quiz-results-title { font-size: 18px; margin-bottom: 20px; }
.question-score { border-bottom: solid 1px #dfdfe0; padding: 10px 0; }

.quiz-report-question { font-weight: bold; }
  .quiz-report-question p { font-size: 15px; margin: 0; }
.quiz-report-score-container { color: #fff; float: right; font-weight: bold; padding: 2px; }


.possible-answers { margin: 10px 0; }
.possible-answers .response { font-size: 15px; margin: 0; }
.possible-answers .item { border-top: solid 1px #ececed; list-style: none; margin: 0; padding: 10px 0 0 40px; }
  .possible-answers .item:first-child { border: none; }
  .possible-answers .correct { background: url(/sites/all/themes/blackwell/images/correction-marks.png) 0 1px no-repeat; }
  .possible-answers .wrong { background: url(/sites/all/themes/blackwell/images/correction-marks.png) 0 -49px no-repeat; }
.possible-answers .answer p { margin: 0; }
.feedback { background: #ececed; font-size: 13px; margin-bottom: 5px; padding: 5px; }
.feedback p { display: inline; margin: 0; }

#prevFeedback { border: solid 1px #e6e5e6; font-weight: bold; margin: 0 0 20px 0; padding: 10px 10px 10px 40px; }
  #prevFeedback.correct { background: #f5f5f5 url(/sites/all/themes/blackwell/images/correction-marks.png) 5px 11px no-repeat; }
  #prevFeedback.wrong { background: #f5f5f5 url(/sites/all/themes/blackwell/images/correction-marks.png) 5px -44px no-repeat; }

