.dm-uploader {
	border:3px dashed #ccd7db;
	text-align:center;
	border-radius:10px;
	padding:10rem;
	position:relative;
}
.dm-uploader.active {
	border-color:red;
	border-style:solid;
}
.ws-files-button{
	opacity:0;
}
.ws-files-button .adm-input-file{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.ws-files-button .adm-input-file .adm-designed-file{
	width:100%;
	height:100%;
}
.dm-files {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.dm-files-top {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.dm-files-list{
	height:385px;
	overflow-y:scroll!important;
	list-style:none;
	padding-left:15px;
	padding-right:15px;
	margin:0;
}
.dm-files-list .progress-bar{
	color:#777;
	display: none !important;
}