@charset "utf-8";

/* CSS reset */
body, input, textarea, div, a, table, tr, td, th{
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI",  sans-serif;
  font-size: 14px;
}
body {
  color: #333;
  -webkit-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div[name="rtf_docContent"] table{
	margin-left:0.6pt !important;
}
fieldset, img {
  border: 0;
}
div[name="rtf_docContent"] pre{
	white-space:pre-wrap; 
	word-break:normal;
	word-wrap:break-word!important;
	
}
div[name="rtf_docContent"] {
	max-width: 100%;
	overflow-x:auto;
	padding: 1px;
}
.cke_editable table > tbody > tr > td,
.lui_wiki_content_catelog table > tbody > tr > td,
div[name="rtf_docContent"] table > tbody > tr > td{
  border: 1px solid #000;
}
.cke_editable table,
.lui_wiki_content_catelog table,
div[name="rtf_docContent"] table{
  border-color: #000;
}

.cke_editable pre{
    white-space:pre-wrap; 
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3eb2e6;
}
abbr, acrnym {
  border: 0;
}
input::-ms-clear {
  display: none;
}

/*输入框的小叉叉图标消失*/
*:focus {
  outline: none;
}

/* 去掉输入框点击时的边框 */
.cke_editable {
  padding: 5px;
  height: 95%;
}
.cke_editable ul {
  padding-left: 40px;
  margin: auto;
  list-style: disc;
}

/*系统全局功能*/
.textEllipsis {
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clr {
  clear: both
}
.clearfloat {
  zoom: 1;
}

/*@清除浮动 */
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/*@置顶*/
.com_goto {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
}
.lui_profile_list_body.lui_profile_list_export_body{ padding-bottom: 65px;}
.lui_profile_list_body .com_goto{ bottom:25px;}
.lui_profile_list_body .lui_profile_table_form{ padding-bottom: 85px;}
.com_export {
  background: url(../images/export.png) no-repeat center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
.com_export:hover{ background-color:#dfdfdf;}
.com_qrcode {
  background: url(../images/qrcode.png) no-repeat center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
.com_qrcode:hover {
  background-color: #dfdfdf;
}
.com_gototop {
  background: #47b5e6 url(../images/go_top.png);
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 0;
  cursor: pointer;
}
.com_gototop:hover {
  background: #c1c1c1 url(../images/go_top_on.png);
  width: 50px;
  height: 50px;
}

/*@展开||收起*/
.com_slideDown {
  margin-left: 12px;
  padding-left: 10px;
  font-size: 13px;
  text-decoration: underline;
  background: url(../images/doc_arrow.png) no-repeat 0 5px;
  cursor: pointer;
}
.com_slideUp {
  margin-left: 12px;
  padding-left: 10px;
  font-size: 13px;
  text-decoration: underline;
  background: url(../images/doc_arrow.png) no-repeat 0px -23px;
  cursor: pointer;
}

/** tb_normal 一般4列表格表单的样式 有边框线表格 **/
.tb_normal {
  background-color: #ffffff;
  border-collapse: collapse;
  border: 1px #d2d2d2 solid;
  padding: 8px !important;
  text-align: left;
  margin: 0 auto;
}
.tb_normal > tbody > .tr_normal_title {
  background-color: #f6f6f6;
  text-align: center;
}
.tb_normal > tbody > tr {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.tb_normal > tbody > tr > td {
  padding: 8px;
  word-break: break-word;
  border-left: 1px #d2d2d2 solid;
  border-right: 1px #d2d2d2 solid;
}

.tb_normal > tbody >tr > .td_normal_title {
  background-color: #f6f6f6;
}
/*---------- 明细表操作按钮 ----------*/
.tb_normal .tr_normal_opt {
  background: url(../images/form/tr_normal_optBg.png) repeat left top;
  text-align: center;
}
.tb_normal .tr_normal_opt td {
  padding: 5px 8px;
  color:#fff;
}
.tr_normal_opt_content{ width:100%; position: relative; height:36px; line-height:36px;}
.tr_normal_opt .tr_normal_opt_l{text-align: left; position: absolute; left: 0; top:0;}
.tr_normal_opt .tr_normal_opt_c{text-align: center;}
.tr_normal_opt .tr_normal_opt_r{ text-align: right; position: absolute; right: 0; top:0;}
.tr_normal_opt .opt_batchDel_style,
.tr_normal_opt .opt_add_style,
.tr_normal_opt .opt_up_style,
.tr_normal_opt .opt_down_style,
.tr_normal_opt .opt_import_style,
.tr_normal_opt .opt_export_style{ display: inline-block; width: 20px; height: 20px; cursor: pointer; vertical-align: text-top; background:url(../images/form/normal_opt_sprite.png) no-repeat 0 0;}

.tb_normal .optStyle {
  display: inline-block;
}
.tb_normal .opt_batchDel_style {
	background-position: 0 0;
}
.tb_normal .opt_batchDel_style:HOVER {
  background-position: 0 -20px;
}

.tb_normal .opt_add_style {
  background-position: -20px 0;
}
.tb_normal .opt_add_style:HOVER {
	background-position: -20px -20px;
}
.tb_normal .opt_up_style {
  background-position: -40px 0;
}
.tb_normal .opt_up_style:HOVER {
  background-position: -40px -20px;
}
.tb_normal .opt_down_style {
 background-position: -60px 0;
}
.tb_normal .opt_down_style:HOVER {
  background-position: -60px -20px;
}
.tb_normal .opt_import_style {
  background-position: -80px 0;
}
.tb_normal .opt_import_style:HOVER {
  background-position: -80px -20px;
}
.tb_normal .opt_export_style {
  background-position: -100px 0;
}
.tb_normal .opt_export_style:HOVER {
  background-position: -100px -20px;
}
.opt_ck_style input{ margin-right: 2px; position: relative; top:2px;}
.tr_normal_opt .tr_normal_opt_l .opt_batchDel_style{ vertical-align: text-top; margin-left: 5px;}
.tr_normal_opt .tr_normal_opt_c>.optStyle{ margin:0 2px;}
.tr_normal_opt .tr_normal_opt_r .opt_export_style,
.tr_normal_opt .tr_normal_opt_r .opt_import_style{ margin-right: 5px; vertical-align: text-top;}
.tr_normal_opt .tr_normal_opt_r>.optStyle{ margin-left: 10px;}
/* MAC系统高清屏特殊处理  */
@media screen and (-webkit-min-device-pixel-ratio:2) {
	.opt_ck_style input{ top:0;}
	}
.tb_normal .opt_add_compatible_style {
  background-image: url(../images/icon_add_compatible.png);
  width: 24px;
  height: 24px;
}
.tb_normal .opt_add_compatible_style:HOVER {
  background-image: url(../images/icon_add_compatible_hover.png);
}
.tb_normal .opt_copy_style {
  background-image: url(../images/icon_copy.png);
  width: 16px;
  height: 16px;
}
.tb_normal .opt_copy_style:HOVER {
  background-image: url(../images/icon_copy_hover.png);
}
.tb_normal .opt_del_style {
  background-image: url(../images/icon_del.png);
  width: 16px;
  height: 16px;
}
.tb_normal .opt_del_style:HOVER {
  background-image: url(../images/icon_del_hover.png);
}

.tb_normal input, .tb_normal label, .tb_normal select, .tb_normal option {
  cursor: default;
}

/** tb_simple 一般2列表格表单的样式  无表框线表格 **/
.tb_simple {
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.tb_simple>tbody>.tr_normal_title {
  text-align: center;
}
.tb_simple>tbody>tr>td {
  padding: 5px;
  word-break: break-word;
}
.tb_simple>tbody>tr>.td_normal_title {
  text-align: right
}
body .eval_opt_table tr td{ padding: 0 0px 6px!important; }
/*字段名称*/

/** tb_noborder 取消表格和单元格的边线 **/
.tb_noborder {
  background-color: #FFFFFF;
  margin: 0 auto;
  border-collapse: collapse;
  padding: 0px;
  border: none;
}
.tb_noborder>tbody>tr>td {
  padding: 0px;
  border: none;
}

/*- 门户部件 引用自定义页面 -*/
.lui_component_iframe_wrap{*white-space:-1px;font-size:0;}

/*--- 门户头部个人信息弹出框 ---*/
.lui_info_post_tb td{ padding:2px 0;}
.lui_info_post_tb td,.lui_info_post_tb td > *{ font-size:12px}
.lui_info_post_tb td.lui_userinfo_title{ white-space:nowrap; font-size: 12px;}
.lui_info_link_tb td{ padding:0 2px;}
.lui_info_link_tb .com_btn_link{white-space:nowrap;}

/*系统全局字体颜色*/
.com_subject, .lui_form_subject, .txttitle {
  color: #3e9ece;
}

/*标题颜色*/
.com_subhead, .lui_form_subhead {
  color: #5b5b5b;
}

/*副标题颜色*/
.td_normal_title, .tr_normal_title>td {
  color: #000;
}

/*字段颜色*/
.com_author {
  color: #333;
}

/*人名强调色*/
.com_author:hover {
  color: #F19703;
}
.com_number {
  color: #29aa19
}

/*数字强调色*/
.com_warn, .txtstrong {
  color: #d02300
}

/*警告提示*/
.com_help, .lui_form_baseinfo {
  color: #9e9e9e
}

/*辅助信息*/
.com_btn_link {
  color: #37ace1;
  text-decoration: underline;
}

/*弱化按钮*/
.com_prompt_more {
  vertical-align: text-top;
  display: inline-block;  /*更多提示*/
  width: 6px;
  height: 6px;
  background-color: #fc4f4f;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.com_prompt_num {
  color: white;
  padding: 2px 3px;
  font-size: 10px;
  min-width: 12px;
  height: 12px;/*数字提示类*/
  background-color: #d93e1a;
  vertical-align: super;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.com_btn_link_light {
  text-decoration: underline;
}
.lui_popup_border_content .com_btn_link:hover {
  color: #db782c;
}

/*弱化按钮*/
.sys_notify_add {
  color: #37ace1 !important;
  text-decoration: underline;
}

/* 日程提醒 */

/*输入框提示信息字体颜色*/

/* WebKit browsers */::-webkit-input-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #9e9e9e !important;
  font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
  font-size: 12px;
}

/*
 支持 IE 浏览器，需添加 -ms- 前缀 
 支持 Firefox 浏览器，需添加 -moz- 前缀 
 支持 Google Chrome 浏览器，需添加 -webkit- 前缀 
 支持 Safari 浏览器，需添加 -webkit- 前缀 
 支持 Opera 浏览器，需添加 -o- 前缀 
 支持 Opera 浏览器，需添加 -xv- 前缀 */

/** 数据验证的样式 **/
.validation-advice, .lui_validate {
  clear: both;
  margin: 5px 0;
  padding: 5px;
  background-color: #fff5d8;
  border: 1px solid #e0a385;
}
.lui_validate {
  cursor: pointer;
}
.validation-table {
  padding: 0px !important;
  margin: 0px !important;
}
.validation-table td {
  text-align: left;
  font-size: 12px;
  border: 0px;
  margin: 0px !important;
  padding: 0px 2px !important;
  line-height: 18px;
  vertical-align: middle;
}
.validation-table td:FIRST-CHILD {
  width: 18px !important;
}
.validation-table .lui_icon_s_icon_validator{ vertical-align: text-bottom;}
.validation-advice-msg {
  font-weight: bold;
}
.validation-advice-msg .validation-advice-title {
  color: #cc0000 !important;
  font-weight: bolder;
}

/*按钮背景色*/
.com_bgcolor_d {
  background-color: #47b5e6
}
.com_bgcolor_n {
  background-color: #47b5e6
}
.com_bgcolor_l {
  background-color: #d6d6d6
}
.com_bgcolor_d:hover {
  background-color: #2f9adb
}
.com_bgcolor_n:hover {
  background-color: #2f9adb
}
.com_bgcolor_l:hover {
  background-color: #c2c2c2
}

/*按钮边框色*/
.com_bordercolor_d {
  border-color: #35a1d0
}
.com_bordercolor_n {
  border-color: #35a1d0
}
.com_bordercolor_l {
  border-color: #c7c7c7
}

/*叮当狐狸按钮边框颜色*/
.foxBtn:hover{
	border-color: #35a1d0
}
/*按钮字体颜色*/
.com_fontcolor_d {
  color: #fff
}
.com_fontcolor_n {
  color: #fff
}
.com_fontcolor_l {
  color: #fff
}

/*Ie8不支持 屏幕宽度小于等于1280*/
.width15 {
  width: 15px;
}
.width20 {
  width: 20px;
}
.width30 {
  width: 30px;
}
.width40 {
  width: 40px;
}
.width60 {
  width: 60px;
}
.width80 {
  width: 80px;
}
.width100 {
  width: 100px;
}
.width120 {
  width: 120px;
}
.width140 {
  width: 140px;
}
.width160 {
  width: 160px;
}
.width180 {
  width: 180px;
}
.width200 {
  width: 200px;
}
.width250 {
  width: 250px;
}

/*屏幕宽度小于等于1280*/
@media screen and (max-width:1280px) {
  .width15 {
    width: 15px;
  }
  .width20 {
    width: 20px;
  }
  .width30 {
    width: 30px;
  }
  .width40 {
    width: 40px;
  }
  .width60 {
    width: 60px;
  }
  .width80 {
    width: 80px;
  }
  .width100 {
    width: 100px;
  }
  .width120 {
    width: 120px;
  }
  .width140 {
    width: 140px;
  }
  .width160 {
    width: 160px;
  }
  .width180 {
    width: 180px;
  }
  .width200 {
    width: 200px;
  }
  .width250 {
    width: 250px;
  }
}

/*屏幕宽度在1280和1536之间*/
@media screen and (min-width:1281px) and (max-width:1537px) {
	/*----- 注释原因：用到width+数字类名的有很多场景，不适合做响应式处理-----*/
  /*.width15 {
    width: 19px;
  }
  .width20 {
    width: 25px;
  }
  .width30 {
    width: 38px;
  }
  .width40 {
    width: 50px;
  }
  .width60 {
    width: 75px;
  }
  .width80 {
    width: 100px;
  }
  .width100 {
    width: 125px;
  }
  .width120 {
    width: 150px;
  }
  .width140 {
    width: 175px;
  }
  .width160 {
    width: 200px;
  }
  .width180 {
    width: 225px;
  }
  .width200 {
    width: 250px;
  }
  .width250 {
    width: 315px;
  }*/
}

/*屏幕宽度在1536和1792之间*/
@media screen and (min-width:1537px) and (max-width:1793px) {
	/*----- 注释原因：用到width+数字类名的有很多场景，不适合做响应式处理-----*/
  /*.width15 {
    width: 23px;
  }
  .width20 {
    width: 30px;
  }
  .width30 {
    width: 45px;
  }
  .width40 {
    width: 60px;
  }
  .width60 {
    width: 90px;
  }
  .width80 {
    width: 120px;
  }
  .width100 {
    width: 150px;
  }
  .width120 {
    width: 180px;
  }
  .width140 {
    width: 210px;
  }
  .width160 {
    width: 240px;
  }
  .width180 {
    width: 270px;
  }
  .width200 {
    width: 300px;
  }
  .width250 {
    width: 375px;
  }*/
}

/*屏幕宽度在1792和2048之间*/
@media screen and (min-width:1793px) and (max-width:2049px) {
	/*----- 注释原因：用到width+数字类名的有很多场景，不适合做响应式处理-----*/
  /*.width15 {
    width: 15px;
  }
  .width20 {
    width: 35px;
  }
  .width30 {
    width: 53px;
  }
  .width40 {
    width: 70px;
  }
  .width60 {
    width: 105px;
  }
  .width80 {
    width: 140px;
  }
  .width100 {
    width: 175px;
  }
  .width120 {
    width: 210px;
  }
  .width140 {
    width: 245px;
  }
  .width160 {
    width: 280px;
  }
  .width180 {
    width: 315px;
  }
  .width200 {
    width: 350px;
  }
  .width250 {
    width: 465px;
  }*/
}

/*屏幕宽度大于等于2048*/
@media screen and (min-width:2049px) {
	/*----- 注释原因：用到width+数字类名的有很多场景，不适合做响应式处理-----*/
  /*.width15 {
    width: 30px;
  }
  .width20 {
    width: 40px;
  }
  .width30 {
    width: 60px;
  }
  .width40 {
    width: 80px;
  }
  .width60 {
    width: 120px;
  }
  .width80 {
    width: 160px;
  }
  .width100 {
    width: 200px;
  }
  .width120 {
    width: 240px;
  }
  .width140 {
    width: 280px;
  }
  .width160 {
    width: 320px;
  }
  .width180 {
    width: 360px;
  }
  .width200 {
    width: 400px;
  }
  .width250 {
    width: 500px;
  }*/
}

/*浏览器兼容提示*/
.browserTip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: yellow;
  line-height: 20px;
  text-align: center;
  display: block;
  height: 20px;
}
.browserTip div {
  padding-left: 10px;
  cursor: pointer;
  display: inline;
  padding-left: 5px;
  line-height: 20px;
}

/*右侧按钮 二维码和其他业务模块按钮加权重置 Starts*/
.forum_shortcut_menu{
  bottom: 179px !important;
}
.forum_shortcut_menu ul li,.edit_forum_shortcut_menu ul li {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: none !important;
}
.forum_shortcut_menu ul li a,.edit_forum_shortcut_menu ul li a {
  width: 48px !important;
  height: 48px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  transition: all 0.3s;
}
.forum_shortcut_menu ul li a:hover,.edit_forum_shortcut_menu ul li a:hover {
  background-color: #dfdfdf !important;
}
.forum_shortcut_menu ul li .menu1 {
  background-image: url(../images/toolbar/01-1.png) !important;
}
.forum_shortcut_menu ul li .menu2 {
  background-image: url(../images/toolbar/03-1.png) !important;
}
.forum_shortcut_menu ul li .menu3,.edit_forum_shortcut_menu ul .menu3 {
  background-image: url(../images/toolbar/02-1.png) !important;
}
.work_comm_menu, .pindagate_menu {
  bottom: 179px !important;
  border-bottom: 0 !important;
}
.work_comm_menu ul li, .pindagate_menu ul li {
  margin-top: -1px;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.3s;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.work_comm_menu ul li:hover, .pindagate_menu ul li:hover {
  background-color: #dfdfdf !important;
}
.work_comm_menu ul li.item_1 {
  background-image: url(../images/toolbar/06-1.png) !important;
}
.work_comm_menu ul li.item_2 {
  background-image: url(../images/toolbar/04-1.png) !important;
}
.work_comm_menu ul li.item_3 {
  background-image: url(../images/toolbar/15.png) !important;
}
.work_comm_menu ul li.item_4 {
  background-image: url(../images/toolbar/12-1.png) !important;
}
.pindagate_menu ul li.item_1 {
  background-image: url(../images/toolbar/vote_icon_1.png) !important;
}
.pindagate_menu ul li.item_2 {
  background-image: url(../images/toolbar/vote_icon_2.png) !important;
}
.pindagate_menu ul li.item_3 {
  background-image: url(../images/toolbar/vote_icon_3.png) !important;
}
.pindagate_menu ul li.item_4 {
  background-image: url(../images/toolbar/vote_icon_4.png) !important;
}
.pindagate_menu ul li.item_5 {
  background-image: url(../images/toolbar/vote_icon_5.png) !important;
}

/*右侧按钮 二维码和其他业务模块按钮加权重置 Ends*/

/*------ document.css相关代码移入  开始 ------*/

/** 简单的通用样式 **/
.txttitle {text-align: center; font-size: 18px;line-height: 30px;color: #3e9ece; font-weight: bold;}
.txtstrong {color: #FF0000;font-weight: normal;display: inline-block;*display: inline;}
.inputread {border:0px; color:#868686;}
.inputread_normal {border:0px;}
.td_label0 { text-align:left; vertical-align: baseline!important;font-size:2px!important;padding:0px!important;border:0px!important;height:30px; border-bottom:2px solid #58c0ee!important;}
.td_label0 nobr{margin-right: 2px;}
.td_label0 nobr input{overflow:visible;width:auto;_width:0;}
.btnlabel1 {height: 30px;font-size:13px;border: 0px;padding:2px 3px 0px 3px;margin:0px; color:#fff; cursor:pointer;}
.btnlabel2 {height: 30px;font-size:13px;border: 0px;padding:2px 3px 0px 3px;margin:0px; color:#47b5e6;cursor:pointer;}

.Bold{ font-weight: bold;}
.btnopt{color: #fff; background-color: #47b5ea; height: 22px; line-height:22px; padding: 0px 5px; border:0px;letter-spacing: 1px; cursor: pointer;}
.btnopt:hover{ color:#73caf1; border-color:#73caf1}
.btnopt.btngray{background-color:#fafafa;color: #47b5e6;border: 1px #bbbbbb solid;}
.btnopt.btngray:hover{color: #2f9adb;}
.btnoptmouseover{color:#73caf1; border-color:#73caf1}
.Code{border: #8b4513 1px solid;padding-right: 5px;padding-left: 5px;color: #000066;background-color: #ff9933;}
.maxwinicon{position:absolute;left:10px;width:23px;height:23px;}
#optBarDiv{display:none;}
.upload{ color: #0066FF; background-color: #F0F0F0; border: 1px #999999 solid; font-weight: normal; padding: 0px 1px 1px 0px; /*height: 18px;*/ clip:  rect();}
.td_optbar, .tb_optbar td{padding:2px 10px 2px 0px;text-align:right;}
.txtwarn,description_txt{color: #FF0000;}
.textdescription{font-size:12px;color:blue}
.tb_label{border-collapse:collapse!important;}
.td_label{background-color: #FFFFFF!important;border-left-style:none!important;border-left-width:0px!important;border-top-width:0px!important; padding-top:6px;}
.Title{font-weight: bold;font-size: 18px;color: #cc3300;}


/** tb_noborder 取消表格和单元格的边线 **/
.tb_noborder{background-color: #FFFFFF;margin: 0px;border-collapse: collapse;padding: 0px;border: 0px;}
.tb_noborder td {padding: 0px;border: 0px;}

/* 表单编辑器 源码模式 */
.srceditor .btnopt{ margin:0 5px; padding:0 5px; font-size:12px;letter-spacing:0;}
.srceditor .btnopt:hover{ color:#fff; background:#43ace0;}
.srceditor .btnopt:first-child{ margin-left:10px;}
.srceditor>div{ padding:10px;}

/*----- 后台配置路径  -----*/
.txtlistpath{ display: block; height:20px; padding:0 0 5px 0; color:#2792C6; border-bottom:1px dotted #ddd; line-height:20px; margin:10px 0 0; text-align:left;}
.profile_config_title{ color:#47b5e6;}
.txtlistpath .lui_icon_s{ margin-right:5px; position: relative; top:2px;}

/*------ document.css相关代码移入  结束 ------*/

/* MAC系统高清屏特殊处理  点评 */
@media screen and (-webkit-min-device-pixel-ratio:2) {
	.lui_icon_s_stargood	{ background-image:url(../icon/s/stargood@2x.png); background-size: 16px; }
	.lui_icon_s_starbad	{ background-image:url(../icon/s/starbad@2x.png); background-size: 16px; }
	.lui_icon_s_poor	{ background-image:url(../icon/s/poor@2x.png); background-size: 16px; }
	.lui_icon_s_recommend	{ background-image:url(../icon/s/recommend@2x.png); background-size: 16px; }
	.lui_icon_s_bad	{ background-image:url(../icon/s/bad@2x.png); background-size: 16px; }
	.lui_icon_s_good	{ background-image:url(../icon/s/good@2x.png); background-size: 16px; }
	.lui_icon_s_stargood{background-image:url(../icon/s/stargood@2x.png); background-size: 16px; }
	.lui_icon_s_starbad{background-image:url(../icon/s/starbad@2x.png); background-size: 16px;}
}

/*------------------- 打印样式 -------------------*/
.btnprint .lui_toolbar_frame_float .lui_toolbar_content{ width: 1000px;}
@media print {
	body{ background:#fff;}
	body,td{ color:#000!important;}	
  
  /*- 页面间距 -*/
  
	body .tb_normal{ border-color:#000;}
	body .tb_normal > tbody > tr > td{ border-color:#000;}
	
	.lui_form_content{ padding: 0!important;}
	
	/*- 操作按钮隐藏 -*/
	#optBarDiv, #S_OperationBar,#optBarDiv.btnprint,#optBtnBarDiv {display: none;}
	
	body.lui_print_body{ margin-top:0!important;}
	.lui_print_body .tempTB{ width: 100%;}
	
	.xform_textArea {height: auto!important;  display: block!important;}
	
}
/* 时间控件 Starts
   ========================================================================== */
.lui_muldatepicker{}
.lui_muldatepicker .ui-muldatepicker-select a{
  color: #15a4fa;
  border-color: #15a4fa;
}

/* 时间控件 Ends
   ========================================================================== */

/* 表格自定义表单元素样式 Starts
   ========================================================================== */
.tb_normal .xform_textArea textarea{
  padding-left: 0;
  padding-right: 0;
}
.xform_inputText,
.xform_datetime,
.xform_address{
  word-wrap : break-word;
  vertical-align: text-bottom;
}
.xform_inputText input,
.xform_datetime input,
.xform_address input{
  background-color: transparent;
}
.xform_address .mf_container ol.mf_list{
  position: relative;
  top: 6px;
}
.xform_address .mf_container input.mf_input{
  position: relative;
  top: 4px;
}
.xform_address .inputselectsgl .orgelement:before{
  top: auto;
  bottom: 2px;
}

.xform_linkLabel{
	word-wrap:normal;
	word-break:keep-all;
}

/* 表格自定义表单元素样式 Ends
   ========================================================================== */
   
/*任务管理 二级页面视图的树优化 Starts*/
.lui_listview_columntable_table.tree_table tr th:first-child { padding-left: 10px; padding-right: 10px;}
.lui_listview_columntable_table.tree_table tr th:first-child input{ position: relative; left: 12px;}
.lui_listview_columntable_table.tree_table.tree_table .default_node,
.lui_listview_columntable_table.tree_table.tree_table .default_active_node{
  width: 16px;
  height: 48px;
  margin-top: -10px;
  margin-bottom: -14px;
  position: relative;
  display:inline-block;
}
.lui_listview_columntable_table.tree_table.tree_table .default_open,
.lui_listview_columntable_table.tree_table.tree_table .default_hover_open{
  display:inline-block;
  background: url(../images/listview/allbgs.png) no-repeat 0 center;
}
.lui_listview_columntable_table.tree_table .default_leaf {
  background: url(../images/listview/allbgs.png) no-repeat -16px center;
}
.lui_listview_columntable_table.tree_table.tree_table .default_vertline {
  background: url(../images/listview/allbgs.png) no-repeat -32px center;
}
.lui_listview_columntable_table.tree_table.tree_table .default_shut,
.lui_listview_columntable_table.tree_table.tree_table .default_hover_shut{
  background: url(../images/listview/allbgs.png) no-repeat -48px center;
}
.lui_listview_columntable_table.tree_table.tree_table .default_last_leaf {
  background: url(../images/listview/allbgs.png) no-repeat -64px center;
}
.lui_listview_columntable_table.tree_table.tree_table .default_last_shut,
.lui_listview_columntable_table.tree_table.tree_table .default_hover_last_shut {
  background: url(../images/listview/allbgs.png) no-repeat -96px center;
}
.lui_listview_columntable_table.tree_table.tree_table .default_last_open,
.lui_listview_columntable_table.tree_table.tree_table .default_hover_last_open {
  background: url(../images/listview/allbgs.png) no-repeat -112px center;
}
/*任务管理 二级页面视图的树优化 Ends*/