html {
	clear: both;
	margin: 0;
}

body {
	clear;
	font-size:100%;
	margin: 0;
	padding: 0px;
	/* background-color: #879fab; // teal-ish ... */
	/* background-color: #cccccc; // gray-ish ... */
	background-color: #cccccc; 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 1px;
}

/* TODO:(hopley) better target uiw-left, ul li a .... */
ul  li a{
	color: white;
	text-decoration: none;
}

.table-caption {
        color: white;
        background-color: #79b561;
        margin-top: 1em;
        padding: 3px;
        width: 98%;
}

table {
	width: 95%;
}

table caption {
        color: white;
        background-color: #79b561;
        margin-top: 1em;
        padding: 3px;
        width: 98%;
}

table th {
	color: white;
	text-align: left;
	padding: 1px;
	background-color: #B6B6B6;
}

table td {
	text-align: left;
	padding: 2px;
}

input[type=submit] {
	cursor: pointer;
	float: right;
}

.uiw-left ul .label a {
	padding-left: 1em;
}

.uiw-left ul .label a:hover{
	color: green;
}

#admboard tbody tr td > a {
	color: white;
	text-decoration: none;
}

#jobboard {
	display: grid;
	grid-template-columns: 16px,auto,1em,16px;
	width: 100%;
	/* height: auto; */
	justify-items: center;
}

#jobboard tr td  {
	padding: 2px;
}

.header {
	background-color: #879fab;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: 65px;
	width: 100%;
}

tbody > tr:hover {
  background-color: lightyellow;
}

tr:nth-child(even) {
    background-color: #eee;
}


.uiw-header {
	/* background-color: #879fab; */
	/* background-color: #993333; */
	/*background-color: #4cbb17; */
	background-color: #228B22;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: 65px;
	width: 100%;
	/* 2022Q3 ; clear here some height space from uiw-container
	 * line-height:0;
	 * */
}

.uiw-logo {
	color: aliceblue;
	grid-column: 1 / 3;
	padding: 6px;
}

.uiw-headermenu {
	color: aliceblue;
	grid-column: 3/-1;
	justify-self: end;
	margin-right: 4px;
}

.uiw-headermenu a {
	color: aliceblue;
}

.uiw-topmenu {
	color: aliceblue;
	grid-column: 3/-1;
	justify-self: end;
	margin-right: 4px;
}

.uiw-topmenu a {
	color: aliceblue;
}

.uiw-container {
/*	background-color: #eee; */
	background-color: #cccccc; 
	display: grid;
	/* grid-template-columns: repeat(auto-fill (12,1fr)); */
	grid-template-columns: repeat(12,1fr);
	width: 100%;
	/* 20220716 , look to cleanse space to main/article
	 */
	 height: 100vh;
	/* height: 100%; */
}

.uiw-board {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

.uiw-center { 
	/*
  align-self: center;
  justify-self: center;
	grid-columns: span 10;
	align-items: center;
	justify-content:center;
	justify-items: center;
	justify-self: stretch;
	*/
  	justify-self: center;
	margin: 0 auto;
}

.uiw-left {
        background-color: black;
	color: white;
	grid-column: 1 / 2;
	justify-align: start;
/*	font-size: .75vw; */
	font-size: calc(0.5em + 1vmin);
	padding: 4px;
	bottom: -120px;
	z-index: 1;
}

/* TODO:(hopley) better target uiw-left, ul li a .... */
.uiw-left ul li a{
	color: gray;
	text-decoration: none;
}

.uiw-left ul .label {
	color: gray;
	font-size: calc(0.2em + 2vmin);
}

.uiw-left ul .label a{
	color: white;
	left-padding: 2px;
	font-size: calc(0.5em + 1vmin);
}

/* .uiw-middle */	
.uiw-middle {
	/* display: grid; */
	/*background-color: #e5eecc;*/
	grid-column: 2 / -1;
	/* grid-column: 1 / -1; */
	padding-left: 10px;
	/* justify-items: center; */
	/* display: flex; 
	justify-content: top;
	width: 95%;
	align-items: center;
 	*/
	justify-self: stretch;
}

.uiw-middle-bar {
	background-color: #e5eecc;
	justify-content:right;
	width: 100%;
}


.uiw-middle-center {
    grid-column: 2/-1;
    align-self: center;
    margin: 0 auto;
}

.uiw-middle-right {
    grid-column: 2/-1;
    align-self: right;
    margin: 0 auto;
}


.uiw-right {
        background-color: violet;
        grid-area: right;
}

.uiw-contents-center {
	align-items: center;
	justify-content:center;
	justify-items: center;
	justify-self: stretch;
	display: contents;
}

.uiw-contents-center > div {
	background: green;
}

#panel, #flip {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}

#panel {
    padding: 50px;
    display: none;
}

.tpanel {
    background-color: teal;
    border: solid 1px #c3c3c3;
    display: none;
    padding: 5px;
    text-align: center;
}

#poolPanel {
    padding: 80px;
    display: none;
}

.headerBar { 
 color: aliceblue;
 /* background-color: #879fab; */
 /* background-color: #993333; */
 /*	background-color: #4cbb17; */
	background-color: #228B22;
 text-decoration : none; 
}

.headerNav { color: white ;text-decoration : none; margin: 6px; }

.headerLogin {
 color: aliceblue;
    text-decoration: none;
}

.headerLogin:hover a {
    /*	color: aliceblue;	 */
    text-decoration: underline;
}
.text-center { 
  text-align : center;
}
.wrapper {
  margin : auto;
}

.loginForm__label {
  text-align : left;
}
/* dtags menu ... */
.dtags-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9; 
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dtags-content a {
	color: black;
	    text-decoration: none;
    display: block;
    text-align: left;
}
.dtags-content a:hover {background-color: grey;}

.show {display:block;}


/* dh - anu = A-link No Underline */
.anu { text-decoration : none; }

.anu a:hover {
    text-decoration: underline;
}

#bg {
	  position: fixed; 
	    top: 0; 
	      left: 0; 
	      	
	        /* Preserve aspet ratio */
	        min-width: 100%;
		  min-height: 100%;
	  }
/* dh - adding in tmenu from dashdom , 20171015 */
#tmenu {
  float: right;
  position: relative;
  display: inline-block;
	width: 9em;

}

#tmenu-btn {
	margin-top: 9px;
}
	
#tmenu-contents {
  background-color: aliceblue;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 0.5em;
  right: 0;
  display: none;
  padding: 5px;
  position:absolute; 
  text-align: left;
  z-index : 100;
    overflow-x: hidden; /* Disable horizontal scroll */
 /*    transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

#tmenu-contents a {
        color: black;
        display: block;
        padding: 16px;
}

#tmenu-contents a:hover {
   background-color: #f1f1f1
}

/* dh - adding in headermenu */
#headermenu {
  float: right;
  position: relative;
  display: inline-block;
	width: 9em;

}

#headermenu-btn {
	margin-top: 9px;
}
	
#headermenu-contents {
  background-color: aliceblue;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-size: 0.8em;
  right: 0;
  display: none;
  padding: 5px;
  position:absolute; 
  text-align: left;
  z-index : 100;
    overflow-x: hidden; /* Disable horizontal scroll */
 /*    transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

#headermenu-contents a {
        color: black;
        display: block;
        padding: 16px;
}

#headermenu-contents a:hover {
   background-color: #f1f1f1
}

/* dh - adding in bodymenu */
#bodymenu {
  float: right;
  position: relative;
  display: inline-block;
	width: 9em;

}

#bodymenu-btn {
	margin-top: 9px;
}
	
#bodymenu-contents {
  background-color: aliceblue;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 0.5em;
  right: 0;
  display: none;
  padding: 5px;
  position:absolute; 
  text-align: left;
  z-index : 100;
    overflow-x: hidden; /* Disable horizontal scroll */
 /*    transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

#bodymenu-contents a {
        color: black;
        display: block;
        padding: 16px;
}

#bodymenu-contents a:hover {
   background-color: #f1f1f1
}

/* TODO:(hopley) have a footmenu ? */

/*
.uiw-middle {
	margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
*/

.uiw-footer-center {
        grid-column: 1 / 12;
    align-self: center;
    margin: 0 auto;
}

	
.uiw-h4 {
	color: white;
	background-color: #aaa555;
	margin-top: 1em;
	padding: 3px;
	width: 98%;
}

.uiw-midinfo {
        /* color: white;
        background-color: #aaa555;
        */
        color: #00529B;
        background-color: #BDE5F8;
        margin-top: 4em;
        padding: 5px;
        width: 90%;
}

.uiw-midnotice {
        /* color: #00529B; */
        background-color: #919191;
        margin-top: 2em;
        padding: 5px;
        width: 98%;

}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* 20180118 - dh ; testing class jobcode-{{(index $cell.Data 0).Value}} ......
 */
.jobcode-0 {
        background-color: #effee6;
}
.jobcode-1 {
        background-color: #fff0f5;
}

.jobcode-2 { /* Light yellow2   #FFFF99 */
        background-color: #ffff99;
}

.jobcode-128 { /* tomato */
        background-color: #ff6347;
}

/* The popup form - hidden by default */
.addKED {
  display: none;
  position: fixed;
  /* 
  bottom: 0; 
  right: 15px;
  */
  left: 50%;
  top: 50%;
  border: 3px solid #f1f1f1;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

  z-index: 9;
}

.erow-down {
	display: none;
	background-color: #f6f6f6; 
}

.erow-down-menu {
	position: top;
	float: left;
}

.erow-down-menu-contents {
  background-color: aliceblue;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        font-size: 0.5em;
  display: none;
  padding: 5px;
  position:absolute;
  text-align: left;
  z-index : 100;
    overflow-x: hidden; /* Disable horizontal scroll */
 /*    transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

.erow-down-menu-contents > ul > li > a {
	color: #000;
}

.irow-down {
	display: none;
	background-color: #f6f6f6; 
}

.irow-down-menu {
	position: top;
	float: left;
}

.irow-down-menu-contents {
  background-color: aliceblue;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        font-size: 0.5em;
  display: none;
  padding: 5px;
  position:absolute;
  text-align: left;
  z-index : 100;
    overflow-x: hidden; /* Disable horizontal scroll */
 /*    transition: 0.5s; */ /* 0.5 second transition effect to slide in the sidenav */
}

.irow-down-menu-contents > ul > li > a {
	color: #000;
}


/* 20210511 some css for user input form */
.user-input {

  background-color: aliceblue;
  padding: 5px;
  text-align: left;

}

input[type=text] {
  padding: 10px;
}

input[type=text] {
  padding:10px;
  margin:10px 0; // add top and bottom margin
}

.rounded-input {
  padding:10px;
  border-radius:10px;
}

.graph img{
	max-width: 98%;
	width: 98%;
	height: auto;
}

/* 2021Q2 - dh; start the Head,Header,Nav,Main,Footer work */
body {
/*      background-color: #eee; */
        background-color: #cccccc;
        display: grid;
        /* grid-template-columns: repeat(auto-fill (12,1fr)); */
        grid-template-columns: repeat(12,1fr);
        width: 100%;
        height: 100vh;
        /* height: 100%; */
}


header {
/*      background-color: #eee; */
        background-color: #cccccc;
        display: grid;
        grid-column: 1 / 13;
        /* grid-template-columns: repeat(auto-fill (12,1fr)); */
        /* 
	 grid-template-columns: repeat(12,1fr); 
        height: 100vh;
	 */
        width: 100%;
	grid-template-rows: 65px;
        /* height: 100%; */
}


nav {
        background-color: black;
        color: aliceblue;
        grid-column: 1 / 2;
        height: 100vh;
        justify-align: start;
/*      font-size: .75vw; */
        font-size: calc(0.5em + 1vmin);
        padding: 4px;
        bottom: -120px;
        z-index: 1;
	visibility: visible;
}

nav a {
	color: aliceblue;
}

nav ul  li a{
        color: aliceblue;
        text-decoration: none;
}



main {
/*      background-color: #eee; */
        background-color: #cccccc;
        display: grid;
        /* grid-template-columns: repeat(auto-fill (12,1fr)); */
        grid-column: 2 / 13;
	/*
        grid-template-columns: repeat(12,1fr);
        width: 100%;
        height: 100vh;
	*/
        /* height: 100%; */


}


footer {
        background-color: #dddddd;
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-column: 1 / 13;
        width: 100%;
}

.full {
	display: grid;
	grid-column: 1/13;
	padding: 10px;
}

.hidden {
	display: none;
	visibility: hidden;
}
