﻿
.GridViewCss {
    /*border: 1px solid #cecece;*/
    height: 25px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    word-break: break-all;
    margin-top: 0px;
    background-color:#ffffff;
}
.GridViewCss *{
    font-size: 12px;  
}
.GridViewCss tr{
    height:32px;
}

.GridViewCss .HeaderRowCss {
    /*font-size: 10pt;
    color: #68635f;
    background-color: #eeeeee;
    height: 30px;
    text-align: center;
    border: 1px solid #cecece;*/

    border: none !important;
    border-right: 1px dotted rgba(0,0,0,0.1) !important;
    border-bottom: 3px solid #F1F3F6 !important;
    color: #262626 !important;
    font-size: 12px !important;
    font-weight: 600 !important;

}

.GridViewCss .HeaderRowCss th, .GridViewCss .HeaderRowCss td {
    /*color: #68635f;
    border-right: solid 1px #cecece;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    padding-left:5px;*/
   
    padding-left:5px;
    border: none !important;
    border-right: 1px dotted rgba(0,0,0,0.1) !important;
    border-bottom: 3px solid #F1F3F6 !important;
    color: #262626 !important;
    font-size: 12px !important;
    font-weight: 600 !important;

}

.GridViewCss .HeaderRowCss th.center, .GridViewCss .HeaderRowCss td.center{
    text-align:center;
    padding-left: 0px !important;
}

.GridViewCss .HeaderRowCss th a {
    color: #68635f;
}

.GridViewCss .HeaderRowCss th .col-header-orderby {
    display: flex !important;
    padding-left:3px;
    padding-right:3px;
}

.GridViewCss .HeaderRowCss th .col-header-orderby .col-header-orderby-title{
    flex:auto;
}

.GridViewCss .HeaderRowCss th .col-header-orderby .col-header-orderby-icon{
    flex:none;
}

.GridViewCss .RowCss,.GridViewCss .countRow,
.GridViewCss .RowCssColor{
    /*height: 30px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #68635f;
    border-bottom: 1px solid #cecece;
    background-position: bottom;
    white-space: normal;*/
    padding-left:5px;
    background-color: #eee;
    line-height: 22px !important;
    color: #595959 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-right: 1px dashed #eeeeee;
    border-bottom: 1px solid #F2F2F2 !important;
}

.GridViewCss .AlterRowCss {
    /*height: 30px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #68635f;
    border-bottom: 1px solid #cecece;
    background-position: bottom;
    white-space: normal;*/
    padding-left:5px;
    line-height: 22px !important;
    color: #595959 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-right: 1px dashed #eeeeee;
    border-bottom: 1px solid #F2F2F2 !important;
}

    .GridViewCss .RowCssColor
    {
        color:blue;
    }

    .GridViewCss .RowSumCss {
        height: 27px;
        background-repeat: repeat-x;
        background-color: #f7f6f6;
        color: #333;
        border-bottom: 1px dashed #eeeeee;
        background-position: bottom;
        white-space: normal;
    }

    .GridViewCss .SelectRowCss {
        background-position: bottom;
        height: 27px;
        background-color: #f8f8f8;
        background-repeat: repeat-x;
    }

    .GridViewCss .GridviewPagerCss {
        height: 23px;
        color: #000;
    }

    .GridViewCss td {
        border-right: 1px dotted #cecece;
        padding: 2px;
    }

.GridViewOperate {
    text-align: left;
}

.GridViewCss .HeaderRowCss a:link,
.GridViewCss .HeaderRowCss a:active,
.GridViewCss .HeaderRowCss a:visited {
    text-decoration: none;
}

.GridViewCss .RowCss:hover,
.GridViewCss .AlterRowCss:hover {
    background-color: #f1f3f6;
}

.GridViewCss .FooterCss {
    height: 30px;
    background-color: #FFF;
    border-color: #d8e6f6;
}

    .GridViewCss .FooterCss td {
        border: none;
    }


/*******************
*分页控件
********************/
.pages {
    color: #666;
    width: 100%;
    padding: 3px 0px 3px 0px;
    font-size: 11px;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        padding: 0 5px;
        border: 1px solid #cccccc;
        background: #ffff;
        margin: 1px 2px 1px 2px;
        font-size: 11px;
        color: #3366cc;
    }

        .pages a:hover {
            background-color: #FFF;
            color: #fd6d01;
            border: 1px solid #fd6d01;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #E61636;
        border: 1px solid #E61636;
    }

    .pages .currentpage {
        background: #ffede1;
        border: 1px solid #fd6d01;
        color: #fd6d01;
        padding: 0 5px;
        margin: 1px 2px 1px 2px;
    }

.paginator {
    margin-top: 8px;
}

    .paginator select {
    }


.tb_query1 {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

    .tb_query1 .td_Label {
        width: 20%;
        text-align: right;
        height: 35px;
        line-height: 15px;
        color: #625d59;
    }

    .tb_query1 .td_Input {
        width: 60%;
        text-align: left;
        height: 35px;
        line-height: 28px;
        color: #625d59;
    }

    .tb_query1 .TextBox {
        width: 100px;
        border: solid 1px #cccccc;
        height: 24px;
        padding-left: 2px;
    }

    .tb_query1 .td_Button {
        width: 20%;
        text-align: center;
    }

.tb_query2 {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

    .tb_query2 .td_Label {
        width: 15%;
        text-align: right;
        height: 35px;
        line-height: 15px;
        color: #625d59;
    }

    .tb_query2 .td_Input {
        width: 20%;
        text-align: left;
        height: 35px;
        line-height: 28px;
        color: #625d59;
    }

    .tb_query2 .td_Button {
        width: 30%;
        text-align: center;
    }

    .tb_query2 .TextBox {
        width: 100px;
        border: solid 1px #cccccc;
        height: 24px;
        padding-left: 2px;
    }

    .tb_query2 .DropDownList {
        padding-left: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        border: solid 1px #cccccc;
        width: 105px;
        height: 27px;
        line-height: 25px;
        display: inline-block;
    }

.tb_query3 {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

    .tb_query3 .td_Label {
        width: 10%;
        text-align: right;
        height: 35px;
        line-height: 15px;
        color: #625d59;
    }

    .tb_query3 .td_Input {
        width: 16%;
        text-align: left;
        height: 35px;
        line-height: 28px;
        color: #625d59;
    }

    .tb_query3 .td_Button {
        width: 22%;
        text-align: center;
    }

    .tb_query3 .TextBox {
        width: 100px;
        border: solid 1px #cccccc;
        height: 24px;
        padding-left: 2px;
    }

    .tb_query3 .DropDownList {
        padding-left: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        border: solid 1px #cccccc;
        width: 105px;
        height: 27px;
        line-height: 25px;
        display: inline-block;
    }

.tb_query4 {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

    .tb_query4 .td_Label {
        width: 8%;
        text-align: right;
        height: 35px;
        line-height: 15px;
        color: #625d59;
    }

    .tb_query4 .td_Input {
        width: 10%;
        text-align: left;
        height: 35px;
        line-height: 28px;
        color: #625d59;
    }

    .tb_query4 .td_Button {
        width: 18%;
        text-align: center;
    }

    .tb_query4 .TextBox {
        width: 100px;
        border: solid 1px #cccccc;
        height: 24px;
        padding-left: 2px;
    }

    .tb_query4 .DropDownList {
        padding-left: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        border: solid 1px #cccccc;
        width: 105px;
        height: 27px;
        line-height: 25px;
        display: inline-block;
    }

.tbSummartInfo {
    width: 500px;
}

/**通知类不分页列表显示**/
.infoPanel .GridViewCss {
    border: 0px solid #cecece;
    height: 25px;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    word-break: break-all;
    margin-top: 0px;
    cursor:pointer;
}

.infoPanel .GridViewCss tr{
    height:30px;
}

.infoPanel .GridViewCss .HeaderRowCss {
    font-size: 10pt;
    color: #68635f;
    background-color: transparent;
    height: 0px;
    line-height:0px;
    text-align: center;
    border: 0px solid #cecece;
}

.infoPanel .GridViewCss .HeaderRowCss th, .infoPanel .GridViewCss .HeaderRowCss td {
    color: #68635f;
    border-right: solid 0px #cecece;
    font-weight: bold;
    padding: 0px;
    text-align: left;
    padding-left:5px;
}

.infoPanel .GridViewCss .HeaderRowCss th.center,.infoPanel .GridViewCss .HeaderRowCss td.center{
    text-align:center;
}

.infoPanel .GridViewCss .HeaderRowCss th a {
    color: #68635f;
}

.infoPanel .GridViewCss .RowCss,
.infoPanel .GridViewCss .RowCssColor,
.infoPanel .GridViewCss .AlterRowCss {
    height: 30px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #68635f;
    border-bottom: 1px dotted #f3f3f3;
    background-position: bottom;
    white-space: normal;
}

.infoPanel .GridViewCss .lastRow{
    border-bottom: 0px dotted #f3f3f3;
}

.infoPanel .GridViewCss .RowCssColor
{
    color:blue;
}

.infoPanel  .GridViewCss .RowSumCss {
    height: 27px;
    background-repeat: repeat-x;
    background-color: #f7f6f6;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    background-position: bottom;
    white-space: normal;
}

.infoPanel  .GridViewCss .SelectRowCss {
    background-position: bottom;
    height: 27px;
    background-color: #f8f8f8;
    background-repeat: repeat-x;
}

.infoPanel  .GridViewCss .GridviewPagerCss {
    height: 23px;
    color: #000;
}

.infoPanel  .GridViewCss td {
    border-right: 0px solid #cecece;
    padding: 2px;
}

.infoPanel  .GridViewCss .RowCss td:nth-child(2),.infoPanel  .GridViewCss .AlterRowCss td:nth-child(2) {
    text-align: right;
    white-space:nowrap;
}


.infoPanel .GridViewOperate {
    text-align: left;
}

.infoPanel .GridViewCss .HeaderRowCss a:link,
.infoPanel .GridViewCss .HeaderRowCss a:active,
.infoPanel .GridViewCss .HeaderRowCss a:visited {
    text-decoration: none;
}

.infoPanel .GridViewCss .RowCss:hover,
.infoPanel .GridViewCss .AlterRowCss:hover {
    background-color: #f1f3f6;
}

.infoPanel .GridViewCss .FooterCss {
    height: 28px;
    background-color: #FFF;
    border-color: #d8e6f6;
}

.infoPanel .GridViewCss .FooterCss td {
    border: none;
}

.infoPanel td.title{
    padding-left:30px;
    background-image:url(images/doted.png);
    background-repeat:no-repeat;
}

/* 附件文件列表 */

table.fileTable{
    min-width:500px;
}

table.fileTable td{
    padding-left:2px;
    padding-right:2px;
}

table.fileTable tr.fileHeaderRow td{
    background-color:#eeeeee;
}

table.fileTable tr.fileHeaderRow td.FileItemCol{
    width:120px;
}

table.fileTable tr.fileHeaderRow td.FlowNodeCol{
    width:120px;
}

table.fileTable tr.fileHeaderRow td.UploaderCol{
    width:50px;
}

table.fileTable tr.fileHeaderRow td.UploadDateCol{
    width:120px;
}

table.fileTable tr.fileHeaderRow td.OpCol{
    width:30px;
}

table.fileTable tr.fileItem td.OpCol{
    text-align:center;
}

table.flowFileTable{
    min-width:700px;
}

table.flowFileTableNoSet{
    min-width:550px;
}