@charset "UTF-8";
.dropzone {
  min-height: 0;
  color: #999;
  background: none;
  border: 2px dashed #e6e6e6;
  margin-bottom: 40px;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1; }

.dropzone .dz-message {
  margin: 0; }

.dropzone .dz-message .dz-button span {
  color: #00c752; }

.dropzone.dz-started .dz-message {
  display: block;
  margin-bottom: 5px; }

.dropzone .dz-preview {
  z-index: 1; }

.dropzone .dz-preview .dz-remove {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  z-index: 22;
  cursor: pointer;
  overflow: hidden;
  text-indent: -1000px; }

.dropzone .dz-preview .dz-remove:after {
  content: "×";
  font-size: 22px;
  color: red;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: initial; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: none; }

.dropzone .dz-preview .dz-progress {
  display: none !important; }

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