#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1060;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  /*background: url("app/img/gif-load.gif") center center no-repeat;*/
}

#loading .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading .wrapper .progress {
    width: 50%;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

#loading .wrapper .progressMsg {
    width: 100%;
    height: 30px;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    text-align: center;
}
