.panel-header, .panel-body{
    border-color:#DCDCDC;
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
    height: 34px;
}
.datagrid-cell-rownumber{
    line-height: 34px;
}
.easy-title{
    text-align: center;
    font-weight: bold;
}

.datagrid-header .datagrid-cell span{
    font-weight: 100;
    font-size: 14px;
    color: #23648E;
    font-weight: bold;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td{
    border-color:#D9E0E8;
}
.panel-header,
.panel-body{
    border-color:#D9E0E8;
}

.pagination{
    font-size: 14px ;
}

.searchbar .textbox{
    border: 1px solid #DCDCDC;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.searchbar .l-btn-left{
    margin-left: 5px;
    margin-right: 5px;
}
.searchbar ._easyui_textbox_input1{
    margin: 0px 18px 0px 85px;
}

.datagrid-btable{
    height: 35px !important;
}

.panel-header{
    height: 34px;
    background: linear-gradient(to bottom,#EEEEEE 0,#f7f7f7 100%)
}
.panel-title{
    color: #333333;
    font-size: 14px;
    line-height:22px;
}

.datagrid-row-over,.datagrid-row-selected{
    color: #333333;
    background: #EBF4FD;
}
.datagrid-header td.datagrid-header-over{
    color: #333333;
    background-color:#D8F0FF;
}
.datagrid-header-row td{
    color: #333333;
    background-color:#D2EDFE;
}

.datagrid-header-row, .datagrid-row{
    height: 38px;
}

/*!*弹出框颜色*!*/
/*.layui-layer-title{*/
    /*background:#F18300 ;*/
    /*color: #ffffff;*/
/*}*/

.datagrid-sort-desc .datagrid-sort-icon{
    display: none;
}

.datagrid-btable .datagrid-header{
    height: 36px !important;
}

.datagrid-btable .datagrid-header .datagrid-header-row td{
    background-color:#CBEBFF;
}

.datagrid-btable .datagrid-header .datagrid-header-row{
    height: 38px !important;
}
.datagrid-btable .datagrid-btable{
    height: 38px !important;
}
.datagrid-btable .datagrid-btable .datagrid-row{
    height: 38px !important;
}
/*.datagrid-btable .datagrid-btable .datagrid-body{*/
    /*height: 32px !important;*/
/*}*/
/*.datagrid-btable .datagrid-btablel .datagrid-header-row, .datagrid-row {*/
    /*!*height: 33px !important;*!*/
/*}*/
/*.datagrid-btable .datagrid-btable .datagrid-header-row, .datagrid-row {*/
    /*height: 25px !important;*/
/*}*/

.hideview{
    display: none;
}
.datagrid-header-check, .datagrid-cell-check{
    height: 16px;
}

.datagrid-header-check input[type=checkbox],
.datagrid-cell-check input[type=checkbox] {
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    top: -2px;
}
.datagrid-header-check input[type=checkbox]:checked,
.datagrid-cell-check input[type=checkbox]:checked{
    border:0px;
    background: url("../images/ic_checkbox_checked.png")no-repeat center;
}
.datagrid-header-check input[type=checkbox]:focus,
.datagrid-cell-check input[type=checkbox]:focus{
    outline: 0px !important;
    outline-offset: 0px !important;
}

.pagination-page-list, .pagination .pagination-num{
    font-size: 14px !important;
}
.pagination span {
    font-size: 14px !important;
    letter-spacing:1px;
}
.datagrid-htable td{
    background: #D2EDFE;
}
.pagination-info{
    font-size: 14px;
    letter-spacing:1px;
}

.datagrid-footer .datagrid-cell{
    font-size: 14px !important;
    font-weight: bold;
}

.datagrid-header-rownumber span{
    font-size: 12px;
    color: #23648E;
    font-weight: bold;
    line-height: 34px;
}

.datagrid-header-rownumber{
    width: 40px!important;
}

.datagrid-cell-rownumber {
    width: 40px!important;
}
