
.progress {
    position: relative;
    height: 19px;
    display: block;
    margin-top: 12px;
}

.progress-bar{
    width: 0%;
    position: relative;
    height: 100%;
}

.percent{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 9px;
}

.fileUpload{
	height:auto;
}