 body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #5a5959;
	margin: 0;
	padding: 0;
	color: #000;
    font-family: 微軟正黑體;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.bottomleft {
    top: 600px;
    left: 30px;
    font-size: 12px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
 /* the auto value on the sides, coupled with the width, centers the layout */
 	width: 1024px;
    margin: auto;
}

/* LOGIN */
#loginField {
    margin-top: 52px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


#edcityLogInCard {
    width: 284px;
    height: 147px;
    border: solid #ffbf00 20px;
    background-color: #ffe599;
    border-radius: 30px;
    box-shadow: 3px 3px 3px 1px grey;
}

#edcityLogInCard-title {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
}

#edcityLogInCard-edcityDiv {
    padding-left: 53px;
    padding-top: 32px;
}

#otherLogInCard {
    width: 284px;
    height: 147px;
    border: solid white 20px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 3px 3px 3px 1px grey;
}

#otherLogInCard-form {
    height: 100%;
    border-radius: 14px;
    border: 1px solid grey;
}

#otherLogInForm-title {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
}




.login-title {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}

.login-field-name {
    position: absolute;
    font-size: 15px;
}


.header {
	padding: 0;
	margin: 0;
	border: 0px;
	height: 82px;
	background-image: url(images/top/top_green.png);
    border-bottom: #afafaf 1px solid;
}

#langDivContainer {
    position: relative;
}

#langDiv {
    position: absolute;
    left: 929px;
    top: -68px;
}

.main {
	width: 1024px;
	min-height: 600px;
	padding-bottom: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6cce0+0,ffffff+51,a6cce0+100 */
    background: #a6cce0; /* Old browsers */
    background: -moz-linear-gradient(top, #a6cce0 0%, #ffffff 51%, #a6cce0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a6cce0 0%,#ffffff 51%,#a6cce0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a6cce0 0%,#ffffff 51%,#a6cce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cce0', endColorstr='#a6cce0',GradientType=0 ); /* IE6-9 */
}
.content {
	min-height: 343px;
	padding: 60px 20px 0px 20px;
}
.footer {
	width: 1024px;
	height: 282px;
	background-image: url(images/main_footer.png);
	background-repeat: no-repeat;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.login_content {
	width: 1024px;
	min-height: 650px;
	background-image: url(images/login_bg.png);
	background-repeat: no-repeat;
	padding: 10px 0;
}

.contentTopEmpty {
	height:270px;
}
.logo {
	display: inline-block;
	vertical-align:top; 
    width: auto;
    height: 114px;
    margin-left: 9px;
    margin-right: 10px;
    transform: rotate(-14deg);
}
.topButton {
	display: inline-block;
	position: relative;
	height: 90px;
    margin: 2px;
    margin-top: 5px;
}
.topButton:hover {
    transform: scale(1.1);
}
.topButtonRight {
    float: right;
    margin-top: 8px;
    padding-right: 30px;
    text-align: right;
    position: absolute;
    width: 1015px;
    top: 0;
}
.book_search_text_input_box {
	width: 200px;
	display: inline-block;
	position: relative;
	left: 150px;
	top:-45px;
	text-align: right;
}
.book_search_text_input {
	width: 200px;
	height: 20px;
	display: inline-block;
}
.avator_status_pic {
	width: 570px;
	height: 150px;
	display: inline-block;
	position: relative;
}
.avator_status_text {
	display: inline-block;
	position: relative;
}
.book_collection_top {
	width: 980px;
	height: 52px;
	display: inline-block;
	position: relative;
	background-image: url(images/book_collections_top.png);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}
.book_collection_left {
	width: 36px;
	height: 600px;
	display: inline-block;
	position: relative;
	background-image: url(images/rm_b_left2.png);
	background-repeat: no-repeat;
	margin-right: -6px;
}
.book_collection_middle {
	width: 908px;
	height: 600px;
	display: inline-block;
	position: relative;
	background-image: url(images/rm_b_middle2.png);
    background-repeat: repeat-x;
	margin-right: -6px;
}
.book_collection_right {
    width: 36px;
    height: 600px;
    display: inline-block;
    position: relative;
    background-image: url(images/rm_b_right2.png);
    background-repeat: no-repeat;
}
.book_collection_empty_space {
    height: 25px
}
.book_collection_adolescents {
    position: absolute;
    margin-left: 1px;
    margin-top: 35px;
    font-size: 28px;
    text-align: left;
    width: 800px;
}
.book_collection_pornography {
    position: absolute;
    margin-left: 1px;
    margin-top: 208px;
    font-size: 28px;
    text-align: left;
    width: 600px;
}
.book_collection_sexual {
    position: absolute;
    margin-left: 523px;
    margin-top: 208px;
    font-size: 28px;
    text-align: right;
    width: 380px;
}
.book_collection_safe {
    position: absolute;
    margin-left: 1px;
    margin-top: 384px;
    font-size: 28px;
    text-align: left;
    width: 800px;
}
.book_collection_media {
    position: absolute;
    margin-left: 600px;
    margin-top: 384px;
    font-size: 28px;
    text-align: right;
    width: 300px;
}

.book_collection_content {
	width:800px;
	display: inline-block;
	position: relative;
	left: 200px;
	top:-400px;
	text-align: left;
}
.typeButton {
	display: inline-block;
	position: relative;
    box-shadow: 3px 3px 3px grey;
    border-radius: 14px;
    width: 142px;

}
.book_list_topic {
    display: inline-block;
    position: absolute;
    left: 63px;
    top: 11px;
    text-align: left;
    font-size: 24px;
}
.book_middle {
	width: 905px;
	display: inline-block;
	position: relative;
	margin-right: -6px;
}
.book {
    margin-top: -30px;
    min-width: 449px;
}
.book-left {
    height: 230px;
    width: 24px;
    float: left;
    background-image: url(images/box_l.png);
}
.book-right {
    height: 230px;
    width: 18px;
    float: right;
    background-image: url(images/box_r.png);
}
.book-center {
	display: block;
    height: 230px;
    padding-top: 30px;
    margin-left: 24px;
    margin-right: 18px;
    background-image: url(images/box_center.png);
    background-repeat: repeat-x;
}
.book-wrap {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.book-cover {
	display: block;
    float: left;
    width: 160px;
    text-align: center;
    position: relative;
}
.book-content {
	text-align: left;
	display: block;
    position: relative;
    left: 10px;
    float: left;
    width: 60%;
    max-height: 230px;
}
.book-name {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DADADA;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}
.book-author {
    font-size: 16px;
}

.quizCoverTick {
    position: absolute;
    width: 35px;
    left: 105px;
    top:-60px;
}

.book_collection_middle>div>div>a {
    position: relative;
}

.book-detail-other {
    margin-top: -3px;
    font-size: 16px;
}
.no-ios-sign {
    margin-right: 10px;
    float: right;
    overflow: none;
    height: 0px;
    top: -11px;
    left: -11px;
    display:inline-block;
    position: relative;
}
.quiz-center {
	display: block;
	box-shadow: none;
	width: 996px;
    height: 580px;
    background-image: url(images/rm_quiz_intro_bg.png);
    background-repeat: repeat-x;
}
.quiz-center-2nd {
	display: block;
	box-shadow: none;
	width: 996px;
    height: 580px;
    background-image: url(images/rm_quiz_intro_bg_2nd.png);
    background-repeat: repeat-x;
}
.quiz-center-finish {
	display: block;
	box-shadow: none;
	width: 996px;
    height: 580px;
    background-image: url(images/rm_quiz_intro_bg_finish.png);
    background-repeat: repeat-x;
}
.quiz-center-answer {
	display: block;
	box-shadow: none;
	background-color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}
.quiz-top {
	background: rgb(255, 220, 90); 
	border-top-left-radius: 25px; 
	border-top-right-radius: 25px;
}
.quiz-top-empty {
    height: 10px;
}
.quiz-title {
	text-align: center;
    margin-left: 150px;
    margin-top: 20px;
    height: 90px;
    display: block;
    position: relative;
}
.quiz-title2 {
	background: url(images/quiz_title_box.png) no-repeat;
    background-size: 644px 52px;
    width: 644px;
    height: 52px;
    font-size: 23px;
    padding-top: 8px;
    display: block;
    position: relative;
}
.question-bar {
    display: inline-block;
    position: relative;
    padding-left: 170px;
    margin-top: 7px;
}
.question-status-box {
	display: inline-block;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}
.traffic-light {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 3000ms infinite;
  -moz-animation: glowing 3000ms infinite;
  -o-animation: glowing 3000ms infinite;
  animation: glowing 3000ms infinite;
}    

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #ffdc5a; -webkit-box-shadow: 0 0 40px #ffdc5a; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #ffdc5a; -moz-box-shadow: 0 0 40px #ffdc5a; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #ffdc5a; box-shadow: 0 0 40px #ffdc5a; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #ffdc5a; box-shadow: 0 0 40px #ffdc5a; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.quiz-question {
	border-bottom: solid;
    border-width: 1px;
    border-color: #DADADA;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 24px;
    padding-bottom: 6px;
    padding-left: 80px;
    margin-top: 20px;
}
.quiz-content {
	padding: 10px;
}
.answer-box {
	background: #FFF7E2;
	padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0.3em 0 0 0;
    margin-top: 6px
}
.option-box {
	margin-left: 80px;
	margin-top: 0.5em;
    text-align: left;
}
.answer-choice-box{
	padding: 0.3em 0 0.3em 25px;
    text-indent: -25px;
    font-size: 20px;
}
.small-icon {
	padding-left: 10px;
	vertical-align: text-bottom;
}
.explanation {
	display: inline-block;
	position: relative;
	width: 600px;
}
.confirm-box {
	display: inline-block;
	position: relative;
	width: 600px;
}
.try-again-box {
	display: inline-block;
	position: relative;
	width: 600px;
}
.next-button {
	display: inline-block;
	position: relative;
	width: 250px;
	text-align: right;
}
.complete-button {
	display: inline-block;
	position: relative;
	width: 250px;
	text-align: right;
}
.mark {
    background-color: yellow;
    color: black;
}
.result-center {
	display: block;
    height: 300px;
    background-image: url(images/rm_quiz_result.png);
    background-repeat: no-repeat;
}

.result-content {
	display: block;
	box-shadow: none;
	width: 916px;
	min-height: 400px;
    background-color: white;
	margin-left: 30px;
	padding: 10px 0;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
}
.result-top {
	margin-left: 30px;
	margin-bottom: -2px;
	width: 919px;
	background-color: #FF8182; 
	border-top-left-radius: 25px; 
	border-top-right-radius: 25px;
	height: 50px;
}
.result-top-detail {
	padding-left: 10px;
	padding-top: 5px;
}
.result-detail {
	margin-left: 30px;
}
.result-score-board {
	background: url(images/rm_result_score_chi.png) no-repeat;
    width: 361px;
    height: 300px;
    float: left;
    margin-left: 100px;
}
.result-total-score-txt {
	position: absolute;
    margin-left: 40px;
    margin-top: 140px;
    font-size: 42px;
    color: #318B8C;
    text-align: center;
    width: 100px;
}
.result-number-book-txt {
	position: absolute;
    margin-left: 220px;
    margin-top: 140px;
    color: #318B8C;
    width: 100px;
    text-align: center;
    font-size: 42px;
}
.result-average-score-txt {
	position: absolute;
    margin-left: 87px;
    margin-top: 190px;
    color: #318B8C;
    width: 100px;
    text-align: center;
    font-size: 26px;
}
.badge-box {
	background: url(images/badge_box_chi2.png) no-repeat;
    width: 280px;
    height: 115px;
    margin-top: 80px;
    margin-right: 100px;
    float: right;
}
.result-sun-num {
    color: #318B8C;
    font-size: 20px;
    float: left;
    width: 42px;
    margin-left: 65px;
    margin-top: 75px;
}
.result-moon-num {
	color: #318B8C;
    font-size: 20px;
    float: left;
    width: 42px;
    margin-left: 42px;
    margin-top: 75px;
}
.result-star-num {
    color: #318B8C;
    font-size: 20px;
    float: left;
    width: 42px;
    margin-left: 42px;
    margin-top: 75px;
}
.question-type-summary {
	width: 316px;
    height: 142px;
    float: right;
    margin-right: 70px;
    margin-top: 20px;
    background: url(images/summary_chi.png) no-repeat;
}
.infn-summary {
    padding-top: 30px;
    display: block;
}
.summary-value {
    display: inline-block;
    position: absolute;
    font-size: 8pt;
    color: #000000;
    padding-top: 7px;
    left: 850px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar {
    width: 200px !important;
    height: 20px !important;
    margin-top: 3px !important;
    margin-left: 103px !important;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.report-table {
	background-color: #FFFFFF;
	border-collapse: collapse;
    border-spacing: 0;
    border-color: grey;
    width: 860px;
}
.result-header {
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 917px;
    font-family: 微軟正黑體;
    color: #000000;
    /*background: linear-gradient(#FFDC4C 90%, #FEC727 10%);*/
    background: #FFDC4C;
    text-align: center;
}
.result-header-challenge {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
    border-radius: 36px 0 0 36px;
}

.result-header-attemptScore {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
}

.result-header-score {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
}


.result-header-highestScore {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
}

.result-header-schoolAvg {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
}

.result-header-worldAvg {
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
    border-radius: 0 36px 36px 0;
    padding-right: 8px; 
}

.result-space {
	width: 10px;
    padding: 0 0 0 0;
    background: #ffffff;
}
.report-table {
    max-height: 60px;
}
.result-books {
	width: 431px;
    background: url(images/result_text_books_chi.png) no-repeat;
    height: 50px;
    padding: 0 0 0 0;
}
.result-trial-score {
	width: 126px;
    background: url(images/result_text_trialscores_chi.png) no-repeat;
    height: 50px;
    background-size: 135px 50px;
    padding: 0 0 0 0;
}
.result-score {
	width: 91px;
    background: url(images/result_text_bestscore_chi.png) no-repeat;
    height: 50px;
    padding: 0 0 0 0;
}
.result-school-average {
	width: 91px;
    background: url(images/result_text_schoolaverage_chi.png) no-repeat;
    height: 50px;
    padding: 0 0 0 0;
}
.result-world-average {
	width: 111px;
    background: url(images/result_text_worldaverage_chi.png) no-repeat;
    height: 50px;
    padding: 0 0 0 0;
}
.result-space2 {
    width: 10px;
    background: #ffffff;
    
}
.result-content-of-a-quiz {
	text-align: center;
    color: #318B8C;
    background: #FDF3EA;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 897px;
    height: 51px;
}
.result-name-of-a-quiz {
	text-align: left;
    color: #000000;
    position: relative;
    padding-left: 20px;
}
.result-score1 {
	width: 63px;
	text-align: center;
}
.result-score2 {
	width: 63px;
	text-align: center;
}
.try-again-button {
	width:initial;
	height:initial;
	vertical-align: middle;
}
.sun-badge {
    background-image: url(images/badge_1.png);
    background-position-x: 10px;
    background-position-y: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
}
.moon-badge {
    background-image: url(images/badge_2_small.png);
    background-position-x: 10px;
    background-position-y: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
}
.star-badge {
    background-image: url(images/badge_3_small.png);
    background-position-x: 10px;
    background-position-y: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
}
.sun-badge-txt {
	color: #000000;
    font-size: 9pt;
    margin-left: 8px;
    vertical-align: top;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top:-3px;
}
.moon-badge-txt {
    color: #000000;
    font-size: 9pt;
    margin-left: 8px;
    vertical-align: top;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    left: -2px;
    top:-8px;
}
.star-badge-txt {
    color: #000000;
    font-size: 9pt;
    margin-left: 8px;
    vertical-align: top;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top:-2px;
}




.rank-top {
    margin-left: 30px;
    margin-bottom: -2px;
    width: 919px;
    background-color: #8CEFE7; 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    height: 70px;
}
.rank-top-detail {
    padding-left: 10px;
    padding-top: 5px;
}
.rank-detail {
    margin-left: 30px;
    padding-top: 10px;
}
.ranking-subtopic-out {
    font-size: 10pt;
    color: #666;
    padding-left: 40px;
    display: block;
    line-height: 106%;
}
.rank-content {
    display: block;
    box-shadow: none;
    width: 916px;
    min-height: 400px;
    background-color: white;
    margin-left: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
}
.rank-detail {
    margin-left: 30px;
    padding-top: 10px;
}
.ranking-rank {
    background: url(images/rank_textbox.png);
    width: 167px;
    height: 42px;
    float: right;
    margin-top: 5px;
    margin-right: 30px;
    text-align: center;
}
.ranking-num-in {
    width: 94px;
    height: 30px;
    margin-left: 64px;
    margin-top: 8px;
    font-size: 20px;
}
.ranking-num-out {
    width: 94px;
    height: 30px;
    margin-left: 64px;
    margin-top: 12px;
    font-size: 10px;
    line-height: 12px;
}
.ranking-table {
    width: 850px;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: grey;
}
.ranking-header {
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 917px;
    font-family: 微軟正黑體;
    color: #000000;
    background: linear-gradient(#FFDC4C 90%, #FEC727 10%);
    text-align: center;
}
.ranking-space {
    width: 10px;
    background-color: #ffffff;
}
.ranking-icon {
    width: 38px;
    background-color: #ffffff;
    font-size: 20pt;
    color: #E6BB25;
}
.ranking-name {
    height: 32px;
    width: 15%;
    /* color: #318B8C; */
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}
.ranking-class {
    height: 32px;
    width: 7%;
    /* color: #318B8C; */
    text-align: center;
}
.ranking-school {
    height: 32px;
    width: 36%;
    /* color: #318B8C; */
}
.ranking-total-score {
    /* min-width: 81px; */
    width: 16%;
    height: 32px;
    text-align: center;
}
.ranking-books {
    height: 32px;
    width: 15%;
    text-align: center;
    font-size: 16px;
    /* color: #318B8C; */
}
.ranking-avg-score {
    color: #000000;
    height: 32px;
    width: 12%;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
.ranking-content {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #FFFFFF;
}
.ranking-icon-div {
    position: relative;
    top: 4px;
    width: 29px;
    height: 35px;
}
.ranking-icon-div1 {
    width: 29px;
    height: 35px;
    background: url(images/ranking/icon_rank1.png) no-repeat;
    background-color: #FFFFFF;
}
.ranking-icon-div2 {
    width: 29px;
    height: 35px;
    background: url(images/ranking/icon_rank2.png) no-repeat;
    background-color: #FFFFFF;
}
.ranking-icon-div3 {
    width: 29px;
    height: 35px;
    background: url(images/ranking/icon_rank3.png) no-repeat;
    background-color: #FFFFFF;
}


select {
    min-height: 21px;
    padding: 0 0 0 0;
    padding-right: 21px;
    text-indent: 0.01px;
    text-overflow: '';
    font-size: 18px;
}

.ranking-submit-button {
    height:26px;
    vertical-align: bottom; 
}
.header-top-right-box {
    position: absolute;
    left: 870px;
    top:10px;
    text-align: right;
}







.report-content {
    padding: 10px;
}

.report-question {
    width:600px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #DADADA;
    background: #DADADA;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 6px;
    padding-left: 80px;
    margin-top: 20px;
    margin: auto;
}

.report-answer-box {
    width:600px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 6px;
    padding-left: 80px;
    margin-top: 20px;
    margin: auto;
  
 
}
.report-center-answer {
    display: block;
    box-shadow: none;
    width: 996px;
    background: #ffffff;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;
   
}

.report-top {
    background: rgb(255, 220, 90); 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
}

.report-top-empty {
    height: 10px;
}
.report-title {
    text-align: center;
    margin-left: 150px;
    margin-top: 20px;
    height: 90px;
    display: block;
    position: relative;
}
.report-title2 {
    background: url(images/quiz_title_box.png) no-repeat;
    background-size: 644px 52px;
    width: 644px;
    height: 52px;
    font-size: 30px;
    padding-top: 5px;
    display: block;
    position: relative;
}

.report-title1 {
    font-size: 22px;
    padding-top: 15px;
    display: block;
    left:50px;
    position: absolute;
}


.help-top {
    margin-left: 30px;
    margin-bottom: -2px;
    width: 919px;
    background-color: rgb(107, 220, 255); 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    height: 55px;
}

.help-content {
    display: block;
    box-shadow: none;
    width: 916px;
    min-height: 400px;
    background-color: white;
    margin-left: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;
}

.help-detail {
    margin-left: 30px;
    padding-top: 10px;
}

.help-title{
    font-size: 20px; 
    text-decoration: underline;
}

.help-qns-content{
    padding-left:15px; 
    max-width: 850px;
}


.profile-top {
    margin: auto;
    margin-bottom: -2px;
    width: 700px;
    background-color: rgb(241, 167, 167); 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    height: 55px;
}
.profile-top-detail {
    padding-left: 10px;
    padding-top: 5px;
}


.profile-content {
    display: block;
    box-shadow: none;
    width: 700px;
    min-height: 350px;
    background-color: white;
    margin: auto;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;
    padding-top: 10px;
}

.profile-detail {
    margin-left: 30px;
    padding-top: 10px;
    padding-left: 125px;
}


.contact-us-top {
    margin: auto;
    margin-bottom: -2px;
    width: 700px;
    background-color: rgb(194, 130, 219); 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    height: 50px;
}
.contact-us-top-detail {
    padding-left: 10px;
    padding-top: 5px;
}


.contact-us-content {
    display: block;
    box-shadow: none;
    width: 700px;
    min-height: 350px;
    background-color: white;
    margin: auto;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;
    padding-top: 10px;
    
}

.contact-us-detail {
    margin-left: 30px;
    padding-top: 10px;
    padding-left: 125px;
}


.teacher-report-top {
    margin-left: 30px;
    margin-bottom: -2px;
    width: 919px;
    background-color: rgb(140, 239, 181); 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    height: 55px;
}
.teacher-report-top-detail {
    padding-top: 5px;
    position: absolute;
    left: 70px;
}
.teacher-report-top-output {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.teacher-report-title2 {
    padding-top:15px;
    position: absolute;
    right: 250px;
}

.teacher-report-content {
    display: block;
    box-shadow: none;
    width: 916px;
    min-height: 400px;
    background-color: white;
    margin-left: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #afafaf;
    border-left-style: solid;
    border-left-width: 1.5px;
    border-left-color: #afafaf;
    border-right-style: solid;
    border-right-width: 1.5px;
    border-right-color: #afafaf;
    color: #666;
}

.teacher-report-content-title {
    padding-left: 20px;
    height: 54px;
    font-size: 20px;
}

.teacher-report-top-output > a{
    font-size: 17px;
    margin-top: 20px;
    /* padding-top: 14px; */
    display: block;
}

.teacher-report-selection {
    order-left-style: solid;
    max-width: 917px;
    position: relative;
    bottom: 15px;
    top: 0px;
}

#teacher_report_detail_table th {
    background-color: #FFDC5A;
    padding: 5px;
    font-size: 12pt;
    color: #000000;
}

.teacher_report_detail_table_firsthead{
    border-radius: 16px 0 0 16px;
}

.teacher_report_detail_table_lasthead{
    border-radius: 0 16px 16px 0;
}

.teacher-report-data {
    text-align: center;
}

.teacher-report-data:nth-child(even){
    background-color: #d6ffd6;
}
.teacher-report-data:nth-child(odd){
    background-color: #f7ffef;
}


.teacher-report-require {
    padding-left: 40px;
}

.teacher-report-detail {
    margin-left: 30px;
    padding-top: 10px;
    font-size: 20px;
    color: rgb(94, 94, 94);
}

#teacher-report-tabel {
    border-collapse: collapse;
    width: 90%;
    color:#000000;
    font-size: 16px;
}


#teacher-report-tabel td, #teacher-report-tabel th {
    border: 1.5px solid rgb(0, 0, 0);
    padding: 8px;
    text-align: center;
    
}

#teacher-report-tabel th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(190, 190, 190);
}


#teacher-report-tabel2 {
    color:#000000;
    border-collapse: collapse;
    width: 90%;
    font-size: 16px;
    
}


#teacher-report-tabel2 td, #teacher-report-tabel2 th {
    padding: 6px 0;
    text-align: center;
}


#teacher-report-tabel2 th { 
    background-color: rgb(253, 221, 131);
}

#teacher-report-tabel2 td {
    border: 1.5px solid rgb(255, 255, 255);
    background-color: rgb(214, 255, 187);
}

#teacher-report-tabel2 .table-top-left{
    border-top-left-radius: 25px; 
    border-bottom-left-radius: 25px; 
}

#teacher-report-tabel2 .table-top-right{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#bugReportOnOffControl {
	cursor: pointer;
}

#bugReportFormContainer {
	padding: 10px 10px 10px 90px;
}

.display-none {
	display: none;
}

.success {
	color: green;
}

.error {
	color: red;
}

#bugReportFormButton, #bugReportFormStatus {
	vertical-align: middle;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
.modal-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,9fd8ef+33,9fd8ef+69,e4f5fc+98 */
background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(top, #e4f5fc 0%, #9fd8ef 33%, #9fd8ef 69%, #e4f5fc 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e4f5fc 0%,#9fd8ef 33%,#9fd8ef 69%,#e4f5fc 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e4f5fc 0%,#9fd8ef 33%,#9fd8ef 69%,#e4f5fc 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#e4f5fc',GradientType=0 ); /* IE6-9 */
    margin: auto;
    border: 1px solid #888;
    width: 700px;
    height: 258px;
    border-top-left-radius: 25px; 
    border-bottom-right-radius: 25px;
}

/* The Close Button */
.close {
    position: relative;
    bottom:50px;
    left:260px;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.faq-score-table {
    border: 1px solid black;
    text-align: center;
}

.faq-score-table > tr > th{
    border: 1px solid black;
}

.faq-score-table > tr > td{
    border: 1px solid black;
}
