﻿.popupModal
{
	position: absolute;
	top: 1%;
	left: 5%;
	width: 80%;
	height: 90%;
	padding: 16px;
	border: 3px solid black;
	background-color: mintcream;
	z-index: 1002;
	overflow: auto;
}


.backgroundBlock
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 205%;
	height: 205%;
	background-color: Gray;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.backgroundBlockVhVw
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 305vw;
	height: 305vh;
	vertical-align: middle;
	background-color: Gray;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.foregroundGrid
{
	vertical-align: middle;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	font-size: medium;
}
.outer
{
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.middle
{
	display: table-cell;
	vertical-align: middle;
}

.foregroundGridAutoResize
{
	border-radius: 5px;
	position: absolute !important;
	padding: 10px;
	border: 1px solid white;
	background-color: white;
	z-index: 1002;
	display: inline-block;
	font-size: medium;
	max-width: fit-content;
	margin-left: auto;
	margin-top: auto;
	transform: translate(10vh, 10vh);
}

.foregroundLoading
{
	position: absolute;
	top: 45%;
	left: 45%;
	width: 10%;
	height: 10%;
	padding: 10px;
	z-index: 1002;
	font-size: medium;
}


.swalStyleForButton
{
	margin: .3125em;
	padding: .625em 1.1em;
	transition: box-shadow .1s;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
	font-weight: 500;
}

.buttonSwalCancel
{
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #6e7881;
	color: #fff;
	font-size: 1em;
}


