@import url("reset.css");
@import url("global.css");
@import url("bootstrap.css");
@import url("metro.css");
@import url("xy-icon.css");
@import url("xy-icon-big.css");
@import url("../square/blue.css");
@import url("bootstrap-datetimepicker.css");

/* 表单元素定义 */
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

label {
  margin-right: 15px;
  margin-left: 5px;
}

select, textarea, input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

select.disabled, textarea.disabled, input.disabled {
  background-color: #f1f1f1;
}

textarea {
  height: auto;
}

textarea, input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus, input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"] {
  border: none;
  box-shadow: none;
  background: none;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"]{
  width: auto;
}

input[type="checkbox"] {
  width: 20px;
}

select,input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}


/* 搜索表格以及表格内线 */
.searchtitle { width:98%; padding: 5px 0; }
.searchtable { border-collapse:collapse; width:98%; margin:8px auto; background-color:#FFFFFF; display:none;}
.searchtable tr td { border-top:dashed 1px #D2D2D2; height:30px; padding:3px; }

.table tr.head > td { background-color: #eeeeee!important; text-align:center; font-weight:bold;}
.table tr.line1 { background: url("line1.gif") #FFF no-repeat left top; font-weight:bold; color:#FFFFFF;}
.table tr.line2 { background: url("line2.gif") #FFF no-repeat left top; font-weight:bold; color:#FFFFFF;}
.table tr.line3 { background: url("line3.gif") #FFF no-repeat left top; font-weight:bold; color:#FFFFFF;}
.table tr.line4 { background: url("line4.gif") #FFF no-repeat left top; font-weight:bold; color:#FFFFFF;}

/* 列表页面—顶部 */
.listtop { height:34px; border:0; background-color: #eeeeee; }
.listtop .listleft { float:left; padding:7px 0; color:#000; width:350px; display:block;  }
.listtop .listright { float:right; margin-right:20px; display:inline; }

/* 编辑页面—顶部 */
.edittop { height:34px; border:0; background-color: #e9f2fb; }
.edittop .editleft { float:left; padding:7px 0; color:#000; width:350px; display:block;  }
.edittop .editright { float:right; margin-right:20px; display:inline; }

/* 被嵌型页面—顶部 */
.embedtop { height:34px; border:0; background-color: #eeeeee; }
.embedtop .embedleft { float:left; padding:7px 0; color:#000; width:350px; display:block;  }
.embedtop .embedright { float:right; margin-right:20px; display:inline; }

/* 分页条样式 */
.splitbar { width:100%; border:0; background-color:#FFFFFF; }
.splitbar tr td { height:50px; line-height:50px; font: normal 14px "Microsoft YaHei"; text-align:center;}

/* 提交区盒子 */
.submit_box { text-align:center; padding:30px 0; }

/*翻页超链接按钮样式 */
.SplitPageSelect { FONT-SIZE:12px; border: 1px solid #D2D2D2; HEIGHT: 28px; width:75px; background-color:#FFFFFF; }
.SplitPageButton { width:auto; margin:0 3px; padding:6px 12px; cursor:pointer; text-align:center; font: normal 14px "Microsoft YaHei"; color:#000; border:1px solid #D2D2D2; background-color:#fff; }
.SplitPageButton:hover { color:#f60; border:1px solid #f90; background-color:#ffc; }

/* 流程排序 */
.sortdiv { min-height:150px;height:auto!important; }
#sortable { height:100%;}
#sortable li { padding:5px; padding-left:8px; margin:10px; border: 1px solid #ccc; box-shadow:0px 0px 10px #ccc; border-radius:5px; cursor:move; }
#sortable li i { margin-left: 2px; }  

/*菜单树*/
.TreeNode img { border:0; }
.TreeNode a span { margin:0;padding:2px 4px; text-decoration:none; cursor:pointer;}
.TreeNode a:hover span { color:#FFF; background-color:red;}
.TreeNode .Anchor { text-decoration:none;}
.TreeNode .selected span{ color:#FFF;background-color:red; }

/* 侧边栏工具条 */
.scrollBtn { position:fixed; _position:absolute; right:25px; bottom:30px;}
.scrollBtn li { margin-bottom:5px;}
.scrollBtn li .btn { padding: 0 2px;}
.scrollBtn a { filter:Alpha(Opacity=80);opacity:0.8; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease;  }
.scrollBtn a:hover { filter:Alpha(Opacity=100);opacity:1; }

/* TipTip CSS - Version 1.2 */
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { font-size: 11px; color: #fff; text-shadow: 0 0 2px #000; padding: 4px 8px; border: 1px solid rgba(255, 255, 255, 0.25); background-color: rgb(25,25,25); background-color: rgba(25, 25, 25, 0.92); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 0 3px #555; -webkit-box-shadow: 0 0 3px #555; -moz-box-shadow: 0 0 3px #555; }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25, 25, 25, 0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25, 25, 25, 0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25, 25, 25, 0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25, 25, 25, 0.92); }


.package-list ul{ width:960px; margin:0 auto; overflow:auto;}
.package-list li{ float:left; margin:40px 0 0 40px; width:200px; text-align:center; }
.package-list li div { height:120px; line-height:120px; color:#f00; font-size:24px; font-weight: 700; }
.package-list a{ border: 1px solid #ccc; background-color: #ffffff; display:block;}
.package-list a:hover{ background-color: #f7f7f7;}

/*** 项目向导 ***/
.xmxd-title { margin: 0px; height:40px; line-height:40px; background-color:#27a9e3; font-size: 20px; text-align: center; color: #fff; font-weight: 400; }
.xmxd-title-member { margin: 0px; height:40px; line-height:40px; background-color:#27a9e3; font-size: 20px; text-align: center; color: #fff; font-weight: 400; }
.xmxd-label { font-size: 20px; text-align: center; color: #f00; font-weight: 300; }
.split-arrow { float:left; width:3%; text-align:center; margin:30px 0 0 10px; }

/*** 评标环节 ***/
.pb-xm-title { height:60px; margin-bottom:20px; background-color:#27a9e3; overflow:hidden; color: #fff; }
.pb-xm-title .left { float:left; width:25%; padding-left:20px; line-height:30px; }
.pb-xm-title .center { float:left; line-height:30px; }
.pb-xm-title .left div, .pb-xm-title .center div { font-size:18px; }
.pb-xm-title .right { float:right; width:35%; text-align: right; padding-top:18px; padding-right:20px; }
.pb-xm-tools { margin-top:20px; margin-bottom:10px; overflow:hidden; }
.pb-xm-tools .left { float:left; width:50%; }
.pb-xm-tools .right { float:right; width:50%; text-align: right; }
.pb-fhx-hz { width:90%; height:160px; margin:0 auto; overflow:hidden; }
.pb-fhx-hz .left { float:left; width:49%; }
.pb-fhx-hz .right { float:right; width:49%; }
.pb-fhx-hz fieldset { padding:10px; border: solid 1px #ccc; height:100px; }
.pb-fhx-hz legend { font-size:16px; font-weight:700; }
.pb-fhx-hz textarea { width:98%; height:70px; border:none!important; box-shadow: none; }
.pb-table { margin:0 auto; max-width: 90%; }
.pb-list { }
.pb-node { float:left; width:150px; margin-bottom:20px; }
.split-line { float:left; width:50px; height: 20px; border-bottom: solid 1px #ccc; margin-bottom:20px; }

/*** 专家评标界面大图标按钮 ***/
.icon-btn-pb { float: left; padding: 4px 12px; width: 100%; line-height: 26px; border: 3px solid #ccc; background-color: #f7f7f7; background-image: none; filter:none; display:block; vertical-align: middle; font-size:18px; font-weight:700; color: #666; text-align: center; cursor: pointer; position: relative; }
.icon-btn-pb:hover, .icon-btn-pb:focus, .icon-btn-pb:active { color: #666; }
.icon-btn-pb.done { text-decoration: none; border-color: #3a8a25; background-color: #48ac2e; color: #fff; }
.icon-btn-pb.active { text-decoration: none; border-color: #dd9626; background-color: #ffb848; color: #fff; }
.icon-btn-pb.current { border-color: #f00!important; }
.icon-btn-pb .number { font-weight: 600; margin-right: 10px; }

/* 工作流审批2*/
.xmsp-head { margin: 15px; }
.xmsp-head h3 { padding:0; margin:0 0 8px 0; font-size: 20px; text-align:center; }
.xmsp-title { margin-bottom: 15px; border-bottom: solid 2px #ccc; }
.xmsp-title h4 { padding:0; margin:0 0 8px 0; font-size: 16px; color:#666; }
.approver-list { width:90%; margin:0 auto; overflow:hidden; }
.approver-list .approver-node { float:left; width:15%; height:162px; background-color:#fff; border: 1px solid #ccc; }
.approver-list .split-arrow { float:left; width:5%; text-align:center; margin:80px 0 0 0; }
.approver-node .hj { height:20px; line-height:20px; text-align:center; }
.approver-node .xm { height:20px; line-height:20px; text-align:center; }
.approver-node .zp { height:80px; width:160px; margin:0 auto; background: url("zp.png"); }
.approver-node .zp.img1 { background-position: 0 0; }
.approver-node .zp.img2 { background-position: -200px 0; }
.approver-node .zp.img3 { background-position: -400px 0; }
.approver-node .zp.img4 { background-position: -600px 0; }
.approver-node .zp.img5 { background-position: -800px 0; }
.approver-node .rq { height:20px; line-height:20px; text-align:center; font-size:12px!important; }
.approver-node .yj { height:20px; line-height:20px; text-align:center; }
.approver-node .yj .tooltips { background-color:#f7f7f7; border-top: 1px dashed #ccc; display:block; }

.modal-body p img { margin-right:10px; vertical-align:middle; }
.modal-footer p { float:left; margin-left:40px; color:#666; display:inline-block; line-height: 36px; }


/*竞价大厅*/
.jjdt-head{background: #27a9e3;height:50px; line-height: 50px;margin:0 10px;border-radius:4px;}
.jjdt-head .menuleft .title{float: left;color: #fff;font-size: 16px;margin:0 15px;}
.jjdt-head .menuleft .title i{width:25px; height: 25px;line-height: 25px;font-size: 15px; text-align: center; border-radius: 25px;background: #fff;color: #2373d2;float: left;margin:12px 10px 0 0;}
.jjdt-head .menuleft{float: left;}
.jjdt-head .menuright{margin:0 10px 0 0;float: right;}
.jjdt-head .menuright .ButtonStyle{height:auto;background: #ffa724;margin:10px 0 0 0;}
.jjdt-head .menumid{float: left;font-size: 16px; color: #ffcf87;margin-left:30%;font-weight: 600;}

.jjdt-left{float: left;margin:10px 0 0 10px;padding:0 10px 0 0;}
.jjdt-left-list{margin:5px 0 20px 0;}
.jjdt-left-list h2 {width:100%;font-size: 15px;font-weight: 600;background: #e2eeff;border:1px #bac7e2 solid;padding:5px;margin:0 0 10px 0;}
.jjdt-left-list ul li{line-height: 25px;font-size: 14px;}
.jjdt-left-list ul li > em{width:100%;display: inline-block;font-weight: 600;}
.jjdt-left-list .jjdt-left-content{font-size: 14px;line-height: 25px;color: #666;}

.jjdt-right{width:100%;margin:10px 10px 0 0;padding:0 10px 0 0;}
.jjdt-sj{width:100%;text-align: center;padding-bottom: 20px; border-bottom: 1px #e7e7e7 dashed;margin-bottom: 10px;}

/* 弹出窗口—顶部 */
.PopTop { height:40px; margin:10px 15px;border-bottom: dashed 1px #dbdbdb; }
.PopTop .menuleft { float:left;}
.PopTop .menuleft .menutitle { font-size:16px; line-height: 40px; font-weight:700; color:#333; background: url(../../images/icon/icon_xm.png) 0 5px no-repeat;padding-left: 22px;}
.PopTop .menuright { float:right;padding-top:6px;}

/* 多层次组合—顶部 */
.BaseTop { height:40px; margin:5px 10px;border-bottom: dashed 1px #dbdbdb; }
.BaseTop .menuleft { float:left;}
.BaseTop .menuleft .menutitle { font-size:16px; line-height: 33px; font-weight:700; color:#333; background: url(../../images/icon/icon_xm.png) 0 5px no-repeat;padding-left: 22px;}
.BaseTop .menuright { float:right; }
.BaseTop .menuright select{height:28px; line-height: 28px;}

/* 菜单树（传统树形菜单） */
.TreeBgStyle { background-color:#fff; border:solid 1px #cfcfcf; }
.TreeNode img { border:0px; }
.TreeNode a span { font-size:12px; margin-left:0px; padding:2px; height:17px; cursor:pointer;color: #333;font-weight: normal; }
.TreeNode.Anchor { color:#000000; text-decoration:none; }
.TreeNode.selected span { color:#FFFFFF; background-color:#c51c1c; }
.TreeNode > a{text-decoration: none;}
.TreeNode a.selected span{color:#188ae1;font-weight:600;}


.ButtonStyle, a.ButtonStyleLink,.ButtonStyleLine{ display:inline-block; height:auto; line-height:21px; padding:5px 12px!important; font-size:13px; color: #fff; text-align:center; background:#188ae1; 
	border:none; vertical-align: middle; cursor: pointer; border-radius: 4px!important;}
.ButtonStyle:hover, a.ButtonStyleLink:hover { background:#0a7ed7; text-decoration:none!important;border:none;font-size:13px;}
.ButtonStyleLine{border:1px #188ae1 solid;color:#188ae1;background:#fff;padding:4px 12px!important;}
.ButtonStyleLine:hover{border:1px #188ae1 solid;color:#fff;background:#188ae1;}
a.ButtonStyleLink img { vertical-align:middle; }
.ButtonStyle:focus, a.ButtonStyleLink:focus{border:none;}
.UnitLeftStyle { border-right:none; }
.UnitRightStyle { border-left:none; }
