/** black week **/
.upload-step-2 .ajax-form,
.upload-step-2 .buttons {
	/*display: none !important;*/
}
/** black week **/

.fb-upload {
    color: #7b7b7b;
    padding: 20px;
    position: relative;
}
.upload-preselect-bar {
    background-color: #eee;
    display: none;
    margin: -20px -20px 10px;
    padding: 10px;
    text-align: center;
}
.upload-preselect-bar.error {
    background-color: #f00;
    color: #fff;
}
.upload-step-2,
.upload-step-3,
.upload-error {
    display: none;
}
    .upload-step-1 p {
        margin-bottom: 20px;
    }
    .upload-step-1 .headline {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
    .upload-btn,
    .upload-drop,
    .upload-combi {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: inline-table;
        height: 90px;
        padding: 5px;
        position: relative;
        vertical-align: top;
        width: 150px;
    }
        .upload-btn .icon {
            font-size: 36px;
        }
        .upload-btn p,
        .upload-drop p,
        .upload-combi p {
            display: table-cell;
            position: relative;
            vertical-align: middle;
        }
        .btn input,
        .upload-btn input,
        .upload-combi input {
            cursor: pointer;
            height: 100%;
            left: 0;
            margin: 0;
            opacity: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }
    .upload-btn:hover,
    .upload-combi:hover {
        background-color: #82b338;
        color: #fff;
    }
    .upload-drop,
    .upload-combi {
        border: 1px dashed #ccc;
    }
    .upload-combi {
        width: 100%;
        height: 150px;
    }
        .upload-combi span {
            display: inline-block;
            font-size: 36px;
            margin-top: 20px;
        }
    .upload-btn + span {
        line-height: 90px;
        margin: 0 10px;
    }
    
    .upload-step-2 .headline,
    .upload-step-3 .headline {
        font-size: 14px;
        line-height: 1.3em;
        position: relative;
        text-align: center;
    }
    .upload-step-2 form,
    .upload-step-3 form {
        background-color: #eee;
        font-size: 0;
        margin: 15px 0;
        padding: 25px;
        max-width: 650px;
    }
    .upload-step-2.finished > .headline,
    .finished + .upload-step-3 > .headline {
        top: 15px;
        font-size: 21px;
        line-height: 1em;
    }
    .upload-step-2.finished .upload-progress,
    .finished + .upload-step-3 .upload-progress {
        opacity: 0;
    }
        .upload-step-2 form .headline,
        .upload-step-3 form .headline {
            font-size: 24px;
            line-height: 1.3em;
            margin-bottom: 30px;
        }
        .upload-step-2 form label {
            display: inline-block;
            font-size: 16px;
            line-height: 1.3em;
            width: 30%;
        }
        .upload-step-2 form input {
            border-color: #fff;
            border-radius: 0;
            line-height: 2em;
            display: inline-block;
            margin-bottom: 8px;
            width: 70%;
        }
        .upload-step-2 form small,
        .upload-step-3 form small {
            display: block;
            font-size: 10px;
            line-height: 1em;
            margin-top: 30px;
        }
        .upload-step-3 form small {
            display: block;
            font-size: 10px;
            line-height: 1em;
            margin-top: 0;
        }
        .upload-step-2 form .btn {
            margin-top: 20px;
        }
        .upload-step-2 .buttons {
            font-size: 0;
        }
            .upload-step-2 .buttons p {
                font-size: 14px;
                display: inline-block;
                margin: 0;
                width: 50%;
            }
    .upload-progress {
        background-color: #f2f2f2;
        background-image: linear-gradient(to bottom, #f2f2f2, #f9f9f9);
        background-repeat: repeat-x;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        height: 20px;
        overflow: hidden;
    }
    .upload-progress.error {
        box-shadow: 0 0 0 2px #f00;
    }
        .upload-progress div {
            background-color: #82b338;
            border-radius: 5px;
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            transition: width 0.3s;
        }
            .upload-progress div p {
                background: #82b338 url("/global/images/assets/progress_animation.gif") repeat-x scroll 0 0;
                display: block;
                height: 100%;
                opacity: 0.25;
            }
            .upload-progress div span {
                color: #fff;
                font-weight: 600;
                position: absolute;
                right: 10px;
                top: 0;
                z-index: 1;
            }
    .upload-step-3 .code {
        background-color: #fff;
        border: 1px solid #ccc;
        display: block;
        font-size: 28px;
        letter-spacing: 0.15em;
        margin: 30px 0 15px 0;
        padding: 20px 0;
        text-align: center;
    }