@charset "utf-8";
/* CSS Document */
/* BASE QUIZ STYLES */
/* These styles ensure that the necessary elements are hidden for toggling */
/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */
.startQuiz, .nextQuestion, .backToQuestion, .questions li.question, .questions li.question .responses, .questions li.question .responses .correct, .questions li.question .responses .incorrect, .quizResults {
	display: none;
}
/* If response messages are disabled or only shown on quiz completion,
nextQuestion button IS checkAnswer button - so it must be displayed */
.complete ul.answers li.incorrect:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	font-size: 100%;
	color: #900;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	min-width: 30px;
}
.complete ul.answers li.correct:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 100%;
	color: #339933;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	min-width: 30px;
}
.quizResults-view ul.answers li.incorrect:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	font-size: 100%;
	color: #900;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	width: 20px;
}
.quizResults-view ul.answers li.correct:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 100%;
	color: #339933;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	width: 20px;
}
.quizResults-view ul.answers li .radio {
	display: none;
}
.responses {
	font-size: 1.1em;
}
.responses p {
    line-height: inherit;
    font-size: 1em;
    margin-bottom: 5px;
}
/*.responses li p:last-child {
	margin-top:10px;
}*/
/*.responses li p:last-child {
	color: hsla(0,0%,20%,1);
	font-size: 50%;
	font-style: italic;
	}
*/
.correct {
	color: #1B761B;
}
.correctans {
	color: #1B761B;
}
.incorrectans {
	color: #990000;
}
.responses a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	/*	text-transform: uppercase;*/
	font-size: 1em !important;
}
.responses a:after {
	font-family: 'FontAwesome';
	content: "\f08e";
	font-size: 80%;
	margin: 0px 5px 0px 5px;
	color: #333;
}
/*
	.nextQuestion {
	padding: 3px;
	margin-left: 0px !important;
	clear: both;
	margin-top: 35px;
} */
/*.checkAnswer {
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 20px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}
	.checkAnswer:after {
	font-family: FontAwesome;
	content: "\f101";
	font-size: 100%;
	padding-left: 5px;
}*/
/*.responses {
	display: block !important;
	padding-top: 10px;
	padding-bottom: 25px;
}*/
.responses {
	display: block !important;
	font-size: 1em;
	margin-bottom: 15px;
}
.resp .responses ul {
	padding: 10px !important;
	margin: 0px !important;
}
.responses li {
	list-style-type: none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 10px;
	background-color: #F3F3F3;
	/*	margin-bottom: 25px;*/
	font-family: 'Merriweather', 'Open Sans', 'Roboto', 'Oswald', verdana, "Trebuchet MS", sans-serif;
}
.responses li ul li {
	padding: 0px;
	background-color: #F3F3F3;
}
.answers {
}
.answers ul {
	list-style-type: none;
	padding: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}


ul.answers {
	list-style-type: none;
	padding-left: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	margin-top: 0px;
}
ul.answers li {
    list-style-type: none;
    display: block;
    margin-bottom: 1px;
	/*    -webkit-border-radius: 2px !important;
		-moz-border-radius: 2px !important;
	border-radius: 2px !important;*/
    text-align: left;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D6D6D6;
    /* display: table-row; */
    vertical-align: top;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 0px;
}
ul.answers li:last-child {
	border: none !important
}
.answers li label {
    display: inherit;
    cursor: pointer;
    font-weight: normal !important;
    padding-left: 25px;
    font-size: 1em;
}
/*.answers li::first-letter {
	text-transform: uppercase !important;
	color: #900;
	}
*/
.answers li label::first-letter {
	font-size: 200% !important;
	color: #8A2BE2 !important;
}
.dataTables_wrapper label {
	cursor: pointer;
}
.answers li input {
	padding: 10px !important;
	float: left;
	display: inline-block;
	width: 32px;/*// 20150626 mmd - width 20px causes radio buttons to fail to appear in IE10.*/
}
.questions {
    font-size: 13px !important;
}
.questions ol {
	list-style-type: decimal;
}
.questions li {
	list-style-type: none;
}
.questions li p:first-of-type {
	/*font-weight: 600;*/
}
.questions li a:first-of-type {
}
.open-viewCaseStudyDialog {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.open-viewCaseStudyDialog:after {
	font-family: 'FontAwesome';
	content: "\f08e";
	font-size: 80%;
	margin: 0px 5px 0px 5px;
	color: #333;
}
.questionCount {
	font-size: 1em;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.questionCount .current {
	font-weight: 600;
}
.questionCount .total {
	font-weight: 600;
}
.questions h4 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: inherit !important;
}
.quizResults {
	min-height: 300px;
}
input[disabled] {
	color: #848484!important;
	background-color: #cccccc!important;
}
.quizResults-view ul.answers li {
	border-bottom-width: 0px;
	margin: inherit;
	padding: 0px!important
}
.quizResults .answers li label {
	display: inherit;
	cursor: inherit !important;
	font-weight: normal !important;
	margin-left: 30px !important;
}
.quizArea {
	padding: 0px !important;
}
input[type=radio], input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type=radio] ~ label:before, input[type=checkbox] ~ label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f10c";
	letter-spacing: 10px;
	font-size: 1.3em;
	color: #535353;
	width: 1.4em;
	margin-left: -25px;
}
input[type=radio]:checked ~ label:before, input[type=checkbox]:checked ~ label:before {
	content: "\f05d";
	font-size: 1.3em;
	color: gray;
	letter-spacing: 5px;
}
input[type=checkbox] ~ label:before {
	content: "\f096";
}
input[type=checkbox]:checked ~ label:before {
	content: "\f046";
	color: gray;
}
input[type=radio]:focus ~ label:before, input[type=checkbox]:focus ~ label:before, input[type=radio]:focus ~ label, input[type=checkbox]:focus ~ label {
	color: black;
}
.correct {
	color: #000;
	display: block;
	font-size: 1em !important;
}
.correct ul, ol {
	margin: 0px;
	padding-left: 15px;
}
.correct li {
	list-style-type: square !important;
	list-style-position: outside;
}
.correct .correctgreen {
	color: #339933;
	display: block;
	margin-bottom: 1em;
}
.incorrect {
	display: block;
	color: #000;
	font-size: 1em !important;
}
.incorrect .incorrectred {
	display: block;
	color: #990000;
	margin-bottom: 1em;
}
.incorrect ul, ol {
	margin: 0px;
	padding-left: 15px;
}
.incorrect li {
	list-style-type: square !important;
	list-style-position: outside;
}
.incorrect strong {
}
.question .btn {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
	color: #fff !important;
}

.question .btn:after {
    content: none !important;
	color: #fff !important;
}

@media(max-width:767px) {
	.quizArea {
		padding: 0px !important;
	}
}



#slickQuizNotepad .answers li {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	margin-bottom: 5px;
	background-color: transparent !important;
	padding: 5px !important;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	background-image: url(../img/notepadli.png);
	background-repeat: repeat-x;
	background-position: left 10px;
}
#slickQuizNotepad .responses {
	font-size: 1em;
	padding-top: 20px;
	line-height: normal !important;
}
#slickQuizNotepad .complete ul.answers li.correct {
	padding: 5px !important;
	margin: 10px !important;
}
#slickQuizNotepad .complete ul.answers li.correct:before {
	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #096;
	font-size: 140%;
	padding: 0px !important;
	margin-right: 10px;
}
#slickQuizNotepad .complete ul.answers li.correct input {
}
#slickQuizNotepad .complete ul.answers li.incorrect {
	padding: 5px !important;
	margin: 0px !important;
}
#slickQuizNotepad .complete ul.answers li.incorrect:before {
/*	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: transparent;
	font-size: 140%;
	padding: 0px !important;
	margin-right: 10px;*/
	display: none;
}
#slickQuizNotepad .complete ul.answers li.incorrect input:checked {
	color: #000 !important;
}
#slickQuizNotepad .complete ul.answers li.correct input:checked {
	color: #000 !important;
	background-color: #C00 !important;
	border: 1px solid #900;
}
#slickQuizNotepad .complete ul.answers li.correct label {
	color: #999 !important;
}
#slickQuizNotepad .nextQuestion {
	display: none !important;
}
#slickQuizNotepad .questionCount {
	font-size: 100%;
	display: none !important;
}
#slickQuizNotepad h4 {
/*	font-size: 12px;*/
	font-weight: bold;
}
#slickQuizNotepad .answers li label {
	display: inline-block;
/*	width: 85%;
	font-size: 12px !important;*/
	cursor: pointer;
	font-weight: normal;
}

#slickQuizNotepad ul.answers {
    list-style-type: none;
    padding-left: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-top: 0px;
}


#slickQuizNotepad input[type=checkbox] ~ label:before {
 	content: '';
	background: #fff;
	border: 2px solid #B1B1B1;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
	margin-left: -45px;
}




#slickQuizNotepad input[type=checkbox]:checked ~ label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fff;
    color: #999;
	margin-left: -45px;
}


#slickQuizNotepad .feedbackincorrect {
	color: #900;
    display: block !important;
    padding-bottom: 15px;

}

#slickQuizNotepad .feedbackincorrect:before{
    content: '' !important;
    background: #fff0;
    width: 0px !important;
    border: 0px solid transparent !important;
    margin-right: 40px !important;
    height: 20px !important;
    color: transparent !important;
    display: inline-block;
    padding-bottom: 15px !important;
}

#slickQuizNotepad .feedbackcorrect {
	color: #339933;
    display: block !important;
    padding-bottom: 15px;

}

#slickQuizNotepad .feedbackcorrect:before{
    content: '' !important;
    background: #fff0;
    width: 0px !important;
    border: 0px solid transparent !important;
    margin-right: 40px !important;
    height: 20px !important;
    color: transparent !important;
    display: inline-block;
    padding-bottom: 15px !important;
}


.incohlist ul.answers {
	list-style-type: none;
	padding-left: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	margin-top: 0px;
}


.incohlist ul.answers li {
    list-style-type: none;
    margin-bottom: 1px;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 8px;
    border: solid 1px #dddddd;
    margin-top: 5px !important;
    background: #f5f8fc;
    margin-right: 8px;
    min-width: 65px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.incohlist ul.answers li:last-child {
    border: solid 1px #dddddd !important;
}



.incohlist .complete ul.answers li.incorrect:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 100%;
    color: #900;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    float: initial;
    padding-right: 0px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #D6D6D6;
    min-width: 30px;
}

.incohlist .blue-back {
    font-size: 14px !important;
    font-weight: normal;
}

.incohlist .responses p {
    font-size: 1em;
	margin-top: 0px;
}

.incohlist h4 p {
    line-height: 16px !important;
    font-weight: bold;
}

.incohlist .question .btn {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.incohlist .questionCount {
    padding-bottom: 0px;
}

.incohlist .responses {
    margin-bottom: 0px;
}
.incoquizicon { min-width: 50px;
height:auto;}

.incohlist .complete ul.answers li.correct:before {
	font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 100%;
    color: #339933;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    float: initial;
    padding-right: 0px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #D6D6D6;
    min-width: 30px;
}


.incohlist .answers li label {
    display: inherit;
    cursor: pointer;
    font-weight: normal !important;
    padding-left: 30px;
    margin-right: 0px;
    /* font-size: 1.1em; */
    font-family: 'Merriweather', 'Open Sans', 'Roboto', 'Oswald', verdana, "Trebuchet MS", sans-serif;
    margin-left: 0px !important;
}


.question .incorrectResponse .complete .questionCount { display: inherit !important}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
	position: relative;
    display: flex;
    line-height: 18px;
}

.checkbox-custom-label:before, .radio-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome'!important;
    color: #777;
    background: #fff;
    border: 2px solid #B1B1B1;
    display: inline-block;
    vertical-align: middle;
	width: 30px !important;
    height: 30px !important;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}


.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	content: '' !important;
	background: #fff;
	border: 2px solid #B1B1B1;
	display: inline-block;
	vertical-align: middle;
	width: 38px !important;
    height: 30px !important;
	padding: 2px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
   /* border-radius: 50%;*/
}


.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome'!important;
    color: #777;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


.checkbox-custom input[type=radio]:checked ~ label:before, .checkbox-custom input[type=checkbox]:checked ~ label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome'!important;
    color: #777;
}



#slickQuizNotepadPlus .answers li {
	list-style-type: none;
	padding-left: 0px;
	display: block;
	margin-bottom: 5px;
	background-color: transparent !important;
	padding: 5px !important;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	background-image: url(../img/notepadli.png);
	background-repeat: repeat-x;
	background-position: left 10px;
}
#slickQuizNotepadPlus .responses {
	font-size: 1em;
	padding-top: 20px;
	line-height: normal !important;
}
#slickQuizNotepadPlus .complete ul.answers li.correct {
	padding: 5px !important;
	margin: 10px !important;
}
#slickQuizNotepadPlus .complete ul.answers li.correct:before {
	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #096;
	font-size: 140%;
	padding: 0px !important;
	margin-right: 10px;
}
#slickQuizNotepadPlus .complete ul.answers li.correct input {
}
#slickQuizNotepadPlus .complete ul.answers li.incorrect {
	padding: 5px !important;
	margin: 0px !important;
}
#slickQuizNotepadPlus .complete ul.answers li.incorrect:before {
	/*	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: transparent;
	font-size: 140%;
	padding: 0px !important;
	margin-right: 10px;*/
	display: none;
}
#slickQuizNotepadPlus .complete ul.answers li.incorrect input:checked {
	color: #000 !important;
}
#slickQuizNotepadPlus .complete ul.answers li.correct input:checked {
	color: #000 !important;
	background-color: #C00 !important;
	border: 1px solid #900;
}
#slickQuizNotepadPlus .complete ul.answers li.correct label {
	color: #999 !important;
}
#slickQuizNotepadPlus .nextQuestion {
   /* display: initial !important;*/
}

#slickQuizNotepadPlus .quizResults .nextQuestion {
    display: none !important;
}

#slickQuizNotepadPlus .questionCount {
	font-size: 100%;
	display: none !important;
}
#slickQuizNotepadPlus h4 {
	/*	font-size: 12px;*/
	font-weight: bold;
}
#slickQuizNotepadPlus .answers li label {
	display: inline-block;
	/*	width: 85%;
	font-size: 12px !important;*/
	cursor: pointer;
	font-weight: normal;
	width: 100%;
}

#slickQuizNotepadPlus .answers li label .row{
	display: inline-table;
	width:100%;
	
}
#slickQuizNotepadPlus .quizResults ul.answers {margin-left: -30px;
    padding-right: 30px;}

#slickQuizNotepadPlus ul.answers {
	list-style-type: none;
	padding-left: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	margin-top: 0px;
}
#slickQuizNotepadPlus input[type=checkbox] ~ label:before {
    content: '';
    background: #fff;
    border: 2px solid #B1B1B1;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 32px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -45px;
    letter-spacing: 0;
}
#slickQuizNotepadPlus input[type=checkbox]:checked ~ label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #fff;
	color: #999;
	margin-left: -45px;
}
#slickQuizNotepadPlus .feedbackincorrect {
	color: #900;
	display: block !important;
	padding-bottom: 15px;
}
#slickQuizNotepadPlus .feedbackincorrect:before {
	content: '' !important;
	background: #fff0;
	width: 0px !important;
	border: 0px solid transparent !important;
	margin-right: 40px !important;
	height: 20px !important;
	color: transparent !important;
	display: inline-block;
	padding-bottom: 15px !important;
}
#slickQuizNotepadPlus .feedbackcorrect {
	color: #339933;
	display: block !important;
	padding-bottom: 15px;
}
#slickQuizNotepadPlus .feedbackcorrect:before {
	content: '' !important;
	background: #fff0;
	width: 0px !important;
	border: 0px solid transparent !important;
	margin-right: 40px !important;
	height: 20px !important;
	color: transparent !important;
	display: inline-block;
	padding-bottom: 15px !important;
}

#slickQuizNotepadPlus td {
    padding: 0px;
    border: none;
    font-family: 'Merriweather', 'Open Sans', 'Roboto', 'Oswald', verdana, "Trebuchet MS", sans-serif;
}

#slickQuizNotepadPlus .donotshow { display:none !important;}

#slickQuizNotepadPlus label:before .donotshow { display:none !important;}


#slickQuiz-name { display: none !important;}

.quizresultstitle {
	font-size: 14px;
	font-weight: 600;}