button {
  cursor:inherit;
}

iframe {
  border:none;
}

input {
  cursor:inherit;
}

textarea {
  resize:none;
  cursor:inherit;
}

select {
  font-size:15px;
  cursor:inherit;
}

label {
  cursor:inherit;
}

#io_settings table td {
  padding:1px;
}

#io_settings select {
  font-size:20px;
  width:90%;
  margin:0px;
  background:white;
  vertical-align:middle;
  border:1px solid #CCC;
}

/* popup */

#blanket {
   background-color:#111;
   opacity: 0.65;
   /*background:none;	*/
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

.popUpDiv {
	position:fixed;
	width:85%;
	border:5px solid #000;
	z-index: 9002;
  pointer-events:auto;
}

#dn_table button {
  width:80px;
}

#graphbuttons button {
  height:42px;
}

/***** tabbed divs ******/
.tabs ul {
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  list-style-type: none;
}

.tabs ul li {
  display: inline-block;
  clear: none;
  float: left;
  height: 42px;
}

.tabs ul li a {
  position:relative;
  margin-top:0px;
  display:block;
  margin-left:6px;
  line-height:42px;
  padding-left:10px;
  padding-right:10px;
  background:#f6f6f6;
  z-index:9000;
  border:1px solid #ccc;
  border-bottom:0px;
  -moz-border-radius-topleft:4px;
  border-top-left-radius:4px;
  -moz-border-radius-topright:4px;
  border-top-right-radius:4px;
  width:64px;
  color:#000000;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
}

.tabs ul li a:hover {
  text-decoration: underline;
}

.graph_content {
  padding-top: 10px;
  clear:both;
  overflow:hidden;
  line-height:19px;
  border: 1px solid #ccc;
}

.tabs #Content_Area, #dn_content{
  /*padding-top: 10px;*/
  clear:both;
  overflow:hidden;
  line-height:19px;
  border: 1px solid #ccc;
}

/************************/

/***** nav icons ******/
@media print {
  .nav {
    display:none;
  }
  .navright {
    display:none;
  }
}

.debugbox {
  position:fixed;
  top:0;
  padding-left:0px;
  margin-top:0px;
  z-index:9999;
/*  width:100px;
  height:50px;*/
  background:white;
  border:1px solid black;
}

.nav ul {
  list-style:none;
/*  overflow:hidden; */
  position:fixed;
  top:0;
  padding-left:0px;
  margin-top:0px;
  /*margin:0 0 0 0;*/
  z-index:0;
}

.nav ul li {
/*  float:left;*/
  margin:0 0 0 0;
}

.nav ul li span {
  display: block;
  width: 60px;
  height: 60px;
	background-image: url(icons.png);
  background-repeat: no-repeat;
}

.nav ul li:nth-child(1) span { /* Home */
  background-color: #43a621;
  background-position: 10px -340px;
}
.nav ul li:nth-child(2) span { /* log in */
  background-color: #53b631;
  background-position: 10px -540px;
}
.nav ul li:nth-child(3) span { /* Time */
  background-color: #43a621;
  background-position: 10px -40px;
}
.nav ul li:nth-child(4) span { /* airflow */
  background-color: #53b631;
  background-position: 10px -190px;
}
.nav ul li:nth-child(5) span { /* sensitivity */
  background-color: #43a621;
  background-position: 10px -490px;
}
.nav ul li:nth-child(6) span { /* day / night */
  background-color: #53b631;
  background-position: 10px -590px;
}
.nav ul li:nth-child(7) span { /* IO */
  background-color: #43a621;
  background-position: 10px -640px;
}
.nav ul li:nth-child(8) span { /* text */
  background-color: #53b631;
  background-position: 10px -290px;
}

.navright ul {
  list-style:none;
/*  overflow:hidden; */
  position:fixed;
  top:0;
  padding-left:0px;
  margin-top:0px;
  /*margin:0 0 0 0;*/
  z-index:0;
}

.navright ul li {
  float:left;
  margin:0 0 0 0;
}

.navright ul li span {
  display: block;
  width: 60px;
  height: 60px;
	background-image: url(icons.png);
  background-repeat: no-repeat;
}

.navright ul li:nth-child(1) span { /* up */
  background-color: #43a621;
  background-position: 10px -390px;
}
.navright ul li:nth-child(2) span { /* info */
  background-color: #53b631;
  background-position: 10px -240px;
}
.navright ul li:nth-child(3) span { /* access codes */
  background-color: #43a621;
  background-position: 10px -90px;
}
.navright ul li:nth-child(4) span { /* Network */
  background-color: #53b631;
  background-position: 10px 10px;
}
.navright ul li:nth-child(5) span { /* graph */
  background-color: #43a621;
  background-position: 10px -140px;
}
.navright ul li:nth-child(6) span { /* video */
  background-color: #53b631;
  background-position: 10px -690px;
}
.navright ul li:nth-child(7) span { /* map */
  background-color: #43a621;
  background-position: 10px -740px;
}
.navright ul li:nth-child(8) span { /* down */
  background-color: #53b631;
  background-position: 10px -440px;
}


/*nav ul li a span {
  display:none;
}*/
/*************************/

input[type=checkbox] {
 /* Double-sized Checkboxes */
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
 margin:0 10px 0 10px;
}

//input[type=radio] {
// /* Double-sized Checkboxes */
// -ms-transform: scale(2); /* IE */
// -moz-transform: scale(2); /* FF */
// -webkit-transform: scale(2); /* Safari and Chrome */
// -o-transform: scale(2); /* Opera */
// margin:0 10px 0 10px;
//}

.keypadButtons{
  width:23%;
  height:50px;
  font-size:24px;
}

.pipeButtons{
  width:100%;
  height:50px;
  font-size:24px;
}

.videoButtons {
  height:50px;
  width:16%;
}

.pButs {
  height:50px;
  width:100%;
}

body{
  height:480px;
  font-size:12px;
  font-family:Noto Sans;
  color:#000000;
  background-color:#F6F4F0;
  margin:0px;
}

h1 {
  text-align:center;
  /*font-family:courier, Times, serif;*/
}

#top {
  margin-left:60px;
  margin-right:60px;
  /*pointer-events:none;*/
}

#topnav {
  color:white;
  height:40px;
  line-height:40px;
  background-color:#43a621;
  vertical-align:middle;
}

#page {
  height:480px;
  background-color:#fffffe;
  cursor:inherit;
}

/** Keyboard **/
/*#keyboard {
	border: 1px solid #ccc;
  background: black;
  width: 90%;
	padding: 10px;
	cursor: move;
}
  */

#spacebar input {
	width: 50%;
	margin: 0 auto;
}

#shift, #shifton {
	width: 70px;
	text-align: left;
}

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#row0 input, #row0_shift input{
  width:6%;
  height:40px;
  font-size:24px;
}

#row1 input, #row1_shift input{
  width:6%;
  height:40px;
  font-size:24px;
}

#row2 input, #row2_shift input{
  width:6%;
  height:40px;
  font-size:24px;
}

#row3 input, #row3_shift input{
  width:6%;
  height:40px;
  font-size:24px;
}

#shifton {
	border-left: 3px solid #000;
	border-top: 3px solid #000;
}
/************************/

#date_table {
  width: 100%;
  height:100%;
}

#date_table th {
  font-weight:bold;
  font-size:12px;
  /*font:bold 12px Arial, Helvetica, Sans-Serif;*/
}

#date_table td {
  /*width:5%;*/
  height:12%;
  border:1px solid black;
}

#date_table button {
  height:40px;
  width:100%;
}

#clockWidjit {
  display:inline-table;
  border-collapse:collapse;
  border:none;
}

#clockWidjit td {
  border:none;
/*  border-left:1px solid;*/
  padding:0;
}

#clockWidjit input {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  border:none;
  text-align:center;
}

#clockWidjit button {
  width:100%;
  margin:0;
  padding:0;
  border:none;
  text-align:center;
  /*font:3em Arial;*/
  font-size:3em;
}

#airflowWidjit {
  display:inline-table;
  border-collapse:collapse;
  border:none;
}

#airflowWidjit td {
  border:none;
  padding:0px;
  line-height:normal;
}

#airflowWidjit input {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  border:none;
  text-align:center;
}

#airflowWidjit button {
  width:100%;
  margin:0;
  padding:0;
  border:none;
  text-align:center;
  /*font:3em Arial;*/
  font-size:3em;
}

button:focus {
  outline:0;
}

.myTable {
  margin-left:auto;
  margin-right:auto;
  background-color:#F0F0FF;
  border-collapse:collapse;
  /*font-family:Georgia, Garamond, Serif;*/
  color:black;
  width:100%;
  /*border: 1px solid black;*/
  border:none;
}

.myTable th {
  background-color:#43a621;
  font-size:18px;
  font-weight:bold;
  /*font:bold 18px/1.1em Arial, Helvetica, Sans-Serif;*/
  /*text-shadow: 1px 1px 4px black;*/
  /*letter-spacing:0.3em;*/
  color:white;
  height:25px;
}

.myTable td, .myTable th {
  padding:2px;
  border:1px solid #43a621;
}
/*
.myTable td {
  line-height:2.5em;
}
*/
.myTable td.wbg {
  background-color:#ffffdd;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
