
#upload {
    position: absolute;
    z-index: 2999;
    width: 750px;
    margin: 0 30px;
    padding: 0;
}

#drop {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 750px;
    height: 750px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border: 1px solid #000;
}

#drop a {
    background-color: #cd0067;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}

#img_small form {
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 15px;
}

#img_small .search {
    padding: 6px 6px;
    height: 100%;
    color: #222;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}

#img_big .search {
    padding: 15px 15px;
    color: #222;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}

#drop input {
    display: none;
}

#upload ul {
    list-style: none;
    position: absolute;
    top: 60px;
    left: 0;
    max-height: 600px;
    width: calc(100% - 50px);
    padding: 0;
    margin: 0 25px;
}

#upload ul li {
    height: 24px;
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    overflow: hidden;
    white-space: nowrap;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    z-index: 1;
}

#upload ul li i {
    display: none;
}

#upload ul li canvas {
    display: none;
}

#upload ul li .progresso {
    height: 20px;
    width: 100%;
    position: absolute;
    top: 2px;
    bottom: auto;
    left: 0;
    opacity: 0.5;
    text-align: left;
}

.progresso {
    height: 20px;
    width: 700px;
    position: absolute;
    bottom: 10px;
    left: 50px;
}

.progresso div {
    height: 20px;
    width: 0px;
    background-color: #489000;
    -webkit-transition: width ease;
    /* For Safari 3.1 to 6.0 */
    transition: width ease;
}

#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 6px;
    right: 33px;
    cursor: pointer;
    z-index: 1;
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}

.close_drop a {
    font-size: 14px !important;
    font-weight: bold !important;
}