﻿body {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	background-color: #fff;
	/*background-size: cover;*/
	margin: 0;
	padding: 0;
	color: #333;
	/*font-weight: bolder;*/
	font-size: 28px;
	padding: 15px;
	font-family: 'Microsoft JhengHei';
	cursor: default;
	/*background-color: #eee;
	background-image: url('images/bg3.png');*/
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*******************************************************************************************************************************************************/
body {
	padding: 0;
	margin: 0;
	font-size: 18px;
	height: 100%;
	line-height: 32px;
}

p {
	margin: 0;
}

::i-block-chrome, button {
	padding: 0px;
	margin: 0px;
}

#msg {
	color: #ff0000;
}

.score-panel {
	position: fixed;
	right: 0;
	top: 48px;
	top: calc(48px + env(safe-area-inset-top, 0px));
	width: 150px;
	height: 150px;
	display: none;
	opacity: 0.9;
	z-index: 5;
}

.score-panel > .score-panel-title {
	border: 1px solid #efefef;
	text-align: center;
	line-height: 35px;
	background-color: #2a65a0;
	color: #fff;
	font-weight: 800;
	font-size: 35px;
}

.score-panel > .score-panel-body {
	margin-top: -1px;
	border: 1px solid #efefef;
	-webkit-border-bottom-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	color: #ff0000;
	font-weight: 800;
	font-size: 45px;
}

.category-title {
	line-height: 180%;
	font-weight: bold;
	background-color: #2ba2d7;
	color: #fff;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	margin: 30px 0px -10px;
	padding: 0.4em 1.5em 0.4em 1em;
	font-size: 18px;
	background-color: #DDD;
	font-weight: normal;
	border-left: 5px solid #999;
	color: black;
	background-color: #006699;
	border-left: 5px solid #1E3E63;
	color: #fff;
}

#exam-panel {
	position: absolute;
	margin-top: 39px;
	float: left;
	left: 20%;
	width: 80%;
	height: auto;
	min-height: 100%;
	/*background-color: aliceblue;*/
	padding-bottom: 45px;
	padding-left: 45px;
	padding-right: 45px;
	/*background-image: url('images/bg3.png');*/
}

@media (max-width: 768px) {
	#exam-panel {
		position: static;
		width: 100%;
		clear: both;
		/*margin-left: 24px;*/
		margin-right: 24px;
		line-height: 150%;
		border-radius: 0.6em;
		-webkit-border-radius: 0.6em;
		padding-bottom: 80px;
		margin-top: 45px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*
	Option Styles
*/
.question {
	margin-top: 1.5em;
}

.question-mark {
}

.options {
	clear: both;
	margin-top: 1em;
	-webkit-background-clip: padding-box;
	list-style-type: none;
}

.option {
	clear: both;
	-webkit-background-clip: padding-box;
	list-style-type: none;
	padding: 0.75em;
	border: 1px solid #ccc;
	background-color: #ffffff;
	margin-top: -1px;
	line-height: 150%;
}

.option:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.option {
	display: inline-table;
}

* html .option {
	height: 1%;
}

.option {
	display: block;
}

.options > .option:first-of-type {
	-webkit-border-top-right-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
}

.options > .option:last-of-type {
	-webkit-border-bottom-right-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
}

.oid {
	font-weight: bold;
	float: left;
	margin-top: 0em;
}

.option-button {
	-webkit-background-size: contain;
	width: 1em;
	height: 1em;
	background-color: #d8d8d8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 0.3em;
	margin-right: 0.6em;
	float: left;
}

.ocross {
	float: right;
	border-left: 2px solid #eeeeee;
	padding-left: 0.5em;
}

.odesc {
	margin-left: 0.5em;
	float: left;
	word-break: break-all;
}

.option-selected {
	background-color: #d9edf8;
}

.option-selected > .option-button {
	background-color: #1b4c8f;
}

.option-deleted > .oid, .option-deleted > .odesc {
	text-decoration: line-through;
	color: #efefef;
}

.option-selected > .ocross {
	visibility: hidden;
}
/*
	ignore answer button
*/
.option-delete {
	width: 36px;
	height: 36px;
	background-size: cover;
	color: #666;
	padding: 0px;
	text-decoration: none;
}

.ignore {
	text-decoration: line-through;
	color: #aaa;
}
/*
	question header
*/
.question-header {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #f4f4f4;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-background-clip: padding-box;
	-webkit-user-select: none;
	color: black;
	height: 45px;
	padding: 5px;
	line-height: 25px;
	background-color: #DDD;
}

.tag {
	font-size: 1.6em;
	margin-right: 15px;
	margin-top: 5px;
	float: right;
}

.qnum {
	font-size: 28px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: 'Raleway',sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.refresh {
	background: none;
	background-image: url("../images/refresh.png");
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center center;
	cursor: pointer;
	border: 0px solid black;
	width: 50px;
	height: 45px;
	position: static;
	float: right;
	margin-right: 55px;
	margin-top: -54px;
	z-index: 2;
}

.refresh:active {
	border: 1px;
	position: relative;
	top: 1px;
	left: 1px;
}

.unanswer {
	width: 23px;
	height: 29px;
	background-image: url("../images/tag_unanswer.png");
	background-size: cover;
}

.answered {
	background-image: url("../images/tag_answered.png");
}

.marked {
	background-image: url("../images/tag_marked.png");
}

.incorrect-to-normal {
	background-color: #ffffff;
}

.exp {
	margin-top: 1em;
	border: 1px solid #efefef;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.5em;
	display: none;
	background-color: #CCFFCC;
}

.exp-title {
	color: #330066;
	font-weight: bolder;
	-webkit-border-radius: 0.1em;
	border-radius: 0.1em;
	font-size: 24px;
}

.exp-splitter {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 1px;
}

.exp-desc {
	clear: both;
	overflow-x: auto;
}
/*
	Question Bar in the bottom----------------------------------------------------------------------------------------------------------------------------------------
*/
#question-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(120, 163, 175, 0.5);
	z-index: 99;
	font-family: sans-serif;
	color: #525252;
	overflow: hidden;
	-webkit-user-select: none;
	height: 100%;
	width: 20%;
	padding-top: 40px;
	/*background-image:url('images/bg4.png');*/
}

@media (max-width: 768px) {
	#question-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: rgba(29, 61, 88, 0.9);
		z-index: 99;
		font-family: sans-serif;
		color: #525252;
		overflow: hidden;
		-webkit-user-select: none;
		height: 65px;
		width: 100%;
		padding-top: 0px;
	}
}

.question-bar-wrap {
	overflow-y: auto;
	height: 100%;
	padding-bottom: 20px;
	padding-right: 0px;
}

@media (max-width: 768px) {
	.question-bar-wrap {
		height: 100%;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: hidden;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 0px;
		padding-right: 3px;
	}
}

.question-bar-wrap::-webkit-scrollbar {
	width: 6px;
}

.question-bar-wrap::-webkit-scrollbar-track {
	background-color: #e0e0e0;
}

.question-bar-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(97, 168, 183, 0.6);
}

.question-bar-wrap::-webkit-scrollbar-button {
	background-color: #e0e0e0;
	height: 8px;
}

.question-bar-wrap::-webkit-scrollbar-corner {
	background-color: #e0e0e0;
}

.question-bar-all {
	/*position: absolute;
    overflow-y: auto;
    height: 100%;
    width:100%;
    top: 112px;
    padding-bottom: 140px;*/
	padding-bottom: 20px;
	width: 90%;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.question-bar-all {
		position: static;
		width: 80%;
		height: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		float: right;
		border-left: 5px solid #777;
		padding-bottom: 0px;
		margin-left: 0px;
	}
}

.question-info {
	background: #6690A5;
	font-size: 24px;
}

@media (max-width: 768px) {
	.question-info {
		position: fixed;
		float: left;
		width: 20%;
		height: 100%;
		font-size: 16px;
	}
}

@media (max-width: 380px) {
	.question-info {
		font-size: 13px;
	}
}

.question-bar-header {
	width: 100%;
	margin: 20px 0px 0px;
	background: #5083A2;
	font-family: 'Microsoft JhengHei';
	padding: 0px 10px 5px;
	border-left: 5px solid #1E3E63;
	border-radius: 5px;
}

.fullname {
	display: inline;
}

@media (max-width: 768px) {
	.question-bar-header {
		border: 0px;
		display: inline-block;
		margin: 0px;
		padding: 0;
		margin-left: 10px;
		min-width: 28px;
		height: 28px;
		background-color: #006699;
		-webkit-background-size: contain;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		position: relative;
		font-size: 16px;
		text-align: center;
		top: 10px;
		font-weight: bolder;
		line-height: 22px;
		width: auto;
	}

	.fullname {
		display: none;
	}
}

.question-bar-header > span {
	margin: 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
	min-width: 28px;
	min-height: 28px;
	text-align: center;
	position: relative;
	top: 3px;
	font-weight: normal;
}

@media (max-width: 768px) {
	.question-bar-header > span {
		color: #fff;
	}
}

.question-bar-num {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	background-color: black;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	top: 13px;
	min-width: 30px;
	min-height: 22px;
	border: 3px solid black;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 768px) {
	.question-bar-num {
		margin: 0px;
	}
}

.question-bar-num:hover {
	border: 3px solid #fff;
}

.question-bar-num:active {
	border: 3px solid #fff;
}

.question-num-finish {
	background-color: #009933;
	border: 3px solid #009933;
	color: #fff;
}

.question-num-mark {
	border: 3px solid #cc3300;
	background-color: #cc3300;
	color: #fff;
}
/*
	exam-menu
*/
.exam-menus > ul > li:hover {
	background: rgba(170, 252, 255, 0.70);
}

.exam-menus > ul > li.active:hover {
	background: #333;
}

#menu-button {
	font-size: 18px;
	/*margin: 2px;*/
	width: 50%;
	border-radius: 0px;
	font-family: 'Microsoft JhengHei';
	/*padding-left: 0px;*/
}

@media (max-width: 768px) {
	#menu-button {
		margin: 0px;
		padding-left: 7px;
	}
}
/*
    time-info
*/
.time-info {
	/*position: relative;
    top: 0px;
    width:100%;
    background:#3d546c;
    color:white;
    font-family:'Microsoft JhengHei';
    text-align:center;*/
	background: #314674;
	float: right;
	width: 150px;
	height: 100%;
	text-align: center;
	font-weight: bold;
}

.time-info a {
	color: white;
}

.time-info a:hover {
	background: #1f335f;
}

@media (max-width: 768px) {
	.time-info {
		position: fixed;
		top: inherit;
		bottom: 1px;
		width: 20%;
		text-align: center;
		height: 30px;
		line-height: 30px;
		top: auto;
		bottom: 0px;
		left: 0px;
		font-weight: bold;
	}
}

@media (max-width: 420px) {
	.time-info {
		font-size: 14px;
	}
}
/*
	answer-info
*/
#answer-count {
	position: relative;
	float: right;
	text-align: center;
	color: white;
	top: -33px;
	width: 47%;
}

@media (max-width: 768px) {
	#answer-count {
		position: absolute;
		left: 50%;
		top: 3px;
		width: 50%;
	}
}
/*
	exam menus
*/
.topmenu-setting {
	display: none;
	z-index: 99999;
}

.exam-menus {
	position: fixed;
	top: 78px;
	left: 0px;
	min-width: 150px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 24px;
	visibility: hidden;
	z-index: 9999999;
}

@media (max-width: 768px) {
	.exam-menus {
		position: fixed;
		top: auto;
		bottom: 65px;
		left: 0px;
		/*min-width: 150px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 24px;
        visibility: hidden;*/
	}
}

.exam-menus > ul {
	padding: 0px;
	margin: 0px;
}

.exam-menus > ul > li {
	padding: 0px;
	margin: 0px;
}

.exam-menu.active {
	cursor: pointer;
	background-color: #333;
	color: #fff;
}

.exam-menu.disabled {
	background-color: inherit;
	color: #eee;
}
/*
		Main Menu
*/
.mainmenu-bar {
	background-color: #0B76A0;
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	top: env(safe-area-inset-top, 0px);
	left: 0;
	color: #fff;
	line-height: 200%;
	z-index: 999;
	border-bottom: 5px solid #0c5774;
	padding: 5px 10px;
	min-width: 360px;
}

.topmenu-setting {
	width: 450px;
	background-color: rgba(75, 107, 118, 0.80);
	color: #fff;
	position: fixed;
	right: 0px;
	top: 48px;
	top: calc(48px + env(safe-area-inset-top, 0px));
	padding: 10px;
	-webkit-background-clip: padding-box;
	-webkit-border-bottom-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	font-size: 24px;
}

.topmenu-setting > ul {
	padding: 0px;
	list-style: none;
}

.topmenu-setting > ul > li {
	padding: 0px;
	margin: 0px;
	height: 52px;
	line-height: 52px;
}

.mainmenu-title {
	margin-left: 15px;
	font-size: 24px;
	line-height: 150%;
	display: inline-block;
}

@media (max-width: 400px) {
	.mainmenu-title {
		/*display: none;*/
	}
}

.mainmenu {
	float: right;
	font-size: 20px;
	height: 100%;
	text-align: center;
	/*padding: 0px 45px;*/
	padding: 0px 5px;
}

.mainmenu:active {
	background-color: #124255;
}

.mainmenu.submitexam {
	background-color: #8570a7;
}

.mainmenu.submitexam:active {
	background-color: #654797;
}
/*
	Check Exam
*/
.q-incorrect, .incorrect {
	background-color: #FFCCCC;
}

.q-incorrect > .option-button {
	background-color: #CC6666;
}

.incorrect.question-bar-num {
	background-color: #FFCCCC;
	border: 3px solid #FFCCCC;
	color: #333;
}

.q-correct, .correct {
	background-color: #CCFFCC;
}

.q-correct > .option-button {
	background-color: #66CC66;
}

.correct.question-bar-num {
	background-color: #CCFFCC;
	border: 3px solid #CCFFCC;
	color: #333;
}

.q-notanswered, .notanswered {
	background-color: #efefef;
}

.q-notanswered > .option-button {
	background-color: #999999;
}

.notanswered.question-bar-num {
	background-color: #efefef;
	border: 3px solid #efefef;
	color: #333;
}

.wrong-pick {
	color: #ff0000;
	font-weight: 800;
	display: inline-block;
}

@media only screen and (min-width : 320px) and (max-width : 768px) and (orientation : portrait) {
	.menu-info {
		/*width: 13%;*/
	}

	.question-bar-wrap {
		/*width: 74%;*/
	}

	.answer-info {
		/*width: 12%;*/
	}
}

@media (min-width: 320px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.selectitem {
	cursor: -webkit-grab;
	list-style-type: none;
	background: #fff;
}

.selectitem span {
	font-size: 18px;
	margin-bottom: 4px;
	height: 50px;
	color: black;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	display: block;
	width: 100%;
	height: auto;
}

.sorlist-state {
	margin: 0px 0px 3px 0px;
	height: 54px;
	background: #feffcc;
	color: #eafff2;
	border: 1px solid #b6bcbf;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mappanel, .answerpanel, .optionpanel {
	width: 33%;
	float: left;
}

.ul_maplist, .ul_answerlist, .ul_optionlist, .ul_sortlist {
	margin-left: 3px;
	padding-left: 0px;
}

.optionlist-default {
	background: #feffcc;
	border: 1px dashed #b6bcbf;
}

.optionlist-state {
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ffe0fd;
	border: 1px dashed #fb65d8;
}

@media (max-width: 450px) {
	.ul_maplist > .selectitem span, .ul_answerlist > .selectitem span, .ul_optionlist > .selectitem span {
		font-size: 16px;
		line-height: 16px;
	}
}

.modal-backdrop.in {
	opacity: 0.8;
}

#report {
	z-index: 2015;
}

.modal-content_reportModal {
	background-color: white;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	border: 0px;
}

.modal-content {
	background: none;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	border: 0px;
}

.null-bar {
	background: #aaa;
	border-radius: 10px;
	width: 100%;
	box-shadow: 0px 0px 10px #FFF;
}

.pass-bar {
	color: rgba(0, 0, 0, 0.00);
	position: absolute;
	/*background:#B30028;*/
	border-radius: 10px;
	width: 80%;
	/*box-shadow: 0px 0px 3px #DE6C69;*/
}

.pass-txt {
	position: relative;
	padding-left: 20px;
	width: 100%;
}

.awards-img {
	margin: 20px auto 10px;
}

.report-panel {
	background: rgba(18, 181, 130, 0.3);
	border-radius: 15px;
	padding: 20px 0px;
}

.ExamName {
	text-align: center;
	font-size: 24px;
	background: rgba(11, 48, 37, 0.85);
	padding: 5px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#report .modal-dialog {
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

#report .modal-content {
	max-height: 90vh;
	overflow-y: auto;
}

.TesterImg img {
	margin: 7px auto;
	width: 131px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 5px solid white;
}

.exam-info {
	margin-top: 10px;
	margin-left: 20px;
}

.modal-footer {
	text-align: center;
}

.debris {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	/*background-color: rgba(255, 255, 255, 0.80);*/
	background-color: none;
	background-image: url('images/Star-full-icon.png');
	background-size: cover;
	opacity: 1.0;
	overflow: hidden;
	border-radius: 8px;
	z-index: 99999999999;
}

#flake {
	color: #fff;
	position: absolute;
	font-size: 25px;
	top: -50px;
}

/* Add By Ocean @ 20190325 */
.bg-white {
	background-color: #ffffff !important;
}

/* Add By Ocean @ 20190319 */
.bugReoprt {
	cursor: pointer;
	border: 0px solid black;
	width: 86px;
	height: 38px;
	position: static;
	float: right;
	margin-right: 10px;
	margin-top: -50px;
	z-index: 2;
}
  