@charset "utf-8";

*{border:0 solid;margin:0;padding:0;zoom:1;
}
html,body
{
    width:100%;
    height:100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", Arial, Verdana, sans-serif, 宋体;
    font-size: 12px;
    background: #ffffff;
    color:#000000;
    margin:0px;
    padding:0px;
    overflow-x:hidden;
}
input,button,select,a{
    outline: none;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}
/*input右边的小叉叉
input::-ms-clear{
    width: 20px;
    height: 20px;
    font-weight: inherit;
}*/
ul{
    list-style-type:none;
    margin:0;
}
em{font-style: normal}
a,a:hover,a:link,a:focus,a:active{
    text-decoration: none;
}
table{
    border-collapse: collapse;
}
/*自定义按钮图标*/
[class^="icons-"], [class*=" icons-"]{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/newPage/icon_custom.png);
}
.icons-arrow{
    background-position: -392px -1px;
    vertical-align: middle;
    margin-right: 2px;
}
/*右下角菜单*/
.change-icon,.download-icon,.skin-icon,.skin-icon:hover,.open-icon,.lock-icon{
    height: 26px;
    width: 26px;
    display: inline-block;
    float: left;
    line-height: 26px;
    text-align: center;
}
.change-icon:hover,.download-icon:hover,.skin-icon:hover,.open-icon:hover,.lock-icon:hover{
    /*background-color: #ED9800;*/
}
.change-icon i{
    background:url(../images/newPage/change-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.download-icon i{
    background:url(../images/newPage/download-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.open-icon i{
    background:url(../images/newPage/open.png) no-repeat;
    width:14px;
    height: 14px;
    display: inline-block;
}
.lock-icon i{
    background:url(../images/newPage/lock.png) no-repeat;
    width:11px;
    height: 14px;
    display: inline-block;
}
.time-show{
    width: 80px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    /*float: left;*/
    text-align: center;
    cursor: pointer;
}
/***换皮肤**/
.change-skin{
    float:left;
    width: 26px;
    height: 26px;
}
#skin{
    background:url(../images/newPage/skin.png) no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.skin-color{
    background-color: #fff;
    padding: 3px 5px;
}
 .skin-color li{
     margin-right:10px;
     padding: 2px;
}
.skin-color li:hover, .skin-color li.selected{
    border: 1px solid #f00;
}
.skin-color li a{
    display: block;
    padding: 5px 10px;
    width:100%;

}
/*.btns-box.box-padding {*/
   /*padding-left: 190px;*/
/*}*/
/***/
.header{
    height:50px;
    line-height:50px;
    width:100%;
    position: fixed;
    top: 0;
    z-index: 20;
}
.main-header{
    height:50px;
    line-height:50px;
    margin:0 auto;
}
/*********logo的背景图片暂时`没拿掉******************/
.main-header .logo{
    background: url(../images/newPage/logo.png) no-repeat;
    width: 260px;
    height: 44px;
    display: inline-block;
    position: relative;
    margin: 0 0px 0 35px;
    top:-3px;
}
.right-info{
    float:right;
    padding-left: 10px;
    border-left: 1px solid #fff;
    height: 40px;
    margin: 4px 10px 0 10px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-info li{
    height: 20px;
    line-height: 20px;
    color: #fff;
}
.right-info li a{
    display: inline-block;;
}
.main-content{
    width:1200px;
    margin:0 auto;
    padding-top: 50px;
    height: 100%;
    box-sizing: border-box;
    /*margin:0 0 0 100px;*/
}
.main-content.margin-control{
    margin:0 0 0 100px;
}
.left-content{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    /*margin-left: 880px;*/
    margin-left: 1040px;
    position: fixed;
    width: 140px;
}


.left-content .collapse-btn,
.left-content .expand-btn{
    display: none;
}

.left-content .left-navbar{
    text-align: center;
    padding-bottom: 12px;
}
.left-navbar .btn{
    margin-top: 12px;
    width: 110px;
}
.left-content div.last-nav{
    height: 28px;
    line-height:28px;
    display: block;
    position: relative;
    padding-left: 12px;
    margin-top: 28px;
}
.left-content div.last-nav{
}
.left-content div.last-nav a{
    display:block;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #3a9ad8;
    color: #fff;
}

.left-content li{
    position: relative;
    padding: 8px 0 8px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.left-content li a{
    display: block;
    position: relative;
    color: #000;
}
.left-content li.active a,.left-content li a:hover{
    background: none;
    color:#1f59a3;
}
.left-content li.active a i,.left-content li a:hover i{
    background-image: url(../images/newPage/icon_custom.png);
    background-position: -308px -84px;
    /*background: #3a9ed0;*/
    /*display: inline-block;*/
    width: 14px;
    height: 14px;
    position: absolute;
    left: -10px;
    top: 2px;
}

@media (max-width: 1180px) {
    .left-content {
        margin-left: 0;
        right: 5px;
        z-index: 9;
    }

    .left-content.collapse{
        background:none;
        border: none;
        margin-top: 0;
        width: 100px;
    }

    .left-content.collapse >.left-navbar{
        display: none;
    }

    .left-content.expand .collapse-btn{
        display: inline-block;
    }

    .left-content.collapse .expand-btn{
        display: block;
        margin-top:0;
    }

    .left-content .expand-btn{

    }
    .left-content.expand{

    } 
}
.right-content{
    width:1030px;
}

.right-content .panel{
    border:1px solid #ddd;
    margin-bottom:10px;
    background: #ffffff;
    position: relative;
}
.right-content .panel .inner-panel{
    overflow: hidden;
    margin-bottom: 15px;
}
.left-content,.right-content{
    float:left;
}
.content-head {
    border-bottom: 1px solid #000000;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    line-height: 32px;
    box-sizing: border-box;
    position: relative;
}

.panel .panel-heading span.warning{
    font-size: 12px;
    font-style: normal;
    margin-left: 12px;
    color:#e60012;
}
.panel .panel-heading span.label{
    font-size: 14px;
    font-weight: normal;
    /*border-bottom:2px solid #f8aa59;*/
}

.content-head-title {
    height: 28px;
    line-height: 28px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: #f9f9f9;
}
.content-head-title span.label{
    font-size: 14px;
    font-weight: normal;
    /*border-bottom:2px solid #f8aa59;*/
    color:#000;
}

.content-head span{
    font-size: 18px;
    font-weight: normal;
    border-bottom:2px solid #f8aa59;
}
.panel .panel-bodying{
    border:none;
    position: relative;
    overflow: hidden;
}
.information{
     display:inline-block;
    width: 100%;
    word-break:break-all;
 }


.information.trans-info .row-li>input{
    width: 71.5%!important;
}
.noline{
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
}

.information-body{
    padding-top: 20px;
}
.information li i{
    font-style: normal;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 2px;
    color: #f00;
}

.information li span{
    font-style: normal;
    font-size: 12px;
}
.information li span.textbox{
    box-sizing: border-box;
}

.information li{
    position:relative;
    min-width: 50%;
    max-width: 100%;
    float: left;
    min-height: 30px;
    line-height: 32px;
    font-size: 12px;
    padding:6px 0px;
    /*height: 32px;*/
}

.information li .notice-li{
    position:relative;
    width: 50%;
    float: left;
    min-height: 30px;
    line-height: 31px;
    font-size: 12px;
    padding:6px 0px;
}

.information li .list-info{
    /*width:260px;*/
    width:320px;
    float:left;
    word-break:break-all;
    min-height: 30px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    color: #00287f;
}
.modify{
    display: block;
    background: #F2F2F2;
    float: left;
    width: 100px;
    text-align:center;
    cursor: pointer;
    margin-left: 8px;
}
.modify:hover{
    background: #209BD8;
    color: #ffffff;
}
.information li.row-li .list-info{
    /*width:678px;*/
    width: 50%;
}
.staticForm li{
    border-bottom:1px solid #F9F9F9;
}

.information li div{
    font-size: 12px;
}
.information li.checkbox-body label{
    vertical-align: top;
}
.information li div.checkbox-body{
    display: inline-block;
    width:244px;
    height: auto;
}
.information li a.easyui-tooltip{
    height: 20px;
    line-height: 20px;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    border-radius: 6px;
}
.information li.textarea-body,.information li.button-body,.information li.row-li{
    width:100%;
    height:auto;
}
.file{
    float: left;
    width: 600px;
    border-bottom: 1px solid #ccc
}
.file a{
    float: right;
    margin-left: 10px;
}
.information li.line-li{
    width:40%;
    heigh:auto;
    border: hidden;
}
.button-body{
    text-align: center;
    padding:20px 0;
}

.information li label{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    width:153px;
    /*width:190px;*/
    text-align: right;
    float:left;
}

.information li .ent-li{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    width:120px;
    text-align: right;
    float:left;
}

.information li input{
    font-size: 14px;
}

.textbox{
    border-color:#dddddd !important;
}

.information li.data-li label.dataTrans{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width:100px;
    text-align: right;
    float:left;
}

.information li.text-li label.dataTrans{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width:100px;
    text-align: right;
    float:left;
}

.information .data-li{
    position:relative;
    width: 350px;
    float: left;
    min-height: 32px;
    line-height: 30px;
    font-size: 14px;
    padding:6px 0px;
    margin-left: 40px;
}

.information li label.radio-label{
    width: 80px;
    text-align: center;
}
.information li.textarea-body label{
    vertical-align: top;
}
.information li.textarea-body textarea,div>.information .row-li textarea{
  width:74%!important;
}
div>.information .row-li>input,
div>.information .row-li>span{
 width:74%!important;
}
.text{
    border:1px solid #dddddd;
    height:29px;
    line-height: 29px;
    text-indent: 5px;
    float:left;
}

.information li.text-li{
    position:relative;
    width:100%;
    font-size: 14px;
    padding:6px 0px;
    margin-left: 40px;
}

.information li textarea.text{
    border:1px solid #dddddd;
    padding: 2px 5px;
    height:28px;
    line-height: 28px;
    float:left;
}

.information li textarea.textarea-data{
    border:1px solid #8A8383;
    padding: 2px 5px;
    height:200px;
    width:600px;
    line-height: 28px;
    float:left;
}

.information li input.text:focus,.information li span.textbox-focused{
    outline: 0;
    border-color: #3a9ad8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.information li input.text.lg-input{
    width: 246px;
    font-size: 12px;
}
.information li input.text.ml-input{
    width:144px;
}
.information li input.text.sm-input{
    width: 100px;
}
.information li input.validatebox-invalid.tooltip-f{
    border:1px solid #ffa8a8;
    background-color: #fff3f3;
}
/*覆盖input框样式*/
/*覆盖easyUI的input框样式*/
.validatebox-invalid{
    background-color:#fff;
}
.textbox,.textarea-body .textbox,.textbox.combo{
    border-radius:0;
}
.textbox.combo input.textbox-text{
    border-radius:0;
}
.information li label.ex-label{
    text-align: left;
    text-indent: 12px;
}
.information li .ex-label .textbox-text{
    font-size: 14px;
    color: #000;
    font-family: "微软雅黑";
}
.textbox .textbox-text{
    padding:0;
    padding-left: 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.textbox-focused {
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.combobox-item-selected{
    background-color:#3a9ed0;
}

.disabled {
    background: #f0f0f0 !important;
    _background: #f0f0f0 !important;
    cursor: default;
}

/*select三角号的背景色*/
.combo-arrow,.combo-arrow:hover{
    background-color:#fff;
}
/*暂时没有挪这里的颜色**/
textarea,input[type="text"],input[type="password"],input[type="email"],input[type="search"],
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus{
    outline:0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
/*******结束*******/
.label-text{
    font-style: normal;
    font-size: 12px;
    position: relative;
    top: 0px;
    right: 2px;
    color: #8A8383;

}

.unit-lable{
    position: absolute;
    display: block;
    top:8px;
    right:27px;
    color: #c0c0c0;
}

/*覆盖icheck*/
.iradio_square-blue{
    margin:0 10px 0 45px;
}
.title{
    height:30px;
    line-height:30px;
    width:120px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #3a9ed0;
    margin-bottom: 10px;
    text-align: center;
    clear: both;
}
.link-button{
    width: auto;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border:none;
    border-radius:8px;
    margin-right:5px;
    font-size:12px;
    cursor: pointer;
    background-color: #3a9ed0;
    color: #fff;
}
.link-button:hover{
    background-color: #efefef;
    color:#000;
}
.footer{
    height:20px;
    line-height:20px;
    clear: both;
    background-color:#3a9ed0;
}
.company-info {
    text-align: center;
    margin-top: 16px;
}
a.icon-button{
    width: 100px;
    height: 26px;
    line-height: 26px;
    background:none;
    border:none;
    display: block;
    margin-left: 30px;
    color:#fff;
    background-color: #3a9ed0;
}
a.icon-button:hover{
    border: none;
    background-color: #efefef;
    color:#000;
}
/*table*/
.main-table{
    margin:0 5px 0 5px;
    /*padding: 5px 0px;*/
    padding-bottom: 10px;
    height:100%;
    box-sizing: border-box;
}
.myTable th{
    background-color:#f8f8f8;
}
.main-table-body{
    margin:0 35px 0 35px;
    height:100%;
    box-sizing: border-box;

}

.well {
    /*-webkit-box-shadow:0 0 10px #bdbdbd;*/
    /*-moz-box-shadow:0 0 10px #bdbdbd;*/
    /*box-shadow:0 0 10px #bdbdbd;*/
    width:100%;
    height: 100%;
}

.datagrid-header-row,.datagrid-row {
    height: 40px;
}
.datagrid-toolbar{
    background: none;
}

.datagrid-header{
    /*border-bottom:1px solid #c0c0c0;*/
}
.datagrid-header td, .datagrid-body td, .datagrid-footer td{
    /*border-style:solid;*/
    /*border-color:#c0c0c0;*/
    border-right: 1px solid #e5e5e5;
}
.datagrid-header .datagrid-cell span{
    font-size:14px;
}
.datagrid-pager {
    height: 40px;
    padding-top:8px;
}
.datagrid-view{
    margin-top:-2px;
    /*border-top:1px solid #c0c0c0;*/
}
.table-nav{
    display:inline-block;
}
.table-nav ul{
    display: inline-block;
    margin: 10px 0 10px 0;
}
.table-nav ul li{
    float:left;
    margin-top:10px;
}
.table-nav ul li label{
    width:120px;
    float:left;
    padding-right:20px;
    text-align:right;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
}

/*list页面*/
.myTable{
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}
.myTable tr.table-head{
    position: relative;
    font-weight: bold;
}
.myTable tr.table-head td{
    text-align: left;
    text-indent: 20px;
    text-indent:0;
}
.myTable tr.table-head td button.link-button{
    float:right;
}
.myTable th{
    font-weight: normal;
}
.myTable th,.myTable td{
    border:1px solid #c0c0c0;
    height: 40px;
    padding: 0px 5px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/*iframe*/
.content{
    width: 100%;
    height: 100%;
}
/*****************页脚主页面tab*********************/
/*#footerTab  .tabs-header,#footerTab .tabs-header-bottom{*/
    /*padding:0;*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/
/*#footerTab ul{*/
    /*list-style-type: none;*/
/*}*/
/*#footerTab .tabs-header-bottom .tabs li,#footerTab .tabs li{*/
    /*margin:0;*/
    /*height: 26px;*/
    /*line-height: 26px;*/
    /*border-right:1px solid #fff;*/
/*}*/
/*#footerTab .tabs-header-bottom .tabs{*/
    /*padding:0;*/
    /*border:none;*/
/*}*/
/*#footerTab .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner{*/
    /*border:none;*/
    /*filter:none;*/
/*}*/
/*#footerTab .tabs-header-bottom .tabs li a.tabs-inner {*/
    /*-moz-border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*border-radius: 0;*/
    /*background:none;*/
/*}*/
/*#footerTab .tabs-panels-top{*/
    /*border:none;*/
/*}*/
/*********************************************/
/*覆盖bs*/
.panel{
    margin-bottom:0;
}
.panel-header, .panel-body{
    border-color:#c0c0c0;
}

.navbar-nav > li > a,.nav > li > a{
    padding:0;
    font-size:14px;
}
input[type="radio"], input[type="checkbox"]{
    /*margin:0;*/
    vertical-align: middle;
}
/*iframe*/

/*加图标*/
.cut-off{
    width:4px;
    height:24px;
    display:inline-block;
    position: relative;
    top: 0;
    background:url(../images/newPage/cutOff.png);
}

.panel .panel-heading,.content-head {
    border-bottom: 1px solid #dddddd;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    box-sizing: border-box;
    position: relative;
}


.panel-heading .fold{
    width: 16px;
    height: 12px;
    display: inline-block;
    float: right;
    position: relative;
    top: 12px;
    right: 0px;
    cursor:pointer;
    /*background:url(../images/newPage/fold.png) no-repeat;*/
}
.panel-heading .fold.unfold{
    background:url(../images/newPage/unfold.png) no-repeat;
}
/*下拉框边框*/
.combo-p .panel-body{
    border:1px solid #8A8383;
}
/*悬浮按钮*/
#hoverButton{
    position: fixed;
    right: 0;
    top:100px;
}

#hoverButton li a{
    display: block;
    width:30px;
    height: 30px;
    background: url(../images/newPage/sprite.png) no-repeat;
}
#hoverButton li #hideHover{
    background-position: -60px 0;
}
#hoverButton li #hideHover:hover{
    background-position: -180px 0;
}
#hoverButton li #findHover{
    background-position: -240px 0;
}
#hoverButton li #findHover:hover{
    background-position: -30px 0;
}
#hoverButton li #editHover{
    background-position: -150px 0;
}
#hoverButton li #editHover:hover{
    background-position: -210px 0;
}
#hoverButton li #leadHover{
    background-position: -330px 0;
}
#hoverButton li #leadHover:hover{
    background-position: -360px 0;
}
#hoverButton li #exportHover{
    background-position: -270px 0;
}
#hoverButton li #exportHover:hover{
    background-position: -300px 0;
}
#hoverButton li #deleteHover{
    background-position: 0 0;
}
#hoverButton li #deleteHover:hover{
    background-position: -420px 0;
}
#hoverButton li #addHover{
    background-position: -90px 0;
}
#hoverButton li #addHover:hover{
    background-position:-120px 0;
}

/*消息框样式*/
.window-body.panel-body.messager-body.panel-body-noborder{
    padding:10px;
}
/*提示框*/
.tooltip .tooltip-content .panel-body{
    background: none;
}
/*左右布局*/
html{
    height: 100%;
}
#west,#center{
    float:left;
}
#west{
    width:200px;
    margin-right: 30px;
}
/*按钮*/
.use-button-body{
    float: right;
    position: relative;
    top: 10px;
    background:#fff;
}
.use-button{
    width:80px;
    height:30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 14px;
    cursor:pointer;
    background-color: #3a9ed0;
    color:#fff;
}
.use-button-body i{
    display: inline-block;
    width:30px;
    height: 30px;
    position: relative;
    margin-left: -6px;
    margin-bottom: -10px;
    background: url(../images/newPage/sprite.png) no-repeat;
}
.use-button-body #update{
    background-position: -150px 0;
}
.use-button-body #add{
    background-position: -90px 0;
}
.use-button-body #delete{
    background-position: 0 0;
}
.panel-title{
    font-size: 14px;
}
/*修改、增加、删除*/
.operate{
    width: 210px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.operate .operate-btn{
    width: 66px;
    height: 30px;
    line-height: 1px;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;

}
.operate .operate-btn i{
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 4px;
    right: 5px;
}
.operate .operate-btn .update-icon{
    background:url(../images/newPage/update.png) no-repeat;
}
.operate .operate-btn .add-icon{
    background:url(../images/newPage/add.png) no-repeat;
}
.operate .operate-btn .delete-icon{
    background:url(../images/newPage/delete.png) no-repeat;
}
.operate .operate-btn.update-color{
    color:#29bb9c;
}
.operate .operate-btn.add-color{
    color:#3a9ad8;
}
.operate .operate-btn.delete-color{
    color:#e60012;
}
/*上传图片*/
.information li.img-body{
    float:right;
}
.information li.img-body label{
    vertical-align: top;
}
.information li.img-body .link-button{
    position: absolute;
    right: 50px;
}
img.pic{
    width: 108px;
    height: 108px;
    border:1px solid #8A8383;
}
.information li i.add-row,.information li i.minus-row{
    width:24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 68px;
    cursor: pointer;
}
/************还没挪**************/
.information li i.add-row{
    background: url(../images/newPage/addRow.png) no-repeat;
}
.information li i.minus-row{
    background: url(../images/newPage/minusRow.png) no-repeat;
    right: 32px;
}
/*********结束***************/

/*暂时没有挪这里的颜色**/
.red_bold{font-weight:bold;color:#ff0000;}
/*******结束*******/
.information li label.clear{
    float:none;
}
/***提醒**/
.remind{
    padding:10px 0px 10px 50px;
    font-weight:bold;
    color:#ff0000;
    background:#FBEC88 url(../images/ext_icons/sound_low.png) no-repeat 35px 10px;
}


/***框**/
.kuang{
    margin-bottom:10px;
    border:1px solid #8A8383;
    padding-top:10px;
}
.disabledKuang{
    background: #f8f8f8;
    color:#ddd;
}

/****************************/
/*table*/
.datagrid-toolbar{
    display: inline-block;
    width: 100%;
    /*border:0px  !important;*/
    background: #000;
}

.toolbar{
    font-size:12px;
    /*height:25px;*/
    /*padding:10px 0px;*/
    border-bottom: 1px solid #dddddd;
    border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    margin-bottom: 0;
    background: #f9f9f9;
    /*background: -moz-linear-gradient(top,#fff,#f1f1f1);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f1f1f1));*/
    /*background: -webkit-linear-gradient(top, #fff,#f1f1f1);*/
    /*background: -o-linear-gradient(top,  #fff,#f1f1f1);*/
    /*background: -ms-linear-gradient(top, #fff,#f1f1f1);*/
    /*background: linear-gradient(to bottom, #fff,#f1f1f1);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );*/
}
.toolbar .btn{
    margin:0px 3px;
}

/***********修改和删除的小图标************/
.iconToolbar{
    float:right;
    padding-right:25px;
    margin-bottom: -80px;
    z-index: 88;
    position:relative;
}
.editIcon-button{
    float:Left;
    display:block;
    cursor: pointer;
    width:18px;
    height: 18px;
    background:url(../images/newPage/edit.png) no-repeat !important;
}
.editIcon-button:hover{
    background:url(../images/newPage/edit_hover.png) no-repeat;
}
.editIcon-eye{
    float:Left;
    display:block;
    cursor: pointer;
    width:18px;
    height: 18px;
    background:url(../images/newPage/eye1.png) no-repeat !important;
}
.editIcon-bigger{
    float:Left;
    display:block;
    cursor: pointer;
    width:18px;
    height: 18px;
    background:url(../images/newPage/bigger.png) no-repeat !important;
}
.delIcon-button{
    float:Left;
    display:block;
    cursor: pointer;
    width:18px;
    height: 18px;
    background:url(../images/newPage/del.png) no-repeat !important;
}
.delIcon-button:hover{
    background:url(../images/newPage/del_hover.png) no-repeat;
}
.editIcon-button,.delIcon-button{
    color: #fff;
}
.iconToolbar-left{
    font-weight: bold;
    color: #fff;
    text-align: center;
    float:left;
    padding-top:3px;
    margin-left:25px;
    margin-bottom:-80px;
    z-index: 88;
    position:relative;
    width:32px;
    height: 32px;
    background:url("../images/newPage/bookmark.png")no-repeat;
}
/***********附件上传****************/
.filestyle{
    float:left;
    display:block;
    width:74%;
    border-bottom:1px solid #d4d4d4;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    min-height: 25px;
}

.filestyle .mylabel{
    margin:0px;
    margin-left: 10px;
    padding:0px;
    float:left;
}

/********流程图********/
table.chart-table {
    table-layout: fixed;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

table.chart-table td {
    border:1px solid #ddd;
    padding: 0px 2px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.red{color:#FF0000!important;}
.info{color:#00ee00!important;}


/*********变更背景色********/
.change_edit{
    float:left;
    padding:0px 2px;
    background:#5296c3;
    color:#ffffff;
}
.change_del{
    float:left;
    padding:0px 2px;
    background:#fd747b;
    color:#ffffff;
    height: 32px;
    width: 100px;
}
.change_new{
    float:left;
    padding:0px 2px;
    background:#22ad69;
    color:#ffffff;
}
/**错误信息样式*/
h2.errorMsg{
    font-size: 20px;
    margin-bottom:10px;
}
h3.errorMsg{
    font-size: 16px;
}
div.errorMsg{
    padding: 10px 20px;
    word-break: break-all;
}


.shortcut{
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}
.shortcut a,.shortcut a:link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color:#fff;
}
.shortcut a:hover{
    background-color: #55C3E8;
}

.shortcut .edit i,.shortcut .view i{
    background:url(../images/newPage/edit1.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
}
.shortcut .edit i{
    background:url(../images/newPage/edit1.png) no-repeat;
}
.shortcut .view i{
    background:url(../images/newPage/view.png) no-repeat;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}




/*将表格改成两列样式*/
.section{
    padding-left:104px;
    position: relative;
}
.section:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background-color: #E3E3E3;
    left: 24px;
}
.section section{
    position: relative;
    margin-top: 20px;
}
.section section span.index{
    position: absolute;
    top: 12px;
    /*background: url(../images/bid/circle.png) no-repeat;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    left: -90px;
    color: #fff;
    font-weight: bold;
}
.section .section-inner{
    padding-left: 30px;
    border:1px solid #D3D3D3;
    border-radius: 6px;
    padding: 15px 10px;
}
.section .section-inner:before,.section .section-inner:after{
    width: 0;
    height:0;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 12px;
}
.section .section-inner:before{
    left:-49px;
    border-right: 50px solid #fff;
    z-index: 3;
}
.section .section-inner:after{
    left:-50px;
    border-right: 50px solid #D3D3D3;
    z-index: 2;
}
.myTable.myTable1{
    margin-top: -3px;
}

.myTable.myTable1 td{
    padding:10px 20px;
    white-space: normal;
}
.ignored,.passed,.announced{
    display: inline-block;
    width: 100px;
    height: 79px;
    float: right;
    right: 90px;
    position: absolute;
}
.ignored{
    background: url(../images/newPage/ignored.png);
}
.passed{
    background: url(../images/newPage/passed.png);
}
.announced{
    background: url(../images/newPage/announced.png);
}
.bidprojectbody{
    padding: 30px 0 10px;
    margin-bottom: 10px;
    border: 1px solid #8A8383;
    position: relative;
}
.bidprojectbody .iconToolbar{
    position: absolute;
    right: 10px;
    top:10px;
}
.bidprojectbody:hover{
    background-color: #FDF8F2;
}
.bidprojectbody:hover .iconToolbar{
    display: inline-block;
}

.enterprise{
    border-bottom-style: solid;
    border-top-style: solid;
    height:20px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.panel .panel-bodying .button-body div.feeText{
    position: relative;
    width: 200px;
    height: 100px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    color: #8A8383;
    margin-left: 300px;
    padding-top: 50px;
}



.bidprojectbody{
    padding: 30px 0 10px;
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    position: relative;
}


.iconToolbar-left{
    font-weight: bold;
    color: #fff;
    text-align: center;
    float:left;
    padding-top:3px;
    margin-left:25px;
    margin-bottom:-80px;
    z-index: 88;
    position:relative;
    width:32px;
    height: 32px;
    background:url("../images/newPage/bookmark.png")no-repeat;
}
.prompt{
    color: #0000cc;
    float: right;
    padding-right: 20px;
}

#块状图片
.upload-img{
    display: inline-block;
    width: 456px;
    margin-left: 154px;
}
.upload-img ul{
    width: 100%;
    height: 100%;
}
.upload-img .img-list{
    width: 100px !important;
    height: 90px;
    float: left;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    margin: 4px 4px 0 0;
    text-align: center;
    position: relative;
}
.union{
    display: inline-block;
    max-width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

/************************************************************************/
.app{
    font-size: 14px;
}
input.text.gt-input{
    width: 680px;
}
input.text.gt-input.base-size{
    font-size: 12px;
}
.remark{
    width: 670px;
}
.search{
    width:248px;
}


/*系统用户管理角色设置*/
.li-title{
    height: 40px;
    line-height: 40px;
    border: 1px solid #a5bdda;
    font-size: 14px;
    color: #333333;
    padding-left: 20px;
    box-sizing: border-box;
}
.title-cate{
    font-weight: bold;
}
.user-role{
    padding: 5px 24px 0;
}
.user-role > li{
    margin-bottom: 10px;
}
.role-list{
    padding: 10px 0 0 35px;
}
.role-list > li{
    width: 142px;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.gray-li:hover{
    background: #ededed;
    cursor: pointer;
}
.role-cate{
    margin-right: 7px;
}
/*自定义checkbox*/
.role-cate + label{
    border-radius: 2px;
    border:1px solid #999999;
    width:12px;
    height:12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    margin-right: 7px;
}
.role-cate:checked + label{
    background-color: #1f59a3;
}
.role-cate:checked + label:after{
    content:"\2714";
    color: #ffffff;
}
input.role-cate{
    display: none;
}

.fl{
    float: left;
}
/*圆角5*/
.radius5{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.clearfix:after{
    content: '';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.hidden{
    display: none;
}

a span{
    display: block;
}
.fr{
    float: right;
}

.appToolbar{
    font-size:12px;
    height:32px;
    padding:13px 0px;
    border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    margin-bottom: 0;
    background: #f9f9f9;
    /*background: -moz-linear-gradient(top,#fff,#f1f1f1);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f1f1f1));*/
    /*background: -webkit-linear-gradient(top, #fff,#f1f1f1);*/
    /*background: -o-linear-gradient(top,  #fff,#f1f1f1);*/
    /*background: -ms-linear-gradient(top, #fff,#f1f1f1);*/
    /*background: linear-gradient(to bottom, #fff,#f1f1f1);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );*/
}

.datagrid-row-selected{
    background: #e6e6e6;
    color: #333333;
}
.datagrid-header-row{
    background: #1f59a3;
    color: #ffffff;
    font-size: 14px;
}
.datagrid-header-row td:hover{
    background: #1f59a3;
    color: #ffffff;
}
.top-title{
    height: 50px;
    position: fixed;
    /*z-index: 100;*/
    z-index: 9999;
    background: #f9f9f9;
    width: 100%;
}
.title-box{
    padding:5px 0 5px 35px;
    border-bottom: 1px solid #dddddd;
}
.mark-img{
    background-image: url(../images/newPage/landmark.png);
    position: absolute;
    width: 11px;
    height: 15px;
    left: -22px;
    top: 7px;
}
.l-btn-text{
    margin: 0 15px;
}
.permissions{
    min-width: 220px;
    height: 280px;
    background: #ffffff;
    z-index: 100;
    position: absolute;
    top: 26px;
    left: 0;
    padding-top: 9px;
}
.pms{
    border: 1px solid #4c7ab5;
    height: 100%;
    overflow: auto;
    box-shadow: 2px 4px 6px #d6d6d6;
    -moz-box-shadow: 2px 4px 6px #d6d6d6;
    -webkit-box-shadow: 2px 4px 6px #d6d6d6;
}
.pms-arrow{
    background: url(${cndBaseUrl}/front/styles/images/newPage/top-arrow.png) no-repeat scroll 0 0;
    position: absolute;
    width: 16px;
    height: 10px;
    top: 0;
    left: 28px;
}
.ps-title{
    height: 26px;
    line-height: 26px;
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid #4c7ab5;
    padding-left: 7px;
    box-sizing: border-box;
}
.role-btn{
    margin-right: 20px;
    font-size: 12px;
    color: #6f6f6f;
    position: relative;
    cursor: pointer;
    padding-left: 18px;
}
.role-img{
    width: 13px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 14px;
}
.open-img{
    background: url(../images/newPage/open-gray.png) no-repeat scroll 0 0;
}
.close-img{
    background: url(../images/newPage/close-gray.png) no-repeat scroll 0 0;
}
.role-btn:hover{
    color: #1f59a3;
}
.role-btn:hover .open-img{
    background: url(../images/newPage/open-h.png) no-repeat scroll 0 0;
}
.role-btn:hover .close-img{
     background: url(../images/newPage/close-h.png) no-repeat scroll 0 0;
 }
.captcha{
    /*display: block;*/
    background: #F2F2F2;
    float: left;
    width: 100px;
    text-align:center;
    cursor: pointer;
    margin-left: 8px;
}
.readonly{
    background: #f5f5f5;
}
.uploadExcel{
    padding: 80px 50px;
}

/*ztree*/
.ztree a span{
    display: inline-block;
}
/*关闭IE搜索输入框 X*/
ul.search-ul li input::-ms-clear{
    display:none;
}

/*************************************配置*********************************/
.config-title{padding-bottom: 15px;border-bottom: 1px solid #000;}
.config-title span{
    float: left;
    font-size: 30px;
}
.config-title a{
    float: right;
    font-size: 13px;
    line-height: 34px;
}
.config-content{
    padding-top: 30px;
}
.config-line{
    padding: 16px 0 14px 0;
    border-bottom: 2px dotted #ccc;
    font-size: 14px;
}
.config-line .config-name{
    font-weight: bold;
    font-size: 13px;
}
.config-line .config-dsc{
    position: relative;
    padding:16px 0 0 80px;
}
.config-dsc .dsc{
    max-width: 750px;
    color: #666;
}
.config-dsc span{
    position: absolute;
    right: 0;
    padding-right: 10px;
    top: 10px;
}
.config-dsc span a{
    color: #169BD5;
    margin-left: 15px;
    letter-spacing: 1px;
}

.config-line .config-tag{
    display: inline-block;
    color: #707070;
    font-size: 12px;
    line-height: 20px;
    margin: -5px 3px;
    padding: 0 7px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    font-weight: 400;
    margin-left: 10px;
}
/*************************************前端分页*********************************/
  .pagination-content{padding: 20px 0;}
    .pagination-content a{padding: 5px;border: 1px solid #ddd;float: left;margin-left: 10px;}
    .pagination-content a:hover{
        background: #00a0e9;
        color: #fff;
    }
    .pagination-content a{cursor:pointer;}
    .pagination-content a.pagenum{padding: 5px 10px;}
    .pagination-content a.pagenum.active{background-color: #00a0e9;color: #fff;display: block;}
    .pagination-content a.hide{display: none;}
    .pagination-content a.disable{
        cursor: not-allowed;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;}
    .pagination-content a.disable:hover{  background: #fff; color: #000;}
/********************************** CA-object隐藏********************************************/
object#UCAPI{display:none;}