/* 
 * Dropper v1.0.1 - 2015-04-04 
 * A jQuery plugin for simple drag and drop uploads. Part of the Formstone Library. 
 * http://classic.formstone.it/dropper/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

.dropper-dropzone {
    background: #fff;
    border: 3px dashed #ccc;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
}

.dropper-dropzone:hover {
   background: #eee;
   border-color: #999;
   color: #333;
}

.dropper-input {
    display:none !important;
}




/*.dropper {
    overflow: hidden;
}

    .dropper, .dropper *, .dropper :before, .dropper :after {
        box-sizing: border-box;
    }

.dropper-dropzone {
    background: #fff;
    border: 30px dashed #ccc;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
}

.dropper.dropping .dropper-dropzone:hover, .no-touch .dropper:hover .dropper-dropzone {
    background: #eee !important;
    border-color: #999 !important;
    color: #333 !important;
}

.dropper-input {
    position: absolute;
    left: 100%;
    opacity: 0;
}

.no-opacity .dropper-input {
    left: -999px;
}*/
