@charset "utf-8";
html {
	/*font-size:0.813em;*/
	font-size:1em;
	font-family: "微軟正黑體";
}

body{
	margin:0px;
	background-image:url(images/bg01.jpg);
	font-size:1rem;;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/**********top**************/
.top_area {
	height:60px;
	background:url(images/top_bg.gif) repeat-x left;
	/*background-color:#09F;*/
	border:0px;
}
.top_title {
	/*
	position:absolute;
	font-size:1.7rem;
	color:#8f5f25;
	font-weight:bold;
	z-index:1;
	left: 10px;
	top: 10px;
	text-shadow: 2px 2px 2px #E5EFBF;
	text-align:center;
	padding:5px;
	background-color: rgba(255,255,255,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	position:absolute;
	font-size:1.7rem;
	color:#FFFFFF;
	font-weight:bold;
	z-index:1;
	left: 10px;
	top: 14px;
	text-shadow: 0px 0px 10px #FF0;
	text-align:center;
}
.top_area .top_login {
	position:absolute;
	color:#006;
	font-size:1.5rem;
	z-index:2;
	right: 60px;
	height:60px;
	width: auto;
	text-align:center;
	font-weight:bold;
	line-height:54px;
	background-color: rgba(255,255,255,0.6);
	border-right:1px solid #999;
	padding-left:15px;
	padding-right:15px;	
}
.top_area .top_logout {
	position:absolute;
	z-index:2;
	right: 0px;
	width:60px;
	height:60px;
	text-align:center;
	font-weight:bold;
	background-color: rgba(255,255,255,0.1);
}
.top_area .top_logout a{
	text-decoration:none;
	color:#FFF;
	font-size:1rem;
	line-height:60px;
}

/****** imita_login ******/
.login_bg{
	background-image:url();
	background-color:#FFFBF0;
}
.login_box{
	margin:150px auto 0 auto;
	width:500px; 
	height:300px; 
	background: url(images/login_form_coa.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:1.154rem;
	color:#333;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	box-shadow: 3px 3px 5px 2px #666;
}

.login_form {
	width:306px;
	margin:10px auto 0 auto;
	text-align:left;
	white-space:nowrap;
}

.login_form>*{
	margin:5px auto 5px auto;
}

#login_btn {
	background: url(images/bg_login_btn.png) repeat-x top; 
	border-radius: 8px; -moz-border-radius: 8px; 
	border: none; 
	font-size:1.154rem;
	font-weight: 100; 
	text-shadow: 1px 1px 1px #E5EFBF; 
	color: #5B6B1D; 
	width: 100px; 
	padding: 5px 0; 
	display: block; 
	cursor: pointer; 
	border-top: 1px solid #D5E499; 
	letter-spacing: -1px;

}
		
#login_btn:hover {
	background: url(images/bg_login_btn.png) -0 -60px; 
	color: #2F370F;
}

.login_error {
	color:#F00;
	background-color:#000;
	font-size:1.2rem;
	line-height:2rem;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}

.login_msg {
	color:#FFF;
	background-color:#F90;
	padding:3px;
	border-radius:3px;
	width:200px;
	text-align:center;
}

#site_org,.show_userid,.show_pw {
	width:240px;
}


#waitting_login {
	font-size:2rem;
	font-weight:bolder;
	margin:120px auto 0 auto;
	text-align:center;
	display:none;
	background-color:#E30005;
	color:#FFF;
	line-height:5rem;
}

/************************/




	
a {
	color:#09F;
	font-size: 1rem;;
	cursor:pointer;	
	text-decoration:none;
}

a:hover {
	color:#06F;
	font-size: 1rem;;
	cursor:pointer;	
}


/**********************************/

.div_item {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:3px;
	
}

.div_rule {
	margin-left:50px;

}

.rule_combination_name {
	color:#06C;
	font-size:1.154rem;
	font-weight:bolder;
}

.rule_name {
	color:#09F;
	font-size: 1rem;;
}

.level_1 {
	margin-left:-10px;
	margin-top:10px;
	color:#09F;
	font-size:1.154rem;
	font-weight:bolder;
}

.level_2 {
	margin-left:0px;
	margin-top:3px;
	list-style-type:circle;
	color:#9C0;
	font-size:1.154rem;
	font-weight:bolder;
}

.status_info_1 {
	color:#393;
	font-size: 1rem;;
	cursor:pointer;
	display:inline;
}

.status_info_2 {
	color:#F00;
	font-size: 1rem;;
	cursor:pointer;
	display:inline;
}

.status_info_9 {
	color:#CCC;
	font-size: 1rem;;
	cursor:pointer;
	text-decoration: line-through;
	display:inline;
}

.change_file_status {
	color:#66F;
	font-size: 1rem;;
	cursor:pointer;
	margin:5px;
	background-color:#CCC;
	padding:3px;
	
}

.del {
	color:#F30;
	font-size: 1rem;;
	cursor:pointer;
}


.error {
	color:#F30;
	font-size: 1rem;;
	font-weight:bolder;
}

.over_tr {
	background-color: #E8E8E8;
	color:#F63;
}

.choice {
	color:#FFF;
	background-color: #F9C;
}


/* 左側選單 */
#main_menu{
	margin-top:-2px;
}
.menu_level_1 {
	margin:0px auto auto 0px;
	padding-left:7px;
	background:url(images/list_btn.gif) repeat-x;
	line-height:200%;
	list-style-type:none;
	color:#FFF;
	/*font-size:1.308rem;*/
	font-size:1.1rem;
	font-weight:bolder;
}

.menu_level_2 {
	margin:3px auto auto 10px;
	padding-left:-10px;
	color:#999;
	font-size:1.154rem;
	border-bottom:#999 1px dashed;
	list-style-image:url(images/activity_li.png);
	line-height:160%;
}
.menu_level_2 a{
	color:#666;
}
.menu_level_2 a:hover{
	color:#C60;	
}

.sort_able {
	border: 2px dashed #09F;
}


/* 分頁 */
.page_bar {
	font-size:1.154rem;
	color: #666;
}
.now_page{
	font-size:1.538rem;
	font-weight: bolder;
	color: #090;	
}

.page_num{
	font-size:1.154rem;
	color: #06F;
	font-weight: bolder;
	text-decoration: none;
}

.page_num:hover{
	font-size:1.154rem;
	color: #0CF;
	font-weight: bolder;
}

.change_page{
	font-size:1.154rem;
	color: #06F;
	text-decoration: none;
}

.change_page:hover{
	font-size:1.154rem;
	color: #0CF;
}




/* 權限 */
.permission_name {
	font-size: 1rem;;
	color: #333;
}

.permission_name_B {
	color: #09F;
}

.permission_description {
	font-size: 1rem;;
	color: #666;
}

.del_button {
	font-size: 1rem;;
	font-weight:bolder;
	color: #F00;
	cursor:pointer;
}

/*
.edit_button {
	font-size: 1rem;;
	font-weight:bolder;
	color: #00F;
	cursor:pointer;
}
*/

/* 單元編輯 */
.theme_title {
	text-shadow:0 1px 0 #E6E6E6;
	color:#630;
	font-size:1.385rem;
	line-height:1.5;
	text-decoration:none;
}

.theme_title2 {
	text-shadow:0 1px 0 #E6E6E6;
	color:#09F;
	font-size:1.385rem;
	line-height:1.5;
	text-decoration:none;
}

.theme_title3 {
	text-shadow:0 1px 0 #E6E6E6;
	color:#C90;
	font-size:1.385rem;
	line-height:1.5;
	text-decoration:none;
}

.edit_title {
	text-shadow:0 1px 0 #E6E6E6;
	color:#444;
	font-size: 1rem;;
	line-height:1.5;
	font:1rem/1.385rem;
	text-decoration:none;
}


.source_name {
	color:#39F;
	font-size: 1rem;;
	line-height:1.5;
	font:1rem/1.385rem;
	text-decoration:none;
}

/* 報名規則管理 */
.rule_group {
	margin-bottom:20px;
}

.rule_item {
	color:#09F;
	font-size: 1rem;;
	cursor:pointer;
	width:220px;
	float:left;
	margin:5px;
	text-align:left;
	
}


/* 班別配分設定管理 */
.scores_group {
	margin-bottom:20px;
}

.scores_item {
	color:#09F;
	font-size: 1rem;;
	cursor:pointer;
	width:300px;
	float:left;
	margin:5px;
	text-align:left;
	
}

/* 帳號樹 */
.tree_box{
	margin-left:100px;

}

.tree_item{
	line-height:40px;

	
}

.tree_note {
	color:#666;
	margin-left:10px;
}

.account_tree ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;

}

.account_tree li {
	margin:0px;
	padding:0px;
	font-size:1.385rem;
	line-height:1.5em;
	list-style-image: url(/images/tree_line.gif);
	list-style-type: none;
}

.tree_voild {
	color:#FF0;
	font-weight: bolder;
	background-color: #F00;
}

.tree_level_1 {
	color:#06F;
}

.tree_level_2 {
	color:#090;
}

.tree_level_3 {
	color:#F6C;
}

.tree_level_4 {
	color:#960;
}

.tree_level_5 {
	color:#C3F;
}

.tree_level_6 {
	color:#F90;
}

.tree_level_7 {
	color:#99C;
}

.tree_level_8 {
	color:#666;
}

.tree_level_9 {
	color:#FF6;
}


/* 單元管理 */
.is_disable {
	background-color:#EEE;
}


/* 書審 */
.score_total {
	font-size:2.462rem;
	color: #F00;
	font-weight:bolder;
}


.score {
	font-size:2rem;
	color: #36F;
	font-weight:bolder;
}


/* 連動選單 */
.level_option_item_name {
	font-size: 1rem;;
	font-weight:bolder;
	color: #09C;
}

.level_option_item {
	font-size: 1rem;;
	color: #333;
}


/* 一般設定 */
.a {
	font-size: 1rem;;
	font-weight:bolder;
	color: #09F;
	text-decoration: none;
	cursor:pointer;
}

.a:hover {
	color: #03F;
	text-decoration: none;
}

.b {
	font-size: 1rem;;
	font-weight:bolder;
	color: #1B7DF5;
	text-decoration: none;
	cursor:pointer;
}

.b:hover {
	color: #0566B6;
	text-decoration: none;
}

.text01 {
	font-size: 1rem;;
	color: #666;
}

.text02 {
	font-size: 1rem;;
	color: #69F;
}

.text03 {
	font-size: 1rem;;
	color: #96C;
}

.text04 {
	font-size: 1rem;;
	color: #F00;
}

.text05 {
	font-size: 1rem;;
	color: #F90;
}

.text06 {
	font-size: 1rem;;
	color: #FFF;
}

.title01 {
	font-size:1.231rem;
	color: #666;
}

.title02 {
	font-size:1.231rem;
	color: #69F;
}

.title03 {
	font-size:1.231rem;
	color: #96C;
}

.title04 {
	font-size:1.231rem;
	color: #F00;
}

.title05 {
	font-size:1.231rem;
	color: #F90;
}

.title06 {
	font-size: 1.231rem;;
	color: #FFF;
}

.shadow01 {
	text-shadow:0 1px 0 #E6E6E6;
}

.shadow02 {
	text-shadow:0 1px 0 #666;
}

.shadow03 {
	text-shadow:0 1px 0 #222;
}

/**Jiau add**/
#add_new_account{  /**新增帳號按鈕**/
	background-image:url(images/account_add.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	padding:13px 3px 2px 13px;
	outline:0;
}

/**WeiZhen add**/
.analysis-block {
	display: flex;
	margin: 0 1%;
}
.analysis-block ul {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}
.analysis-block ul li {
	display: inline-flex;
	padding-right: 0.5rem;
	font-weight: bold;
}
.badge {
	display: inline-block;
	padding: 0.5em 0.75em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 10rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #444;
}
.badge[data-value="1"] {
	border-color: #46b5ff;
}
.badge[data-value="2"] {
	border-color: #f00;
}
.badge:hover,.badge.active {
	color: #fff;
	background-color: #444;
}
.badge[data-value="1"]:hover,.badge[data-value="1"].active {
	background-color: #46b5ff;
}
.badge[data-value="2"]:hover,.badge[data-value="2"].active {
	background-color: #f00;
}