﻿.fileUploadForm {

}

    .fileUploadForm a.button {
        color: #ffffff;
    }

    .fileUploadForm .addbutton {
        text-align:center;
        padding:20px;
        font-weight: bold;
    }

    .fileUploadForm .fileupload-nodtpwrap:after {
        clear: both;
        content: "";
        display: table;
    }

    .fileUploadForm .fileupload-nodtpwrap .newButton {
        float: right;
        width: initial;
        display: initial;
    }

    .fileUploadForm .viewButton {
        width: auto;
        display: block;
        min-width: 0;
        float: right;
        margin-left: 10px;
    }

    .fileUploadForm .fileupload-valuewrap {
    }

    .fileUploadForm .droparea {
        box-sizing: border-box;
        border: 2px dashed #bbbbbb;
        width:100%;
    }

    .fileUploadForm .fileswrap {
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .fileUploadForm .template-download {
        background: #fbfbfb;
        margin-top: 12px;
        margin-bottom: 12px;
        border: 1px solid #f2f2f2;
    }

        .fileUploadForm .template-download > div {
            display: inline-block;
            vertical-align: middle;
        }

            .fileUploadForm .template-download .buttons .button {
                min-width: 0;
            }

            .fileUploadForm .template-download .action-button {
                color: #aaa;
                border: 0;
                padding: 5px;
            }

        .fileUploadForm .template-download.success {
            border: 1px solid #88d31e;
        }

            .fileUploadForm .template-download.success .thumbnail {
                width: 19.5%;
                margin-left: 0px;
                margin-right: 12px;
            }

                .fileUploadForm .template-download.success .thumbnail img {
                    height: 80px;
                    max-height: 80px;
                    width: 80px;
                    max-width: 80px;
                }

            .fileUploadForm .template-download.success .info {
                width: 20%;
                margin-left: 12px;
                margin-right: 12px;
                color: red;
            }

                .fileUploadForm .template-download.success .info .name {
                    margin: 0;
                }

                .fileUploadForm .template-download.success .info .name a {
                    white-space: normal;
                    word-wrap: break-word;
                }

            .fileUploadForm .template-download.success .info-size {
                width: 20%;
            }

            .fileUploadForm .template-download.success .info-status {
                width: 10%;
                color: #88d31e;
            }

            .fileUploadForm .template-download.success .buttons {
                width: 20%;
            }

                .fileUploadForm .template-download .buttons {
                    text-align:center;
                }
    
                .fileUploadForm .template-download .buttons a{
                    padding:5px;
                    cursor:pointer;
                }

        .fileUploadForm .template-download.failed {
            border: 1px solid red;
        }

            .fileUploadForm .template-download.failed .thumbnail {
                display: none;
            }

                .fileUploadForm .template-download.failed .thumbnail img {
                    display: none;
                }

            .fileUploadForm .template-download.failed .info {
                width: 45%;
                margin-left: 2%;
            }

                .fileUploadForm .template-download.failed .info .name {
                    margin: 0;
                    padding: 5px;
                }

                .fileUploadForm .template-download.failed .info > div {
                    padding: 5px;
                    font-weight: bold;
                    color: red;
                }

            .fileUploadForm .template-download.failed .info-size {
                width: 20%;
            }

            .fileUploadForm .template-download.failed .info-status {
                width: 10%;
                color: red;
            }

            .fileUploadForm .template-download.failed .buttons {
                width: 20%;
            }

        .fileUploadForm .template-download.existing {
            border: 1px solid #cecece;
            padding: 10px;
        }

            .fileUploadForm .template-download.existing .thumbnail {
                display: none;
            }

                .fileUploadForm .template-download.existing .thumbnail img {
                    display: none;
                }

            .fileUploadForm .template-download.existing .info {
                width: 45%;
                margin-left: 2%;
            }

                .fileUploadForm .template-download.existing .info .name {
                    margin: 0;
                    padding: 5px;
                }

                .fileUploadForm .template-download.existing .info > div {
                    padding: 5px;
                    font-weight: bold;
                    color: red;
                }

            .fileUploadForm .template-download.existing .info-size {
                width: 20%;
            }

            .fileUploadForm .template-download.existing .info-status {
                width: 10%;
                color: red;
            }

            .fileUploadForm .template-download.existing .buttons {
                width: 20%;
            }

    .fileUploadForm .template-upload {
        background: #fbfbfb;
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 10px;
        border: 1px solid #f2f2f2;
    }

        .fileUploadForm .template-upload > div {
            display: inline-block;
        }

        .fileUploadForm .template-upload .name {
            width: 20%;
            margin-left: 12px;
            margin-right: 12px;
            margin-top: 7px;
        }

        .fileUploadForm .template-upload .error {
            width: 20%;
            margin-left: 12px;
            margin-right: 12px;
            color: red;
            margin-top: 7px;
        }

        .fileUploadForm .template-upload .size {
            margin-top: 7px;
        }

        .fileUploadForm .template-upload .buttons {
            width: 20%;
            float: right;
        }

            .fileUploadForm .template-upload .buttons .button {
                min-width: 0;
            }

        .fileUploadForm .template-upload .progress-container {
            width: 100%;
            display: block;
            margin-top: 20px;
            background-color: #5a5a5a;
        }

            .fileUploadForm .template-upload .progress-container .progress {
                position: relative;
            }

                .fileUploadForm .template-upload .progress-container .progress .progress-bar {
                    height: 20px;
                    background-color: #88d31e;
                }

                .fileUploadForm .template-upload .progress-container .progress .progress-status {
                    color: white;
                    line-height: 22px;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 100%;
                }