﻿ 
.gPopupUploadFilesPanel {
    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;
}
.gPopupUploadFilesBox {
    margin: auto;
    position: fixed;
    z-index: 5001;
    background-color: #FFFFFF;
    padding:20px;
}
.gPopupUploadFilesTitleBar {
    display: flex; flex-direction: row;
}
.gPopupUploadFilesTitle {
    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;
}
.gPopupUploadFilesCloseX {
    border-width: 0px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}
 
.gPopupUploadFilesFileBox
{
    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;
}
 
.gPopupUploadFilesBtnNo:hover
{
    background-color: #FF6600
}

.gPopupUploadFilesBtnBar {    
    display: flex;
    flex-direction: row;
    margin-top:15px;
}
.gPopupUploadFilesBtnNo  {
    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%;
}

.gPopupUploadFilesEditLine {
    margin-top: 1px;
    margin-bottom:15px;
    display: flex;
    flex-direction: row;
}
 
.gPopupUploadFilesEditLabel
{
    width: 80px;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    line-height:24px;
}

.gPopupUploadFilesEditInput {
    width: calc(100% - 80px);
}
.gPopupUploadFilesEditFile
{
    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;
}
 

