#upload{
	width:330px;
	 
}

#drop{
    
	padding:110px 50px 30px 50px;
	width:auto;
	border:2px solid rgba(197, 201, 204, 0.25);
	position:relative;
	margin-bottom:0px;
	cursor:pointer;
	text-align:center;
	font-weight:bold; color:#929fa7; font-size:16px;
	
}
#drop i{
		font-size:80px;
		color:#c0c6ca;
		position:absolute; top:40px; left:50%;
		margin-left:-45px;

	
}
#drop a{ position:absolute; left:0; right:0; top:0; bottom:0;}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
	padding:0!important;
}

#upload ul li{

    
    border-bottom:1px solid #e5e5e5!important;
	height:60px!important; line-height:60px;
	padding:10px 0;
    position: relative;
	width:100%;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 50px;
	overflow:hidden !important;
    text-overflow: ellipsis;
}
#upload ul li p b{
	position: absolute;
    bottom: 0;
    right: 0;
}


#upload  .kaydedildi i{
	color:green!important;
	display: inline-block!important;
	margin-bottom: 40px;
}
#upload ul li  .fa-times{
color:red!important;
cursor:pointer;

}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    display:block;
	float: right;
}

#upload ul li canvas{
    top: 5px;
    left: 0;
    position: absolute;
	width:30px; height:30px; margin-top:35px;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.working .hata{
display:none;
}

#upload ul li.error .hata{
display:inline-block;
}

#upload ul li.error .fa-spin{
display:none;
}

#upload ul li.error p{
    color:red;
}

.file-list{text-align:left;}

.kaydediliyor:before {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 20px;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 20px;    
  }
}
@