#uisFloatingBox
{
	display:none;
	position:absolute;
	background-color: white;
	color: black;
	padding:5px;
	border: 1px solid black;
	max-width:100%;
	text-align:justify;
	border-radius:5px;
	z-index: 10;
}

#uisFixedBox
{
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	color: black;
}
#uisFixedBox .obsah
{
	position: relative;
	display: inline-block;
	background-color: rgb(255, 255, 255);
	left: 50%;
	/*top: 50%;*/
	max-height: 100%;
	max-width: 90%;
	padding: 20px;
	border-radius:5px;
}

#uisFixedBox .cross
{
	background-image:url("https://search.webdepozit.sk/webarchiv/public/20180627153845/https://is.uniag.sk/img.pl?sysid=base-cross-grey");
	float:right;
	width:16px;
	height:19px;
	cursor:pointer;	
	margin-right: -16px;
	margin-top: -19px;
}

#uisFloatingBox.loading
{
	background-image:url("https://search.webdepozit.sk/webarchiv/public/20180627153845/https://is.uniag.sk/img.pl?sysid=prubeh2");
	background-size:40px;
	background-repeat:no-repeat;
	background-position:center; 
	min-height:80px;
	min-width:80px;
}

#uisFixedBox .loading
{
        background-image:url("https://search.webdepozit.sk/webarchiv/public/20180627153845/https://is.uniag.sk/img.pl?sysid=prubeh2");
	background-size:40px;
	background-repeat:no-repeat;
	background-position:center;
	min-height:80px;
	min-width:80px;
}







/*
     FILE ARCHIVED ON 15:38:45 Jun 27, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:24:25 Feb 1, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
