﻿ 
.gzPopupEditPanel { 
    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;
}
.gzPopupEditBox {
    margin: auto;
    position: fixed;
    z-index: 4999;
    background-color: #FFFFFF;
    padding:20px;
    top:50px;
}
.gzPopupEditTitleBar {
    display: flex; flex-direction: row;
}
.gzPopupEditTitle {
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    width:100%;
}
.gzPopupEditCloseX {
    width: 30px;
    height: 30px;
    cursor:pointer;
    border-width: 0px;
}
.gzPopupEditLine{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
}
 
.gzPopupEditLabel{
    width: 100px;
    font-size: 16px;
    font-family: '微软雅黑', Courier, monospace;
}
.gzPopupEditInput{
    width: 100%;
}
.gzPopupEditInput input,.gzPopupEditInput select{
    height: 28px; 
    line-height: 28px;
    width: 100%;
    font-size: 16px;
    font-family: '微软雅黑', Courier, monospace;
    border-style: solid;
    border-width: 1px;
    border-color:#969696;
}
 .gzPopupEditBtnYes:hover, .gzPopupEditBtnNo:hover:hover
{
    background-color: #FF6600
}

.gzPopupEditBtnBar {    
    display: flex;
    flex-direction: row;
    width:100%;
    margin-top:15px;
}
.gzPopupEditBtnYes, .gzPopupEditBtnNo {
    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;
}




