.drop-zone {
  /*height: 120px;*/
  /*height: 100%; */
  margin: 0px 0px;
  width: 100%;
  border-color: transparent; }

.drop-zone .drop-text {
  font-size: 14px;
  text-align: center;
  padding: 55px 0; }

.drop-overlay {
  display: none;
  background-color: #54C0E8;
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 10px;*/
  border-style: solid;
  border-width: 10px;
  border-color: #006098;
  z-index: 10000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.drop-zone.active .drop-overlay {
  display: block; }
