﻿/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */

#loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0.4;
    z-index: 20000;
}

#loading-bar-spinner {
  position: relative;
  width: 100%;
  height: 100%;
}

#loading-bar-spinner .spinner-icon {
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  top: 50%;
  left: 50%;
}