.cs_dropzone {
  margin-bottom: 1em;
  background-image: url(../images/drop_files_here.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
  box-sizing: border-box;
  border: 2px dashed #cccccc;
  height: 100px;
  width: 100%;
  cursor: pointer;
}
.cs_dropzone .dz-preview {
  display: none;
}
.cs_dropzone.loading {
  background-image: url(../images/ajax-loader.gif);
}
.cs_dropzone #dropzone_loading {
  display: none;
  background: #aaa;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
}
.cs_dropzone #dropzone_loading span {
  background: #cc0000;
  display: block;
  height: 100%;
  width: 0;
}

/*# sourceMappingURL=dropzone_custom.css.map */
