
#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}
#progress_bar.loading {
    opacity: 1.0;
}

#progress_bar .percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}




.barload{
	width: 100%;

}


@media screen and (max-width: 767px) {
	
	.btn-file {
  		position: relative;
  		overflow: hidden;
  		background-color: white !important;
  		border-radius: 50% !important;
  		width: 40px;
  		height: 40px;
  		padding-left: 5px !important;
 		padding-top: 3px !important;
  }
	.btn-file input[type=file] {
	   position: absolute;
	   top: 0;
	   right: 0;
	   
	   
	   
	   text-align: right;
	   filter: alpha(opacity=0);
	   opacity: 0;
	   outline: none;
	   background: white;
	   cursor: inherit;
	   display: block;
	}
			
}

@media screen and (min-width: 767px) {
.btn-file {
  position: relative;
  overflow: hidden;
  background-color: white  !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  padding-left: 5px !important;
 padding-top: 3px !important;
 border-color: white !important;
 
  }
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
}





