.hide_div { display:none; }
	.show_div { display:block; }
	.hide_confirm_div { display:none; }
	.show_confirm_div { display:block; }
	.student_right_option_hide { display:none; }
	.student_right_option_show { display:block; }
	.red { color:red; }
	.green { color:green; }

	/*.not_attempted { border: 2px solid #ccc; padding: 8px; }
	.attempted { border: 2px solid #000; padding: 8px; }*/
	.questions_number.attempted{ color: #2F4858; border: 1px solid #2F4858; }
	.questions_number.not_attempted{ }

	.selected { /*border: 2px solid #ccc; padding: 8px;*/ color: #2F4858; border: 1px solid #2F4858; }

	input[type=checkbox] {
		width: 20px;
		height: 18px;
	}
	.chk_box input[type=checkbox]:after {
		content: " ";
		background-color: #999999;
		display: inline-block;
		visibility: visible;
		width: 20px;
	}
	.chk_box input[type=checkbox]:checked:after { content: "\2714"; }
	


.question_options_result .answers_box.right_answer { border: 1px solid #0cf109; background-color: #F7FDF9; }
.answers_box.right_answer h6 { color: #0cf109; }
.answers_box.right_answer p { color: #0cf109; }
.question_options_result .answers_box.right_answer::after {
    content: "";
    background: url(images/right_icon.png) no-repeat;
    width: 31px;
    height: 26.31px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }	

.mb-4 { color:red; }
.mb-4-green { color:green; }
  	
	