﻿body {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 80em;
	height: 850px;
    margin-left: -40em; /*set to a negative number 1/2 of your width*/
	font-family: 'Montserrat', sans-serif; 
	display: flex;
	align-items: center;
	justify-content: center;
}

H2 {
	color: rgb(248, 237, 237);
	font-size: 12pt;
}

a:link    {
	color: #000000;
	background-color: transparent;
	text-decoration: none;  
}
a:visited {
/*	color: #073FF9;  */
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:hover   {
	color: #000000;
	background-color: transparent;
	text-decoration: underline; 
}
a:active  {
	color: white;   /* #800000; */
	background-color: transparent;
	text-decoration: none;
}

#SiteHeader {
	position: absolute;
	border-width: 3px;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 100%;
	background-color: rgb(12, 11, 11);
	opacity: 1.0;
	padding-left: 3em;
	text-transform: uppercase;
	color: rgb(248, 237, 237);
}

.bodypicture {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 300px;
}

.writeup {
	position: absolute;
	left: 620px;
	top: 140px;
	width: 400px;
	background-color: lightgreen;
	font-weight: bold;
	padding: 20px;
	line-height: 1.8;
	border-radius: 25px;
}

#popupregister {
	position: absolute;
	background-color: white;
	border: 2px #000000 solid;
	position: relative;
	padding: 1em;
	left: 20em;
	top: 5em;
	height: auto;
	width: 300px;
	border-collapse: collapse;
	z-index: 2;
	outline-width: medium;
}

#popup {
	position: absolute;	
	background-color: rgb(110, 241, 34);
	border: 2px #000000 solid;
	position: relative;
	padding: 1em;
	left: 22em;
	top: 6em;
	height: auto;
	width: 280px;
	border-collapse: collapse;
	z-index: 1;
}

#topmenu {
	height: 1.3em;
	width: auto;
	padding: 2px 4px 2px 4px;
	position: absolute;
	z-index: 1;
	top: 3.5em;
	left: 13em;
	background-color: white;
	float: center;
}

.buttontop {
    display: inline-block;
    margin: 0 1px;
    padding: 3px 3px;
    width: 6em;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(220, 223, 237);
    box-shadow: 2px 2px 0 rgb(63, 62, 66);
}

.buttontop:active {
    transform: translateX(2px) translateY(2px);
    box-shadow: 0px 0px 0 rgb(247, 16, 16);
    background-color: rgb(135, 157, 255);
}

#sidebar {
	height: 50em;
	width: 10em;
	position: absolute;
	z-index: 1;
	top: 6.3em;
	left: 0;
	background-color: #2196F3;
	overflow-x: hidden;
	float: center;
	padding: 0.5em;
	line-height: 10px;
	font-weight:650; 
	font-size:0.8em
}

.buttonmenu {
    display: inline-block;
    margin: 0 8px;
    padding: 3px 3px;
    width: 10em;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(220, 223, 237);
    box-shadow: 2px 2px 0 rgb(63, 62, 66);
}
.buttonmenu:active {
	transform: translateX(2px) translateY(2px);
	background-color: rgb(135, 157, 255);
}

.bodydetailtop {
	position: relative; 
	background-color: #affacf; 
	top: -2em; 
	left: 2em; 
	width: auto; 
	/* height: 4.5em; */
	height: auto;
	text-align: center; 
	padding: .2em .2em .2em 2em; 
	border-radius: .5em;
	border: solid 2px lightgrey;
	margin: 0 auto;
}

.bodydetail {
	position: absolute;
	left: 9.8em;
	top: 5.4em;
	height: 44em;
	width: auto;
	background-color: white;
	padding: 2em;
}

#pagewidth {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 60em;
	height: 850px;
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
	background: #373737;
 	z-index:10;
 	opacity:0.9;
}

#siteName {
	position: absolute;
	left: 5px;
	top: 10px;
	height: 10px;
	width: 400px;
	color: #FFFFFF;
	font-size: 18px;
}

#closex {
    position: absolute;
    background: red;
    color: white;
    top: -10px;
    right: -10px;
}

#moveable {
  position: absolute;
  background-color: #C1C1C1;
  border: 2px #000000 solid;
  left: 5em;
  top: 5em;
  height: auto;
  width:auto;
  z-index: 9; 
  text-align: left;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: .5em;
}

#moveableheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

.navBody
{
	position: absolute;
	left: 0px;
	top: 153px;
	height: 700px;
	background: #D9B7DD;
	width: 180px;
}

#SMS {
	position: absolute;
	left: 400px;
	top: 330px;
	height: 100px;
	width: 500px;
}

input[type=text] {
	padding-left: 5px;
    width: 150px;
}

input[type=textdouble] {
    width: 300px;
}

input[readonly] {
	background-color: #DDDDDD;
}

select[readonly] {
	background-color: #DDDDDD;
}


input[type=tel] {
    width: 90px;
}

input[type=date] {
    width: 138px;
	height: 35px;
    text-align: right;
}

input[type=decimal] {
    text-align: right;
	width: 138px;
}

input[type=number] {
    text-align: right;
    width: 70px;
}

input[type=amount] {
    width: 100px;
    text-align: right;
}

input[type=email] {
    width: 200px;
}

h1 {
	color: white; /*#333; */
	font-size: x-large;
}


h2 {
	font-size: 14px;
	margin: 0;
	color: #333;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	margin: 0;
	color: #333;
}
h4 {
	font-size: x-large;
	color: #333;
}

h5 {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #bbeab3;
	padding: 5px 5px 5px 5px;
	margin-top: 0;
	background: #808080;
	font-family: Arial;
	font-size: 15px;
	background: #808080;
	width: auto;
	line-height: 25px;
}

/* #displayStatement1 {
	background-color: A0A0A0;
	border: 2px #000000 solid;
	position: relative;
	padding: 1em;
	left: 50px;
	top: 100px;
	height: auto;
	width: 600px;
	border-collapse: collapse;
	z-index: 20;
	outline-width: medium;
    border-radius: 4px;
}     replaced moveable display */

#searchContact {
	background-color: A0A0A0;
	border: 2px #000000 solid;
	position: absolute;
	padding: 1em;
	left: 280px;
	top: 100px;
	height: auto;
	width: auto;
	border-collapse: collapse;
	z-index: 20;
	outline-width: medium;
    border-radius: 4px;
}


list-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
	/* font face: normal 13px Arial;  */
}

.list-table thead th {
	/*background-color: #808080;  */
	border: solid 1px #DDEEEE;
	/*color: #044989; */
	padding: 10px;
	text-align: left;
}

.list-table tbody td {
    border: solid 1px #DDEEEE;
    color: #000000;
    padding: 1px;
	padding-left: 5px;
	
/*    text-shadow: 1px 1px 1px #fff; */
}
.list-table-highlight tbody tr:hover {
	background-color: #9b8181;
}
.list-table-horizontal tbody td {
    border-left: solid 1px #DDEEEE;
    border-right: solid 1px #DDEEEE   
}

label{
	display: inline-block;
	width: 125px;
	line-height: 20px;
}

input {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 4px;
    border-radius: 5px;
}

input:focus {
    border-color:#333;
}

option {
	border-style: groove none none none;
	padding: 2px;
	height: 40px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 4px;
}

/*table,th,td { 
	border: .5px solid black;  
	background-color: #e4fff3; 
} */


table { 
	border-collapse:collapse;
} 
th {
	background-color: #b8e047; 
    color: white;
	position: sticky;
} 

table tr:nth-child(odd) td{
    background:#FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 4px;
}
table tr:nth-child(even) td{
	background:#edeff0;
	/* background:white; */
	-webkit-border-radius: 5px;
	border-radius: 4px;
}

/*tr {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-radius: 4px;
} */

/*tr:nth-of-type(odd) {
      background-color:#FFFFFF;
} */

/*tr:nth-child(even) {
    background: #cef1ff;
} 
tr:nth-child(odd) {
	background: #FFFFFF;
} */

/*td {
	font face: 13px arial;
	height: 10px;
	padding: 1px;
	background-color: #cef1ff; 
} */

/*tbody td{
	font face: 13px arial;
	height: 10px;
	padding: 1px;
}

tbody tr:nth-child(odd){
  background-color: #cef1ff;
  color: #fff;
} */


option:focus {
    border-color:#333;
}

input[type=submit] {
	padding: 5px 15px;
	background: #ccc;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #808080;
	color: #FFFFFF;
}

.login-card {
	position: absolute;
	top: 190px;
	left: 120px;
	padding: 2em;
	width: 200px;
	background-color: #affacf;
	border-radius: 3px;
}

.login-card h1 {
	font-weight: 100;
	text-align: center;
	font-size: 2.3em;
}

.login-card input[type=submit] {
	width: 70%;
	display: block;
	margin-bottom: 2px;
	position: relative;
	background-color: #4d4848;
}
.login-card input[type=user], input[type=password] {
	height: 27px;
	font-size: 16px;
	width: 150px;
	margin-bottom: 1px;
	-webkit-appearance: none;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #f1e5e5;
}
.login-card input[type=user]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.login-card submit:hover {
	border: 1px solid #2f5bb7;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #0a9755;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8));
}
.login-card a {
	text-decoration: none;
	font-weight: 200;
	text-align: center;
	display: inline-block;
	transition: opacity ease 0.5s;
}


.outer {
    overflow-y: scroll;
	width: 100%;
    height:100%;
    }

.outer table {
	overflow-y: scroll;
    width: 100%;
	height:20em;
    table-layout: fixed; 
    border : 1px solid black;
    border-spacing: 1px;
}

.outer table th {
        text-align: center;
        top:0;
        position: sticky;
        background-color: yellowgreen;  
}

#addgateent {
	background-color: lightgray;
	position: absolute;
	padding: .5em;
	left: 5em;
	top: 6em;
	height: auto;
	width: 250px;
	border: 3px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:black;
	z-index:4;
}

#loadinfoouter {
	background-color: lightgrey;
	position: absolute;
	padding: .5em;
	left: 5px;
	top: 90px;
	height: 18em;
	width: 62px;
	border: 1px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:black;
}

#loadinfolist {
	background-color: white;
	position: absolute;
	padding: .5em;
	left: 5px;
	top: 5px; 
 	height: 210px;
	width: 500px;
	border: 1px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:black;
	overflow-y:scroll; 
}

#loadinfo {
	background-color: lightgrey;
	position: absolute;
	padding: .5em;
	left: 10px;
	top: 90px;
	height: 200px;
	width: 450px;
	border: 1px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:white;
	overflow-y:scroll; 
}

#chooseunit {
	background-color: white;
	position:fixed;
	padding: .5em;
	left: 410px;
	top: 8px;
	height: 80px;
	width: 200px;
	border: 2px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:center;
	font-size: normal;
	color:white;
	z-index:1; 
}

#infobar {
	background-color: lightgrey;
	position: relative;
	padding: .5em;
	left: 285px;
	top: 290px;
	height: 600px;
	width: 250px;
	border: 1px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:white;
	overflow-y:scroll; 
}

#infoitem {
	counter-increment: info-counter;
  background-color: white;
  position: relative;
  padding: .5em;
  left: 1px;
  top:0px;
  height: 100px;
  width: 230px;
  border: 2px;
  text-align:left;
  font-size:small;
  color:darkgrey;
  overflow-y:scroll;
  border-radius: 10px;
  margin-top:7px;
}

#unitbar {
	background-color: lightgrey;
	position: relative;
	padding: .5em;
	left: 15em;
	top: 1em;
	height: 600px;
	width: 250px;
	border: 1px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:left;
	font-size:medium;
	color:white;
	overflow-y:scroll; 
}

#infohead {
	background-color: blue;
	position: relative;
	padding: .2em;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 220px;
	border: 1px;
	text-align:center;
	font-size:xx-large;
	color:white; 
	border-radius: 10px;
}

#unititem {
	counter-increment: info-counter;
  background-color: white;
  position: relative;
  padding: .5em;
  left: 1px;
  top:0px;
  height: auto;
  width: 220px;
  border: 2px;
  text-align:left;
  font-size:small;
  color:darkgrey;
  overflow-y:scroll;
  border-radius: 10px;
  margin-top:7px;
}

#itemhead {
	background-color: #FFFFCC;
	position: relative;
	padding: .2em;
	left: 0px;
	top: 0px;
	height: Auto;
	width: 200px;
	border: 1px;
	border-bottom-style:solid;
	border-color:gray;
	text-align:left;
	font-size:large;
	border-radius: 10px;
}

#infoitem {
  	counter-increment: info-counter;
	background-color: white;
	position: relative;
	padding: .5em;
	left: 1px;
	top:0px;
	height: 100px;
	width: 230px;
	border: 2px;
	text-align:left;
	font-size:small;
	color:darkgrey;
	overflow-y:scroll;
	border-radius: 10px;
	margin-top:7px;
}

#unititem {
  	counter-increment: info-counter;
	background-color: white;
	position: relative;
	padding: .5em;
	left: 1px;
	top:0px;
	height: auto;
	width: 220px;
	border: 2px;
	text-align:left;
	font-size:small;
	color:darkgrey;
	overflow-y:scroll;
	border-radius: 10px;
	margin-top:7px;
}

#electgraph {
	position: absolute;
	padding: .5em;
	left: 550px;
	top: 280px;
	height: 420px;
	width: 620px;
	border: 3px;
	color: white;
	border-color: black;
	border-width: medium;
	border-radius: 10px;
}

#choosecomplex {
	background-color: lightgrey;
	position:fixed;
	padding: .5em;
	left: 410px;
	top: 5px;
	height: 60px;
	width: 200px;
	border: 2px;
	border-radius: 10px;
	box-shadow: 3px 5px #888888;
	text-align:center;
	font-size: normal;
	color:white; 
}

.signupsubmit {
	webkit-appearance: none;
	align-items: flex-start;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFA500;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: #80B2FF 0px 1px 1px 0px inset;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	direction: ltr;
	display: inline-block;
	font-family: 'Arial', 'Helvetica Neue', 'Segoe UI', 'Malgun Gothic', Meiryo, 'Microsoft JhengHei', helvetica, arial, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 31px;
	letter-spacing: 1px;
	line-height: 15.12px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	min-width: 194px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;
	text-transform: none;
	width: 194px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	zoom: 1;
	left: 37px;
	top: 515px;
	position: absolute;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
  
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
  
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }
