﻿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: 210px;
      width: 200px;
      left: -100px;
      top: -105px;
      filter: alpha(opacity=50);
      border-radius: 10px;
      background: #FFFFFFDD; }
      div#Loader div.Center div.Background div.Image {
        position: relative;
        height: 80px;
        width: 200px;
        top: 75%;
        transform: translateY(-50%); }
        div#Loader div.Center div.Background div.Image:before {
          content: '';
          display: inline-block;
          width: 100px;
          height: 100px;
          background: url("Logo/logo.png");
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: -100px;
          left: 50%;
          transform: translateX(-50%); }
      div#Loader div.Center div.Background div.Percentage {
        display: none;
        position: absolute;
        bottom: 0;
        padding-bottom: 5px;
        width: 200px;
        color: white;
        text-align: center;
        font-size: 10px; }
