#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:15px 0 0 0;
}
#fileContent table{margin: 0 auto; text-align: center; }
#fileContent table tr{border-bottom:none;}
/* #fileContent table tr td{margin-bottom: 40px;position: relative;padding: 5px 0 0px;text-align: center;display: block;position: relative;} */
 #fileContent table tr td{text-align: center; display: inline-block; position: relative; margin: 0 auto; line-height: 60px;}



#fileContent table tr td a{background: #EAEAEA;padding: 6px 10px 6px;border-radius: 2px;text-decoration: none;}
#fileContent table tr td a:hover{background:#D5D5D5;}


/* .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 strong{color:#fff;}

#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;
}

#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;
}

#uploadFile td input{color:#fff;}

@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;}
	
}
