.datagrid-row.datagrid-row-selected {background-color:#c3d2fb !important;}
.datagrid-row.datagrid-row-over {background-color:#9bb3f7 !important;} 


.LightPromptMessage_error > p {
    text-overflow: initial;
    white-space: initial;
    overflow: auto;
    max-height: 500px;
    overflow: auto;
}

.View_btn {
    background: url(./../../static/images/fj.png) no-repeat center;
}


/* 缩略图 */
#my_thumbnail{
    height: 85px;
    overflow-x: auto;
    border: 1px solid blue;
}

.previewImg {
    width:180px;
    height:148px;
    box-sizing: border-box;
    /* margin-right: 10px; */
    margin-left:5px;
    
}

#previewZone{
    /* white-space: nowrap; */
    height:150px;
    min-height:150px;
    margin-top:10px;
    position:relative;
    background:url("/pay-web/grp/fes/common/static/images/preview.jpg") no-repeat center;
    border:1px solid #e4e4e4;
}

#dlg-buttons{
    height:300px;
    float:right;
    width: 340px;
    box-sizing: border-box;
    text-align: center;
}

#dlg-buttons button{
    display: block;
    width:200px;
    text-align: center;
    margin-top:10px;
    margin-left: 54px;
    border-radius: 4px;
}