.dragzone.in,
.dragzone.in.hover {
    background-color: #82b338;
    color: #fff;
}

.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-error {
    display: none;
}
    .upload-step-1 p {
        margin-bottom: 0;
    }
    .upload-step-1 .headline {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
    .dragzone {
        border: 1px dashed #ccc;
        cursor: pointer;
        height: 140px;
        text-align: center;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
        .dragzone .js-upload {
            cursor: pointer;
            height: 100%;
            left: 0;
            margin: 0;
            opacity: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 100%;
            min-height: 10px;
        }
        .dragzone .icon {
            color: #c8c8c8;
            font-size: 40px;
            line-height: 1em;
        }
    .upload-btn + span {
        line-height: 90px;
        margin: 0 10px;
    }
    
    .upload-step-2 .headline {
        font-size: 14px;
        line-height: 1.3em;
        position: relative;
        text-align: center;
    }
    .upload-step-2.finished > .headline {
        top: 15px;
        font-size: 21px;
        line-height: 1em;
    }
    .upload-step-2.finished .upload-progress {
        opacity: 0;
    }
    .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("/wp-content/themes/FME/images/progress_animation.gif") repeat-x scroll 0 0;
                display: block;
                height: 100%;
                opacity: 0.25;
            }
            .upload-progress div span {
                color: #fff;
                font-weight: 600;
                line-height: 1em;
                position: absolute;
                right: 10px;
                top: 0;
                z-index: 1;
            }