﻿#Progress {
  text-align: center;
}

.PopupBox {
  margin: 0 auto;
}

.PopupWindow {
  width: 50%;
  padding: 10px;
  height: auto;
  border-radius: 10px;
  box-shadow: 3px 5px 15px #222;
  background: #ffffff;
  text-align: left;
}

.PopupWindowBackground {
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.Progress {
  text-align: center;
}

/* Popup Loader */

.LoaderModalPopup {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}

.Loadercenter {
  position: absolute;
  top: 45%;
  left: 45%;
}
.Loadercenter img {
  width: 64px !important;
  height: 64px !important;
}
/* Popup Loader */
