.finemi-datagrid{
    border-collapse:collapse;
    border:none;
    table-layout: fixed;
}
.finemi-datagrid thead{
    height:33px;
}
.finemi-datagrid th{
    font-size:14px;
    font-weight:normal;
    background: #D7D4D4 none repeat scroll 0 0;
    color: #484848;
    line-height:33px;
    text-align:left;
    text-indent:5px;
}
.finemi-datagrid tbody tr:hover{
    background-color: #FDF6F1;

}
.finemi-datagrid tbody td{
    line-height:33px;
    text-align:left;
    text-indent:5px;
    font-size:12px;
    font-family:"宋体";
    color:#484848;
    border-bottom:1px dotted #D0D0D0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.finemi-datagrid thead th.checkbox_td{
    text-align:center;
    text-indent:0;
}
.finemi-datagrid tbody td.checkbox_td{
    text-align:center;
    text-indent:0;
}
.finemi-datagrid tbody td.left{
    text-align:left;
}
.finemi-datagrid tbody td.center{
    text-align:center;
}
.finemi-datagrid tbody td.right{
    text-align:right;
}
.finemi-datagrid tbody td.noSpace{
    white-space: normal;
}

.finemi-datagrid .datagrid-button{
    text-decoration:none;
    color:#484848;
}
.finemi-datagrid .datagrid-button:hover{
    text-decoration:underline;
}
.finemi-datagrid-bottom{
    padding:3px 0 7px 0;
    height:20px;
    font-family:"宋体";
    font-size:12px;
    background:rgb(242, 242, 242) none repeat scroll 0 0;
    margin-top:1px;
}
.finemi-datagrid-pageButton{
    padding:0 8px;
    display:inline-block;
    line-height:22px;
    height:22px;
    text-align: center;
    border-radius:2px;
    color:rgb(51, 51, 51);
    box-shadow:rgba(0, 0, 0, 0.0980392) 0 0 1px;
    border:1px solid rgb(217, 217, 217);
    cursor:pointer;
    text-decoration:none;
    background-color:#fff;
    margin-right:5px;
}
.finemi-datagrid-pageButton:hover{
    box-shadow:rgba(0, 0, 0, 0.1580392) 0 0 1px;
    background-color:#FBFBFB;
    color:#484848;
}
.finemi-datagrid-warp{
    position:relative;
}
.finemi-datagrid-bottom{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
.finemi-datagrid-bottom .buttonWarp{
    float:left;
    margin-left:10px;
}
.finemi-datagrid-bottom .toolWarp{
    float:left;
    color:rgb(51, 51, 51);
}
.finemi-datagrid-bottom .toolWarp span{
    margin:0 3px;
}
.finemi-datagrid-pageText{
    height:22px;
    line-height:22px;
    border:1px solid #D8D8D8;
    background: #fff none repeat scroll 0 0;
    padding:0 2px;
    color:#484848;
    width: 30px !important;
}
.finemi-datagrid .datagrid-checkbox{
    position:relative;
    top:2px;
    left:-2px;
    cursor: pointer;
}
.finemi-datagrid-loading{
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    left:0;
    top:0;
}
.finemi-datagrid-noDataTip{
    width:100%;
    height: 42px;
    line-height: 25px;
    display:none;
    left:0;
    top:0;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif !important;
    text-align:center;
    font-size: 18px;
    color: #848484;
    margin: 5px 0;
    /* border-top: 1px solid #DCDADA; */
    /* border-bottom: 1px solid #DCDADA; */
    padding: 18px 0;
}
.finemi-datagrid-noDataTip span{
    display:block;
}
.datagrid-buttonWarp .datagrid-button {
    margin-right: 10px;
    color: #FF7200;
}


.window-content {
    position: fixed !important;
    *position: absolute !important;
    z-index: 10000;
    left: 50%;
    top: 50%;
    padding: 20px;
    background: #FFF;
    border: 0 solid;
    display: none;
}

.window-content .title-box {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #0053b5;
}

.window-content .content-box {
    overflow: auto;
}

.window-content .button {
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid;
    padding: 0 20px;
    color: #FFF;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
}

.window-content .button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.window-content .button-default {
    border-color: #9e9d9d;
    background: #a9a8a8;
}
.window-content .button-default:hover {
    background: #bbbbbb;
    filter: alpha(opacity=100);
    opacity: 1;
}

.window-content .button-submit {
    border-color: #dd6300;
    background: #ff7200;
}
.window-content .button-submit:hover {
    background: #ff8a2b;
    filter: alpha(opacity=100);
    opacity: 1;
}

.window-content .button-box {
    overflow: hidden;
    display: flex;
    align-items: center;
}

#BACK-STORY {
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; /*FF IE7*/
    filter: alpha(opacity=60); /*IE*/
    opacity: 0.6; /*FF*/
    z-index: 9000;
    position: fixed !important; /*FF IE7*/
}

.validate-noaccept{
    background-color:#faffbd !important;
}
.validate-noaccept-tip{
    color:#FF5A00 !important;
    font-size:12px !important;
    font-family:"宋体" !important;
    line-height:14px !important;
    text-align:left !important;
}
.validate-noaccept-tip-warp{
    background-color:#FF5A00;
    border-radius:2px;
    position:absolute;
    padding:8px 10px;
    z-index: 10000;
}
.validate-noaccept-tip-arrow{
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right:6px solid #FF5A00;
    position:absolute;
    left:-6px;
    top:8px;
}
.validate-noaccept-tip-content{
    color:#fff !important;
    font-size:12px !important;
    font-family:"宋体" !important;
    line-height:14px !important;
    text-align:left !important;
}

.datagrid-mask-msg{
    border-color: #95B8E7;
    background: #ffffff url(../images/loading.gif) no-repeat scroll center 5px;
    height: 16px;
    padding: 25px 10px 10px 10px;
}