﻿ 
.gPopupOneFilePanel {
    z-index: 5000;
    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;
}
.gPopupOneFileBox {
    margin: auto;
    position: fixed;
    z-index: 5001;
    background-color: #FFFFFF;
    padding:20px;
}
.gPopupOneFileTitleBar {
    display: flex; flex-direction: row;
}
.gPopupOneFileTitle {
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    text-align: left;
    width: calc(100% - 40px);
    overflow: hidden;
    font-weight: bold;
}
.gPopupOneFileCloseX {
    border-width: 0px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}
 
.gPopupOneFileFileBox
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 24px;
    background-color: #FFFFFF;
    text-align: left;
}
 
.gPopupOneFileBtnNo:hover
{
    background-color: #FF6600
}

.gPopupOneFileBtnBar {    
    display: flex;
    flex-direction: row;
    margin-top:15px;
}
.gPopupOneFileBtnNo{
    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:100%;
}

.gPopupOneFileEditLine {
    margin-top: 1px;
    margin-bottom:15px;
    display: flex;
    flex-direction: row;
}
 
.gPopupOneFileEditLabel
{
    width: 80px;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    line-height:24px;
}

.gPopupOneFileEditInput {
    width: calc(100% - 80px);
}
.gPopupOneFileEditFile
{
    margin: 0px;
    border-width: 0px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0px;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-color: #D0D0D0;
    text-align: left;
    font-weight: normal;
}
 


