#upload{
    background-color:#e0f6ff;
	width: 94%;
    padding:3%;
    border-radius:0.6em;
}

#drop{
	border: 1px dashed #00a1e2;
    text-align: center;
    text-transform: uppercase;
	padding: 3em;
    font-size:16px;
    font-weight:bold;
    color:#00a1e2;
    border-radius:0.4em;
}


#drop a{
    background-color:#00a1e2;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    line-height:1;
}

#drop a:hover{
    background-color:#006288;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0;
    padding: 0;
/*
    border-top:1px solid white;
    border-bottom:1px solid white;
*/
}

#upload ul li:first-child{
    margin-top: 1em;

}

#upload ul li{
    background-color:rgba(0, 163, 227, 0.1);
    border-top:1px solid white;
    border-bottom:1px solid white;
    padding:1em;
    position: relative;
    height: 3em;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    overflow: hidden;
    color: #00a1e2;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 4em;
    line-height: 1.2em;
    margin-right:0.9em;
    text-align:left;
}

#upload ul li i{
    font-size: 90%;
    font-style: normal;
    font-weight: 400;
    color:rgba(0, 161, 226, 0.7);
    display:block;
}

#upload ul li canvas{
    position: relative;
    top:0.7em;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 2em;
    right: 1.5em;
    cursor:pointer;
}

#upload ul li.working span{
/*     height: 16px; */
	height: 0px;
	background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

#upload ul li.error span{
	height: 16px;
	background-position: 0 -13px;
}