.wnd-pop-cont
{
  z-index: 21000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}

.wnd-bg
{
  background: #000;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wnd-form
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);  

	border-collapse: collapse;
	border-radius: 5px;
	padding: 20px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: absolute;
	box-shadow: 0px 0px 50px #9b9b9b;
}

.wnd-close-but
{
	color: #990007; 
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22pt;
	cursor: pointer;
}

.wnd-close-but:hover
{
  cursor: pointer;
  filter: drop-shadow(0px 0px 3px #990007);
}

.disable-scroll
{
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
}
