.admin-module {	
	background-color:#555555;
	padding:35px 0px;
	text-align:center;
	color:#ffffff;
	border-radius: 20px;
	margin-top:10px;
}

.admin-module a {
	color:#ffffff;
	text-decoration:none;
}

.admin-module img {

	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	height:80px;
}

a.breadcrumb {
	color:#000000;
	text-decoration:none;
	display:inline-block;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 1px dashed;
    width: 100%;
    height: 80px;
    padding: 5px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

.file-content {
    margin-top:10px;
}