﻿
#lock-modal {
  display: none;
  background-color: black;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index:2500;
}

#loading-circle {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-image: url(/Images/loader.gif);
  background-size:45px 45px;
  z-index:2500;
}