/* 
   angular-rpi v1.0.1
   git://github.com/mrzepinski/angular-rpi.git
   MIT License - Maciej Rzepinski
 */

rpi {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 49px;
  width: 100%;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: rgb(25, 157, 219); }
  rpi::-webkit-progress-bar {
    background-color: transparent; }
  rpi::-webkit-progress-value {
    background-color: rgb(25, 157, 219); }
  rpi::-moz-progress-bar {
    background-color: rgb(25, 157, 219); }
  rpi .progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 49;
    left: 0;
    height: 3px;
    display: block; }
  rpi .progress-bar {
    background-color: rgb(25, 157, 219);
    width: 0;
    display: block;
    height: inherit; }
