.oem-finish-exam {
	display: none;
	margin: 1rem 0;
}
.oem-finish-exam .oem-finish-exam-button {
	text-decoration: none;
	padding: 6px 13px;
	font-size: 1rem;
	line-height: 1;
	display: inline-block;
	margin-bottom: .25rem;
	color: #fff;
	background-color: #5fb21b;
}
.oem-payment-actions {
	display: none;
}
.oem .oem-text-small {
	font-size: .9rem;
}
.oem .oem-text-primary {
	color: #0073aa;
}
.oem .oem-text-success {
	color: #36a940;
}
.oem .oem-text-danger {
	color: #dc3232;
}
.oem .oem-text-muted {
	color: #6c757d;
}
.oem .oem-btn-primary {
	color: #fff;
}
.oem .oem-important {
	color: red;
}
.oem .oem-is-invalid {
	border-color: #dc3232!important;
	padding-right: calc(1.5em + .75em);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875em);
	background-size: calc(.75em + .375em) calc(.75em + .375em);
}
.oem-font-extra-large {
	font-size: 1.4em !important;
}
.oem-font-large {
	font-size: 1.2em !important;
}
.oem-font-medium {
	font-size: 1em !important;
}
.oem-font-small-medium {
	font-size: .85em !important;
}
.oem-font-small {
	font-size: .8em !important;
}
.oem-font-bold {
	font-weight: 600;
}
.oem-font-extra-bold {
	font-weight: 600;
}
.oem-font-light {
	font-weight: 400;
}
.oem-text-center {
	text-align: center!important;
}
.oem-text-right {
	text-align: right!important;
}
.oem-text-left {
	text-align: left!important;
}
@media (min-width: 768px) {
	.oem-text-md-right {
		text-align: right!important;
	}
	.oem-text-md-left {
		text-align: left!important;
	}
}
.oem .oem-list:after {
	content: '';
	display: table;
	clear: both;
}
.oem-ml-1 {
	margin-left: .25em!important;
}
.oem-ml-2 {
	margin-left: .5em!important;
}
.oem-ml-3 {
	margin-left: 1em!important;
}
.oem-mr-1 {
	margin-right: .25em!important;
}
.oem-mr-2 {
	margin-right: .5em!important;
}
.oem-mr-3 {
	margin-right: 1em!important;
}
.oem-mt-1 {
	margin-top: .25em!important;
}
.oem-mt-2 {
	margin-top: .5em!important;
}
.oem-mt-3 {
	margin-top: 1em!important;
}
.oem-mb-1 {
	margin-bottom: .25em!important;
}
.oem-mb-2 {
	margin-bottom: .5em!important;
}
.oem-mb-3 {
	margin-bottom: 1em!important;
}
.oem-pl-1 {
	padding-left: .25em!important;
}
.oem-pl-2 {
	padding-left: .5em!important;
}
.oem-pl-3 {
	padding-left: 1em!important;
}
.oem-pr-1 {
	padding-right: .25em!important;
}
.oem-pr-2 {
	padding-right: .5em!important;
}
.oem-pr-3 {
	padding-right: 1em!important;
}
.oem-pt-1 {
	padding-top: .25em!important;
}
.oem-pt-2 {
	padding-top: .5em!important;
}
.oem-pt-3 {
	padding-top: 1em!important;
}
.oem-pb-1 {
	padding-bottom: .25em!important;
}
.oem-pb-2 {
	padding-bottom: .5em!important;
}
.oem-pb-3 {
	padding-bottom: 1em!important;
}
.oem .oem-form-group {
	margin-bottom: .5rem;
}
.oem-error-message-box .oem-error-message {
	font-size: .95rem;
	display: inline-block;
	color: #dc3232;
	padding: .5rem 1rem;
	border: 1px solid #ececec;
	border-radius: 3px;
}
.oem .oem-container-login {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.oem .oem-login-box {
	max-width: 360px;
	padding: 1rem 1.5rem;
	margin: 1rem;
	/* background-color: #ececec; */
}
.oem .oem-login-box label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.oem .oem-register-box {
	max-width: 100%;
	padding: 1rem 1.5rem;
	margin: 1rem;
	/* background-color: #ececec; */
}
.oem .oem-register-box label {
	font-size: 1rem;
	font-weight: 600;
}
.oem #oem-login-username,
.oem #oem-login-password {
	width: 100%;
	outline: none;
}
#oem-container-exam-window {
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
}
.oem .oem-btn {
	display: inline-block;
	font-size: 1rem;
	padding: .45rem .9rem;
}
.oem .oem-bg-primary,
.oem .oem-btn-primary {
	background-color: #0073aa;
}
.oem .oem-d-block {
	display: block!important;
}
.oem .oem-d-i-block {
	display: inline-block!important;
}
.oem .oem-border-bottom {
	border-bottom: 1px solid #ddd;
}
.oem .oem-border-top {
	border-top: 1px solid #ddd;
}
.oem .oem-flex {
	display: flex;
}
.oem .oem-justify-center {
	justify-content: center;
}
.oem .oem-float-right {
	float: right;
}
.oem .oem-float-left {
	float: left;
}
.oem .oem-float-right::after,
.oem .oem-float-left::after {
	content: '';
	display: table;
	clear: both;
}
.oem .oem-list {
	list-style-type: none;
	margin: 0;
}
.oem .oem-content-padding {
	padding: 10px 15px;
}
.oem .oem-result-stats {
	overflow-x: auto;
}
.oem .oem-student-exam-detail {
	font-size: 1.1rem;
}
.oem .oem-student-exam-detail > ul {
	max-width: 100%;
	width: 600px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}
.oem .oem-photo {
	width: 125px;
	height: 160px;
	border: 1px solid #eee;
}
.oem .oem-student-exam-detail,
.oem .oem-student-photo {
	margin-bottom: 1rem;
}
.oem .oem-container-student {
	padding: 10px;
	min-height: 600px;
	background-color: #ececec;
}
@media (min-width: 768px) {
	.oem .oem-container-student {
		padding: 20px;
	}
	.oem .oem-content-padding {
		padding: 10px 25px;
	}
}
.oem .oem-window-section {
	margin-bottom: 1rem;
}
.oem .oem-window-section-label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 4px;
}
.oem .oem-question-palette-numbers {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
.oem .oem-question-palette-number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	font-size: 15px;
	width: 42px;
	height: 42px;
	background-color: #eee;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	margin: 0 1.8rem 1.8rem 0;
	user-select: none;
}
.oem .oem-container-dashboard {
	user-select: text;
}
.oem .oem-palette-number-active {
	border: 2px double #fff;
	outline: 1px solid #727272;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .95);
}
.oem .oem-question-index-btn {
	cursor: pointer;
}
.oem .oem-question-palette-number:last-of-type {
	margin-right: 0;
}
.oem {
	box-sizing: border-box;
	user-select: none;
}
.oem .oem-color-answered {
	background-color: #5fb21b;
	color: #fff;
}
.oem .oem-color-not-answered {
	background-color: #e44607;
	color: #fff;
}
.oem .oem-color-marked {
	background-color: #8f66c0;
	color: #fff;
}
.oem .oem-color-answered-marked {
	position: relative;
	background-color: #8f66c0;
	color: #fff;
}
.oem .oem-color-answered-marked::before {
	content: '\2713';
	position: absolute;
	color: #5fb21b;
	font-weight: 700;
	font-size: 1.25rem;
	top: -12px;
	right: -4px;
}
.oem .oem-color-not-visited {
	background-color: #ececec;
	color: #444;
}
.oem .oem-question-legend-item {
	display: inline-block;
	margin-right: 1.8rem;
}
.oem .oem-question-legend-item .oem-question-palette-number {
    margin-right: 0px;
}
.oem .oem-question-legend-item .oem-question-palette-number::after {
	content: '';
	display: table;
	clear: both;
}
.oem .oem-question-palette-number-label {
	font-size: .95rem;
	position: relative;
	top: 5px;
}
.oem .oem-option-wrapper {
	display: block;
}
.oem .oem-subjective-textarea-wrapper {
	display: block;
}
.oem .oem-subjective-textarea {
	width: 100%;
	max-width: 800px;
}
.oem .oem-question-header {
	margin: .75rem 0;
	font-size: 18px;
	margin-bottom: 1rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e6e6e6;
}
.oem .oem-question-header::after {
	content: '';
	display: table;
	clear: both;
}
.oem .oem-question-marks {
	float: right;
	font-size: 15px;
}
.oem .oem-question-description :last-of-type {
	margin-bottom: 1rem;
}
.oem .oem-question-description {
	margin-bottom: 1.25rem;
}
.oem .oem-question-maximum-marks,
.oem .oem-question-negative-marks {
	display: inline-block;
}
.oem .oem-question-maximum-marks {
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.oem .oem-action-buttons,
	.oem .oem-questions-navigation {
		display: inline-block;
	}
	.oem .oem-w-md-35,
	.oem .oem-w-md-40,
	.oem .oem-w-md-50,
	.oem .oem-w-md-60,
	.oem .oem-w-md-65 {
		float: left;
	}
	.oem .oem-w-md-35 {
		width: 35%;
	}
	.oem .oem-w-md-40 {
		width: 40%;
	}
	.oem .oem-w-md-50 {
		width: 50%;
	}
	.oem .oem-w-md-60 {
		width: 60%;
	}
	.oem .oem-w-md-65 {
		width: 65%;
	}
	.oem .oem-w-md-35::after,
	.oem .oem-w-md-40::after,
	.oem .oem-w-md-50::after,
	.oem .oem-w-md-60::after,
	.oem .oem-w-md-65::after {
		content: '';
		clear: both;
		display: table;
	}
}
.oem .oem-action-buttons #oem-clear-btn {
	background-color: #cf3b00;
}
.oem .oem-action-buttons #oem-mark-for-review-next-btn {
	background-color: #7445ac;
}
.oem .oem-action-buttons #oem-previous-btn,
.oem .oem-action-buttons #oem-save-next-btn {
	background-color: #0578a4;
}
.oem .oem-action-buttons button:hover,
.oem .oem-action-buttons button:active {
	filter: brightness(96%);
}
.oem .oem-action-buttons button,
.oem .oem-additonal-section button {
	outline: none;
	border: 0;
}
.oem .oem-action-buttons button {
	padding: 6px 13px;
	font-size: 1rem;
	display: inline-block;
	margin-bottom: .25rem;
	color: #fff;
}
.oem label.oem-option-label.oem-option-checkbox {
	display: inline-flex;
}
.oem .oem-option-label.oem-option-checkbox .oem-response-input,
.oem .oem-option-label.oem-option-radio .oem-response-input {
	margin-top: 7px;
	margin-right: 5px;
}
.oem .oem-option-wrapper .oem-option-label {
	display: flex;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
.oem .oem-option-label.oem-option-checkbox .oem-option-value,
.oem .oem-option-label.oem-option-radio .oem-option-value {
	display: inline-block;
}
.oem .oem-option-value :last-of-type {
	margin-bottom: 0;
}
.oem .oem-option-label.oem-option-radio .oem-option-value {
	margin-left: 6px;
	margin-bottom: .4rem;
}
.oem .oem-option-label.oem-option-checkbox .oem-option-value {
	margin-left: 10px;
	margin-bottom: .2rem;
}
.oem .oem-additonal-section .oem-additonal-btn {
	padding: 6px 10px;
	display: inline-block;
	margin-bottom: .25rem;
	font-size: 12px;
	background-color: #444;
	color: #fff;
}
.oem .oem-additonal-section .oem-additonal-btn:hover,
.oem .oem-additonal-section .oem-additonal-btn:active {
	background-color: #333;
}
.oem .oem-additonal-section {
	padding-bottom: 1.5rem;
}
.oem * {
	box-sizing: inherit;
}
.oem:after {
	content: '';
	display: table;
	clear: both;
}
/* Exam timer start. */
.oem .oem-exam-timer {
	box-sizing: border-box;
	display: block;
	width: 350px;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: .2rem;
	border: 2px solid #dcdcdc;
	background-color: #eee;
	color: #333;
}
.oem .oem-exam-timer-clock {
	position: relative;
}
.oem .oem-exam-timer-value {
	display: inline-block;
	font-size: 23px;
	font-weight: 600;
	margin: 0 25px;
}
.oem .oem-exam-timer-unit {
	position: absolute;
	top: 22px;
	left: 18px;
	font-size: 11px;
	font-weight: 400;
}
/* Exam timer end. */
/* Exam result start. */
.oem-result-stats {
	padding: 1rem;
	background-color: #fff;
}
.oem-result-stats-table {
	border-width: 0;
	border-collapse: collapse;
}
.oem-result-stats-table tr {
	border: 0;
}
.oem-result-stats-table th,
.oem-result-stats-table td {
	text-align: center;
	padding: .5rem;
	border: 1px solid #eee;
}
/* Exam result end. */
.oem-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.oem-col-md-1, .oem-col-md-2, .oem-col-md-3, .oem-col-md-4, .oem-col-md-5, .oem-col-md-6, .oem-col-md-7, .oem-col-md-8, .oem-col-md-9, .oem-col-md-10, .oem-col-md-11, .oem-col-md-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.oem-col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.oem-col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.oem-col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.oem-col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.oem-col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.oem-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.oem-col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.oem-col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.oem-col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.oem-col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.oem-col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.oem-col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.oem .oem-navigation-links {
	margin: 1rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	list-style-position: inside;
}
.oem .oem-navigation-links a {
	margin-right: .75rem;
	padding: .55rem .65rem;
	background-color: #eee;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.oem .oem-navigation-links a.active {
	background-color: #fff;
	color: #444;
	border: 1px solid #ccc;
}
.oem .oem-menu-page {
	padding: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.oem .oem-menu-page-title {
	font-size: 1.35rem;
	padding: .25rem 0;
	margin-bottom: .5rem;
	border-bottom: 1px solid #ccc;
}
.oem .oem-menu-page-content {
	margin-bottom: 1rem;
}
.oem .oem-list-exam {
	font-size: 1rem;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 1rem 0;
	padding: .85rem;
	background-color: #f8f8f8;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.oem .oem_select_exams {
	width: 100%;
	max-width: 100%;
}

#oem-button{
	margin-right: .75rem;
	padding: .55rem .65rem;
	background-color: #eee;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/* Answersheet download */
 /* The Modal (background) */
 .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close_cutom_modal {
	color: #aaa;
	position: fixed;
	z-index: 1;
	top: 5%;
	right: 5%;
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
  }
  
  .close_cutom_modal:hover,
  .close_cutom_modal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  } 

  .is_correct {
	  display: inline-block;
	  color: #5fb21b;
	  margin-left: 10px;
  }

  .oem-answersheet-block {
	  background-color: rgb(192, 194, 196, .75);
	  border: 1px solid #CCC;
	  padding: 10px;
	  margin-bottom: 10px;
  }
  .oem-answersheet-block ol li {
	   width: 70%;
	  /* margin: 5px 0; */
	  padding: 5px;
	  /* background-color: #CCCCCC; */
	  border-bottom: 1px solid #FFFFFF;
  }