/* VIAL LMS 0.6.24: reliable update archive drag-and-drop. */
.update-dropzone{
  position:relative!important;
}

.update-dropzone.dragover,
.update-dropzone.has-file{
  background:#f0fdfa!important;
  border-color:#00857f!important;
  box-shadow:0 0 0 3px rgba(0,133,127,.12)!important;
}

.update-dropzone input[type="file"]{
  pointer-events:none!important;
}
