.geofotos-progress{position:relative;width:100%;height:18px;background:#eee;border-radius:4px;overflow:hidden;margin:8px 0}
.geofotos-progress .bar{height:100%;background:#2b8cc4;width:0;transition:width .2s}
.geofotos-progress .percent{position:absolute;top:0;left:0;right:0;text-align:center;font-size:12px;line-height:18px;color:#fff}
.error{color:#b71c1c}
.success{color:#1b5e20}
.info{color:#1565c0; background-color:#e3f2fd; padding:8px 12px; border-radius:4px; border-left:4px solid #1565c0}