body, html {
	margin: 0; 
	padding: 0; 
	height: 100%; 
	overflow: hidden;
}
h2 {
	font-family: Arial;	
}
.swal2-content {
	font-family: Arial;	
}
.swal2-container {
  z-index: 99999;
}
.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
.content {
	position:absolute; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	top: 0px; 
}
.menu-right {
	right: 56px;
}
.menu-content-right {
	right: -27px;
	min-width: 250px !important;
}
.menu {
	position: absolute;
	display: inline-block;
}

.menu-content {
	display: none;
	position: absolute;
	background-color: #F8F8F8;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top:23px;
	min-width: 320px;
	-webkit-box-shadow: 4px 8px 20px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 8px 20px 3px rgba(0,0,0,0.75);
	box-shadow: 4px 8px 20px 3px rgba(0,0,0,0.75);
	font-size: 12px;
	font-family: Arial;	
	font-weight: normal;
	z-index: 999;
}
.menu-content a {
	color: black;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
}
.menu-content a:hover {
	color: black;
	background-color: #6BADF6;
}
.menu-header {
	color: white;
	background-color: #3489e6;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.menu-blocker {
	display: none;
	position: absolute;
	top: 0px; 
	bottom: 0px; 
	width: 100%;
	z-index: 998;
}
.menu-show {
	display: block;
}
.menu:hover .menu-content {
/*	display: block;*/
}
.menu:hover .dropbtn {
	background-color: #3e8e41;
}			
.menuButton {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	height: 15px; 
	width: 18px;
	padding: 4px;
	font-size: 12px;
	font-family: Arial;	
	font-weight: bold;
	color: white; 
	background-color: #808080;
	z-index: 1000;
	border-right-color: silver;
	border-right-style: solid;
	border-right-width: 1px;
}
.menuButton:hover {
	background-color: #A0A0A0;
}	
.menuBar {
	width: 16px;
	height: 2px;
	background-color: #F0F0F0;
	margin: 2px 0;
	pointer-events: none;
}
.menuWindow1 {
	position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 14px;
    background-color: #545454;
    pointer-events: none;
}
.menuWindow2 {
	position: absolute;
    top: 6px;
    left: 6px;
    width: 17px;
    height: 14px;
    background-color: #333333;
    pointer-events: none;
}
.reload {
	position:absolute; 
	top: 0px; 
	left: 27px; 
	height: 16px; 
	width: 40px;
	padding: 5px 8px 2px 8px;
	font-size: 12px;
	font-family: Arial;	
	font-weight: bold;
	color: white; 
	background-color: #AA4040;
	z-index: 1000;
	cursor: default; 
}
.reload:hover {
	background-color: #CC0000;
}
.serverInfo {
    position: absolute;
    top: 5px;
    left: 87px;
    height: 16px;
    width: 80px;
    margin-left: 2px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    display: inline;
    color: black;
    z-index: 1000;
	cursor: help; 
}	
.titleBlock {
	display : none;
}
.loadingTitleBar {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	height: 16px;
	padding: 4px 8px 3px 8px;
	font-size: 14px;
	font-family: Arial;	
	text-align: center;
	color: black; 
	background-color: #6BADF6;
	z-index: 999;
}
.absoluteCenter {
	position: absolute;
	margin: 0px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.app-splash {
	box-sizing: border-box;
	padding: 30px;
	width: 500px;
	max-width: 90%;
	background-color: #ffffff;
	box-shadow: 5px 5px 20px #8E8DB3;
	text-align: center;
	z-index: 9999999;
	display: block;
}
.app-splash .row {
	width: 100%;
}


