.dm-uploader {
    cursor:default;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.dmuploader {
    height: 200px;
	border: 0.20rem dashed #8f8f8f;
	text-align: center;
}

.dmuploader.active {
    border: 0.20rem dashed #CCCCCC;
	/* border-style: solid; */
}

.dmUploader-Icon {
    color: #8f8f8f;
    font-size: 50px;
}

.dmUploader-Text {
    color: #8f8f8f;
    font-size: 16px;
    margin-top: 15px;
}

.dmUploader-FileDisplay {
    word-break: break-word;
}

.dmuploader .btn {
    position: relative;
    overflow: hidden;
    height: 45px !important;
}

.dmuploader-ProgressArea {
    background-color: #000000 !important;
}

.dmuploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.dmUploader-BootstrapFileBtn {
    position: relative;
    width: 100%;
    height: 50px;
}

.dmUploader-BootstrapFileBtn input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

