﻿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: 50px;
  width: 50px;
  left: -25px;
  background-color: black;
  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.Percentage {
  height: 70px;
}
div#Loader div.Center div.Background.Percentage div.Percentage {
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
  width: 50px;
  color: white;
  text-align: center;
  font-size: 10px;
}
div#Loader div.Center div.Background a.CancelButton {
  color: white;
  font-size: 18px;
  position: absolute;
  text-align: center;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
div#Loader div.Center div.Background a.CancelButton:hover {
  color: #900;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/Loader.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAKA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA,QAlBH;EAmBG,OApBJ;EAqBI;EACA;EACA;EACA;;AAEA;EACI;EACA,QA5BR;EA6BQ,OA7BR;;AAgCI;EACI;;AAEA;EACI;EACA;EACA;EACA,OAvCZ;EAwCY;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,QAnDP;EAoDO,OArDR;EAsDQ,aArDP;;AAuDO;EACI,OC/CN%22%7D */