/**
*************************************************************************************************
* css import
*************************************************************************************************
*/
@import 'report.css';

@import 'staffview.css';

@import 'search.css';

@import 'portal.css';

@import 'processOriented.css';

/**
*************************************************************************************************
* FONT-ICON
*************************************************************************************************
*/
@font-face {
	font-family: "iconfont";
	src: url('../fontIcon/iconfont.eot'); /* IE9*/
	src: url('../fontIcon/iconfont.eot#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
      url('../fontIcon/iconfont.woff') format('woff'),
		/* chrome, firefox */
      url('../fontIcon/iconfont.ttf') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url('../fontIcon/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/**
*************************************************************************************************
* FONT
*************************************************************************************************
*/
.font-15em {
	font-size: 1.5em;
}

.font-11em {
	font-size: 1.1em;
}

/**
*************************************************************************************************
* 
*************************************************************************************************
*/
body {
	font-family: sans-serif;
}

.module_div {
	width: 110px;
	height: 115px;
	float: left;
	margin: 15px;
}

.module_div_space {
	height: 5px;
}

.module_div_over {
	cursor: pointer;
	background: url(../images/module/module_over_bgimg.png) no-repeat;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png',
		sizingMethod='scale');
}

.module-view-selected {
	border: none;
	background-color: #dddddd;
}

.module_div_img {
	height: 80px;
	text-align: center;
}

.module_div_img  img {
	width: 80px;
	height: 80px;
}

.module_div_text {
	height: 27px;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	color: #4F4F4F;
	padding-top: 5px;
}

.module_div_over .module_div_text {
	color: #280000;
}

.error-page-top-text {
	font-size: 150px;
	line-height: 150px;
}

.icon_div {
	width: 50px;
	height: 40px;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
}

.font_icon_div {
	font-size: 30px;
}

.font_icon_text_div {
	height: 20px;
	font-size: 8px;
}

.icon_div_over {
	cursor: pointer;
	color: #35BAF6;
	background-color: #BEBEBE;
}

/* .report_table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.report_table  td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
} */

/* jian bian se*/
.navigation_toolbar {
	height: 42px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#ACD6FF, endColorStr=#FFFFFF);
	background: -ms-linear-gradient(top, #ACD6FF, #FFFFFF);
	background: -moz-linear-gradient(top, #ACD6FF, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ACD6FF),
		to(#FFFFFF));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ACD6FF),
		to(#FFFFFF));
	background: -webkit-linear-gradient(top, #ACD6FF, #FFFFFF);
	background: -o-linear-gradient(top, #ACD6FF, #FFFFFF);
}

/* jian bian se*/
.navigation_toolbar_bottom {
	height: 42px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#FFFFFF, endColorStr=#ACD6FF);
	background: -ms-linear-gradient(top, #FFFFFF, #ACD6FF);
	background: -moz-linear-gradient(top, #FFFFFF, #ACD6FF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#ACD6FF));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#ACD6FF));
	background: -webkit-linear-gradient(top, #FFFFFF, #ACD6FF);
	background: -o-linear-gradient(top, #FFFFFF, #ACD6FF);
}

.desktop-component {
	border: none;
	background-color: transparent;
}

.link_larger_button {
	cursor: pointer;
	color: #6d6a6a;
	font-size: 18px;
	font-family: sans-serif;
	text-decoration: none;
}

.link_button {
	cursor: pointer;
	color: #6d6a6a;
	font-family: sans-serif;
	text-decoration: none;
}

.link_button_active {
	color: #35BAF6;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.link_import_button {
	cursor: pointer;
	color: #6d6a6a;
	font-size: 17px;
	font-family: sans-serif;
	text-decoration: none;
}

.match_field:hover {
	cursor: pointer;
}

.link_import_button_finish {
	color: #6d6a6a;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 17px;
}

.link_import_button_finish .import-progress-item i {
	border-color: #35BAF6;
	color: #35BAF6;
	line-height: 28px;
}

.link_import_button_active {
	color: #35BAF6;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

.link_import_button_active .import-progress-item i {
	border: 0;
	color: #fff;
	background: #33bbff;
	line-height: 30px;
}

.link_button_over {
	color: #35BAF6;
}

.link_label {
	color: #6d6a6a;
	font-family: sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.link_label :hover {
	color: #35BAF6;
}

.toolbar {
	background-color: #F0F0EE;
}

.no_border_button {
	border: 0px;
	background-color: #ffffff;
}

.navigation_icon {
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: #6d6a6a;
}

.navigation_title_new {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #333333;
}

.navigation_title {
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	color: #6d6a6a;
}

.label_font {
	color: #31ABE2;
	font-weight: bold;
}

.module_logo {
	cursor: pointer;
}

.pagehelp_fieldset {
	border: none;
	padding-left: 30px;
}

/**
*************************************************************************************************
* 闂傚倸鍊搁崐鎼佸磹妞嬪海鐭嗗〒姘炬嫹妤犵偞鐗犻、鏇㈡晜閽樺缃曢梻浣虹《閸撴繈鎮疯閹矂骞樼紒妯猴拷鍨箾閹寸儐浼嗛柟杈剧畱閻鐓崶銊р檨闁绘挾鍠栭弻锟犲礃閵婏附鎮欐繛瀵稿█娴滃爼寮婚敐澶婄睄闁稿本鑹炬禒姗�姊虹拠鑼濠电偛锕鏄忣樁缂佺姵鐩弫鎰板川椤掑倻娉挎繝鐢靛仜椤曨厽鍒婇幘顔肩闁跨噦鎷�
*************************************************************************************************
*/
.service_container {
	background-color: #FBF5FB;
}

.service_item {
	width: 240px;
	height: 115px;
	float: left;
	padding: 10px 12px;
	margin: 0 8px 16px;
	background-color: #FFFFFF;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}

.service_item_over {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.service_title {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: #888;
	width: 216px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid #ebcceb;
}

.service_space {
	height: 7px;
}

.service_content {
	display: table;
}

.service_img {
	display: table-cell;
	vertical-align: middle;
}

.service_img img {
	width: 53px;
	height: 53px;
}

.service_content {
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}

.star_color {
	color: #FED61F;
	margin-right: 10px;
	font-size: 14px;
}

.service_classify {
	height: 18px;
	font-size: 12px;
	color: #BBBBBB;
}

.service_star {
	height: 18px;
}

.service_collection {
	height: 18px;
	font-size: 12px;
	color: #BBBBBB;
}

.row_link {
	text-decoration: none;
	color: #3892D4;
	cursor: pointer;
}

.row_link:hover {
	color: #0000ff;
	font-weight: bold;
}

.userProfilePic {
	border: 4px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.userName {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #D6D9DC;
	cursor: pointer;
}

.userDeptName {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #D6D9DC;
	cursor: pointer;
}

.bg_white {
	background-color: #FFFFFF;
}

.bg_black {
	background-color: #32404E;
}

.list_link {
	color: #3892D4;
	text-decoration: none;
}

.display_link {
	color: #3892D4;
	text-decoration: none;
}

.list_link:hover {
	color: #8c2dd2;
	font-weight: bold;
}

.navigation_main_logo_over{
	color: #6d6a6a;
	cursor: pointer;
}
.navigation_main_label_over{
	cursor: pointer;
}

.navigation_text_button_icon {
	font-size: 1.8em;
}

.navigation_text_button {
	color: #6d6a6a;
	font-size: 14px;
	font-family: sans-serif;
	text-decoration: none;
}

.navigation_text_button_over {
	color: #000000;
	cursor: pointer;
}

.navigation_text_button_normal {
	color: #6d6a6a;
}

.navigation_text_button_current {
	color: #35BAF6;
}

.navigation_tab_button_current {
	color: #35BAF6;
	border-bottom: 2px solid #35BAF6;
}

.navigation_tab_button_div {
	width: 120px;
	height: 23px;
	font-size: 14px;
	font-weight:bold;
	line-height: 23px;
	text-align: center;
}

.fa-times-circle:hover {
	color: #ff0000;
}

.button_border_gray {
	border: 1px solid #c0c0c0;
}

.button_border_gray:hover {
	color: #31ABE2;
	border: 1px solid #31ABE2;
}

.toolbar_add_page {
	background-color: #F0F0EE;
}

.toolbar_head {
	background-color: #f0f2ff;
}

.file_valid {
	border: 1px solid red;
}

.module {
	width: 106px;
	height: 108px;
	float: left;
	margin: 10px;
	position: relative;
}

.module-bg {
	width: 106px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}

.module-img {
	width: 72px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 8px;
}

.module-text {
	width: 100%;
	height: 21px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	padding-top: 3px;
}

.submodule-text {
	margin-top: 5px;
	padding-top: 3px;
	width: 100%;
	height: 21px;
	font-size: 14px;
	text-align: center;
}

.module-over {
	width: 106px;
	height: 108px;
	cursor: pointer;
	background: url(../images/module/module_over_bgimg.png) no-repeat;
}

.form-textarea-trigger-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.field_help_btn {
	color: #c2c0c0;
	font-family: sans-serif;
	text-decoration: none;
}

.field_help_font {
	margin-top: 8px;
	font-size: 1.3em;
}

/**
*************************************************************************************************
* 婵犵數濮撮敃銉╂嚌閻愵剚鍙忛柍鍝勬噹缁狙囨煃閳轰礁鏆熷鐟邦槺閿熻姤顔栭崳顖炲箯閿燂拷
*************************************************************************************************
*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #aebcc8;
}

/* digit-view */
.block_view_div {
	position: relative;
	width: 150px;
	height: 100px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	top: 0;
}

.block_view_item_div {
	border: 1px solid #e8e8e8;
	width: 150px;
	height: 100px;
	position: relative;
	top: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	transition: top 0.4s;
}

.block_view_item_div_digit {
	height: 70px;
	text-align: center;
	color: #35BAF6;
	font: 500 50px/70px 'Open Sans', 'Helvetica Neue', helvetica, arial,
		verdana, serif;
}

.block_view_item_div_digit label:hover {
	cursor: pointer;
}

.block_view_item_div_text {
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #404040;
	font-family: sans-serif;
}

.block_view_div .block_view_div_shadow {
	background: #ededed;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0%;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.block_view_div:hover  .block_view_item_div {
	cursor: pointer;
	top: -7px;
}

.block_view_div:hover .block_view_div_shadow {
	width: 90%;
	left: 5%;
	bottom: -2px;
}

.block_view_div:hover .block_view_item_div_digit {
	cursor: pointer;
}

.block_view_item_text_div {
    width: 150px;
    height: 100px;
    line-height: 100px;
	font-size: 18px;
	color: #35BAF6;
	font-weight: bolder;
	text-align: center;
}

.grid-record-background-red {
	background-color: #f2dede;
}

.simple_search_toolbar {
	/*background-color: #fafafa;*/
	padding-bottom: 12px;
}

.staff-fieldset>div {
	padding: 10px 18px;
	border-top: 1px solid #e3e3e3
}

.staff-fieldset .staff-fieldset>div {
	padding: 0;
	margin: -10px 0;
}

.staff-fieldset  .x-fieldset-header {
	padding: 10px 15px 5px;
}

.staff-fieldset  .x-fieldset-header .x-tool-toggle {
	line-height: 20px;
	overflow: visible
}

.rly-sub-fieldset .x-fieldset-header {
	background:#fff;
	display: block;
	width: calc(100% + 48px);
	margin-left:-24px;
	padding: 10px 25px 5px;
}

.detail-field-label {
	float: left;
	width: auto !important;
	line-height: 32px;
}

.staff-count-field-label {
	float: left;
	line-height: 32px;
}

.detail-field-label span {
	width: auto !important;
	color: rgba(0, 0, 0, .85);
	padding-right: 2px;
	font-size: 14px;
}

.detail-field-body {
	float: left;
}

.staff-count-field-body {
	float: left;
	width: 215px;
}

.add-detail-field-body {
	float: left;
	width: 165px;
}

.detail-field-body>div {
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
}

.detail-textArea-field-body {
	float: left;
	width: 90%;
}

.staff-field-upload .x-btn {
	width: 150px !important;
}

.staff-field-upload .x-form-text-wrap {
	display: none;
}

.staff-sub-fieldset>div {
	border-top: 1px solid #e3e3e3;
}

.staff-sub-fieldset  .x-fieldset-header {
	padding: 10px 15px 5px;
}

.staff-sub-fieldset  .x-fieldset-header .x-tool-toggle {
	line-height: 20px;
	overflow: visible
}

.staff-field-label-upload {
	color: white;
}

.staff-field-label-upload font {
	float: right;
}

.graph-cir-pie {
	height: 100%;
	weight: 100% !important;
	background: #FFF !important;
}

.comboxButtonbodyCls {
	border: none;
}

/* 缂佲晜鏅ュ銉ㄧカ閺嶅嘲绱tart */
.card {
	background: #fff;
}

.card-title {
	padding: 16px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	color: rgba(0, 0, 0, .85);
	line-height: 1;
}

.card-list {
	overflow: hidden;
	/* display: table-cell; */
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 16px 0;
}

.card-item {
	display: table-cell;
	border-right: 1px solid #e3e3e3;
	padding: 12px 16px;
}

.card-item:last-child {
	border: 0;
}

.card-item p {
	font-size: 24px;
	line-height: 1;
	color: rgba(0, 0, 0, .75);
	font-family: 'Times New Roman';
}

.card-item p:first-child {
	font-size: 16px;
	margin-bottom: 24px;
	text-indent: 4px;
	color: rgba(0, 0, 0, .85);
	font-family: '瀵邦喛钂嬮梿鍛寸拨';
}
.wage-jx-x-toolbar-default{
	border: 0;
}
/* 缂佲晜鏅ュ銉ㄧカ閺嶅嘲绱nd */