
/*----------------------------
    The file upload form
-----------------------------*/



#drop{
    width: min-content;
    border: 2px solid #08344b;
    border-radius: 10px;
/*    margin-bottom: 0px; */
    text-align: center;
}

#drop a{
    padding:30px 30px; 
    color:#000000; 
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
/*    margin-top:0px; */
    line-height:1;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
}

#upload ul li{
    padding:15px;
    height: 82px;
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    display:block;
}
/*
#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
*/

#upload ul li span{
    width: 30px;
    height: 24px;
    background: url('/img/ikony.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

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

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