@charset "utf-8";

.hidden{
	display: none !important;
}
/*
[tabindex]:focus,[onclick]:focus{
	border:1px solid rgba(0,0,0,0.5) !important;
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1) !important;
}

.easyui-tree[tabindex]:focus{
	border-width: 0px !important;
	box-shadow: none !important;
}
*/
/* CSS Document */
.toolBar select {background-color:transparent;}
.homeBtnDiv{ background-repeat: no-repeat; width:70px; height:56px; }
.indexContentDiv{
	min-width:960px;
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
	position: relative;
	background-repeat: repeat-x;
}
.indexPic{
	height:171px;
	background-repeat: no-repeat;
}
.titleContent{
	height:42px;
	background-repeat: no-repeat;
}
.news_title {
	width:200px;
	height:40px;
	font-family:'微軟正黑體', '細明體';
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	font-size:16px;
	/*letter-spacing: 10px;*/
}
.login_system_title {
	width :100%;
	max-width:200px;
	height:40px;
	font-family:'微軟正黑體', '細明體';
	font-weight:bold;
	text-align:center;
	line-height:40px;
	font-size:16px;
	margin: auto;
}
.news{
	height:180px;
	width:95%;
	margin: auto;
	position: relative;
}
.news>.news{
	width :100%;
	margin: 0;
}

.news .newsTable{
	font-family:'微軟正黑體', '細明體';
	font-size:15px;
	line-height: 30px;
	width:570px;
	word-break: break-all;
}
.news .newsTable tr>td:nth-child(1){
	white-space: nowrap;
}
.loginForm .loginTable{
	font-family:'微軟正黑體', '細明體';
	font-size: 15px;
	text-align:center;
	border-collapse: collapse;
	line-height: 30px;
}

.error-message {
	font-family:'微軟正黑體', '細明體';
	font-size: 1.0em;
	/*padding-top:10px;
	padding-left:50px;*/
}

.success-message {
	font-family:'微軟正黑體', '細明體';
	font-size: 1.0em;
	text-align:right;
}

.subContent{
	height:200px;
	background-repeat: repeat;
}
.contentEndDiv{
	height:7px;
	background-repeat: no-repeat;
}
.loginContent{
	font-family:'微軟正黑體', '細明體';
	margin-top:20px;
	margin-left:25px;
	font-size:15px;
	font-weight:bold;
}

.loginContent .logBtn{
	height:27px;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	font-family:'微軟正黑體', '細明體';
	font-size:15px;
	cursor: pointer;
	padding-left: 10px;
    padding-right: 10px;
}
.loginContent #loginForm a{
	text-decoration: none;
}
.inductionDiv{
	background-color:#f0f0f0;
	padding: 5%;
	overflow: hidden;
	text-align: center;
}

.leftArrow{
	display:inline-block;
	width:5%;
	text-align:center;
	float: left;
	cursor: pointer;
	padding: 7% 0px;
}
.rightArrow{
	display:inline-block;
	width:5%;
	text-align:center;
	float: right;
	cursor: pointer;
	padding: 7% 0px;
}

.leftArrow:active,.rightArrow:active{
	background-color:rgba(7, 7, 7, 0.27) !important;
}

.introContent{
	display:inline-block;
	width:90%;
	text-align:center;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
}
.introContent>ul{
	width:100%;
	overflow: hidden;
	white-space: nowrap;
}
.introContent>ul>li{
	display: inline-block;
	float: none;
	margin: 0 1px 0 0;
	width:198px;
	height:184px;
}

.introContent>ul>li p.title{
	padding: 10px 0px;
	width:100%;
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:'微軟正黑體', '細明體';
	white-space: normal;
}
.introContent>ul>li p.contentText{
	height:110px;
	width: 80%;
	margin: 10px auto;
	font-family:'微軟正黑體', '細明體';
	font-size:12px;
	position: relative;
	text-align:left;
	white-space: normal;
}

/*Inner Function - (舊系統原有功能)*/
.innerContentBg{
	margin: 0px 10px;
}

.innerContentDiv{
	padding: 5px 5px;
}

.innerContent{
	margin: 0px 10px;
	padding: 5px 5px;
}

.input-grid{border:0px solid #dbdbdb;border-collapse: separate;border-radius: 5px;}
.input-grid,.input-grid a { margin-left: auto; margin-right: auto; font-size: 12px;  }
/* .input-grid tr {line-height: 35px;} */
.input-grid td {border:0px solid #dbdbdb;padding-left: 10px;padding-right: 10px;vertical-align: middle;}
.page-name { text-align: left; margin: 4px 0 14px 0; padding: 0 0 2px 0; border-bottom-width: 4px; border-bottom-style:solid ; font-weight: bold; font-size: 160%; }

/* .page-index {float:right;} */
.gdLayoutContentDiv {
	min-width: 800px;
	width: 98%;
	margin: 10px auto;
	padding: 15px 0px;
}

/*error Page*/
.page-error{
	text-align: center;
	padding-top:30px;
}
.page-errormessage{font-weight: bold; font-size: 200%;}
.errorPageBg{
	background-image:none;
}

/*datepicker icon point style*/
.ui-datepicker-trigger{cursor:pointer}

/*手指圖標*/
.pointer {cursor: pointer;}