.MNLoading {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 62px;
  margin-bottom: 38px;
}
.MNLoading:focus {
  outline: none !important;
}
.MNLoading .ModalLayer {
  display: none;
}
.MNLoading .Text {
  position: relative;
}
.MNLoading .Image {
  position: relative;
  background: url('WebResource.ashx?resource=BankMillennium.Resources.MNLoading.preloader.gif&version=20251029122807') no-repeat;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  left: 50%;
  border: none;
  border-radius: 0;
  margin-bottom: 8px;
}
.MNLoading.Recalculate .Image {
  position: relative;
  background-image: url('WebResource.ashx?resource=BankMillennium.Resources.MNLoading.RecalculateButton.png&version=20251029122807');
  height: 50px;
  width: 50px;
  margin-left: -30px;
  left: 50%;
  border: none;
  border-radius: 0;
  margin-bottom: 8px;
}
.MNLoading.Recalculate .Text {
  display: none !important;
}
.MNLoading.Recalculate .RecalculateText {
  display: inline;
}
.MNLoading.Recalculate .spinner {
  display: none;
}
.MNLoading.Error .Image {
  background: none;
}
.MNLoading.Error .Image:before {
  font-family: "mille_font";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1.1em;
  margin-right: 0.2em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  color: #737373;
  content: '\e81b';
  color: #dc0303;
  font-size: 29px;
  line-height: 30px;
  padding-top: 1px;
}
.MNLoading.IsModal * {
  z-index: 10001;
}
.MNLoading.IsModal .ModalLayer {
  display: block;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: fixed;
  top: 0px;
  left: 0px;
  background: White;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.MNLoading.IsModal.Hidden .ModalLayer {
  display: none;
}
.MNLoading.Hidden {
  /* This is almost equal to display:none; but enables WebKit to download image that is not visible before doing postback*/
  height: 0px !important;
  overflow: hidden !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.MNLoading.Hidden .Text,
.MNLoading.Hidden .Description {
  display: none !important;
}
.MNLoading.Error .Text {
  display: none !important;
}
.MNLoading.Error .ErrorText {
  display: inline;
}
.MNLoading.Error .spinner {
  display: none;
}
.MNLoading .ErrorText {
  position: relative;
  display: none;
}
.MNLoading .RecalculateText {
  position: relative;
  display: none;
}
.MNLoading.Standard .Text {
  display: inline;
}
.MNLoading.Standard .Description {
  display: none;
}
.MNLoading.SmallInline {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.MNLoading.SmallInline .Image {
  display: inline-block;
  vertical-align: middle;
  left: auto;
  margin-left: 10px;
}
.MNLoading.SmallInline .Text {
  display: inline-block;
  padding-left: 6px;
}
.MNLoading.SmallInline .Description {
  display: none;
}
.MNLoading.WithProgressBar {
  margin: 24px auto 24px auto;
  padding: 20px;
  text-align: left;
  width: 100%;
}
.MNLoading.WithProgressBar .Image {
  position: absolute;
  bottom: 0;
}
.MNLoading.WithProgressBar .Text {
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #bd004f;
  display: block;
}
.MNLoading.WithProgressBar .Description {
  padding: 20px;
  margin: 12px 0px 12px 0px;
  display: block;
  position: relative;
  text-align: center;
}
.MNLoading.WithProgressBarSmall {
  margin: 24px auto 24px auto;
  padding: 20px;
  width: 100%;
}
.MNLoading.WithProgressBarSmall .Text {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.MNLoading.WithProgressBarSmall .Description {
  display: none;
}
.MNLoading.WithProgressBarSmall .Image {
  position: absolute;
  bottom: -18px;
}
.MNLoading.MillenniumLoaderAbsolute {
  position: absolute;
  margin-top: 0;
  left: 0;
  z-index: 1499;
  height: 100%;
}
.MNLoading.MillenniumLoaderAbsolute .ModalLayer {
  position: relative;
}
.MNLoading.MillenniumLoaderAbsolute .Image {
  background: url('WebResource.ashx?resource=BankMillennium.Resources.MNLoading.loader_millennium.gif&version=20251029122807') no-repeat;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-size: 111px 111px;
  top: 40%;
  left: 50%;
  position: absolute;
  margin-left: -55px;
}
