	.mb20{margin-bottom: 20px;}
	.ml10{margin-left: 10px;}
.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.progress {
	display: none;
    position: relative;
	height: 16px;
}
.progress > .progress-type {
	position: absolute;
	left: 0px;
    font-size:11px;
	padding: 0px 30px 0px 5px;
	color: #f0edec;
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
    color: #000;
	padding: 0px 10px 1px;
}

/* .progress-type { top: 1px } */
.progress-completed { font-size: 12px }