#progress-bar {background-color: #5db5db;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;}
.btnSubmit {cursor:pointer;background-image: url(../../images/cargararchivo.png);background-color:#FFFFFF;border:0;padding:0px 0px;color:#FFF;border:#FFFFFF 1px solid; border-radius:4px;width:85px;height:20px;}
.btnSubmit:hover{background-image: url(../../images/cargararchivo.png)}
#progress-div {border:#5db5db 1px solid;padding: 5px 0px;margin:10px 0px;border-radius:4px;text-align:center; width:500px}


   	.custom-file-input {
    		display: inline-block;
    		position: relative;
    		color: #533e00;
    		cursor: pointer;
    		align:middle;
    	}

    	.custom-file-input input {
    		visibility: hidden;
    		width: 84px;
    	}
    	.custom-file-input:before {
    		content: '';
    		display: block;
    		background-image: url(../../images/buscararchivo.png);
    		position: absolute;
    		left: 0;
    		right: 0;
    		width:84px;
    		height:20;
    	}
    	.custom-file-input:hover:before {
    		border-color: #5db5db;
    	}
    		.custom-file-input:active:before {
    		background: #5db5db;
    	}


