.odoDropZone {
    position: fixed; 
	top: 0; 
	left: 0; 
    z-index: 9999999999;               
    width: 100%; height: 100%;         
    background-color: rgba(0,0,0,0.5);
    transition: visibility 175ms, opacity 175ms;
	overflow: hidden !important;
}

.odoDropZoneContent {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  color: #ffffff;
  font-size: 30px;
}

.dragover {
	border: 1px solid #1f9f28;
	color: #1f9f28;
}
