/* 
 * loadingW.css -- Styles for loadingW
 *
 * Copyright Ulex, 2014. All rights reserved.
 *
 * Author: José Alves <josealves@ulex.pt>
 *
 * */
.loadingW {
  font-size: 2em;
  /*    position: absolute;*/

  z-index: 1000;
  text-align: center;
  /*    margin 0 auto;
    top : 50%;
    left : 50%;
    width: 10em;
    margin-top: -3em;
    margin-left: -5em;
    height : 6em;*/

}
.loadingW:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */

}
.loadingW-background {
  background-color: #cccccc;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.85;
}
.loadingW-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}
.loadingW-text {
  font-size: 1em;
}
.loadingW-img {
  height: 2em;
}
/*
.ulex-loading-gif {
    background-image : url('/static/ulex/icons/ulex_loading.gif');
    background-repeat : none;
    width : auto;
    height : auto;
    margin : 0;
    padding : 0;
}
*/
