html, body {
  height: 100%;
  margin: 0;
}
body {
	font-size: 12px; 
	font-family: arial;
    background-color: #fdfdfd;
    color: #333;
}
h3 {
	margin:	8px 0 6px 0;
	font-size: 14pt; 
}
h4 {
	margin:	10px 0 4px 0;
	font-size: 12pt; 
}
.dark {
    background-color: black;
    color: #fff;
}

.map {
	width: 100%;
	height:100%;
}

.pnl {
	margin-top: 4px;
}
.timer {
	float: right;
	font-size: 0.8em;
}
.app {
  height: 100%;
  display: grid;
  grid-template-rows: 51px 1fr;
  grid-template-columns: 340px 1fr;
}
aside {
  margin: 5px;
}
.box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.box .row {
  border: none;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
  border: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #ddd;
  border-width: 1px;
  font-size: 12px;
}

.box .row.content {
  flex: 1 1 auto;
  height: 300px;
  overflow-y: scroll;
}

.box .row.footer {
  flex: 0 1 40px;
  border: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #ddd;
  border-width: 1px;
  font-size: 12px;
}
header {
  grid-column: 1/-1;
  background-color: #20c020;
  padding: 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #B0B0B0;
}
.title {
	font-size: 24px;
	font-weight: bold;
	margin: 8px;
	float: left;
}
.usr {
	float: right;
	font-size: 11px;
	color: #fff;
	margin-right: 10px;
	text-align: right;
}
.mypos {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 20px;
	width: 100px;
	font-size: 11px;
	color: #fff;
	margin-top: 10px;
}
main {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #d0d0d0;
	padding: 4px;
}
.rovercount {
	position: absolute; 
	right: 10px; 
	z-index: 100; 
	color: black; 
	margin-top: 2px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.propname1 {
	font-size: 9pt;
	width: 150px;
}
.propval1 {
	font-size: 9pt;
	font-weight: bold;
}
.propname2 {
	font-size: 9pt;
	width: 100px;
}
.propval2 {
	font-size: 9pt;
	font-weight: bold;
	width: 180px;
}
.asidepanel {
}
.panel-hidden {
	display: none;
}
.hidden {
	display: none;
}
.mainpanel {
}
table.mon {
	border-collapse: separate;
	padding: 1px;
	width: 540px;
	margin: 0;
}
tr.mon {
}
td.mon {
	vertical-align: middle;
}
td.monheader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	color: #222222;
}
td.monvalue {
	font-weight: bold;
	text-align: right;
	padding: 1px 4px;
}
td.monvaluebox {
	font-weight: bold;
	text-align: right;
	border: solid 1px black;
	padding: 1px 4px;
	background-color: #90EE90;
}
table.st {
	border-collapse: collapse;
	border-color: #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	width: 600px;
	border-width:1px;
	padding: 4;
	border-spacing: 0px;
	border-style: solid;
}
tr.st:nth-child(even) {background: #EEE}
tr.st:nth-child(odd) {background: #FFF}	
th.st {
	color: white;
	display: table-cell;
	font-weight: bold;
	text-align: left;
	background-color: #006699;
	padding:3px;
}
td.st {
	color: #000;
	display: table-cell;
	padding:3px;
}
td.stc {
	text-align: center;
}
td.str {
	text-align: right;
}
li { 
  list-style: none; 
  position: relative;
  padding: 3px 0 0 22px;
  font-size: 10pt;
}

td.lnk:hover {
	color: red;
	cursor: pointer;
}
ul {
	padding-inline-start: 10px;
}
li:hover {
	color: red;
	cursor: pointer;
}

ul li.flt:before {
  background: transparent url("../images/roverfloat.png") scroll 0 0 no-repeat;
  content:"";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul li.fix:before {
  background: transparent url("../images/roverfixed.png") scroll 0 0 no-repeat;
  content:"";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul li.nop:before {
  background: transparent url("../images/rovernopos.png") scroll 0 0 no-repeat;
  content:"";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul li.pos:before {
	background: transparent url("../images/roverpos.png") scroll 0 0 no-repeat;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 5px;
}

ul li.oth:before {
  background: transparent url("../images/roverother.png") scroll 0 0 no-repeat;
  content:"";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul li.emp:before {
  background: transparent url("../images/empty.png") scroll 0 0 no-repeat;
  content:"";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul li:before { background-position: 0px 0px; }

td.stationgreen {
	background: #90ee90;
}
td.stationnodata {
	background: #ffc0cb;
}
td.stationnotused {
	background: #87ceeb;
}
td.stationoff {
	background: #fffacd;
}
.hint {
	font-size: 8pt;
	color: #888;
}

#satplot {
	border: 1px solid #c0c0c0
}
#satplot2 {
	border: 1px solid #c0c0c0
}
#ionoirreg_chart {
	border: 1px solid #c0c0c0
}
#tropo_chart {
	border: 1px solid #c0c0c0
}
