#uploadContainer{
/* border:1px solid #ccc; 
padding:10px;
margin:10px 0;*/
font-family:normal 15px/22px 'Cairo';
line-height:24px;
/* background:url(../images/table-bg.png)no-repeat center top;background-size:cover; */
}

#fileContent{	
	margin:0 0 0 0;
}
#fileContent table{}
#fileContent table tr{border-bottom: none;}
#fileContent table tr td{margin-bottom: 6px;position: relative;padding: 3px 0 0 53px;text-align: left;display: block;position:relative;}
#fileContent table tr td:before{content:url(images/bbull.png);left: 33px;}


/* .delete_file {color:#fff !important; background: #FF1414 !important; text-decoration: none !important; border-radius: 50% !important; border: 0 !important; margin: 0 !important; width: auto; padding: 0px 4px !important;} */
.delete_file {color:#fff !important; background: #FF1414 !important; text-decoration: none !important; border-radius: 50% !important; border: 0 !important; width: 10px;
height: 10px;padding: 0px 10px !important; text-align:center; font-size: 15px;/* margin: 0 !important; width: auto; padding: 0px 4px !important; */}
#uploadHere{
	border-bottom:1px solid red;
}

#uploadHere form{
	padding:0 0 10px 0;
}

#uploadHere table tr{ border-bottom:none !important; }
#nofiles{color:red;}

#success{
	padding:10px; 
	border-radius:5px; 
	border:1px solid #FFF;
	color: #FFF;
}

#success span{
	font-size:12px;
	font-weight:bold;
	text-align:align:center;
	color:#FFF;
}

#error{
	padding:10px;
	border-radius:5px; 
	border:1px solid red;
}

#error span{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
}

@media only screen
and (max-width: 1000px){
	.uupload-box{width:100%;overflow:scroll}
	#fileContent table tbody{text-align:center;}
	#fileContent table tr{width:32%;}
	
	
}
@media only screen 
and (max-width : 780px) {
	#fileContent table tr{width:47%;display:inline-block;text-align:center;}
	#fileContent table tr td{width:100%;display:block;text-align:center;border:none;}
	#fileContent table tr{border-bottom: 1px solid #cecece !important;}
	
}
@media only screen 
and (max-width : 568px) {
	#fileContent table tr{width:100%;display:block;text-align:center;}
	#fileContent table tr td{width:100%;display:block;text-align:center;border:none;}
	
}
