﻿
.fileUpload {
    display: inline-block;
}
    .fileUpload .targetAndDisplay {
        vertical-align: top;
        padding: 8px;
        text-align: center;
        position: relative;
    }

    .fileUpload .uploadControls {
        text-align: center;
        position: absolute;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
        border-radius: 10px;
        left: 0;
        width: 250px;
        height: 100%;
        max-width: 100%;
        font-size: 0.75em;
    }
        .fileUpload .uploadControls .smallbutton {
            font-size:0.75em !important;
        }

        .fileUpload .uploadControls label {
        margin-right: 0;
    }

    .fileUpload .filesizeLimit {
        font-size: 0.75em;
        margin: auto;
        text-align: center;
    }

.fileUploadBorder {
    border: 0.5px solid #333333;
}

.fileUploadLabel {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 8px 10px 8px;
    background-color: lightgrey;
    color: black;
    font-family: 'Copperplate Gothic';
    border: 0.5px outset black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2px 0 2px;
    font-size:0.85em;
}

.fileUploadDelete {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0.5px outset black;
    border-radius: 5px;
    padding: 5px 8px 6px 8px;
    background-color: lightgrey;
    color: black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2px 0 2px;
    font-size: 0.85em;
    font-weight:bold;
    z-index:1000;
}

.fileName {
    font-size: .75em;
    overflow-wrap: break-word;
}

.fileUploadFilePreviews {
    vertical-align: top;
    margin-top: 20px;
    display: inline-block;
}

.fileUploadImagePreview {
    display: inline-block;
    vertical-align: top;
}

    .fileUploadImagePreview img {
        width: 50px;
    }

    .fileUploadImagePreview .fileUploadPreviewDelete {
        vertical-align:top;
    }

    .progressBar {
        display: none;
        width: 90%;
        position: relative;
        top: -20px;
        left: 5%;
    }
.inputfile {
    width: 0.01px;
    height: 0.01px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.uploadWait {
    position: absolute;
    height: 50px;
    display: none;
}
.fileUploadDisplay { }
.fileupValText { }

.fileDropLabel{
    width:100%;
    text-align:center;
    color:#444444;
    font-size:1.15em;
    font-style:italic;
}