@import url(public.css);
@import url(button.css);
/*=======================================================
*	整体公共样式，一般情况下不会被修改【开始】
*	整理日期：2017-10-18
========================================================*/
/*右上角按钮区样式*/
#topbtn { float: right; width: 150px; height: 19px; margin-top: 10px; }
#topbtn a { display: block; width: 19px; height: 19px; float: right; margin: 0 5px; }
#topbtn a:hover { background-position: left bottom; }
/*主内容区主标题样式*/
#th_part{clear: both;}
#th_part h3{ font-size:1.3em; text-align:center; font-weight:normal; line-height:2em; color:#0099cc;}
/*修改框架中表格的样式*/
.k-grid-header, .k-grid-header th, .k-group-footer td { background:#0099cc; }
.k-header{color:#fff;}
.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grouping-header .k-group-indicator{border-color:#fff;}
th.k-header .k-link{color:#fff;}
.k-menu .k-link{color:#000;}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button{min-width:40px;}
.k-button.lh25{line-height:25px;}
/*表格分页样式*/
.k-state-selected{background:#0099cc;}
/*添加单元格底线样式*/
#grid .k-grid-content-locked table tr td ,#grid .k-virtual-scrollable-wrap table tr td ,.k-grid .k-grid-content-locked table tr td ,.k-grid .k-grid-content table tr td{ border-bottom:1px solid #eaeaea;}
.nob{font-weight:normal;}
.k-grid .k-state-selected a{color:white;}/*表格中普通链接变颜色（白色）*/
.k-grid .k-state-selected a.k-button{color:black;}/*表格中按钮链接颜色（黑色）*/
.k-textbox { padding: 0; }
.add-tab td { border-width: 0; }
.k-grid-pager{clear:both;}
/********************************************************
自定义表格样式：
data_tab_1：用于表单类表格，th有背景色，无边框
data-tab_2：用于列表类表格，其表现形式与grid一样
data_tab_3：特殊表格，有两个表头，水平方向是蓝色，垂直方面是灰色
datashow_tab：用于展示信息的表格，与表格一样式类似
********************************************************/
.data_tab_1{border-spacing:0; border-collapse:collapse; color:#000;}
.data_tab_1 tbody th{height:18px; line-height:18px; border-spacing:0; font-weight:normal; background:#efefef;}
.data_tab_1 .k-grid .k-grid-header th{background:#0099cc;}
.data_tab_1 tbody td .k-grid .k-grid-header th{background:#0099cc;}
.data_tab_1 tbody tr td{padding:3px; line-height:21px;}
/*data_tab_2 表格中链接样式*/
.data_tab_2{width:100%; border-spacing:0; border-collapse:collapse; border-top:1px solid #dbdbde; border-right:1px solid #dbdbde; color:#000;}
.data_tab_2 thead .k-header{border:1px solid #dbdbde;}
.data_tab_2 .k-grid .k-grid-header th{background:#0099cc;}
.data_tab_2 thead .th-ico{background:url(images/th_ico.png) left top no-repeat; line-height:19px; padding-left:23px;}
.data_tab_2 tbody th{height:21px;line-height:21px; border-spacing:0; font-weight:normal;}
.data_tab_2 tbody tr td{padding:3px; border:1px solid #dbdbde; line-height:21px;}
.data_tab_2 tbody .nopadding ,.data_tab_1 tbody .nopadding{padding:0;}
/*data_tab_3 表格中链接样式*/
.data_tab_3{ border-spacing:0; border-collapse:collapse;}/*专门用于双表头表格，水平方面为蓝色，垂直方向为灰色*/
.data_tab_3 th{height:23px; line-height:23px; border-spacing:0; font-weight:normal; background:#0099cc; border:1px solid #dbdbde; padding:2px; color:#fff;}
.data_tab_3 th.thead_l{background:#efefef; color:#000;}
.data_tab_3 td{border:1px solid #dbdbde; padding:2px;}
/*datashow_tab 表格中链接样式*/
.datashow_tab{border-spacing:0; border-collapse:collapse; color:#000;}
.datashow_tab tbody th{min-width:150px; padding:5px 0; line-height:21px; border-spacing:0; font-weight:normal; background:#efefef;}
.datashow_tab tbody tr td{padding:5px; line-height:21px; max-width:30%;}
/*显示表格中嵌套的列表型表格*/
.datashow_tab .k-grid .k-grid-header th{background:#0099cc;}
.datashow_tab tbody td .k-grid .k-grid-header th{background:#0099cc;}
/*表格中链接样式，主要用于在列表或表单表格中添加链接*/
.k-state-selected .td_link ,.k-state-selected .td_link:hover{color:white;}
.td_link{color:#09c;}
.td_link:hover{color:#3b70b6; text-decoration:underline;}
/*表格中文字对齐样式，写在<p>中*/
.k-grid-content .talgn_c{text-align:center;}
.k-grid-content .talgn_r{text-align:right;}
.k-grid-content .talgn_l{text-align:left;}
/*偶数行背景样式*/
#peter .k-alt ,#cj_duibi_tab .k-alt{background:#dfecf4;}
.k-alt.k-state-selected ,#peter .k-alt.k-state-selected{background-color:rgb(25, 132, 200); background-image:url("textures/highlight.png");}
/*定义表格中单元格的边框样式*/
table tbody tr td.borderight{border-right:1px solid #dbdbde;}
table tbody tr td.borderbottom{border-bottom:1px solid #dbdbde;}
table tbody tr td.bordertop{border-top:1px solid #dbdbde;}
table tbody tr td.borderleft{border-left:1px solid #dbdbde;}
/*带表格线样式，一般作用于data_tab_1表格上面*/
.bordered tbody tr td{border:1px solid #dbdbde;}
.bordered tbody tr th{border:1px solid #dbdbde;}
/*去掉表格线的表格样式*/
.noborder_tab{border:none;}
.noborder_tab tbody tr td ,.bordered tbody td.nobordertd ,.noborderth{border:none;}
table tbody tr td.borderight{border-right:1px solid #dbdbde;}
table tbody tr td.borderbottom{border-bottom:1px solid #dbdbde;}
table tbody tr td.bordertop{border-top:1px solid #dbdbde;}
table tbody tr td.borderleft{border-left:1px solid #dbdbde;}
/*操作说明、操作指导区域样式。引用部份的样式*/
blockquote{padding:10px; margin:10px; background:#efefef; color:#333; border-left:3px solid #09c;}
/*修改自动完成的下拉列表的高度*/
.k-autocomplete .k-input{height:2.13em;}
/*windows样式*/
/*.k-widget .k-header{background: url(images/nav_bg.png) left 1px repeat-x;}
.k-widget .k-header .k-window-title{font-size:12px; padding-top:3px; padding-left:20px; background:url(images/dialogico.png) left center no-repeat;}*/
.diainfo{display:inline-block; float:left; line-height:31px;}
.dialog_msg_right ,.dialog_msg_wrong ,.dialog_msg_warning{width:31px; height:31px; margin-right:10px; display:inline-block; float:left;}
.dialog_msg_right{background:url(images/dialog_msg_right.png) left center no-repeat;}
.dialog_msg_wrong{background:url(images/dialog_msg_wrong.png) left center no-repeat;}
.dialog_msg_warning{background:url(images/dialog_msg_warning.png) left center no-repeat;}
/*DropdownList样式*/
.k-list-filter .k-textbox{position:relative;}/*下拉列表过滤器样式*/
.k-ie8 .k-icon{top:25%;}/*过滤器样式，针对IE8*/
/*搜索区样式*/
.searcharea{padding:3px;}
.searcharea table tr td{padding:1px 2px;}
.searcharea table tr td.pdl2{padding-left:2px;}
.searcharea table tr td.pdl5{padding-left:5px;}
/*加减号按钮样式*/
.kb-add ,.kb-min{width:20px; height:20px; padding:0; line-height:17px;}
/*校验相关样式*/
.mustbe{font-family:Verdana, Geneva, sans-serif; color:#F00;}/*必填项*样式*/
span.mustbe{font-size:13px; font-weight:bold; padding-right:2px; position:relative; top:1px;}
input.bg_read ,input.bg_read:hover{background:#efefef;}
/*=======================================================
*	整体公共样式【结束】
========================================================*/

/*=======================================================
*	Blue 模板特殊样式
*	整理日期：2017-10-18
========================================================*/
/*pop-in窗口样式*/
.k-window-titlebar.k-header .k-window-title{color:#000;}

/*=======================================================
*	系统功能区样式，可以根据需要进行拷贝
*	整理日期：2017-10-18
========================================================*/
/*首页快捷工具区样式*/
#toolsbar{height:71px; border-bottom:5px solid #bfcddb; background:#eef4fa;}
#homemessage{float:left; height:71px; background:url(images/toolsline.png) right top repeat-y; padding:0 20px; line-height:19px; font-weight:bold;}
#h_msg{margin-top:15px; padding-left:20px; background:url(images/h_msg.png) left center no-repeat;}
#h_msg span{color:red; padding:0 5px;}
#h_msg_link{padding-left:20px; background:url(images/h_msg_link.png) left center no-repeat;}
#h_msg_link a{padding:0 5px; color:black; text-decoration:underline;}
#h_msg_link a:hover{text-decoration:none;}
/*系统管理相关样式*/
#add_orgtab th{padding-left:8px;}
#userrol_tab{margin:10px;}
#userrol_tab .k-state-default{height:25px; line-height:25px; margin-right:3px;}
#userrol_tab .k-state-default input{height:23px; line-height:23px;}
#userrol_userinfo_tab .k-textbox{width:180px;}
#userrol_tab1 span ,#userrol_tab2 span{display:block; height:31px; line-height:31px; display:block; background:#efefef; border-radius:8px 8px 0 0; border:1px solid #ccc; border-bottom:none;}
#userrol_td{border:1px solid #ccc;}
#userrol_tab2 span{background:#9c9; border:1px solid #9c9;}
#userrol_td2{border:1px solid #9c9;}
#field_target{color:#696;}
#userorg_tab{margin:10px;}
#sysmenu_tab th{padding-left:8px;}
.k-header.kh{text-align:center;}/*****************/
/*审核区域相关样式*/
#approve{clear:both;}
#shenhe{padding:5px 0px;}
#shenhe p{line-height:25px;}
.history_sh{background:url(images/ico1.png) left center no-repeat; padding-left:20px; display:inline-block;}
/*打印表格样式*/
#prinpart{height:100%; overflow:scroll;}
.pt{border-spacing:0; border-collapse:collapse; width:100%;}
.pt tbody td{border:1px solid #333; padding:2px;}
.pt thead th{border:1px solid #333; background:#efefef; line-height:21px; white-space:nowrap;}
.p_header tbody td{border:1px solid #fff; border-bottom:1px solid #000;}
/*日历样式*/
#calendar_tab{ margin:10px; width:70%; border-spacing:0; border-collapse:collapse; border:1px solid #dbdbde;}
#calendar_tab thead th{font-size:14px; background:url(images/thbg.png) left top repeat-x; border:1px solid #dbdbde;}
#calendar_tab tbody td{border:1px solid #dbdbde; color:#333;}
#calendar_tab tbody td span{ font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:21px;}
#calendar_tab tbody td p{color:#666; font-size:12px; font-weight:normal;}
#calendar_tab tbody .td_day1{background:white;}
#calendar_tab tbody .td_day2{background:#f3f6f8;}
/*工作流样式*/
.currentnode{background:url(images/ql_ico.png)left center no-repeat; padding-left:10px; font-size:14px;}
.currentnode b{color:#09C;}
/*考勤相关样式*/
.checkedinfo{font-size:16px; padding-left:30px; background:url(images/checked.png) no-repeat; line-height:32px; height:32px; display:inline-block; margin:0 30px; color:#060;}
#checkin_time{font-size:14px; text-align:center; width:90%; margin:20px auto;}
/*数据导入区样式*/
#import_box{ border:1px solid #ccc; padding:30px; margin-top:50px; border-radius:10px;}

/********************************************************
智能表单功能相关样式【开始】
********************************************************/
/*工具栏*/
#mytoolbar{padding:4px 0;}
.required{color:red; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; padding:0 2px; position:inherit;}/*必填项*/
table tbody a.k-button.k-pencil{width:30px; min-width:20px; float:right; line-height:23px;}/*编辑按钮（铅笔）*/
.item_title{clear:both; font-size:19px; text-align:center; line-height:45px; font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;}
.item_title_des{clear:both; font-size:14px; text-align:center; margin-bottom:15px; font-size:12px;}
.item_title_des span{margin:0 20px;}
.itembtn{display:block; width:100%; height:100%; text-decoration:none; color:#333;}
.itembtn:hover{background:khaki;}
/*表单表格*/
.formtab_1{border-spacing:0; border-collapse:collapse;}
.formtab_1 tbody th{height:35px; line-height:35px; border-spacing:0; font-weight:normal; padding:0 2px;}
.formtab_1 tbody tr td{padding:2px;}
/*操作指导表格*/
#guide{line-height:21px; font-size:14px;}
#guide ul{margin-left:20px; list-style:none; padding:0; background:url(images/stepguide_bg.png) left top repeat-x; width:650px;}
#guide ul li{float:left; margin:0 20px;}
#guide ul .g-start{margin-left:0;}
.g-dot{}
.g-dot a{font-size:12px; color:#999; text-decoration:underline;}
.step_no{display:block; font-family:Verdana, Geneva, sans-serif; background:url(images/stepactive.png) center bottom no-repeat; color:#fff; line-height:15px; height:20px; text-align:center;}
.step_name{display:block;}
#guide .active a{color:#09c; text-decoration:none;}
#guide .active .step_no ,#guide a:hover .step_no{background:url(images/stepactive.png) center top no-repeat;}
#guide a:hover{color:#09c; text-decoration:none;}
#guide .saved{background:url(images/g-dot2.png) left center no-repeat;}
#guide .saved a{color:#c30;}
/********************************************************
智能表单功能相关样式【结束】
********************************************************/

/*******************************************************
评审系统相关样式【开始】
按时ontime		绿色
延期delay		红色
当前current		黄色
*******************************************************/
/*初审*/
.appr_current{background-color:#FF0;}
.appr_delay{background-color:#F00;}
.appr_ontime{background-color:#0F0;}
/*复审*/
.review_current{background-color:#FF0;}
.review_delay{background-color:#F00;}
.review_ontime{background-color:#0F0;}
/*初复审*/
.limit_appr_current{background-color:#FF0;}
.limit_appr_delay{background-color:#F00;}
.limit_appr_ontime{background-color:#0F0;}
/*稽核*/
.audit_current{background-color:#FF0;}
.audit_delay{background-color:#F00;}
.audit_ontime{background-color:#0F0;}
/*项目*/
.project_current{background-color:#FF0;}
.project_delay{background-color:#F00;}
.project_ontime{background-color:#0F0;}
/*项目加急显示红色*/
.pro_urgent_class{color:#F00; }/*链接设置*/
.pro_urgent_class:visited{color:#F00; }/*访问过的链接设置*/
.pro_urgent_class:hover{color:#F00; }/*鼠标放上的链接设*/
/*评审项目详细信息布局相关样式*/
#rightop-pane{background:#eff0f1; overflow:hidden;}
#stepname{float:left; border-right:none; padding:0px 0px 0 5px; line-height:29px; height:27px;}
#projectname{float:left; padding-left:8px; line-height:29px; height:27px;}
/*项目查询中心样式*/
#midtop-pane{background:#eff0f1; overflow:hidden;}
#qc_info{border-bottom:1px solid #dbdbde; height:27px;}
#qc_search{clear:both; height:39px; line-height:31px; border-bottom:1px solid #dbdbde;}
/*评审中流程结点菜单样式*/
#project_menu a{padding-left:10px; margin-left:3px; background:url(images/ql_ico.png) left top no-repeat; line-height:19px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:black; text-decoration:none;}
#project_menu .pjm_item_linked{color:#f30; background:url(images/ql_ico2.png) left top no-repeat;}
#project_menu a:hover{color:#f30; text-decoration:none;}
#project_menu a:active{color:#333;}
/*统计查询样式*/
#qur_set{float:right; margin-right:1%;}
#qur_set span{width:16px; height:18px; display:inline-block;}
#tj-1{background:url(images/tongji_1.png) left top no-repeat;}
#tj-2{background:url(images/tongji_2.png) left top no-repeat;}
#tj-3{background:url(images/tongji_3.png) left top no-repeat;}
#tj-4{background:url(images/tongji_4.png) left top no-repeat;}
#tj-5{background:url(images/tongji_5.png) left top no-repeat;}
#chart_column{width:98%; margin:10px auto;}/*柱状图*/
#chart_line{width:98%; margin:10px auto;}/*折线图*/
#chart_pid{width:98%; margin:10px auto;}/*饼状图*/
/*材价对比表格样式(静态表格)*/
#cj_duibi_tab thead th{background:#0066cc; color:#fff; border:1px solid #dbdbde; line-height:27px; letter-spacing:2px;}
#cj_duibi_tab thead th.cs_th{background:#03c;}
#cj_duibi_tab thead th.fs_th{background:#60c;}
#cj_duibi_tab thead th.jh_th{background:#909;}
#cj_duibi_tab tbody td{line-height:17px;}
#cj_duibi_tab tbody td.fs_td_l{border-right:1px solid #60c;}
#cj_duibi_tab tbody td.fs_td_r{border-right:1px solid #60c;}
#trend_1, #trend_2 ,#trend_3 ,#trend_4{width:15px; height:15px; float:left; display:inline-block;}/*材价对比中趋势箭头样式*/
#trend_1{background:url(images/trend_1.png) no-repeat;}/*红色向上*/
#trend_2{background:url(images/trend_2.png) no-repeat;}/*黄色向上*/
#trend_3{background:url(images/trend_3.png) no-repeat;}/*红色向下*/
#trend_4{background:url(images/trend_4.png) no-repeat;}/*黄色向下*/
/*材价对比表格样式(kendo表格)*/
#cjdb_grid thead th{background:#0066cc; color:#fff; line-height:27px;}
#cjdb_grid thead #trParentHeader th{border-left:1px solid #dbdbde;}
#cjdb_grid thead #trParentHeader .bs_th, #cjdb_grid thead #trParentHeader .cs_th, #cjdb_grid thead #trParentHeader .fs_th, #cjdb_grid thead #trParentHeader .jh_th{border-left:1px solid #dbdbde; border-bottom:1px solid #dbdbde;}
#cjdb_grid thead #trParentHeader .noborder-left{border-left:none;}
#cjdb_grid thead th.cs_th{background:#03c;}
#cjdb_grid thead th.fs_th{background:#60c;}
#cjdb_grid thead th.jh_th{background:#909;}
#cjdb_grid tbody td{line-height:17px;}
#cjdb_grid tbody td.cs_border_l{border-left:1px solid #03c;}/*初审单元格左侧边框*/
#cjdb_grid tbody td.fs_border_l{border-right:1px solid #60c;}/*复审单元格左侧边框*/
#cjdb_grid tbody td.jh_border_l{border-right:1px solid #909;}/*稽核单元格左侧边框*/
.trend_1, .trend_2 ,.trend_3 ,.trend_4{width:15px; height:15px; float:left; display:inline-block;}/*材价对比中趋势箭头样式*/
.trend_1{background:url(images/trend_1.png) no-repeat;}/*红色向上*/
.trend_2{background:url(images/trend_2.png) no-repeat;}/*黄色向上*/
.trend_3{background:url(images/trend_3.png) no-repeat;}/*红色向下*/
.trend_4{background:url(images/trend_4.png) no-repeat;}/*黄色向下*/
#cjdb_grid .k-grid-header th.k-header{padding:.3em 2px .2em 2px; text-align:center;}
#cjdb_grid .k-grid-content td{padding:.4em .2em;}
#cjdb_grid .k-grid-header th.k-with-icon .k-link{margin-right:3px;}
#cjdb_grid .k-header>.k-grid-filter{margin-right:-5px;}
/*******************************************************
评审系统相关样式【结束】
*******************************************************/

/*******************************************************
系统门户页样式【开始】
日期：2015-12-14
内容：添加了可拖拽效果 sortable
*******************************************************/
/*工具区样式*/
.als-container {position: relative;	 margin: 0px auto; z-index: 0;}
.als-viewport {	position: relative;	overflow: hidden; margin: 0px auto;}
.als-wrapper {position: relative; list-style: none;}
.als-item {position: relative; display: block; text-align: center; cursor: pointer;	float: left;}
.als-prev, .als-next {cursor: pointer; clear: both;}
#tools{float:right; margin-right:10px; }
#tools ul{float:left; list-style:none;}
#tools ul li{float:left; height:71px; padding:0 20px; background:url(images/toolsline_2.png) left center no-repeat;}
#tools ul .tolb_last{background:none;}
#tools ul li a{display:block; width:auto; height:21px; padding-top:50px; text-align:center; text-decoration:none; color:#666; font-weight:bold;}
#tools ul li a:hover{color:#000; text-decoration:underline;}
.als-viewport{float:left;}
#tools_ctrl{float:right; width:18px; border-left:1px solid #bfcddb; border-right:1px solid #bfcddb; background:#dfe6ec;}
/*protal样式*/
#protal {display: table; width:100%;}
#protalleft { display: table-cell; margin: 0; padding: 20px 0 20px 20px; vertical-align: top; list-style:none; }
#protalcenter { display: table-cell; margin: 0; padding: 20px; vertical-align: top; list-style:none; }
#protalright { display: table-cell; margin: 0; padding: 20px 20px 20px 0; vertical-align: top; list-style:none; }
.widget.placeholder { opacity: 0.4; border: 1px dashed #a6a6a6; }
#protal h3{ background:#efefef}
#protal h3 font{ position:absolute;}
/*门户模板宽度*/
.pwl_20 ,.pwc_20 ,.pwr_20{width:20%;}
.pwl_40 ,.pwc_40 ,.pwr_40{width:40%;}
.pwl_50 ,.pwr_50{width:50%;}
.pwl_60 ,.pwr_60{width:60%;}
/* WIDGETS */
#protal .widget { margin: 0 0 20px; padding: 0; background-color: #ffffff; border: 1px solid #e7e7e7; border-radius: 3px; }
#protal .widget:hover { background-color: #fcfcfc; border-color: #cccccc; }
#protal .widget div {min-height: 50px; }
#protal .widget h3 { font-size: 12px; padding: 8px 10px; text-transform: uppercase; border-bottom: 1px solid #e7e7e7;}
#protal .widget h3 .k-icon { float: right; margin:0 2px; }
#protal .widget h3 .k-icon:hover { cursor: pointer; background-color: #e7e7e7; border-radius: 20px; }
/*门户模块窗口标题样式*/
.handler_title{padding-left:7px; background-image:url(images/portal/portal.png); background-repeat:no-repeat;}
#title_p1{background-position:0px 0px; color:#cc3300;}
#title_p2{background-position:0px -34px; color:#9900cc;}
#title_p3{background-position:0px -68px; color:#0066cc;}
#title_p4{background-position:0px -102px; color:#cc6600;}
#title_p5{background-position:0px -136px; color:#009900;}
#title_p6{background-position:0px -170px; color:#996600;}
#title_p7{background-position:0px -204px; color:#cc0085;}
#title_p8{background-position:0px -238px; color:#1400cc;}
#title_p9{background-position:0px -272px; color:#669900;}
/*门户信息展示样式一，表格列表*/
#protal .data_tab_2 thead th{font-weight:bold;}
#protal .data_tab_2{border-bottom:1px solid #dbdbde;}
/*#homepage_tab .data_tab_2 tbody tr td{border-bottom:none; border-top:none;}*/
#protal .data_tab_2 a{color:black; text-decoration:none; padding-left:10px; background:url(images/k-item-bg.png) 2px center no-repeat;}
#protal .data_tab_2 a:hover{color:blue;}
.portal_content .createtime{font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size:11px; color:#5C5C5C;}
/*门户信息展示样式二，列表+图片式*/
.protalist{list-style:none; float:left; margin:10px;}
.protalist li{line-height:23px;}
.protalist a{color:black; text-decoration:none; padding-left:10px; background:url(images/k-item-bg.png) 2px center no-repeat;}
.protalist a:hover{color:blue;}
.protalist dt{line-height:23px; float:left; width:70%;}
.protalist dd{float:right; width:80px;}
/*文档分类显示样式*/
.portal_list{list-style:none;}
.portal_list li{float:left; width:125px; height:125px; margin:10px;}
.portal_list li.plbtns{width:270px;}
#pl_add, #pl_goback{margin:0; float:left;}
#pl_add{margin-right:20px;}
.portal_list li a{float:left; display:block; width:123px; height:28px; padding-top:95px; border:1px dashed #ccc; border-radius:8px; text-align:center; color:#666; background:url(images/portal/portalist_btn.jpg) no-repeat;}
.portal_list li a:hover{border:1px solid #9cf; color:#39c; text-decoration:none;}
.portal_list li .portal_list_add{background:url(images/portal/portalist_add.jpg) no-repeat;}
.portal_list li .portal_list_goback{background:url(images/portal/portalist_goback.jpg) no-repeat;}
/*门户中下拉列表样式*/
.pos_select{margin-top:-5px; margin-right:5px; float:right; height:21px;}
.pos_select .k-dropdown{float:right;}
#protal .pos_select .k-icon.k-i-arrow-s{margin-top:3px; margin-bottom:0;}
.k-i-arrowhead-n{display:none;}
/*静态信息提示样式*/
.staticNotification{ padding:10px; line-height:21px; color:#333; background:#cff; border-bottom:1px solid #9cc;}
/*星星打分效果*/
#star { position: relative; width: auto; margin: 20px auto; height:32px; font-size:14px; }
#star ul, #star span { float: left; display: inline; height: 32px; line-height: 32px; }
#star ul { margin: 0 10px; list-style:none;}
#star li { float: left; width: 32px; height:32px; margin:0 2px; cursor: pointer; background:url(images/star.png) no-repeat; list-style:none; }
#star li a{float:left; display:inline; width:32px; height:32px;}
#star strong { color: #f60; padding-left: 10px; }
#star li.on { background-position: 0 -54px; }
#star p { position: absolute; top: 30px; width: 159px; height: 60px; display: none; padding: 7px 10px 0; }
#star p em { color: #f60; display: block; font-style: normal; }
/*集成功能相关样式*/
#integrate{padding:20px; background:url(images/integrate/jicheng_title_bg.png) left 110px no-repeat;}
#integrate_title{height:100px;}
#integrate_item{list-style:none; margin:20px 0;}
#integrate_item li{float:left; margin:5px; height:107px;}
#integrate_item li a{display:block; height:107px; float:left;}
#integrate_item li a:hover{-moz-box-shadow:0px 0px 8px #333 inset; -webkit-box-shadow:0px 0px 8px #333 inset; box-shadow:0px 0px 10px #333 inset;}
.jc_type1 ,.jc_type1 a{width:106px;}
.jc_type2 ,.jc_type2 a{width:221px;}
#jc_add{background:url(images/integrate/jc_add.png) no-repeat;}/*添加功能*/
#jc_item_1{background:url(images/integrate/jc_neiwang.png) no-repeat;}/*内网门户*/
#jc_item_2{background:url(images/integrate/jc_hujiao.png) no-repeat;}/*呼叫中心*/
#jc_item_3{background:url(images/integrate/jc_jiankong.png) no-repeat;}/*视频监控*/
#jc_item_4{background:url(images/integrate/jc_youfu.png) no-repeat;}/*优抚信息*/
#jc_item_5{background:url(images/integrate/jc_gongwen.png) no-repeat;}/*公文管理*/
#jc_item_6{background:url(images/integrate/jc_shequ.png) no-repeat;}/*智慧社区*/
#jc_item_7{background:url(images/integrate/jc_yanglao.png) no-repeat;}/*智慧养老*/
#jc_item_8{background:url(images/integrate/jc_yaodian.png) no-repeat;}/*定点药店*/
#jc_item_9{background:url(images/integrate/jc_celiang.png) no-repeat;}/*自测量设备*/
#jc_item_10{background:url(images/integrate/jc_tixi.png) no-repeat;}/*体系管理*/
#jc_item_11{background:url(images/integrate/jc_dangan.png) no-repeat;}/*档案管理*/
#jc_item_12{background:url(images/integrate/jc_shuju.png) no-repeat;}/*数据挖掘*/
#jc_item_13{background:url(images/integrate/jc_kaohe.png) no-repeat;}/*考核检查*/
#jc_item_14{background:url(images/integrate/jc_chaxun.png) no-repeat;}/*报表查询*/
#jc_item_15{background:url(images/integrate/jc_tongji.png) no-repeat;}/*统计汇总*/
#jc_item_16{background:url(images/integrate/jc_juece.png) no-repeat;}/*决策分析*/
/*******************************************************
系统门户样式【结束】
*******************************************************/

/*******************************************************
个人工作平台样式【开始】
*******************************************************/
/*个人工作平台-待办事项表格样式*/
#personal_content table .morebtn{float:right; position:relative; margin-right:10px; #margin-top:-30px; text-decoration:none;}
#personal_content table .morebtn:hover{color:#333;}
/*绿色表格*/
.green_tab thead th{background:#ccffcc url(images/personal/pw_table_titleico_green.png) 7px center no-repeat; #background:#ccffcc url(images/personal/pw_table_titleico_green.png) 6px center no-repeat; border:1px solid #ccffcc; color:#090;}
.green_tab .style_1 td{background:#e9ffe9;}
.green_tab .morebtn{ color:#090;}
/*蓝色表格*/
.blue_tab thead th{background:#99ccff url(images/personal/pw_table_titleico_blue.png) 7px center no-repeat; border:1px solid #99ccff; color:#069;}
.blue_tab .style_1 td{background:#eaf4fe}
.blue_tab .morebtn{ color:#069;}
/*黄色表格*/
.yellow_tab thead th{background:#ffcc66 url(images/personal/pw_table_titleico_yellow.png) 7px center no-repeat; border:1px solid #ffcc66; color:#960;}
.yellow_tab .style_1 td{background:#fdeccb}
.yellow_tab .morebtn{ color:#960;}
/*个人工作平台表格*/
#personal_content table{width:95%; margin:10px; border-spacing:0; border-collapse:collapse}
#personal_content table thead th{text-align:left; padding-left:25px; line-height:29px;}
#personal_content table tbody td{line-height:21px; padding:3px; border:1px solid #dbdbde;}
#personal_content table tbody td a{padding-left:10px; text-decoration:none; background:url(images/listyle_1.png) 5px center no-repeat; color:#000;}
#personal_content table tbody td a:hover{text-decoration:underline;}
/*个人工作平台样式*/
.pwl_35 ,.pwc_35{width:35%; #width:34%; float:left;}
.pwr_30{width:30%; float:left;}
.pwl_35#protalleft{padding:0;}
.pwc_35#protalcenter{padding:0;}
.pwr_30#protalright{padding:0;}
/*个人工作平台用户信息*/
#personal_top{background:url(images/personal/personalwork_topbg.png) center top no-repeat; #background-position:left top; #background-repeat:repeat-x; background-size:100% auto; height:140px;}
#personal_info{width:320px; height:140px; float:left; background:url(images/personal/pw_welcome_title.png) 20px 30px no-repeat;}
.pi_name{margin-top:75px; margin-left:20px; background:url(images/personal/pw_user.png) left center no-repeat; height:22px; font-size:21px; padding-left:35px; font-family: "Microsoft YaHei","雅黑", "微软雅黑", "黑体", Verdana, Geneva, sans-serif; line-height:22px;}
.pi_information{margin-left:20px; line-height:23px;}
/*个人工作平台功能按钮样式*/
#person_tools{float:right; margin-right:20px;}
#personal_function{float:left; height:140px;}
#personal_function dl{list-style:none; float:left; width:120px; width:100px; margin:0 10px;}
#personal_function dl dt{width:80px; height:120px; float:left;}
#personal_function dl dd{float:left;}
#personal_function dl dt a{display:block; width:80px; height:30px; padding-top:70px; margin-top:30px; line-height:17px; text-align:center; text-decoration:none; color:#09c; font-weight:bold;}
#personal_function dl dt a:hover{color:#f30;}
#pf_btn1{background:url(images/personal/pw_top_btn1.png) center top no-repeat;}
#pf_btn2{background:url(images/personal/pw_top_btn2.png) center top no-repeat;}
#pf_btn3{background:url(images/personal/pw_top_btn3.png) center top no-repeat;}
#pf_btn4{background:url(images/personal/pw_top_btn4.png) center top no-repeat;}
#pf_btn5{background:url(images/personal/pw_top_btn5.png) center top no-repeat;}
#pf_btn6{background:url(images/personal/pw_top_btn6.png) center top no-repeat;}
#pf_btn7{background:url(images/personal/pw_top_btn7.png) center top no-repeat;}
#personal_function dl dd{width:31px; height:31px; line-height:31px; font-size:15px; text-align:center; background:url(images/personal/pw_tasks_bg.png) no-repeat; margin-top:20px; color:#09c;}
/*个人工作平台功能按钮-操作按钮*/
#person_tools .als-prev{position:relative;}
#person_tools .als-next{position:relative;}
/*流程节点名称样式*/
#wf_node{font-size:1.3em; font-weight:normal; line-height:2em; color:#0099cc; padding-left:5px;}
#wf_node img{margin:0 5px;}
/*统计图表标题样式*/
.qur_chart_title{background:#09c;}
.qur_chart_title h3{color:white; font-size:12px;}
/*文件转为纯黑色*/
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap{color:black;}
.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup{color:black;}
.k-input[readonly]{color:black;}
/*input/textarea/select元素的只读效果  input/textarea 增加样式 k-state-disabled select要用disabled */
/*所有输入框字体颜色是黑色*/
input.k-textbox ,.k-dropdown .k-input ,textarea.k-textbox ,span.k-numeric-wrap .k-formatted-value{color:#000;}
input.k-textbox.k-state-disabled ,textarea.k-textbox.k-state-disabled ,.k-state-disabled span.k-numeric-wrap .k-formatted-value{color:#000; opacity:1; background-color:#f3f3f4;}
.k-dropdown-wrap.k-state-disabled{color:#000; opacity:1;}
.k-dropdown-wrap.k-state-disabled .k-select{display:none;}
/*考勤下拉效果*/
.p_symble{width:150px; height:20px; display:block; margin:1px auto; border:1px solid #F60; color:#000;padding-left:1px;}
.p_symble:hover{text-decoration:none; background:#F60; color:#FF9;}

/*考评指标状态样式*/
.ass_enable0{width:16px; height:16px; display:inline-block; margin-top:5px; background:url(images/ico/zb_qiyong.png) left top no-repeat;}/*启用*/
.ass_enable1{width:16px; height:16px; display:inline-block; margin-top:5px; background:url(images/ico/zb_jinyong.png) left top no-repeat;}/*禁用*/

/*考评计划状态样式*/
.plan_enable0{width:16px; height:16px; display:inline-block; margin-top:5px; background:url(images/ico/jh_weikaishi.png) left top no-repeat;}/*未开始*/
.plan_enable1{width:16px; height:16px; display:inline-block; margin-top:5px; background:url(images/ico/jh_kaishi.png) left top no-repeat;}/*开始*/
.plan_enable2{width:16px; height:16px; display:inline-block; margin-top:5px; background:url(images/ico/jh_jieshu.png) left top no-repeat;}/*结束*/

/*评审数据对比样式*/
.sign_type1{background:#ccffff;}/*分部分项多的颜色标记*/
.sign_type2{background:#ffffcc;}/*分部分项少的颜色标记*/
.sign_type3{background:orange;}/*分部分项综合合价超过送审额的颜色标记*/
.sign_type4{background:#ccccff;}/*分部分项工程量超过送审工程量的颜色标记*/
/*评审资料报送清单样式*/
#ps_filelist_tab thead th{font-weight:bold;}
#ps_filelist_tab .file_state{display:block; width:17px; height:17px;}
#ps_filelist_tab .state_ok{background:url(images/state_ok.png) no-repeat;}
.upload_file p{padding:5px 0; color:#000;}
.upload_file .uploaded_file{padding:5px 15px;}
.upload_file dt{float:left; width:95%; line-height:25px; border-top:1px solid #efefef;}
.upload_file dt a{color:blue;}
.upload_file dt a:hover{text-decoration:underline;}
.upload_file dd{float:right; width:5%; line-height:25px; text-align:right; border-top:1px solid #efefef;}
.upload_file dd .kidel_btn{font-size:10px; padding:0 3px; margin-top:2px; border:none; background:none;}
.project_unit{font-size:14px; font-weight:bold; line-height:25px; height:25px; padding-left:20px; background:url(images/mico/5.gif) left center no-repeat;}
.upload_file a.k-button{padding:1px 7px 1px 3px; margin-top:-2px; line-height:19px;}

/*系统首页预警区样式*/
#yujing_1, #yujing_2, #yujing_3, #yujing_4, #yujing_5, #yujing_6{padding:0 10px; width:32px;}
#yujing_1{background:url(images/icos/158.png) 5px 5px no-repeat; }
#yujing_2{background:url(images/icos/157.png) 5px 5px no-repeat; }
#yujing_3{background:url(images/icos/52.png) 5px 5px no-repeat; }
#yujing_4{background:url(images/icos/185.png) 5px 5px no-repeat; }
#yujing_5{background:url(images/icos/185.png) 5px 5px no-repeat; }
#yujing_6{background:url(images/icos/185.png) 5px 5px no-repeat; }


/*******************************************************
个人工作平台样式【开始】
*******************************************************/
/*个人工作平台-待办事项表格样式*/
#personal_content table .morebtn{float:right; position:relative; margin-right:10px; #margin-top:-30px; text-decoration:none;}
#personal_content table .morebtn:hover{color:#333;}
/*绿色表格*/
.green_tab thead th{background:#ccffcc url(images/personal/pw_table_titleico_green.png) 7px center no-repeat; #background:#ccffcc url(images/personal/pw_table_titleico_green.png) 6px center no-repeat; border:1px solid #ccffcc; color:#090;}
.green_tab .style_1 td{background:#e9ffe9;}
.green_tab .morebtn{ color:#090;}
/*蓝色表格*/
.blue_tab thead th{background:#99ccff url(images/personal/pw_table_titleico_blue.png) 7px center no-repeat; border:1px solid #99ccff; color:#069;}
.blue_tab .style_1 td{background:#eaf4fe}
.blue_tab .morebtn{ color:#069;}
/*黄色表格*/
.yellow_tab thead th{background:#ffcc66 url(images/personal/pw_table_titleico_yellow.png) 7px center no-repeat; border:1px solid #ffcc66; color:#960;}
.yellow_tab .style_1 td{background:#fdeccb}
.yellow_tab .morebtn{ color:#960;}
/*个人工作平台表格*/
#personal_content table{width:95%; margin:10px; border-spacing:0; border-collapse:collapse}
#personal_content table thead th{text-align:left; padding-left:25px; line-height:29px;}
#personal_content table tbody td{line-height:21px; padding:3px; border:1px solid #dbdbde;}
#personal_content table tbody td a{padding-left:10px; text-decoration:none; background:url(images/listyle_1.png) 5px center no-repeat; color:#000;}
#personal_content table tbody td a:hover{text-decoration:underline;}
/*个人工作平台样式*/
.pwl_35 ,.pwc_35{width:35%; #width:34%; float:left;}
.pwr_30{width:30%; float:left;}
.pwl_35#protalleft{padding:0;}
.pwc_35#protalcenter{padding:0;}
.pwr_30#protalright{padding:0;}
/*个人工作平台用户信息*/
#personal_top{background:url(images/personal/personalwork_topbg.png) center top no-repeat; #background-position:left top; #background-repeat:repeat-x; background-size:100% auto; height:140px;}
#personal_info{width:320px; height:140px; float:left; background:url(images/personal/pw_welcome_title.png) 20px 30px no-repeat;}
.pi_name{margin-top:75px; margin-left:20px; background:url(images/personal/pw_user.png) left center no-repeat; height:22px; font-size:21px; padding-left:35px; font-family: "Microsoft YaHei","雅黑", "微软雅黑", "黑体", Verdana, Geneva, sans-serif; line-height:22px;}
.pi_information{margin-left:20px; line-height:23px;}
/*个人工作平台功能按钮样式*/
#person_tools{float:right; margin-right:20px;}
#personal_function{float:left; height:140px;}
#personal_function dl{list-style:none; float:left; width:120px; width:100px; margin:0 10px;}
#personal_function dl dt{width:80px; height:120px; float:left;}
#personal_function dl dd{float:left;}
#personal_function dl dt a{display:block; width:80px; height:30px; padding-top:70px; margin-top:30px; line-height:17px; text-align:center; text-decoration:none; color:#09c; font-weight:bold;}
#personal_function dl dt a:hover{color:#f30;}
#pf_btn1{background:url(images/personal/pw_top_btn1.png) center top no-repeat;}
#pf_btn2{background:url(images/personal/pw_top_btn2.png) center top no-repeat;}
#pf_btn3{background:url(images/personal/pw_top_btn3.png) center top no-repeat;}
#pf_btn4{background:url(images/personal/pw_top_btn4.png) center top no-repeat;}
#pf_btn5{background:url(images/personal/pw_top_btn5.png) center top no-repeat;}
#pf_btn6{background:url(images/personal/pw_top_btn6.png) center top no-repeat;}
#pf_btn7{background:url(images/personal/pw_top_btn7.png) center top no-repeat;}
#personal_function dl dd{width:31px; height:31px; line-height:31px; font-size:15px; text-align:center; background:url(images/personal/pw_tasks_bg.png) no-repeat; margin-top:20px; color:#09c;}
/*个人工作平台功能按钮-操作按钮*/
#person_tools .als-prev{position:relative;}
#person_tools .als-next{position:relative;}
/*流程节点名称样式*/
#wf_node{font-size:1.3em; font-weight:normal; line-height:2em; color:#0099cc; padding-left:5px;}
#wf_node img{margin:0 5px;}
/*******************************************************
个人工作平台样式【结束】
*******************************************************/
/*input/textarea/select元素的只读效果*/
/*所有输入框的字体颜色是黑色*/
input.k-textbox ,.k-dropdown .k-input ,textarea.k-textbox{color:#000;}
input.k-textbox.k-state-disabled ,textarea.k-textbox.k-state-disabled{color:#000; opacity:1; background-color:#f3f3f4;}
.k-dropdown-wrap.k-state-disabled{color:#000; opacity:1;}
.k-dropdown-wrap.k-state-disabled .k-select{display:none;}
/*内控事项创建列表样式*/
/*控制点名称状态样式-图标样式*/
.nk_state_1{background:url(images/mico/34.png) right center no-repeat; padding-right:25px;}/*正在执行*/
.nk_state_2{background:url(images/mico/35.png) right center no-repeat; padding-right:25px;}/*已完成*/
.nk_state_3{background:url(images/mico/36.png) right center no-repeat; padding-right:25px;}/*未完成*/
/*控制点名称状态样式-背景色样式*/
.nk_state_21{background:#cf9;}/*正在执行*/
.nk_state_22{background:#6cf;}/*已完成*/
.nk_state_23{background:#ccc;}/*未完成*/
/*定义元素为不可见样式*/
.nosee{display: none;}
/*定义字号的样式，从14px至24px*/
.ftsz_14{font-size:14px;}
.ftsz_15{font-size:15px;}
.ftsz_16{font-size:16px;}
.ftsz_17{font-size:17px;}
.ftsz_18{font-size:18px;}
.ftsz_19{font-size:19px;}
.ftsz_20{font-size:20px;}
.ftsz_21{font-size:21px;}
.ftsz_22{font-size:22px;}
.ftsz_23{font-size:23px;}
.ftb{font-weight: bold;}
/*看板元素*/
.board{height:80px;}
.board p{padding:5px;}
/*看板背景图片样式**********************
这里定义的样式显示在看板背景中，右侧
此样式一定要写在背景色样式前面。否则会被覆盖
*************************************/
.bg_icon1{background:url("images/board/icon1.png") right center no-repeat;}
.bg_icon2{background:url("images/board/icon2.png") right center no-repeat;}
.bg_icon3{background:url("images/board/icon3.png") right center no-repeat;}
.bg_icon4{background:url("images/board/icon4.png") right center no-repeat;}
.bg_icon5{background:url("images/board/icon5.png") right center no-repeat;}
.bg_icon6{background:url("images/board/icon6.png") right center no-repeat;}
/*看板背景色配色*************************
配色按组来显示，字母前辍 bg_
第一个数字代表样式组，每个组共有5个颜色
第二个数字代表样式组中颜色位置
例：bg1_1所表示的意思是第组样式中第一个颜色
-------------------------------------
bg_1:蓝色系1
bg_2:蓝色系2
bg_3:粉红色系
bg_4:绿色系
bg_5:浅紫系
bg_6:深紫系
*************************************/
.bg_1_1{background-color: #67a9bf;}
.bg_1_2{background-color: #8dcab8;}
.bg_1_3{background-color: #d2e9df;}
.bg_1_4{background-color: #a5d6d3;}
.bg_1_5{background-color: #4cb8e7;}

.bg_2_1{background-color: #007cb8;}
.bg_2_2{background-color: #6dc52f;}
.bg_2_3{background-color: #bee2fa;}
.bg_2_4{background-color: #9faad5;}
.bg_2_5{background-color: #0091d2;}

.bg_3_1{background-color: #ee7d9b;}
.bg_3_2{background-color: #f3a8a2;}
.bg_3_3{background-color: #fdf0a1;}
.bg_3_4{background-color: #fac275;}
.bg_3_5{background-color: #eb646d;}

.bg_4_1{background-color: #c1dd31;}
.bg_4_2{background-color: #f9d364;}
.bg_4_3{background-color: #fef1ad;}
.bg_4_4{background-color: #dde987;}
.bg_4_5{background-color: #bbdba9;}

.bg_5_1{background-color: #898fc1;}
.bg_5_2{background-color: #baacc5;}
.bg_5_3{background-color: #d5daef;}
.bg_5_4{background-color: #dca9c8;}
.bg_5_5{background-color: #b28abc;}

.bg_6_1{background-color: #8b2581;}
.bg_6_2{background-color: #b493be;}
.bg_6_3{background-color: #f5ccde;}
.bg_6_4{background-color: #8b6faa;}
.bg_6_5{background-color: #c173a5;}

/*任务状态的样式***********************
任务状态分两种：流程状态、任务状态
状态使用前辍 state_
流程状态为：1，其下的状态共7种
任务状态为：2，其下的状态共7种
例如： state1_1 表示流程状态的运行中
流程状态：----------------------------
state1_1：运行中
state1_2：已完成
state1_3：挂起中
state1_4：终止
state1_5：重置
state1_6：驳回
state1_7：归档
任务状态：----------------------------
state2_1：待办未办
state2_2：待办
state2_3：已办
state2_4：历史
state2_5：终止
state2_6：重置
state2_7：只读
*************************************/
.state1_1{background:#d2e9df url("images/states/yunxingzhong.png") right center no-repeat;}
.state1_2{background:#bbdba9 url("images/states/wancheng.png") right center no-repeat;}
.state1_3{background:#fef1ad url("images/states/guaqi.png") right center no-repeat;}
.state1_4{background:#eb646d url("images/states/zhongzhi2.png") right center no-repeat;}
.state1_5{background:#d5daef url("images/states/chongzhi.png") right center no-repeat;}
.state1_6{background:#f9d364 url("images/states/bohui.png") right center no-repeat;}
.state1_7{background:#8dcab8 url("images/states/guidang.png") right center no-repeat;}

.state2_1{background:#d2e9df url("images/states/daibanweiban.png") right center no-repeat;}
.state2_2{background:#a5d6d3 url("images/states/daiban.png") right center no-repeat;}
.state2_3{background:#bbdba9 url("images/states/yiban.png") right center no-repeat;}
.state2_4{background:url("images/states/lishi.png") right center no-repeat;}
.state2_5{background:#eb646d url("images/states/zhongzhi.png") right center no-repeat;}
.state2_6{background:#d5daef url("images/states/chongzhi2.png") right center no-repeat;}
.state2_7{background:#e6e6e4 url("images/states/zhidu.png") right center no-repeat;}

.state_nobgc{background-color:transparent;}/*去掉背景色*/







