@charset "utf-8";

.dropzone-previews {
    border:3px #aaa dotted;
    background:#fafafa;
    border-radius:3px;
    width:100%;
    min-height:190px;
    position: relative !important;
    cursor:pointer;
}
.dropzone-previews.dz-drag-hover {
    border:3px #e5c909 dotted;
}
.dz-details div {
    text-align:center;
}
.text-background {
    margin-top:10px;
    overflow: hidden;
    background: none;
    color:#888;
}
.text-background .text-label {
   font-size:18px;
   line-height:18px;
   color:#888;
}
.text-background .text-configuration {
    padding-left:10px;    
}

/**
 * Coordenates Input field
 */
.form-coords-map {
    width:100%;
    height:300px;    
}