﻿div#Loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
div#Loader div.Center {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001;
}
div#Loader div.Center div.Background {
  position: relative;
  height: 70px;
  width: 50px;
  left: -25px;
  background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 10px;
}
div#Loader div.Center div.Background div.Image {
  position: absolute;
  height: 50px;
  width: 50px;
}
div#Loader div.Center div.Background div.Percentage {
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
  width: 50px;
  color: white;
  text-align: center;
  font-size: 10px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/Loader.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA,QAlBH;EAmBG,OApBH;EAqBG;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,QA7BP;EA8BO,OA9BP;;AAiCG;EACI;EACA;EACA;EACA,OArCP;EAsCO;EACA;EACA%22%7D */