.upload-form{
	width: 100%;
	max-width: 500px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin: auto;
}
.upload-form .progress{
	height: 10px;
}
.upload-form .uploadStatus{
	font-size: 10px;
	display: block;
}
.upload-form #file{
	max-width: 75%;
}

.directory{
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #eee;
    cursor: pointer;
}

.dir-img{
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    height: 100px;
    width: 100px;
    position: relative;
    text-align: center;
}
.dir-img img{
	display: block;
    max-width: 70px;
    max-height: 60px;
    padding: 3px;
    margin: auto;
}
.dir-img span{ 
	bottom: 12px;
	left: 0;
    position: absolute;
    width: 100%;
    font-size: 9px;
}
.dir-img .delete-file{
	cursor: pointer;
	bottom: 2px;
    line-height: 10px;
    color: #DD0000;
}
.dir_files{
	/*display: flex;*/
}
.file-selection{
	padding: 10px;
	display: inline-block;
	border: 2px dashed #ced4da;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
}
.file-selection i{
	font-size: 40px;
}
.file-selection .title{
	border-top: 2px dashed #ced4da;
	font-size: 12px;
	color: #f26522;
	line-height: 20px;
}
.file-selection small{
	font-size: 10px;
	color: #f26522;
	display: block;
	line-height: 15px;
}
.file-selection .filepreview {
	height: 50px;
}
.file-selection .filepreview img{
	max-height: 50px;
	max-width: 100%;
	margin: auto;
}

.file-selection .delete-file {
	display: none;
	font-size: 10px;
	border: 1px solid #DD0000;
    padding: 2px 5px;
}
.file-selection .delete-file i{
	font-size: 12px;
}