div.qfiledropzone {
    background: gray;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /*opacity: 0.6;*/
    /*display:none;*/
    text-align:center;
    vertical-align: middle;
}


.qfiledrop-window {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 250000;
    text-align: center;
    pointer-events: none;
    transition: opacity 250ms;
    background: rgba(39, 41, 43, 0.5);
    /*opacity: 0.6;*/
}

.qfiledrop-window.in{
    display:block;
}

.qfiledrop-window-content {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 2px dashed #fff;
}

.qfiledrop-window-content i {
    margin-top: 200px;
}

.has-qfiledrop{
    display:none;
}