body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*  #Tablet (Portrait)
	Note: Design for a width of 768px
*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {}
}

/*	#Mobile (Landscape)
	Note: Design for a width of 480px
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}

.main_hr {
	/*
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
	*/
	float: left;
}

/*
.search_advance{
width:100%;
height:auto;
float:left;
margin-top:10px;
position:relative;
}
*/
.search_keyword {
	float: left;
	width: 100%;
	text-align: center;
}

.search_keyword #boxSearchKeyword {
	position: relative;
	background-image: url(images/search.png);
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	width: 310px;
	height: 30px;
	margin: 0 auto;
}

.search_keyword #boxSearchKeyword #keyword {
	font-size: 13px;
	width: 200px;
	padding: 3px;
	background-color: transparent;
	border: 0px;
	left: 8px;
	top: 5px;
	color: #3F3F3F;
	position: absolute;
}

.search_keyword #on-search-data {
	display: none;
}

/*
.search_advance #boxSearchField{
text-align: center;
font-size: 14px;
padding: 10px;
width: 90%;
margin: 0 auto;
position: absolute;
background-color:#FFF6C3;
border:1px solid #848282;
z-index: 999;
}
*/
.search_advance #boxSearchField {
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	margin: 0 auto;
}

.work_title {
	font-size: 13px;
	background-color: #000;
	color: #fff;
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: 110px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

body,
input,
textarea {
	font-family: 微軟正黑體, Arial, sans-serif;
}

.block_usermenu {
	background: #666;
	color: #ffffff;
	overflow: auto;
	text-align: left;
	font-size: 16px;
	position: relative;
	padding: 5px;
}

.bk12 {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

tr th {
	background-color: #AFAFAF;
	text-align: left;
	padding: 5px;
	position: sticky;
	top: 0;
	/* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

tr td {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.hr_item_x>td {
	padding: 5px;
	overflow: hidden;
}

tr.setting td {
	background-color: #FBFAFA;
}

tr.odd:hover,
tr.even:hover {
	background-color: #FE8A00;
}

tr.odd {
	background-color: #E7E7E7;
}

tr.even {
	background-color: #D5D5D5;
}

tr.selected {
	background-color: #34affd;
}

tr.item-checked {
	background-color: #FBA75C;
}

tr.sync-news,
tr.sync-news td a {
	color: #0113b8;
}

tr.unconfirm-visible,
tr.unconfirm-visible td a {
	color: #e07b04;
}

tr.synceven {
	background-color: #FFCF73;
}

tr.syncodd {
	background-color: #F9FF48;
}

tr.data-change-x {
	background-color: #FE8A00;
}

table#ntb {
	border: 1px;
	font-size: 1.0em;
	/* border-collpase:collpase;  */
	table-layout: fixed;
}

table#ntb img {
	border: 0px;
}

table thead {
	color: #F3F6FB;
}

th.sortable {
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}

th.sortable:hover {
	text-decoration: underline;
	color: #ff0000;
}

#on-reading-msg {
	color: #FFF71E;
}

.main_toolbar {
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 2;
	border-bottom: 1px solid #ccc;
}

#boxTopControlBar {
	width: 100%;
	height: 30px;
}

#boxTopControlBar #login_info {
	left: 10px;
	color: #000;
	float: left;
	height: 30px;
	font-size: 1.0em;
	padding-top: 3px;
	position: absolute;
	color: #000;
}

#boxTopControlBar #login_info #login {
	font-size: 0.9em;
}

#boxTopControlBar #login_info #logout {
	font-size: 0.9em;
}

#boxControlBar {
	width: 100%;
}

#boxControlBar #nav-left {
	float: left;
}

#boxControlBar #nav-left a {
	margin: 2px;
}

#boxControlBar #nav-right {
	float: right;
	font-size: 0.8em;
}

.myButton {
	/*-moz-box-shadow: 0px 10px 14px -7px #3e7327;
-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
box-shadow: 0px 10px 14px -7px #3e7327;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 微軟正黑體 Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 12px;
	text-decoration: none;
	/*text-shadow:0px 1px 0px #5b8a3c;*/
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
	background-color: #72b352;
}

.myButton:active {
	position: relative;
}

.myButtonRed {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF0000), color-stop(1, #FE6868));
	background: -moz-linear-gradient(top, #FF0000 5%, #FE6868 100%);
	background: -webkit-linear-gradient(top, #FF0000 5%, #FE6868 100%);
	background: -o-linear-gradient(top, #FF0000 5%, #FE6868 100%);
	background: -ms-linear-gradient(top, #FF0000 5%, #FE6868 100%);
	background: linear-gradient(to bottom, #FF0000 5%, #FE6868 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#FE6868', GradientType=0);
	background-color: #FF0000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 微軟正黑體 Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 12px;
	text-decoration: none;
}

.myButtonRed:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FE6868), color-stop(1, #FF0000));
	background: -moz-linear-gradient(top, #FE6868 5%, #FF0000 100%);
	background: -webkit-linear-gradient(top, #FE6868 5%, #FF0000 100%);
	background: -o-linear-gradient(top, #FE6868 5%, #FF0000 100%);
	background: -ms-linear-gradient(top, #FE6868 5%, #FF0000 100%);
	background: linear-gradient(to bottom, #FE6868 5%, #FF0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE6868', endColorstr='#FF0000', GradientType=0);
	background-color: #FE6868;
}

.myButtonRed:active {
	position: relative;
}

.myButtonRed:disabled {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CCCCCC), color-stop(1, #CCCCCC));
	background: -moz-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background: -webkit-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background: -o-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background: -ms-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background: linear-gradient(to bottom, #CCCCCC 5%, #CCCCCC 100%);
	background-color: #CCCCCC;
	border: 1px solid #8d8d8c;
	color: #8d8d8c;
	cursor: default;
}

.myButtonLarge {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF8A00), color-stop(1, #FF8A00));
	background: -moz-linear-gradient(top, #FF8A00 5%, #FF8A00 100%);
	background: -webkit-linear-gradient(top, #FF8A00 5%, #FF8A00 100%);
	background: -o-linear-gradient(top, #FF8A00 5%, #FF8A00 100%);
	background: -ms-linear-gradient(top, #FF8A00 5%, #FF8A00 100%);
	background: linear-gradient(to bottom, #FF8A00 5%, #FF8A00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8A00', endColorstr='#FF8A00', GradientType=0);
	background-color: #FF8A00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 微軟正黑體 Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	/*text-shadow:0px 1px 0px #5b8a3c;*/
}

.myButtonLarge:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FE8A59), color-stop(1, #EF6C35));
	background: -moz-linear-gradient(top, #FE8A59 5%, #EF6C35 100%);
	background: -webkit-linear-gradient(top, #FE8A59 5%, #EF6C35 100%);
	background: -o-linear-gradient(top, #FE8A59 5%, #EF6C35 100%);
	background: -ms-linear-gradient(top, #FE8A59 5%, #EF6C35 100%);
	background: linear-gradient(to bottom, #FE8A59 5%, #EF6C35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE8A59', endColorstr='#EF6C35', GradientType=0);
	background-color: #EF6C35;
}

.myButtonLarge:active {
	position: relative;
}

.select_search_field {
	text-decoration: underline;
	padding: 0 0 0 5px;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	font-family: 微軟正黑體;
}

#search_rule {
	position: relative;
	width: 100%;
	height: 30px;
}

.list {
	position: relative;
	width: 72px;
	height: auto;
	margin: 0 auto;
}

.fun_title {
	height: 18px;
	line-height: 18px
}

#search_rule .fun_title span {
	width: 82px;
	height: 30px;
	background: url(images/switch_rule.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px
}

#data_confirm .fun_title span {
	width: 82px;
	height: 30px;
	background: url(images/switch_confirm.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px
}

#data_archive .fun_title span {
	width: 82px;
	height: 30px;
	background: url(images/switch_archive.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px
}

#search_rule .fun_title span.search_or {
	background-position: 0 -2px
}

#search_rule .fun_title span.search_and {
	background-position: 0 -33px
}

#data_confirm .fun_title span.confirm_on {
	background-position: 0 -2px
}

#data_confirm .fun_title span.confirm_off {
	background-position: 0 -33px
}

#data_archive .fun_title span.archive_on {
	background-position: 0 -2px
}

#data_archive .fun_title span.archive_off {
	background-position: 0 -33px
}

.fun_title h3 {
	font-size: 14px;
	font-family: 'microsoft yahei';
}

.list p {
	line-height: 20px
}

.list p span {
	color: #f60
}

.s_upload_field_content {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	position: relative;
}

.x_upload_file {
	background-image: url(images/upload.png);
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: block;
	top: 0px;
	left: 0px;
}

.search_option_row {
	/*text-align:center;*/
	padding: 10px;
}

#input_advance_search {
	font-size: 14px;
	color: #0000ff;
	text-decoration: none;
	position: absolute;
	right: 0px;
	bottom: 2px;
	cursor: pointer;
}

#input_advance_search:hover {
	color: #ff0000;
	text-decoration: underline;
}

#input_start_search {
	display: block;
	position: absolute;
	left: 220px;
	top: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/*
#btnCloseAdvanceSearch{
position:absolute;
right:10px;
top:10px;
}*/
.btn-field-option-x {
	padding: 2px;
	margin: 0 2px;
	display: block;
	cursor: pointer;
	float: left;
}

.btn-field-option-x:hover {
	border: 1px solid #000;
	background-color: #f7f9ff;
	border-radius: 5px;
}

.delete-general-database {
	background: url(images/del2.png) no-repeat center;
	width: 16px;
	height: 16px;
}

.edit-general-database {
	background: url(images/edit2.png) no-repeat center;
	width: 16px;
	height: 16px;
}

.add-general-database {
	background: url(images/add2.png) no-repeat center;
	width: 32px;
	height: 32px;
}

.export-data,
.export-print-general-database,
.export-print-review-data {
	background: url(images/print2.png) no-repeat center;
	width: 16px;
	height: 16px;
}

.review-data {
	background: url(images/review.png) no-repeat center;
	width: 16px;
	height: 16px;
}

#input_add:before {
	content: "";
	display: block;
	background: url("images/ic_add.png") no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

#delete_check:before {
	content: "";
	display: block;
	background: url("images/ic_del.png") no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

.user_upload_file {
	/*position: relative;*/
	-moz-box-shadow: inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
	box-shadow: inset 0px 39px 0px -24px #e67a73;
	background-color: #e4685d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 2px 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #b23e35;
}

.user_upload_file .qq-upload-list {
	display: none;
}

.user_upload_file_list {
	text-align: left;
}

.user_upload_file_list table {
	width: 100%;
	table-layout: fixed;
}

.qq-upload-remove {
	background-image: url(images/del2.png);
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}

.pageLoading {
	height: 100%;
}

.qq-upload-success {
	white-space: nowrap;
}

.qq-upload-file:before {
	content: "";
	display: block;
	background: url("images/file.png") no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

.ic-alert-x::before {
	content: "";
	display: block;
	background: url("images/ic_alert.gif") no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

.ic-new-x::before {
	content: "";
	display: block;
	background: url("images/ic_new.gif") no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

.ic-ok-x::before {
	content: "";
	display: block;
	background: url("images/ic_ok.gif") no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
}

.icon-lg.light {
	color: #fff;
	text-decoration: none;
}

#ptask-notification-inner {
	float: right;
	padding: 5px;
	margin: 0px;
	height: 30px;
	position: relative;
	/* right: 70px; */
}

.item-info-table-x {
	table-layout: fixed;
	width: 100%;
}

.item-info-x {
	text-align: left;
}

.item-info-multi-x td {
	padding-top: 10px;
}

.item-info-x #item_options {
	width: 100%;
	float: left;
	display: none;
}

#item_global_options {
	float: right;
	display: block;
}

#account_option {
	background-image: url(images/account.png);
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
	margin: 8px 10px;
}

.chosen-select {
	width: 30%;
}

#google_translate_element {
	float: right;
	padding: 6px;
}

.user_input {
	width: 90%;
}

.input-multi-text {
	height: 100px;
}

#ntb_center {
	overflow-x: auto;
	float: left;
	width: 100%;
}