/* MAJicFramework master style sheet for Mobile */
/* Version 2023.11.06 */

html {
	margin: 0px;
	height: 100%;
	background: rgb(170,170,170);
	background: linear-gradient(90deg, rgba(170,170,170,1) 0%, rgba(238,238,238,1) 50%, rgba(170,170,170,1) 100%);
}

body {
	padding: 0px;
	margin: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

span.hidden {
	display: none;
}

/* Remove padding and margins from all div tags */
div {
	padding: 0px;
	margin: 0px;
}

strong{
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Define the heading area */
div.heading {
	padding-top: 3px;
	height: 75px;
	background-color: white;
	filter: drop-shadow(5px 5px 4px grey);
}

/* Move logo all the way to the left */
img.logo {
	margin-left: 5px;
	float: left;
}

/* Define text element for heading */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006643;
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Adjust the text to align with the logo */
div.headingtext {
	padding: 0px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	white-space: nowrap;
	/*border: 2px solid green;*/
}

/* Setup the login links to the right */
div.login {
	padding-right: 3px;
	margin: 0px;
	text-align: right;
	float: right;
	font: normal 12px Arial, Helvetica, sans-serif;
	/*border: 2px solid green;*/
}

/* Setup the site navigation menu */
div.topMenu {
	padding: 0px;
	margin: 0px;
	background-color: white;
	filter: drop-shadow(5px 5px 4px grey);
}
/* Setup Mobile version of navigation menu */
div.MtopMenu {
    /*padding: 0xp;*/
	margin: 0px;
	/*height: 22px;*/
	background-color: #DDE; /*rgb(192,230,209);*/
	/*background-color: white;*/
	filter: drop-shadow(5px 5px 4px grey);
}

div.mnav {
	display: inline-block;
	padding: 5px;
	margin: 0;
	margin-left: 5px;
	width: auto;
	color: #448;
	border: 1px solid #669;
	font: bold 18px Verdana, Helvetica, Arial, sans-serif;
	background-color: #DDE; /*rgb(192,230,209);*/
}

div.mcurrent {
	text-align: center;
	color: #448;
	border: 1px solid green;
	font: bold 18px Verdana, Helvetica, Arial, sans-serif;
}

/* Style elements for login screen */
label.pass {
	background-color: rgb(238,238,246); /*rgb(221,221,238);*/
	color: rgb(102,102,153);
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	text-transform: uppercase;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input.pass {
	display: block;
	margin: 0;
	margin-top: 3px;
	width: 220px;
	border: solid rgb(102,102,153);
	border-width: 1px 2px 2px 1px;
}
input.buttonSubmit {
	float: right;
	width: 75px;
	height: 25px;
	color: darkgreen;
	background-color: lightgray;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid darkgreen;
}
input.buttonDeactivate {
	float: right;
	width: 75px;
	height: 25px;
	color: gray;
	background-color: lightgray;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid gray;
}
input.buttonOK {
	float: right;
	width: 75px;
	height: 25px;
	color: green;
	background-color: lightgray;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid green;
}
strong.error {
	color: rgb(255,0,0);
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: 0px;
  content: ' \2714 \0020 ';
  /*content: "&#10004;";*/
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: 0px;
  content: ' \2716 \0020 ';
  /*content: "&#10006;";*/
}

/* Create window like container for login form */
.centered {
	padding: 10px;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid rgb(102,102,153);
	background-color: white;
	filter: drop-shadow(5px 5px 4px grey);
}

#navsite h5 {
	display: none;
}

#navsite ul {
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #669;
	font: bold 12px Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
}
	
#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li span {
	padding: 3px 1.0em; /* Padding in menu tabs */
	margin-left: 3px;
	border: 1px solid #778; /*rgb(0,102,67);*/
	border-bottom: none;
	background: #DDE; /*rgb(192,230,209);*/
	text-decoration: none;
}

#navsite ul li span {
	color: #448;
}

#navsite ul li span:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
	cursor: pointer;
}

#navsite ul li span.current {
	background: white;
	border-bottom: 1px solid rgb(170,170,170);
	background: linear-gradient(rgb(255,255,255), rgb(170,170,170));
}

#navsite ul li span.red {
	background: pink;
}

#navsite ul li span.green {
	background: lightgreen;
}

#navsite ul li.hide{
	display: none;
}

/* Define the footer area */
div.footer {
	position: fixed;
	padding-left: 4px;
    bottom: 0;
	width: 100%;
	height: 15px;
	background-color: rgb(100,100,100);
	font: bold 12px Arial, Helvetica, sans-serif;
	color: rgb(225,225,225);
}

/* Right align version info */
div.version {
	padding-right: 8px;
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: rgb(225,225,225);
}

div.UIbottom {
	position: fixed;
	padding-left: 4px;
	bottom: 0;
	padding-bottom: 15px;
	width: 100%;
}

div.watermark {
    padding-right: 8px;
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: rgb(225,225,225);
}

/* Define the area used by the UI */
div.UI {
	position: fixed;
	height: calc(100% - 93px);
	width: 100%;
}

/* Generic definition of a UI form */
div.Form {
	display:  none;
	position: absolute;
	font: normal 10px Arial, Helvetica, sans-serif;
	background-color: white;
	border: 2px solid rgb(102,102,153);
	filter: drop-shadow(5px 5px 4px grey);
}

/* Generic definition of a UI form titlebar */
div.FormTitleBar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 28px;
	width: 100%;
	background-color: rgb(102,102,153);
	color: white;
	text-align: center;
	font: bold 24px Arial, Helvetica, sans-serif;
}
.close {
	padding-right: 6px;
	font-size: 24px;
	float: right;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Make text look like a link */
.link {
    cursor: pointer;
	color: blue;
	text-decoration: underline;
}

object {
	width: 100%;
	height: 100%;
	height: calc(100% - 22px);
	margin-bottom: 25px;
}

/* Override styles when printing */
@media print {
  #navsite {
	display: none !important;
  }
  .login {
	display: none !important;
  }
  body {
	overflow: visible !important;
	height: auto;
  }
  div.UI {
	overflow: visible !important;
	position: absolute;
  }
  object {
	display: inline;
	overflow: visible !important;
  }
  * {
	overflow: visible !important;
  }
  div.footer {
	display: none;
  }
}