﻿.progress_bar {
    padding: 3px;
    border: 1px solid #888888;
    font-size: 14px;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

.progress_bar.loading {
    opacity: 1.0;
}

.progress_bar .percent {
    background: #cad2e6;
    background: -moz-linear-gradient(top, #cad2e6 0%, #d7e0f5 20%, #d7e0f5 80%, #cad2e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cad2e6), color-stop(20%,#d7e0f5), color-stop(80%,#d7e0f5), color-stop(100%,#cad2e6));
    background: -webkit-linear-gradient(top, #cad2e6 0%,#d7e0f5 20%,#d7e0f5 80%,#cad2e6 100%);
    background: -o-linear-gradient(top, #cad2e6 0%,#d7e0f5 20%,#d7e0f5 80%,#cad2e6 100%);
    background: -ms-linear-gradient(top, #cad2e6 0%,#d7e0f5 20%,#d7e0f5 80%,#cad2e6 100%);
    background: linear-gradient(to bottom, #cad2e6 0%,#d7e0f5 20%,#d7e0f5 80%,#cad2e6 100%);
    -pie-background: linear-gradient(#cad2e6 0%,#d7e0f5 20%,#d7e0f5 80%,#cad2e6 100%);
    height: auto;
    width: 0;
}
            
html
{
    height: 100%;
}
            
body
{
    background: #F2F2F2;
}
            
#content
{
    width: 100%;
}
            
.singleFile
{
    width: 312px;
    border: 1px solid #888888;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-bottom: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    -pie-background: linear-gradient(#ffffff 0%, #f3f3f3 100%); /*ie 6-9 via PIE*/
}
            
.singleFile a
{
    color: #000;
    font-weight: bold;
}
            
.singleFile a:hover
{
    color: #d50019;
}
            
.stopButton 
{
    font-size:8pt;
    float: right;
    bottom: 3px;
    position: relative;
}
            
button,
.stopButton
{
    color: #fff;
    background: #2d58be;
    background: -moz-linear-gradient(top, #2d58be 0%, #193a87 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d58be), color-stop(100%,#193a87));
    background: -webkit-linear-gradient(top, #2d58be 0%,#193a87 100%);
    background: -o-linear-gradient(top, #2d58be 0%,#193a87 100%);
    background: -ms-linear-gradient(top, #2d58be 0%,#193a87 100%);
    background: linear-gradient(to bottom, #2d58be 0%,#193a87 100%);
    -pie-background: linear-gradient(#2d58be 0%,#193a87 100%);
    border: 1px solid #173885;
    border-radius: 2px;
}
            
button:hover,
.stopButton:hover
{
    cursor: pointer;
}
            
#close:disabled
{
    opacity: 0.5;
    cursor: default;
}
            
.divFileName
{
    font-size: 9pt;
}

.fileName
{
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 3px;
}
            
#uploadPanel
{
    width: 1352px;
    height: 104px;
    overflow: auto;
    margin-left: -684px;
    left: 50%;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    background: #fff;
    border-bottom: 5px solid #8c91a0;
    border-top: 3px solid #8c91a0;
}
            
#uploadPanel, button
{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
            
#shown, #hidden, #close
{
    margin: 5px;
    outline: none;
    line-height: 16px;
}
            
#close
{
    float: right;
}

#mainiframe
{
    position: absolute;
}