#AjaxPage{
  width:100%;
  min-height:100vh;
}
#AjaxWindowBg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  visibility: hidden;
  z-index: 50;
}
#AjaxWindow1{
  margin: 0px auto;
  max-height: 96vh;
  max-width: 100vw;
  overflow: auto;
  position: fixed;
  opacity: 0;
  z-index: 51;
  transition: all linear 100ms;
}