@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

.b-list__main__title {
    font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體";
    font-weight: bold;
}

body {
	padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體";
}

a, a:hover {
    color: #0b8bc6;
    text-decoration: none;
}

td,
th,
input,
textarea,
select,
button {
    font-size: 9pt;
    font-family: Arial
}


/*************************** Start: header.php & footer.php ***************************/

#main {
    /* width: 1000px; */
	min-width: 1300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin: 5px 2% 20px 2%;
}

#logo {
    padding: 0px 15px 0px 24px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}

#header_menu {
    position: absolute;
    z-index: 1;
	width:90%;
}

#header_menu_block {
    height: 29px;
    font-weight: bold;
    font-size: 15.5px;
}

#header_menu ul {
    margin: 0px;
    padding: 8px 15px 6px 15px;
    list-style: none;
    display: block;
    min-width: 900px;
}

#header_menu li {
    float: left;
	max-width:95px;
    margin: 0px 8px 5px 8px;
}

#header_menu li li {
    float: left;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    width: 112px;
}

#header_menu li a,
#header_menu li li a {
    color: black;
    text-decoration: none;
}

#header_menu li a:hover,
#header_menu li li a:hover {
    color: #AAAAAA;
    text-decoration: none;
}

#header_menu ul ul {
    position: absolute;
    display: none;
    width: 115px;
    padding: 0px;
}

#header_menu ul li .active {
    color : #428bca;
}

#header_menu ul li:hover>ul {
    display: block;
}

.nav_sub_top {
    margin-top: 7px !important;
}

#logoutBtn {
    float: right;
    margin-right: 15px;
    position: relative;
    top: 8px;
}

#logoutBtn a {
    color: black;
    text-decoration: none;
}

.loginForm {
    padding: 20px 100px;
}

.welcomeDiv {
	max-width:1000px;
    padding: 20px 10px;
}

#content {
    min-width:980px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
	margin: 15px auto 20px auto;
    /* display: inline-block; */
}

.content_div {
    padding: 0px 10px 20px 0px;
    width: 100%;
}

#footer {
    text-align: center;
    padding: 5px 0px;

/*	background-color: #26C9FF;
	word-wrap: break-word;
    text-align: center;
    height: 40px;
    font-size: 0.7em;
    line-height: 40px;
    color: #ffffff;	*/
}

.textAlign {
    text-align: center;
}

.textAlign a {
    color: #0b8bc6;
    text-decoration: none;
}


/*************************** End: header.php & footer.php ***************************/


/*************************** Start: login_after ***************************/

.content_desc_ul {
    padding: 0px 20px;
}


/*************************** End: login_after ***************************/


/*************************** Start: list table ***************************/

table.mainStyle {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

table.mainStyle th {
    padding: 5px 3px 3px 3px;
    font-weight: bold;
    color: #039;
    background: #e8edff;
    vertical-align: middle;
    text-align: center;
}

table.mainStyle td {
    padding: 5px 3px 3px 3px;
    vertical-align: top;
}

table.mainStyle th:nth-child(10),
table.mainStyle td:nth-child(9),
table.mainStyle td:nth-child(10) {
    /*text-align: center;*/
}

table.mainStyle tr:nth-child(odd) {
    background-color: #eff2ff;
}

table.mainStyle tr:nth-child(even) {
    background-color: #ffffff;
}

.sort_on {
    color: green;
    font: bold 120%;
}

.admin_pagination p a[title="First page"],
.admin_pagination p a[title="Previous page"],
.admin_pagination p a[title="Next page"],
.admin_pagination p a[title="Last page"],
.admin_pagination span.disabled {
    font-size: 20px;
}

.current_page {
    font-weight: bold;
    font-size: 20px;
}

table[data-mce-style] {
    width: 300px !important;
}

table[data-mce-style] tr {
    background-color: white !important;
}


/*************************** End: list table ***************************/


/*************************** Start: sequence table ***************************/

.school_content_sequence_list {
    font-family: arial;
    width: 320pt;
}

.school_content_sequence_table {
    vertical-align: top;
    border-collapse: collapse;
}

.school_content_sequence_table tr:last-child td {
    padding: 5px 3px 3px 3px;
}


/*************************** End: sequence table ***************************/


/*************************** Start: new/ edit form ***************************/
#p_title {
    padding-left:250px;
    padding-right:250px;

}


.school_content_ul {
    padding: 30px 130px;
    list-style-type: none;
}

.update_account_ul,
.login_form_ul,
.update_question_ul:not(.jstree-container-ul) {
    padding: 30px 250px;
    list-style-type: none;
}

.school_content_ul li,
.update_account_ul li,
.login_form_ul li,
.update_question_ul li:not(.jstree-node) {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.school_content_title,
.update_account_title,
.update_question_title:not(.level_structure_title) {
    width: 100px;
    float: left;
    padding-bottom:10px;
    font-weight: normal;
}

.login_form_title {
    width: 80px;
    float: left;
	margin-top: 7px;
    font-weight: normal;
}

.level_structure_title {
    float: left;
}

.level_structure_selection_txt {
    font-weight: bold;
}

.school_content_input,
.update_account_input,
.login_form_input,
.update_question_input {
    display: block;
    margin-bottom: 4px;
}

.school_content_ul li:nth-child(odd),
.update_account_ul li:nth-child(odd),
.update_question_ul li:nth-child(odd):not(.jstree-node) {
    background-color: #eff2ff;
}

.school_content_ul li:nth-child(even),
.update_account_ul li:nth-child(even),
.update_question_ul li:nth-child(even):not(.jstree-node) {
    background-color: #ffffff;
}

.school_content_ul li:last-child,
.update_account_ul li:last-child,
.login_form_ul li:last-child,
.update_question_ul li:last-child:not(.jstree-node) {
    text-align: center;
}

input[name="content_title"],
input[name="content_author"] {
    width: 300px;
}

input[name="old_password"],
input[name="new_password"],
input[name="confirm_password"],
input[name="from_admin_password"],
input[name="user_loginid"],
input[name="admin_desc"] {
    width: 200px;
}

.input_error {
    color: red;
    display: none;
}

.input_disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}


/*************************** End: new/ edit form ***************************/


/*************************** Start: select school ***************************/

.school_list_ul li {
    padding-bottom: 5px;
}

.school_list_ul li a {
    cursor: pointer;
}

.adminType_selection {
    display: none;
}

.back_school_list_btn {
    float: right;
    position: relative;
    top: -39px;
}

#accountList_tab {
    min-width: 700px;
}


/*************************** End: select school ***************************/


/**** NEW FILE****/

#updateform form {
    width: 330px;
    padding: 5px 3px 3px 3px;
    font-weight: bold;
    color: #039;
    background: #e8edff;
    vertical-align: middle;
}

.hide {
    display: none;
}

input.btn {
    color: #000;
	padding: 0px 12px 0px 12px;
    font: bold 120%;
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    xborder-color: #696 #363 #363 #696;
}

#updateform .btn {
    display: inherit;
    margin: 10px 40px;
}

.school_edit {
    cursor: pointer;
}

.backlink {
    background-color: #008CBA;
    width: 55px;
    height: 25px;
    padding: 5px;
    margin-top: 10px;
}

.backlink a {
    color: white;
    padding: 10px;
}

.school_attech_name,
.school_attech_file,
.school_attech_size,
.school_attech_desc,
.school_attech_link {
    width: 100px;
    float: left;
    font-weight: normal;
}

.school_attech_input {
    display: block;
    margin-bottom: 4px;
}

.af_title {
    font-size: 22pt;
}

#message {
    color: red;
}

input[name="update_p_title"] {
    width: 220px;
}

.btn_cnacel {
    color: #000;
    font: bold 120%;
    background-color: #eff2ff;
    border: 2px solid #69c;
    xborder-color: #696 #363 #363 #696;
    float: left;
    margin: 10px 40px;
    display: block;
}

.btn_grp {
    width: 330px;
    height: 35px;
}

.btn_grp .btn {
    float: left;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search {
    padding: 10px;
}

.search_text {
    /**font-family: "Microsoft JhengHei";**/
    float: left;
    margin-right: 5px;
    height: 25px;
}

.search_btn {
    height: 25px;
}

.search_error {
    color: red;
    text-align: center;
    font-size: 12pt;
}

a.disabled{
    pointer-events: none;
    color: gray;
}

a.last_page{
    float:right;
    position:relative;
    top:-39px;
}

.no-js{
    display:none !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext  {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
	margin-top:5px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -175px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltipQuestionInfo {
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    margin-top:5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0%;
    margin-left: 35px;
}

.tooltip:hover .tooltipQuestionInfo {
    visibility: visible;
}

.data_table th { 
	font-size: 16px; 
}

.data_table td { 
	font-size: 16px; 
}

.N_badge {

	border-radius: 25%;
	padding: 2px 3px;
	background-color: #bf9afe;
	color: #5701ed;
}

.K1_badge {

	border-radius: 25%;
	padding: 2px 3px;
	background-color: #ffff99;
	color: #666600;
}

.K2_badge {

	border-radius: 25%;
	padding: 2px 3px;
	background-color: #ccffff;
	color: #006666;
}

.K3_badge {

	border-radius: 25%;
	padding: 2px 3px;
	background-color: #ccff99;
	color: #336600;
}

.academic_1_badge {

	border-radius: 15%;
	padding: 2px 3px;
	background-color: #2B4BDD;
	color: white;
	white-space:nowrap;
}

.academic_2_badge {

	border-radius: 15%;
	padding: 2px 3px;
	background-color: #296811;
	color: white;
	white-space:nowrap;
}

.academic_3_badge {

	border-radius: 15%;
	padding: 2px 3px;
	background-color: #A22222;
	color: white;
	white-space:nowrap;
}

.student_type {
	font-size:15px;
	padding:3px;
	white-space: nowrap;
	border-radius: 5px;
	margin-left:3px;
    
}

.student_type_2 {
	background-color:yellow;
}

.student_type_3 {
	background-color:pink;
}

.student_type_4 {
	background-color:LightSteelBlue;
}

.special_stu_badge {
	font-size:15px;
	padding:3px;
	white-space: nowrap;
	border-radius: 5px;
    border: 1px solid red;
	margin:5px 0px 5px 0px;   
    background-color:pink; 
    text-align: center;
}

#asmQueTable {
    width: 970px;
}

#asmQueTable tr {
    color: #ff8f00;
}


/* #asmQueTable tr:last-child {
	text-align: center;
} */

#asmQueTable th {
    font-size:16px;
}

#asmQueTable td {
    /*padding: 5px 0px 5px 5px;*/
    font-size:20px;
}

#asmQueTable td:nth-child(2),
#asmQueTable td:nth-child(3),
#asmQueTable td:nth-child(4) {
    text-align: center;
}

.heading {
    color: black !important;
    font-weight: bold;
    font-size:20px;

}