#materialLoading{
  /*font-family:roboto;*/
  color:#222;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:table;
  z-index:1000;
}
#materialLoadingCentered{
  display:table-cell;
  vertical-align:middle;
  padding: 20px;
}
#materialLoadingContent{
  text-align: center;
}
#materialLoading.hide{
  opacity:0;
  transition:opacity 0.2s ease-out;
  pointer-events:none;
}
#materialLoading.hide #materialLoadingCentered{
  transform:scale(0.8);
  transition:transform 0.2s ease-out;
}
#materialLoading.show{
  opacity:1;
  transition:opacity 0.2s ease-in;
}
#materialLoading.show #materialLoadingCentered{
  transform:scale(1);
  transition:transform 0.2s ease-in;
}


@keyframes ldio-cy5m3mkys4 {
  0% { transform: translate(12px,80px) scale(0); }
  25% { transform: translate(12px,80px) scale(0); }
  50% { transform: translate(12px,80px) scale(1); }
  75% { transform: translate(80px,80px) scale(1); }
  100% { transform: translate(148px,80px) scale(1); }
}
@keyframes ldio-cy5m3mkys4-r {
  0% { transform: translate(148px,80px) scale(1); }
  100% { transform: translate(148px,80px) scale(0); }
}
@keyframes ldio-cy5m3mkys4-c {
  0% { background: #0051a2 }
  25% { background: #89bff8 }
  50% { background: #408ee0 }
  75% { background: #1b75be }
  100% { background: #0051a2 }
}
.ldio-cy5m3mkys4 div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(80px,80px) scale(1);
  background: #0051a2;
  animation: ldio-cy5m3mkys4 1s infinite cubic-bezier(0,0.5,0.5,1);
}
.ldio-cy5m3mkys4 div:nth-child(1) {
  background: #1b75be;
  transform: translate(148px,80px) scale(1);
  animation: ldio-cy5m3mkys4-r 0.25s infinite cubic-bezier(0,0.5,0.5,1), ldio-cy5m3mkys4-c 1s infinite step-start;
}.ldio-cy5m3mkys4 div:nth-child(2) {
   animation-delay: -0.25s;
   background: #0051a2;
 }.ldio-cy5m3mkys4 div:nth-child(3) {
    animation-delay: -0.5s;
    background: #1b75be;
  }.ldio-cy5m3mkys4 div:nth-child(4) {
     animation-delay: -0.75s;
     background: #408ee0;
   }.ldio-cy5m3mkys4 div:nth-child(5) {
      animation-delay: -1s;
      background: #89bff8;
    }
.loadingio-spinner-ellipsis-247apm0bmlx {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-cy5m3mkys4 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-cy5m3mkys4 div { box-sizing: content-box; }
/* generated by https://loading.io/ */



.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
