﻿ 
.gPopupDataListPanel { 
    z-index: 4998;
    position: fixed;
    top: 0px;
    background-color: #666666;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    top:0px;
    left:0px;
}
.gPopupDataListBox {
    margin: auto;
    position: fixed;
    z-index: 4999;
    background-color: #FFFFFF;
    padding:20px;
    top:50px;
}
.gPopupDataListTitleBar {
    display: flex; flex-direction: row-reverse;
}
 
.gPopupDataListCloseX,.gPopupDataListSearch {
    width: 30px;
    height: 30px;
    cursor:pointer;
    margin-left:10px;
    border-width: 0px;
}
 
.gPopupDataListTable
{
    position: relative;
    width:100%;    overflow: auto;
}
 
 .gPopupDataListBtnYes:hover, .gPopupDataListBtnNo:hover, .gPopupDataListBtnSall:hover
{
    background-color: #FF6600
}

.gPopupDataListBtnBar {    
    display: flex;
    flex-direction: row;
    width:100%;
    margin-top:15px;
}
.gPopupDataListBtnYes, .gPopupDataListBtnNo,.gPopupDataListBtnSall {
    position: relative;
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #7098ff;
    line-height:45px;
    height:45px;
    text-align:center;

    cursor:pointer;
    width:50%;
    float:left;
}




