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



.upload{
  margin: 30px 0;
  position: relative;
}

.drop{
  border: 1px solid rgb(236, 238, 241);
    border-radius: 5px;
    margin-top: 32px;
    padding: 18px;
    text-align: center;
	
}

.drop a{
   
  
    color :#0f679a;
    font-size: 16px;
   background: url('../images/photo.png') no-repeat left center;
    cursor:pointer;
    display:inline-block;
	padding-left: 25px;
   
}

.drop a.idone
{ background: url('../images/check.png') no-repeat left center;}

.drop a:hover{
   
}

.drop input{
    display:none;
}

.upload ul{
width: 100%;
 background: #fff none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin-top: 5px;
    position: absolute;
    top: auto;
}

.upload ul li{

 background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #eceef1;
    
    padding: 10px 15px;
    position: relative;
	z-index: 2;
}



.upload ul li input{
    display: none;
}

.upload ul li p{
 color: #517e99;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    position: static;
    vertical-align: top;
    width: 80%;
	margin: 0;
}

.upload ul li i{
     color: #517e99;
    display: block;
    font-style: normal;
}

.upload ul li canvas{
float: left;
}

.upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 15px;
    cursor:pointer;
}

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

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