﻿.floatRight {
    float: right;
}

.hidden {
    display: none;
}

.background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: lightgray;
    font-weight: bolder;
    font-size: 50px;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    display: table;
}

p {
    margin-bottom: 5px;
}

.center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}

.uploadButtons {
    background-color: #00823b;
    font-size: 19px;
    color: white;
    border: none;
    padding: 5px 10px;
}

.progressBar0 {
    color: #000;
    background-color: #B0E0E6;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.progressBarUpload {
    color: white;
    background-color: green;
    display: inline-block;
    text-align: center;
    width: 0;
}

.progressBarError {
    color: white;
    background-color: #E60000;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.progressBarError label {
    margin-bottom: 0;
}

.disabled {
    background-color: #e5e5e5;
}

#divUploadRow {
}

#divUpload {
    height: 400px;
    position: relative;
    overflow: hidden;
}

#divFileList {
    z-index: 10;
    width: 100%;
    height: 340px;
    overflow: auto;
    position: relative;
    /*margin-bottom: 25px;*/
    margin-bottom: -100px;
}

#divControls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 10px;
    z-index: 15;
}
