﻿
/*检索区域*/
#divSearchArea{
    width:100%;
    min-height:40px;
    /*padding:10px 0;*/
    line-height:40px;
    min-width:1180px;
    position:relative;
}

/*检索条件*/
.SearchCondition{
    float:left;
    min-height:40px;
    width:100%;
}

.SearchConditionRow{
    height:24px;
    line-height:24px;
    padding:6px 0;
    float:left;
    min-width:235px;
}

.floatLeft{
    float:left;
}

.FieldTitle{
    text-align:right;
    min-width:95px;
}

.Field1{
    width:140px;
    height:20px;
  
    text-overflow:ellipsis;
  
}
.textbox .textbox-text{
        text-overflow:ellipsis;
}
.seachField1{
    border:1px solid #ccc;
}

.SelField1{
    width:144px;
    height:24px;
}

.SelCls{
    width:144px;
}

/*检索按钮*/
.SearchBtn{
    /*float:right;*/
    /*width:18%;*/
    position:absolute;
    right:0px;
    top:0px;
    width:250px;
    height:26px;
    padding:7px 0;
    text-align:center;
}
.SearchBtnDow{
    /*float:right;*/
    /*width:18%;*/
    position:absolute;
    right:0px;
    top:0px;
    width:250px;
    height:26px;
    padding:7px 0;
    text-align:center;
}
.candow {
    display: none;
}
.pagebtn{
    float:right;
    width:80px;
    height:26px;
    line-height:26px;
    cursor:pointer;
    margin-right:1%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

#btnSearch{
    border:1px solid #e1e1e1;
    color:#3498db;
    font-size:14px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

#btnSearch img{
    position:relative;
    padding-right:5px;
}

/*功能按钮区域*/
#divGridBarArea{
    width:100%;
    /*height:40px;*/
    line-height:40px;
    /*background-color:#eee;*/
    /*margin-left:10px;*/
}
#divPageBarArea{
    width:99%
}
.gridbarbutton {
    background: #ffffff;
    color: #919191;
    border-radius: 2px;
    border: 1px solid #919191;
    padding: 6px 10px;
    margin: 8px 5px 8px 0px;
}

    .gridbarbutton:hover {
        color: #0f92e4;
        border: 1px solid #0f92e4;
        background-color: #ffffff;
    }
.page_btn_list{
    height:24px;
    line-height:24px;
    padding:8px 0;
}

.page_btn_list li{
    float:left;
    padding:0 12px;
    cursor:pointer;
    color:#4c4c4c;
}

.btn-icon-img{
    position:relative;
    padding-right:5px;
    top:4px;
}

.split-lines {
    float:left;
    text-align:center;
    height:20px;
    line-height:20px;
    margin-top:2px;
    color:#c1c1c1;
}

/*时间控件图标*/
.WdatePicker{
    position:relative;
    display:inline-block;
}

.WdatePicker img{
    position:absolute;
    right:3px;
    top:3px;
}

.WdatePicker input{
    padding-right:22px;
    width:118px;
}

.datagrid-header-row,.datagrid-row{
    height:38px;
}
