 /* ----------------------------------------------------------------------------
 // Ezdz [izy-dizy]
 // v0.4.3 - released 2014-12-16 11:29
 // Licensed under the MIT license.
 // https://github.com/jaysalvat/ezdz
 // ----------------------------------------------------------------------------
 // Copyright (C) 2014 Jay Salvat
 // http://jaysalvat.com/
 // ---------------------------------------------------------------------------*/

.ezdz-dropzone{position:relative;width:225px;height:295px;overflow:hidden;font-size: 20px ;line-height:295px;color:lightgray;text-align:center;border-radius:5px;background-color: #F3F7FA;border: 1px solid #e1e1e1;}.ezdz-dropzone span{display:inline-block;max-width:90%;padding:4%;overflow:hidden;font-size:13px;font-weight:normal;line-height:10px;color:white;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;background:black;background:rgba(0,0,0,0.7);border-radius:5px}.ezdz-dropzone img{max-width:100%;max-height:100%%;vertical-align:middle;border-radius:5px;height: 295px;background-color: white}.ezdz-dropzone [type="file"]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;margin:0;cursor:pointer;opacity:0}.ezdz-focus{color:darkgray;border:1px dotted darkgray}.ezdz-enter{color:black;border:10px solid black}.ezdz-accept{color:gray;border:1px solid #e1e1e1;}.ezdz-reject{color:darkred;border:10px solid darkred}