
.textLightPurple{
	color:#efafff;
}

.expandCollapseBtn.expandEx{
	background-image: url(expand-right.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: center;
}

.expandCollapseBtn.collapseEx{
	background-image: url(expand-down.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: center;
}

.expandCollapseBtn{
	display: inline-block;
	cursor: pointer;
	border-style: outset;
	width: 13px;
	height: 13px;
	text-align: center;
}

.hiddenConsolidation {
	display:none;
}
.specialBtnInfo {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 1.0625em;
}

.newlyAddedText {
	color: #fff;
	background-color: #dc3545;
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 5px;
	float: right;
}

.lastYearSelectedText {
	color: #fff;
	background-color: #D58F3E;
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 5px;
	float: right;
}

.lastTimeSelectedText {
	color: #000;
	background-color: #63B0B8;
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 5px;
	float: right;
}
.schoolSubmissionText {
	color: #000;
	background-color: #fff;
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 5px;
	float: right;
}
.frozenBookText {
	color: #fff;
	background-color: #3c763d;
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding: 5px;
	float: right;
}

.noLastSubmissionText {
	text-align: center;
	font-weight: bold;
	color: #ed143d;
}

.userFilterGroupSmallerText {
	display: inline-block;
	color: #fff;
	background-color: #5a6268;
	border-color: #5a6268;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	margin-left: .5em;
}

.userFilterTextDiv {
	display: inline-block;
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	margin-left: .5em;
}

.userFilterGroupDiv {
	display: inline-block;
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	padding-right: .6em;
	padding-left: .6em;
	margin-left: .5em;
}
.userFilterGroupTitle {
	font-weight: bold;
	color: #FFFF00;
}


/* Tooltip text */
.lastYearSubscribeToolTip .lastYearSubscribeToolTipText {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 80%;
	margin-left: -60px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.lastYearSubscribeToolTip .lastYearSubscribeToolTipText::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.lastYearSubscribeToolTip:hover .lastYearSubscribeToolTipText {
	visibility: visible;
	opacity: 1;
}

.btnSearchKeyword {
	display: inline-block;
	width: 10%;
	height: 43px;
	border: 1px solid #00B4CC;
	background-color: #00B4CC;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	border-style: outset;
	font-size: 20px;
	background-image: url(search-13-xxl.png);
	background-size: 37px 37px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom;
}

.btnSearchKeyword:hover {
	background-color: #06345a;
}

.jumpToBtn {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #5a8411;
	cursor: pointer;
	display: table-cell;
	align-self: center;
	font-size: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	position: relative;
	padding: 10px

}
.jumpToBtn:hover, .jumpToBtn:focus {
	color: #000;
	outline: 0;
}
.jumpToBtn:hover {
	background: #f5bc79;
	border-color: #f5bc79;
}
.jumpToBtn img {
	width:40px;
	filter:invert(1);
	padding-right: 10px;
	vertical-align: text-top;
}
.jumpToBtn:hover img {
	filter:unset;
}
@media only screen and (max-width: 600px) {
	.introductionBtn {
		padding:10px 20px;
		min-width: unset !important;
    	display: grid;
	}
}

.introductionBtn {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #5a8411;
	border-radius: 9.6px;
	cursor: pointer;
	border-style: outset;
	display: -webkit-box;
	display: flex;
	align-self: center;
	font-size: 1rem;
	line-height: 1;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 1.2em 2.8em;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	border-color: #5a8411;
	color: #fff;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.introductionBtn:hover, .introductionBtn:focus {
	color: #fff;
	outline: 0;
}
.introductionBtn:hover {
	background: #f5bc79;
    color: #000;
	border-color: #f5bc79;
}
.introductionBtn:hover .textLightPurple{
	color:#b810e2;
}

.choicClass {
	text-align: center;
}
#filterZone{
	font-size:16px;
}
/* body.eng{font:normal 13px/1.5 "Arial","新細明體",sans-serif;} */
#introduct-zone, #introduct-author{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
@keyframes expand {
	from {
		transform: scale(0);
		opacity: 0;
	}
}
.article-content-wrapper{
	width: 23%;
	margin: 0px 0px 10px 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	position: relative;
	border: 1px solid #000000;
	padding: 5px;
	min-height: 250px;
	min-width: 230px;
	animation: expand 1s ease-in-out;
	font-size: 13px;
	min-height: 600px;
}
.article-content-wrapper input[type='checkbox']{
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.dialogContent{
	display: none;
	text-align: center;
}

.buttonSelect{
	text-align: center;
	margin-top: 10px;
}

.buttonSelectEx{
	margin-top: 20px;
}

.errMessage{
	color: #cc0066;

}
input {
	height: auto;
	width: auto;
	font-size: 15px;
	padding: 10px;
}

input[type="checkbox"] {
	cursor: pointer;
}

div.article-title, div.article-author, div.article-content-id, div.article-check,  div.article-image{
	font-size: 95%;
	width: 220px;
	padding-bottom: 5px;
}
div.article-image{
	/* text-align:center; */
	height: 170px;
	position:relative;
	top: 0px;
	left: 68.75px;
}

.article-image img {
	max-width: 220px;
	max-height: 150px;
	min-height: 150px;
}

.newBook {
	position:absolute;
	top: 5px;
	left: 30px;
	width: 0px;
	height: 0px;
}

div.article-check {
	display:inline-block;
	height: 20px;
	position:relative;
	top: 0px;
	left: 0px;
}

div.article-check .col-first{
	float: left;
	width: 80px;
	height: auto;
	display:inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}
div.article-check .col-second{
	float: left;
	height: auto;
	width: 150px;
	display:inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
	color:red;
	font-weight: bold;
}

div.article-title .col-first, div.article-author .col-first{
	float: left;
	width: 105px;
	height: auto;
	display:inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}
div.article-title .col-second, div.article-author .col-second{
	float: left;
	height: auto;
	width: 200px;
	display:inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}
.high-light{
	background-color:#FFFFBF !important;
}
.previous-selected{
	/* background-color:#A7FFFF; */
}
.school-selected input{
	cursor: not-allowed;
}
.school-selected a:hover{
	color: #c93;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: #c93 1px solid;
}
.school-selected a{
	color:#ffff00;
}
.school-selected{
	background-color: #777;
	color: #fff;
}
#banner{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-bottom: 10px;
}
#banner img{
	width: 100%;
	height: auto;
}

.imageClass{
	width: 45%;
	max-width: 360px;
	float:left;
	position: relative;
	text-align: center;
	vertical-align: top;
}
.contentClass{
	width: 55%;
	max-width: 440px;
	float: left;
	position: relative;
	padding: 5px;
	vertical-align: top;
}



.imageClass .dialcol-first{
	float: left;
	width: 46%;
	height: auto;
	text-align:left;
	padding-bottom: 10px;
}
.imageClass .dialcol-second{
	float: left;
	width: 54%;
	height: auto;
	text-align:left;
	padding-bottom: 10px;
}

.imageClass img {
	max-height: 222px;
	max-widht: 222px;
}


.contentClass .dialcol-first{
	float: left;
	width: 34%;
	height: auto;
	text-align:left;
	padding-bottom: 10px;
}
.contentClass .dialcol-second{
	float: left;
	width: 66%;
	height: auto;
	text-align:left;
	padding-bottom: 10px;
}
.container {
	padding: 0px;
}

.container:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.mix {
	position: relative;
	float: left;
	font-size: 13px;
}

.controls{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
}
.controls .col-first{
	float: left;
	width: 40%;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	position: relative;
}

.controls .col-second{
	float: left;
	width: 400px;
	height: auto;
	text-align:left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.checkboxes{
	display:inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.checkboxes .col-first{
	float: left;
	width: 30%;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	position: relative;
}
.checkboxes .col-second{
	float: left;
	width: 100%;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	position: relative;
}

.checkboxes .filterButton{
	margin-right: 5px;
	width: auto;
	height: 25px;
	float:left;
}

.filterButtonSon .filterTitle {
	width: 200px;
}

.checkboxes .filterButtonEx.filterButtonSon{
	margin-left: 20px;
}

.checkboxes .filterButtonEx{
	margin-right: 5px;
	width: auto;
	height: 35px;
	display:inline-block;
}

.filterButton span{
	vertical-align: middle;
}
.filterButton  input[type="checkbox"]{
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.categoryTable {
	width:100%;
}
.filterCheck{
	margin: 0px 5px 5px 0px;
	width: 18px;
	height: 25px;
	display: inline-block;
	position: relative;
}
.filterTitle.filtertParentText{
	width: 275px;
	float: none;
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 20px;
}
.filterTitle{
	margin: 0px 0px 5px 0px;
	width: 275px;
    float: unset;
    position: relative;
    display: inline-block;
}
#hkecl-content .active{
	background-color: #FFFFBF;
}
.row{
	width: 100%;
	float:left;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.showChoice{
	width:10%;
	float:left;
	padding-bottom: 5xp;
	text-align:center;
	position:relative;
}
.showID{
	width:10%;
	float:left;
	padding-bottom: 5xp;
	text-align:center;
	position:relative;
}
.showTitle{
	width:45%;
	float:left;
	padding-bottom: 5xp;
	position:relative;
}
.showAuthor{
	width:35%;
	float:left;
	padding-bottom: 5xp;
	position:relative;
}
.oddclass{
	background-color: #eeeeee;
}
.evenclass{
	background-color: #ffffff;
}
#previewZone{
	display:none;
}
@media screen and (max-width: 970px) {
	.controls .col-first{
		width: 20%;
	}

	.controls .col-second{
		width: 70%;
	}
	.checkboxes .filterButton {
		width: 45%;
	}
}
@media screen and (max-width: 650px) {
	.controls .col-first{
		width: 20%;
	}

	.controls .col-second{
		width: 70%;
	}
	.checkboxes .filterButton {
		width: 100%;
	}
}
@media print {
	.controls .col-first{
		float: left;
		width: 20%;
		height: auto;
		text-align:left;
		margin-bottom: 10px;
		position: relative;
	}

	.controls .col-second{
		float: left;
		width: 25%;
		height: auto;
		text-align:left;
		margin-right: 20px;
		margin-bottom: 10px;
		position: relative;
	}
}
/*ol li{
list-style-type: none;
}*/
.preview-book {
	width: 98px;
	height: 51px;
	display: inline-block;
	background-image: url("./Icon_trial_reading_chi.png");
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 1px;
}
.frozen-book {
	width: 98px;
	height: 35px;
	display: inline-block;
	background-color: #ff880a;
	border-radius: 3px;
	font-family: "Microsoft JhengHei",
		"微軟正黑體",
		"Microsoft JhengHei",
		"Tahoma",
		"Verdana",
		"Arial",
		"sans-serif";
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	cursor:pointer;
}
.article-preview{
	height: 80px;
}
/*
div.article-check .col-second{
float: left;
width: 105px;
height: auto;
//display:inline-block;
white-space: nowrap;
//overflow:hidden !important;
//text-overflow: ellipsis;
color:red;
font-weight: bold;
}
*/

.lblSchoolType {
	font-size: 20px;
}

.loading {
	text-align: center;
}

.previewBtn, .submitBtn, .downloadSchBookListBtn {
	background: #6495ed;
	color: #ffffff;
}

.introductionBtnLoading{
	background:#6c757d;
	box-shadow: 0 0 40px 40px #6c757d inset, 0 0 0 0 #6c757d;
}

.blackText {
	color: #000000 !important;
}

.btnWarning:hover{
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btnWarning{
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btnInfo:hover{
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btnInfo{
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btnSuccess:hover{
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btnSuccess{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btnPrimary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btnPrimary{
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btnOnlineForm{
	cursor: pointer;
	border-style: outset;
	min-width: 200px;
	font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

.collapseBtn{
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left;
}
.smallCollapseBtn{
	border: 1px solid #d2cdcd;
	border-radius: 5px;
	float: left;
	padding: 0 5px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.collapse.expand, .col-second.smallCollapse.expand, .rc-collapse.expand {
	max-height: 4000px;
	-moz-transition: max-height .5s ease-in;
	-ms-transition: max-height .5s ease-in;
	-o-transition: max--height .5s ease-in;
	-webkit-transition: max-height .5s ease-in;
	transition: max-height .5s ease-in;
}

.collapse, .col-second.smallCollapse, .rc-collapse {
	-moz-transition: max-height .25s ease-out;
	-ms-transition: max-height .25s ease-out;
	-o-transition: max-height .25s ease-out;
	-webkit-transition: max-height .25s ease-out;
	transition: max-height .25s ease-out;
	max-height: 0;
	height: auto;
	overflow: hidden;
}
#filterInputTextEx{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: solid darkturquoise;
	width:100%;
	margin-bottom: 0px;
    padding-left: 10px;
}
#filterInputBookList{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: solid darkturquoise;
	width:100%;
	margin-bottom: 20px;
    padding: 10px;
    font-size: 15px;
}

#filterInputText{
	border-radius: 15px;
	border: 3px solid darkturquoise;
	background: url(icon-search-grey@1x.png) left no-repeat;
	padding-left: 30px;
}
#filterInputText::placeholder{
	color: darkgray;
}
/* admin page */
.full-width {
	width:100%;
}
.mg-top-10-px {
	margin-top:10px;
}
.mg-top-20-px {
	margin-top:20px;
}
.pa-bottom-10-px {
	padding-bottom:10px;
}
.bold-text{
	font-weight: bold;
}
.hkeclFonts{
	font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

.btnLoading{
	background: #6c757d;
}

.btnSelectionLoading{
	background: #6c757d;
	color: #fff;
}

.btnPremium{
	background-color: #f5bd1f;
    border-color: #f5bd1f;
    color: #000;
}

/* .btnEDBApplyNow{
	background: unset;
	cursor: pointer;
	border-style: outset;
	background-image: url("btn_applynow_chi.png");
	width: 201px;
    height: 41px;
	border:unset;
}
.btnEDBApplyNow.eng{
	background-image: url("btn_applynow_eng.png");
}

.btnEDBTopUp{
	background: unset;
	cursor: pointer;
	border-style: outset;
	background-image: url("btn_subscribe_chi.png");
	width: 450px;
    height: 41px;
	border:unset;
}
.btnEDBTopUp.eng{
	background-image: url("btn_subscribe_eng.png");
}
.btnEDBApplyNow:hover{
	background-image: url("btn_applynow_chi_h.png");
}
.btnEDBApplyNow.eng:hover{
	background-image: url("btn_applynow_eng_h.png");
}

.btnEDBTopUp:hover{
	background-image: url("btn_subscribe_chi_h.png");
}
.btnEDBTopUp.eng:hover{
	background-image: url("btn_subscribe_eng_h.png");
} */

@media only screen and (max-width: 1000px) {
	.btnSearchKeyword {
		background-size: 25px 25px;
	}
	#filterZone{
		font-size: 12px;
	}
	.filterTitle.filtertParentText {
		width: 100%;
	}
	.categoryTable td{
		display: inline-block;
		width:100% !important;
	}
	.filterTitle.filtertParentText {
		width: unset;
		min-width: 200px;
	}
	#resetButton{
		margin: 0 !important;
	}
	.paginationjs.paginationjs-big .paginationjs-pages li>a {
		min-width: 20px !important;
		font-size: 10px;

	}

}

@media only screen and (max-width: 600px) {
	.introductionBtn {
		padding:10px 20px;
		min-width: unset !important;
    	display: grid;
	}
	/* .btnEDBTopUp{
		background-size: 100%;
		width: 270px;
	    height: 24.6px;
	}
	.btnEDBApplyNow{
		background-size: 100%;
		width: 120.6px;
	    height: 24.6px;
	} */

}
