.progress {
	height: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress_dropdowndiv {
	z-index:620;
	left: 0px;
	bottom:0px;
	height: 40px;
	width: 56px;
	background:#1d212a;
}
.progress-bar {
  background-color: #B3B8C3;
  display: inline-block;
  position: fixed;
  left: 5px;
  bottom:5px;
  height: 13px;
  width: 46px;
}
.ui_progressbar_val{
	position: fixed;
	color:#B3B8C3;
	left: 16px;
	bottom:25px;
	height: 13px;
	width: 46px;
}

.mmc .progress_dropdowndiv{
	opacity: 0;
	width: 0;
	height: 0;
}

.mme .progress_dropdowndiv {
	z-index:620;
	left: 0px;
	bottom:0px;
	height: 40px;
	width: 210px;
	background: #1d212a;
	/*border-top: lightgrey solid thin;*/
}
.mme .progress-bar {
  background-color: #B3B8C3;
  display: inline-block;
  position: fixed;
  left: 15px;
  bottom:15px;
  height: 13px;
  width: 140px;
}

.mmc .progress-bar{
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}

.mme .ui_progressbar_val {
	position: fixed;
	color:#B3B8C3;
	left: 165px;
	bottom:17px;
	height: 13px;
	width: 46px;

}

.theme-default .ui-progressbar-value {
	background: #1d89cf;
	border-color: #1977b4;
	background-color: #1d89cf;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
	background-size: 10px 10px;
}






.upload_txt {
	font-size:12px;
	padding:10px;
}


.fileprogress-menu{
	left: 56px;
	top:auto;
	bottom:0;
	position:fixed;
	z-index:620;

}

.mme .fileprogress-menu {
	left: 210px;
	top:auto;
	bottom:0;
	position:fixed;
	z-index:620;
}