@charset "utf-8";
/* CSS Document */

div.fileinputs {
	
	display: block;
	height: 60px;
	padding: 0px;
	margin-left: 0px;
	/*background-color: #FFFFFF;*/
	float: left;
	width: 100%;
	
	
	
      }
div.fileinputs p {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fileinputs label.label-file input{
	display: none;
}
.fileinputs label.label-file {
	
	font-size: 11px;
	color: #FFF;
	background-color: #048c75;
	display: block;
	/*height: 15px;*/
	line-height: 15px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-image: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	width: 40%;
	text-align: center;

	
}
.fileinputs label.label-file:hover {
	background-color: #037360;
}
.progress {
	width: 100%;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 3px;
	border-radius: 5px;
	position: relative;
	top: 5px;
	}
.bar-padding {
	width: 100%;
	height: 6px;
	margin-top: 3px;
	background-color: #BEBEBE;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	
.bar {
	width: 0%;
	height: 6px;
	background-image: linear-gradient(bottom, rgb(4,140,117) 10%, rgb(3,115,96) 55%);
background-image: -o-linear-gradient(bottom, rgb(4,140,117) 10%, rgb(3,115,96) 55%);
background-image: -moz-linear-gradient(bottom, rgb(4,140,117) 10%, rgb(3,115,96) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(4,140,117) 10%, rgb(3,115,96) 55%);
background-image: -ms-linear-gradient(bottom, rgb(4,140,117) 10%, rgb(3,115,96) 55%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.1, rgb(4,140,117)),
	color-stop(0.55, rgb(3,115,96))
);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: width .6s ease;
 	transition: width .6s ease;
	-webkit-animation: bar 2s linear infinite;
 	-moz-animation: bar 2s linear infinite;
 	-ms-animation: bar 2s linear infinite;
 	-o-animation: bar 2s linear infinite;
 	animation: bar 2s linear infinite;
}

.files-wrap {
	display: block;
	height: 20px;
	width: 300px;
	/* [disabled]position: absolute; */
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
}

#hiddenFileName {
	display:none;
	}
