.dt-buttons {
    display: none;
}

.oem select {
	height: unset;
}
.oem div.dataTables_wrapper div.dataTables_length select {
	width: 100%;
}
.oem .dataTables_processing.card {
	padding: 4px;
	opacity: .9;
	background-color: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #444;
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-radius: 25px;
}
.oem div.dataTables_wrapper select {
	height: calc(1.5em + .5rem + 2px);
	line-height: unset;
	padding: .25rem .5rem;
}
.oem .nav-pills .nav-link.active,
.oem .nav-pills .show>.nav-link {
	background-color: #0073aa;
	color: #fff;
}
.oem .border-primary {
	border-color: #0073aa!important;
}
.oem .btn:focus,
.oem a:focus,
.oem .btn-light:not(:disabled):not(.disabled).active:focus,
.oem .btn-light:not(:disabled):not(.disabled):active:focus,
.oem .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}
.oem .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.oem ul.nav .nav-link {
	color: #0073aa;
}
.oem .dropdown-item.active, .dropdown-item:active {
	background-color: #0073aa;
}
.oem .oem-input-small {
	height: auto;
	font-size: 1rem;
}
.oem .oem-btn-xs {
	font-weight: 600;
	padding: .20rem .4rem;
	font-size: .8rem;
	line-height: 1.45;
}
.oem .oem-bg-primary,
.oem .oem-btn-primary {
	background-color: #0073aa;
}
.oem-btn-outline-primary {
	background-color: #fff;
	border: 1px solid #0073aa;
	color: #0073aa;
	transition: .15s all ease-out;
}
.oem-btn-outline-primary:hover {
	background-color: #0073aa;
	color: #fff;
}
.oem .oem-btn-success {
	background-color: #389040;
	color: #fff;
}
.oem .oem-btn-danger {
	background-color: #dc3232;
	color: #fff;
}
.oem .oem-btn-warning {
	background-color: #f56e28;
	color: #fff;
}
.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-btn-primary {
	color: #fff;
}
.oem .oem-important {
	color: red;
}
.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-light {
	font-weight: 400;
}
.oem-cursor-pointer {
	cursor: pointer;
}
.oem .wp-editor-wrap {
	position: relative;
	top: -2rem;
}
.oem .oem-option-editor-btn {
	max-width: 95px;
}
.oem .oem-correct-option {
	position: relative;
	top: -1px;
}
@media(max-width: 782px) {
	.oem .oem-correct-option {
		position: relative;
		top: -6px;
	}
}
.oem textarea {
	min-height: 62px;
}
.oem textarea:focus {
	box-shadow: none;
}
.oem .oem-hide {
	display: none;
}
.oem-table-block-small {
	font-size: .9rem;
}
.oem .oem-section {
	border: 1px solid #ddd;
	margin-bottom: 1rem;
}
.oem .oem-section-header {
	padding: .5rem .7rem;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	background-color: #f1f1f1;
}
.oem .oem-section-header::after {
	content: '';
	display: table;
	clear: both;
}
.oem .oem-section-body {
	padding: .7rem;
}
.oem .oem-section-body .list-group li {
	padding: 7px 5px;
}
.oem .oem-main-header-title {
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 1rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
	background-color: #f1f1f1;
}
.oem .oem-section-heading-block {
	background-color: #0073aa;
	color: #fff;
	padding: .3rem .5rem;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgb(169, 227, 255);
}
.oem .oem-section-heading {
	font-size: 1.4rem;
	font-weight: 600;
}
.oem .oem-form-sub-heading {
	font-size: 1.24rem;
	padding-top: .2rem;
	padding-bottom: .8rem;
}
.oem .oem-form-section {
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, .125);
	border-collapse: collapse;
}
.oem .form-row > div {
	padding: 0 .8rem;
}
.oem .oem-photo {
	width: 125px;
	height: 160px;
	border: 1px solid #e0e0e0;
}
.oem .oem-question-option-box {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .4);
}
.oem .oem-question-box p {
	font-size: 1rem;
}
.oem .oem-question-box {
	margin-top: 20px;
	padding: .7em 2em 1em;
	border: 1px solid #ccd0d4;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
/* Dashboard start. */
.oem .oem-dashboard-section {
	padding: .75rem 1rem;
	color: #333;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
	border-radius: .5rem 0 .5rem 0;
	margin-bottom: 1rem;
}
.oem .oem-dashboard-section-heading {
	font-size: 1.25rem;
	font-weight: 600;
	padding: .25rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.oem .oem-stats .col-md-6 {
	padding-right: 0;
}
.oem .oem-stats-block {
	position: relative;
	padding: 1rem;
	margin: 1rem 1rem 1rem 0;
	background: rgb(10,106,152);
	background: linear-gradient(90deg, rgba(10,106,152,1) 0%, rgba(0,135,199,1) 35%, rgba(10,150,218,1) 100%);
	color: #fff;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}
.oem .oem-stats-block--red {
	background: rgb(191,29,29);
	background: linear-gradient(90deg, rgba(191,29,29,1) 0%, rgba(220,50,50,1) 35%, rgba(237,84,84,1) 100%);
}
.oem .oem-stats-block--green {
	background: rgb(46,120,53);
	background: linear-gradient(90deg, rgba(46,120,53,1) 0%, rgba(57,148,66,1) 35%, rgba(68,180,78,1) 100%);
}
.oem .oem-stats-block--orange {
	background: rgb(205,91,30);
	background: linear-gradient(90deg, rgba(205,91,30,1) 0%, rgba(226,105,43,1) 35%, rgba(235,128,73,1) 100%);
}
.oem .oem-stats-block .oem-stats-title {
	font-size: .95rem;
	font-weight: 400;
}
.oem .oem-stats-block .oem-stats-title i {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.05rem;
}
.oem .oem-stats-block .oem-stats-value {
	display: block;
	font-weight: 600;
	font-size: 2rem;
}
.oem .oem-dashboard-exam-links {
	display: block;
}
.oem .oem-dashboard-exam-links a {
	font-weight: 600;
	padding: .20rem .4rem;
	margin-bottom: .3rem;
	font-size: .8rem;
	line-height: 1.45;
}
.oem .oem-recent-exams-list li {
	padding: 1rem;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
	clear: both;
}
.oem .oem-recent-exams-list .oem-dashboard-exam-link {
	text-decoration: none;
	color: #0073aa;
	font-size: 1.04rem;
	font-weight: 600;
	margin: .5rem 0;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
}
.oem .oem-recent-exams-list .oem-dashboard-exam-link:focus {
	box-shadow: none;
}
.oem .oem-recent-exams-list .oem-dashboard-exam-date-time {
	color: #474f58;
	font-weight: 500;
	font-size: .92rem;
	float: right;
	clear: both;
}
.oem .oem-recent-exams-list .oem-dashboard-duration {
	color: #1a1a1a;
	font-weight: 400;
	float: right;
}
.oem .oem-dashboard-exams-not-found {
	padding: 1rem 0;
	font-size: 1.05rem;
	color: #333;
}
.oem .oem-dashboard-exams-not-found i {
	margin-right: 2px;
	color: #dc3232;
}
.oem .oem-quick-links-block {
	padding: 1rem;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}
.oem .oem-quick-links-block a {
	display: inline-block;
	margin: .5rem 1rem .5rem 0;
}
/* Dashboard end. */
/* 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. */
.oem .oem-student-new-user,
.oem .oem-student-existing-user,
.oem .oem-import-from-csv {
	display: none;
}
.oem .page-link {
	color: #0073aa;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.oem .page-item.active .page-link {
	color: #fff;
	background-color: #0073aa;
	border-color: #0073aa;
}
.oem .oem-remove-item {
	cursor: pointer;
	padding: 4px 5px;
	font-size: 0.7rem;
	border-radius: 50%;
}
.oem .oem-pagination {
	display: flex;
	justify-content: flex-end;
	margin: 1rem 0;
}
.oem .oem-pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .4rem;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: .9rem;
	border: 1px solid #0073aa;
	text-decoration: none;
	background-color: #0073aa;
	color: #fff;
	transition: .15s all ease-out;
}
.oem .oem-pagination .page-numbers:focus,
.oem .oem-pagination .page-numbers:active {
	outline: none;
	box-shadow: none;
}
.oem .oem-pagination .page-numbers:hover,
.oem .oem-pagination .page-numbers.current,
.oem .oem-pagination .page-numbers.dots {
	background-color: #fff;
	color: #0073aa;
	border: 1px solid #ccc;
}
