#upload-loading-bar {
z-index: 9999;
position: fixed;
padding: 20px 10px;
background: #fbdeb1;
color: #a77f5c;
-webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.52);
box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.52);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align: center;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 230px;
height: 30px;
}

.upload-disable-window{
display:none;
background:transparent url(wwv_flow_file_mgr.get_file?p_security_group_id=2094500875770342&p_fname=window_dis_bg.png);
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9998;
}

#disable-window {
background-color: #fff;
filter: alpha(opacity=40);
opacity: 0.4;
-moz-opacity: 0.40;
z-index: 99999;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
display: none;
}