.document-upload input[type="file"],
.upload-basket input[type="file"] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 100px;
  z-index: 2;

  opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0.0; /* Safari 1.x */
  -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.document-upload .progress-wrap,
.upload-basket .progress-wrap,  {
  background: #f0f0f0;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  height: 30px;
}
.document-upload .progress-bar,
.upload-basket .progress-wrap {
    background: #d0021b;
    left: 0;
    position: absolute;
    top: 0;
    height: 30px;
}