#surveyDropzonePanel {
    display: none;
}

#registration-form > #surveyDropzonePanel {
    display: block;
}

#surveyDropzone.dz-started {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    background-color: White;
}

#surveyDropzone.dz-started > .dz-message {
    display: none;   
}

#surveyDropzone .dz-message {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: White;
    color: Gray;
}

#surveyDropzoneContainer {
    position: relative;    
}

#surveyDropzoneContainer img {
    width: 20px;
    height: 20px;
}

#surveyDropzoneContainer .dzp-item-button-cancel {
    float: right;
    width: 20px;
    padding: 4px;
    background-color: transparent;
    border: none;
    color: Black;
}

#surveyDropzoneContainer .dzp-item {
    /*
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    */
    background-color: White;
    padding: 6px;
    cursor: default;
}

#surveyDropzoneContainer .dzp-item > * {
    vertical-align: middle;   
}

#surveyDropzoneContainer .dzp-item-progress {
    display: inline-block;
    width: 180px;
    height: 16px;
}

#surveyDropzoneContainer .progress {
    display: inline-block;    
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#surveyDropzoneContainer .dzp-item.upload-has-started .progress {
    background-color: #e6e6e6;
}
    
#surveyDropzoneContainer .progress-bar {
    display: inline-block;    
    height: 100%;
    background-color: #aaa;
    box-shadow: none;
    -webkit-box-shadow: none;    
}




