/*.yui-datagrid-body{*/
    /*width: calc(100% - 40px) !important;*/
    /*margin: 0 auto;*/
/*}*/
.yui-datagrid-body-container table {
    border: #ddd solid 1px !important;
}
.yui-datagrid-head{
    padding: 10px !important;
    box-sizing: border-box !important;
}
.yui-datagrid-head .yui-dgqf li{
    position: relative;
    height: 25px;
    border-radius: 4px;
    border: #ddd solid 1px;
    background: #fff;
    padding: 5px 5px 5px 0;
}
.yui-datagrid-head .yui-dgqf li .querytitle{
    float: left;
    padding: 0 15px;
    border-right: #ddd solid 1px;
    line-height: 25px;
    color: #999;
}
.yui-datagrid-head .yui-dgqf li input{
    float: left;
    height: 25px;
    width: 150px;
    background: #fff;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    text-indent: 5px;
}
.yui-datagrid-head .yui-dgqf button,
.yui-datagrid-hbtns button{
    height: 34px !important;
    min-width: 80px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    outline: none !important;
    cursor: pointer !important;
}
.yui-datagrid-head .yui-dgqf,
.yui-datagrid-hbtns{
    margin: 0 !important;
}
.yui-datagrid-body-head thead tr{
    border-bottom: #e8e8e8 solid 1px;
}
.yui-datagrid-body-head thead tr td,
.yui-datagrid-table > thead th,
.yui-datagrid-table > thead tr .header{
    height: 50px !important;
    background: #eaf5ff !important;
    color: #333 !important;
    border: none !important;
    font-weight: bold;
}
.yui-datagrid-table > tbody td{
    height: 45px !important;
    border: none !important;
    border-bottom: none !important
}
.yui-datagrid-table > tbody tr{
    border-bottom: #ddd solid 1px !important;
}
.yui-datagrid-table > tbody tr:last-child{
    border-bottom: none !important
}
.yui-dgqf, .yui-datagrid-hbtns{
    margin-bottom: 0!important;
}
.yui-datagrid-pager {
    height: 50px !important;
    line-height: 50px !important;
    padding: 10px !important;
}
.yui-datagrid-table > tbody tr.currentSelect {
    background-color: #eaf5ff !important;
    color: #4f9cff !important;
    border-top: #ddd solid 1px;
}
.yui-datagrid-table > thead td.selectArea,
.yui-datagrid-table > tr td[data-modelindex=selectArea]{
    min-width: 50px;
}
