.mcom { width: 100% }
.mcom li, .mcom-upload li { height: auto!important; border-bottom: none!important }
.mcom span { /*width: 500px */}
.mcom span, .mcom textarea, .mcom-upload span, .mcom-upload textarea, .minfo li, .minfo span { margin-bottom: 0!important }
.mcom span, .mcom-upload span, .minfo span { display: block; color: gray; font-size: 16px }
.mcom textarea, .mcom-upload textarea { border: 1px solid #f1f1f1; width: 500px }
.mcom input[type=text]{ border: 1px solid #f1f1f1; padding:10px}
.mcom textarea, .mcom-upload textarea, .minfo textarea { height: 100px; padding: 10px }
.mcom-upload .feed>li { width: auto }
.mcom-upload { width: 100% }
.mcom-upload span { /*width: 500px */}

#upload{
	width:330px;
	 margin: auto;
}

#drop{
    
	padding:110px 50px 30px 50px;
	width:330px;
	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;
}

.iletisim-upload, .iletisim-upload #drop{
width:100%!important;	
	
}

 .iletisim-upload p{
width:calc(100% - 48px)!important;
margin-top: 8px!important;
	 
 }
 .boyut-sayaci-iletisim{
	margin: 15px 0!important;
	color: red;
	font-size: 12px;
	font-weight:700;
 }
 
.m5{margin: 5px 0;display:block;font-size:12px;}
#upload:after{
clear:both;
display:table;
content:'';
}
#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;
	font-size: 15px;
}
#upload ul li  .fa-times{
color:red!important;
cursor:pointer;
font-size: 15px;
}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    display:block;
}

#upload ul li canvas{
    top: 5px;
    left: 0;
    position: absolute;
	width:30px; height:30px; margin-top:10px;
}

#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;    
  }
}
@