/* Hide Quiz Boxes */
.qm-hidden {
	display: none;
}

/* Start Quiz Box */
.qm-quiz-start-box {
	display: none;
}

.qm-button.qm-back-button,
.qm-button.qm-skip-button {
	display: none;
}

/* Question Check */
.qm-question-check {
	display: none;
}
.qm-check-answer-box {
	display: none;
}

.quizMaster_answerCorrect {
    background: #6DB46D;
    font-weight: bold;
}

.quizMaster_answerCorrect label {
  font-weight: bold;
}

.quizMaster_answerIncorrect {
  background: #FF9191;
  font-weight: bold;
}

.qm-quiz-content {
    margin-top: 25px;
    margin-bottom: 10px;
}

.qm-quiz-content h2 {
    margin-bottom: 10px;
}

.quizMaster_question_page {
    margin-bottom: 10px;
}

.quizMaster_question_page span {
    font-weight: bold;
}

.quizMaster_questionListItem:last-child, .quizMaster_questionListItemLastChildIE {
    padding: 3px;
    margin-bottom: 0;
}

.quizMaster_questionListItem {
    padding: 3px;
    margin-bottom: 5px;
    background-image: none;
    margin-left: 0;
    list-style: none;
    border: 0;
}

.quizMaster_questionListItem > table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
}

.quizMaster_questionListItem > table .alt {
    background: inherit;
}

.quizMaster_questionListItem > table td {
    text-align: left;
}

.quizMaster_list, .qm-question-list-item, .quizMaster_listItem, .quizMaster_questionList, .quizMaster_sortStringList, .quizMaster_sortStringList, .quizMaster_maxtrixSortCriterion, .qm-results-boxList, .quizMaster_catOverview ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quizMaster_list {
    border: 0;
}

.quizMaster_questionList {
    margin-bottom: 10px;
    background: #F8FAF5;
    border: 1px solid #C3D1A3;
    padding: 5px;
    list-style: none;
}

.quizMaster_listItem {
    border: 0;
    background-image: none;
}

.quizMaster_response {
    background: #F8FAF5;
    border: 1px solid #C4C4C4;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #AAA;
}

.quizMaster_response span {
    font-weight: bold;
}

.quizMaster_sort {
    width: 25px;
}

.qm-results-box h3 {
    margin-bottom: 10px;
}

.quizMaster_sort_correct_answer {
    font-weight: bold;
    margin-right: 5px;
    display: none;
}

.qm-sortable, .quizMaster_sortStringItem {
    padding: 5px;
    border: 1px solid lightGrey;
    box-shadow: 2px 2px 1px #EEE;
    background-color: #F8FAF5;
    cursor: move;
}

/* Answer Box */
.qm-check-answer-box {
	padding: 15px;
	border-style: solid;
	border-width: 2px;
}
.qm-check-answer-box.qm-check-answer-incorrect {
	border-color: #EC0B1B;
	background: #FFD4CC;
}
.qm-check-answer-box.qm-check-answer-correct {
	border-color: #DEF0A5;
	background: #DEF0A5;
}
h3.qm-check-result-header {
	margin: 0 0 8px 0;
	padding: 0;
}
h4.qm-check-question-points {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px;
}

/* Time Limit Box */
.qm-time-limit  {
	display: none;
}
.qm-time-limit .time {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.qm-time-limit .qm-progress-box {
    height: 10px;
    background-color: blue;
    margin-bottom: 5px;
}

.qm-time-limit_expired {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.qm-question-text {
    margin-bottom: 10px;
}

.quizMaster_tipp > div {
    padding: 10px;
    background-color: #DDECFF;
    border: 1px dotted #363636;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 2px 2px 5px 0 #313131;
    z-index: 99999;
}

.quizMaster_matrixSortString, .quizMaster_matrixSortString > h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.quizMaster_matrixSortString {
    background: #F8FAF5;
    border: 1px solid #C3D1A3;
    padding: 5px;
}

.quizMaster_sortStringList {
    padding: 10px;
    border: 0;
}

.quizMaster_sortStringList > li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.quizMaster_sortStringItem {
    margin: 0;
    background-image: none;
    list-style: none;
}

.quizMaster_maxtrixSortCriterion {
    padding: 5px;
}

.quizMaster_placehold {
    background-color: #FFFFC2;
    list-style: none;
    background-image: none;
    padding: 5px;
    height: 30px;
    min-width: 50px;
    margin: 0;
}

.quizMaster_maxtrixSortText {
    padding: 5px;
}

.quizMaster_mextrixTr > td {
    border: 1px solid #D1D1D1;
    padding: 5px;
    vertical-align: middle;
}

.quizMaster_points {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.quizMaster_cloze input[type="text"] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    height: 18px;
    margin: 0;
    padding: 0 4px 0 4px;
    color: black;
    border-radius: 0;
    box-shadow: 0 0;
}

.quizMaster_cloze input:focus {
    outline: none;
}

.quizMaster_questionListItem input, .quizMaster_questionListItem label {
    margin: 0;
    font-weight: normal;
    display: inline;
}

.quizMaster_questionListItem label {
    float: none;
}

.quizMaster_questionListItem input {
    float: none;
    display: inline;
}

.qm-results-boxList {
    border: 0;
}

.qm-results-boxList > li {
    background-image: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 0;
}

/* Results Box */
.qm-results-box {
	display: none;
}

/* Lock Box, Prerequisite Box */
.qm-lock-box {
	display: none;
}
.qm-locked {
	display: none;
}
.qm-locked, .quizMaster_prerequisite, .qm-lock-box, .quizMaster_loadQuiz {
    border: 1px dotted #FFC3C3;
    background-color: #FFF7F7;
}

.qm-locked p, .quizMaster_prerequisite p, .qm-lock-box p, .quizMaster_loadQuiz p {
    margin: 20px;
    font-weight: bold;
}

.quizMaster_toplistTable {
    width: 100%;
    border: 1px solid #C3D1A3;
    border-collapse: collapse;
    margin: 0;
}

.quizMaster_toplistTable caption {
    caption-side: top;
    text-align: right;
    padding-bottom: 2px;
    color: gray;
    margin: 0;
    font-size: 11px;
}

.quizMaster_toplistTable thead tr {
    background: rgb(155, 187, 89);
    padding: 5px;
    color: white;
    font-weight: bold;
}

.quizMaster_toplistTable tbody td:FIRST-CHILD {
    font-weight: bold;
}

.quizMaster_toplistTable td, .quizMaster_toplistTable th {
    padding: 5px;
    text-align: center;
    border: 0;
}

.quizMaster_toplistTable th {
    background: #9BBB59;
}

.quizMaster_toplistTrOdd {
    background-color: #EBF1DE;
}

.quizMaster_addToplist {
    margin-top: 10px;
    background-color: #F5FAEA;
    padding: 10px;
    border: 1px solid #C3D1A3;
}

.quizMaster_addToplistMessage {
    border: 1px solid rgb(160, 160, 160);
    background-color: #FCFFB3;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: dimGray;
}

.quizMaster_resultTable {
    margin: 15px auto;
    width: 400px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    font-weight: bold;
}

.quizMaster_resultTable table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0;
    text-align: left;
}

.quizMaster_resultTable table td {
    text-align: left;
}

.quizMaster_resultTable .alt {
    background: inherit;
}

.quizMaster_resultName {
    width: 100px;
    border-right: 1px solid rgb(134, 134, 134);
    padding: 10px 0;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
}

.quizMaster_resultValue {
    padding: 0;
    border: 0;
}

.quizMaster_resultValue div {
    color: black;
    text-align: right;
    box-shadow: 1px 1px 3px 1px #C4C4C4;
    display: inline-block;
    height: 18px;
    zoom: 1;
    *display: inline;
    margin-right: 3px;
    vertical-align: middle;
}

.quizMaster_addBox label {
    display: inline;
}

.quizMaster_addBox input[type="text"] {
    margin: 0;
}

.quizMaster_reviewQuestion {
    max-height: 100px;
    overflow: hidden;
    border: 1px solid #C3D1A3;
    background-color: #F8FAF5;
    position: relative;
}

.quizMaster_box {
    border: 1px solid #C3D1A3;
    background-color: #F8FAF5;
}

.qm-check-page h3 {
    margin: 10px 0 10px 0;
}

.quizMaster_reviewQuestion ol, .qm-check-page ol {
    list-style-type: none;
    margin: 0;
    padding: 5px 12px 0 5px;
    zoom: 1;
    position: relative;
    border: 0;
}

.quizMaster_reviewQuestion ol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.quizMaster_reviewQuestionTarget {
    font-weight: bold;
    border-color: #7DB1D3;
    box-shadow: 0 0 2px 1px #C4C4C4;
}

.quizMaster_reviewQuestion li, .qm-check-page li {
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #CFCFCF;
    padding: 5px 0 5px 0;
    width: 30px;
    text-align: center;
    background-color: white;
    cursor: pointer;
    list-style-type: none;
    background-image: none;
}

.quizMaster_reviewQuestion div {
    position: absolute;
    right: 0;
    background-color: #B8B8B8;
    top: 0;
    height: 20px;
    width: 10px;
    border: 0;
    border-radius: 10px;
    cursor: move;
}

.quizMaster_reviewLegend {
    padding: 5px;
    margin-bottom: 8px;
}

.quizMaster_reviewLegend ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.quizMaster_reviewLegend li {
    float: left;
    padding-right: 5px;
    list-style-type: none;
    margin: 0;
    border: 0;
    background-image: none;
}

.quizMaster_reviewColor {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 2px;
}

.qmr-review-box {
    margin: 20px 0 20px 0;
}

.quizMaster_header {
  margin: 0;
}

.quizMaster_catOverview {
    margin-top: 10px;
    margin-bottom: 20px;
}

.quizMaster_catOverview li {
    list-style: none;
    padding: 0;
    clear: left;
    border-bottom: 1px dashed #aaa;
    height: 1.05em;
    margin: 10px 0 0 0;
    position: relative;
}

.quizMaster_catOverview span {
    background: #fff;
    padding: 0 3px 0 0;
    float: left;
    position: absolute;
    text-decoration: none;
}

span.quizMaster_catPercent {
    font-weight: bold;
    padding-left: 5px;
    color: #000;
    right: 0;
}

.quizMaster_forms {
    margin: 20px 0 20px 0;
}

.quizMaster_required {
    color: #F00;
    font-weight: bold;
}

.quizMaster_invalidate {
    border: 1px solid #FFCFCF;
    background: #FFEBE8;
    padding: 4px;
    margin: 4px 0 4px 0;
    display: none;
}

.quizMaster_forms table {
    width: auto;
    border-collapse: separate;
    border-spacing: 2px;
    border: 0;
    text-align: left;
}

.quizMaster_forms table .alt {
    background: inherit;
}

.quizMaster_forms table td {
    text-align: left;
}

.quizMaster_forms td {
    vertical-align: top;
    padding: 0 0 8px 0;
    margin: 0;
    border: 0;
    background: none;
}

.quizMaster_forms input, .quizMaster_forms textarea, .quizMaster_forms label, .quizMaster_forms select {
    margin: 0;
    float: none;
    display: inline;
}

.quizMaster_forms select {
    width: auto;
}

.quizMaster_resultForm {
    display: none;
}

.quizMaster_quiz input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.quizMaster_quiz input[type="radio"] {
    -webkit-appearance: radio;
}

.quizmaster {

}
.quizmaster h1 {
  font-size: 33px;
}
.quizmaster h1,
.quizmaster h2,
.quizmaster h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.quizmaster h1,
.quizmaster h2,
.quizmaster h3,
.quizmaster h4,
.quizmaster h5,
.quizmaster h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}

/* Quiz Header */
.qm-quiz-header .quizmaster-row {
	padding: 15px 0;
}

/* TABLES */
.quizmaster-wrap .quizmaster-table {
	font-size: 0.8rem;
	margin: 20px 0;
}
.quizmaster-wrap .quizmaster-table th {
	cursor: pointer;
}
.quizmaster-wrap .quizmaster-table label {
	font-size: 0.8rem;
}
.quizmaster-wrap .quizmaster-table td a,
.quizmaster-wrap .quizmaster-table td a:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.quizmaster-wrap .quizmaster-table td a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: bold;
}

.quizmaster-wrap .dataTables_wrapper select {
	padding: 3px;
	margin: 10px 4px;
	height: auto;
	font-size: 0.75rem;
}
.quizmaster-wrap .dataTables_wrapper .dataTables_length {
	font-size: 0.75rem;
	float: right;
}
.quizmaster-wrap .dataTables_wrapper .dataTables_length label {
	font-weight: normal;
}
.quizmaster-wrap .dataTables_info {
	font-size: 0.75rem;
}
.quizmaster-wrap .dataTables_paginate {
	font-size: 0.75rem;
}
.quizmaster-wrap .dataTables_paginate a,
.quizmaster-wrap .dataTables_paginate a:hover {
	box-shadow: none;
	background: #dcdcdc;
}

.quizmaster-wrap table.dataTable thead th,
.quizmaster-wrap table.dataTable tbody td {
  padding: 8px 10px;
}
.quizmaster-info-table thead {
  display:none;
}

.quizmaster-score-return-button {
	margin-top: 20px;
}
.quizmaster-score-return-button button a {
	color: #888;
}

/* Question Answers */
.quizMaster_questionInput {
	max-width: 400px;
	min-width: 140px;
}

/* Quiz Header */
.qm-quiz-static-message {

}

/* Hints */
.qm-hint-modal {
	display: none;
	border: solid 1px #d3d3d3;
	padding: 25px;
	background: #f2f2f2;
	min-width: 320px;
}
.qm-hint-trigger {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.qm-hint-trigger.qm-hint-enabled:hover {
	color: #1CAFF6;
}
.qm-hint-trigger.qm-hint-disabled {
	color: #BBB;
	cursor: default;
}
.qm-hint-trigger.qm-hint-disabled:hover {
	color: #BBB;
}
.qm-hint-modal .qm-hint-close {
	width: 20px;
	height: 20px;
	float: right;
	display: inline-block;
	margin: -20px -20px 10px 10px;
}


/* Quiz Buttons */

* + html .qm-button, * + html .qm-button:hover {
    padding: 3px 0;
}

a.qm-button,
input[type="button"].qm-button {
	margin: 0;
	background: #E4E4E4;
	border-radius: 8px;
	color: #999;
	font-size: 16px;
	border: solid 2px #CCC;
	box-shadow: none;
	text-shadow: none;
	min-width: 140px;
	padding: 10px 25px;
}
a.qm-button:hover,
a.qm-button:active,
input[type="button"].qm-button:hover,
input[type="button"].qm-button:active {
	color: #222;
	background: #D0D0D0;
}

.qm-quiz-footer .qm-button {
	background: #E4E4E4;
	color: #999;
	min-width: 140px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: normal;
	border-style: solid 2px #CCC;
	border-radius: 100px;
	box-shadow: none;
}
.qm-quiz-footer .qm-button:hover {
	color: #222;
	background: #D0D0D0;
}
.qm-quit-button {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
input[type="button"].qm-button-check {
	display: none;
}

/* Quiz Footer */
.qm-quiz-footer {
	background: #dbdbdb;
	color: #212121;
	margin: 20px 0;
}
.qm-quiz-footer .quizmaster-row {
	padding: 20px 0;
}


/* Basic grid system based on http://j4n.co/blog/Creating-your-own-css-grid-system */
@media (min-width: 1200px) {
	.quizmaster-container {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.quizmaster-container {
		width: 970px;
	}
}
@media (min-width: 768px) {
	.quizmaster-container {
		width: 750px;
	}
}

.quizmaster-container {
	max-width: 100%;
  box-sizing: border-box;
	padding: 0 15px;
}
.quizmaster-container.fullwidth {
  max-width : 100%;
}
.quizmaster-row {
	margin-left: -15px;
	margin-right: -15px;
}
.quizmaster-row:before,
.quizmaster-row:after {
  content:"";
  display: table ;
  clear:both;
}
[class*='quizmaster-col-'] {
  float: left;
  min-height: 1px;
  width: 8.33%;
  padding: 0 7px;
	box-sizing: border-box;
}
[class*='quizmaster-col-'].center {
  text-align: center;
}
[class*='quizmaster-col-'].right {
  text-align: right;
}
[class*='quizmaster-col-']:first-child{
  padding-left: 14px;
}
[class*='quizmaster-col-']:last-child {
  padding-right: 14px;
}
.quizmaster-col-1 {
  width: 8.33%;
}
.quizmaster-col-2 {
  width: 16.66%;
}
.quizmaster-col-3 {
  width: 25%;
}
.quizmaster-col-4 {
  width: 33.33%;
}
.quizmaster-col-5 {
  width: 41.66%;
}
.quizmaster-col-6 {
  width: 50%;
}
.quizmaster-col-7 {
  width: 58.33%;
}
.quizmaster-col-8 {
  width: 66.66%;
}
.quizmaster-col-9 {
  width: 75%;
}
.quizmaster-col-10 {
  width: 83.33%;
}
.quizmaster-col-11 {
  width: 91.66%;
}
.quizmaster-col-12 {
  width: 100%;
}

/* Close Buttons */
.qm-close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
	cursor: pointer;
}
.qm-close:hover::before, .qm-close:hover::after {
  background: #a5000d;
}
.qm-close::before, .qm-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #EC0B1B;
}
.qm-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qm-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qm-close::before, .qm-close::after {
  height: 3px;
  margin-top: -4px;
}
