/* Multiview.css Last Updated December 23, 2013 */


/*
serif font-family:
  font-family: Constantia, 'Liberation Serif', 'Nimbus Roman No9 L Regular', Georgia, 'Times New Roman', serif;

 sans-seif font-family:
  font-family: 'Lucida Grande', 'DejaVu Sans', 'itstream Vera Sans', Verdana, sans-serif;

 More narrow sans-serif:
  font-family: 'Segoe UI', 'Liberation Sans', 'Nimbus Sans L', Helvetica, Arial, serif;

monospace:
  font-family: Consolas, 'Liberation Mono', 'Nimbus Mono L', 'Andale Mono', 'Courier New', monospace;
*/

body {
  background-color: #070040;  /* Blue */
  /*background-color: #003300;*/  /* Green */
	color: #000000;
	font-weight: normal;
	font-style: normal;
  /* font-family: Geneva, Arial, Helvetica, sans-serif;  */
  font-family: 'Segoe UI', 'Liberation Sans', 'Nimbus Sans L', Helvetica, Arial, serif;
  text-align: center;
}

#masthead {
  width:100%;
  height: 110px;
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 0 20px 0;
}

#sessionTitleDisplay {
  margin-top: 3px;
  padding-top: 2px;
  font-size: large;
  font-weight: bold;
}


#currentStatus {
  margin-top: 1px;
  padding-top: 0;
  font-size: medium;
}

#homepageImageLink {
  height: 109px;
  width: 109px;
  float: left;
  display: inline;
  border: 1px solid #FFFFFF;
}

#homepageImageLink:hover {
  height: 109px;
  background-color: #000000;
  border: 1px solid #FFFFFF;
}

#homepageImageLink:active {
  height: 100px;
  background-color: #FFFFFF;
  border: 5px inset #FFFF00;
}

#homepageImageLink a {
  border: none;
}

#homepageImageLink a img:hover {
  background-color: #000000;
  content: url("../images/iBallLogo-Black-102x102.jpg");
}

#homepageImageLink a img:active {
  background-color: #FFFFFF;
  content: url("../images/iBallLogo-102x102.jpg");
}

.infoBox {
  font-family: 'Segoe UI', 'Liberation Sans', 'Nimbus Sans L', Helvetica, Arial, serif;
  display: inline-block;
  letter-spacing: 1px;
  border: 4px inset #DDDD00;
  margin: 10px auto;
  padding: 10px 20px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 1em;
  line-height: 30px;
}

.infoBox b {
  color: #FFFF00;

}

.infoBox strong {
  color: #FFFF00;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 1.3em;
}

.infoBox img {
  border-width: 0;
  vertical-align: middle;
  padding-left: 20px;
}


#checkBoxLine {
  padding-top: 3px;
  margin-right: 0;
  font-size: 0.75em;
}

#checkBoxLine input {
  margin-left: 10px;
  margin-right: 0;
}


#buttonLine {
  display:inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}

#buttonLine button {
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#mainContent{
  background-color: #FFFFFF;
  padding: 15px;
  display: inline-block;
}

.quickThumbnail {
  margin: 0 auto;
  text-align: center;
  background-color: lightgray;
  display: table;
  border: 1px solid black;
}

section {
  border: 1px solid #000000;
  margin: 20px 5px;
  padding: 20px;
  text-align: left;
  max-width: 1000px;
}

section h3 {
  text-align: center;
}


#unitDisplay {
  text-align: center;
}

#unitTable {
  background-color:#000000;
  border: 2px solid #000000;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#unitTableHeader {
  background-color: #000000;
  color: #FFFF00;
}

#unitTableHeader th {
  font-size: 1.0em;
  font-weight: normal;
}

.unitTableRow {
  background-color: #FFFFFF;
}

.unitTableRow:hover {
    background-color: #f8ffc2;
  /*  border: 2px solid #000000;  */
}

.unitTableCell {
  border: 1px solid #000000;
  background-color: inherit;
  padding: 10px;
}

.unitTableCellDisabled {
  border: 1px solid #000000;
  background-color: #555555;
  padding: 10px;
}

.unitTableFormItem {
  border: 1px solid #000000;
  color: #000000;
  background-color: inherit;
}

.unitTableFormItemDisabled {
  border: 1px solid #000000;
  color: #000000;
  background-color: #555555;
}

.unitTableCheckbox{
  background-color: #FFFFFF;
}

.formLabels{
  display: inline;
  font-weight: bold;
  padding-left: 10px;
}

#debugZone {
  display: none;
  text-align: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  color: #000000;
  background-color: #ffffff;
  font-family: "Courier New", Courier, monospace;
}

.debugCaption {
  color: #DD0000;
}

.debugTimeStamp {
  color: #00FF00;
}


#multiviewMainTable {
  background-color: #003300; /* #FF0000; */    /* #d05914; */
  color: #FFFFFF;
  border-collapse: collapse;
  width: 100%;
  border-width: 3px;
  margin: 0;
}

#mainTableHeaderRow {
  background-color: #000000;   /* #151B54; */
  text-align: center;
}

.mainTableHeaderCell {
  background-color: inherit;
  padding: 5px;
  color: #FFFF00;
}

.mainTableHeaderText {
  background-color: inherit;
  letter-spacing: 0.07em;
}

.mainTableRow {
  background-color:#FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: bold;
  border: 1px solid #888888;
  display: table-row;
}

.mainTableRow:hover {
  border: 2px solid #000000;
}


.mainTableCell {

  font-size: inherit;
}


.detailViewTable {
  background: lightgray;
  width: 720px;
  border-width: 3px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.detailViewCell {
  border: 1px solid #000000;
  font-family: 'Segoe UI', 'Liberation Sans', 'Nimbus Sans L', Helvetica, Arial, serif;
  font-size: 0.7em;
  font-weight: lighter;
  line-height: 150%;
  padding: 1px;
  margin: 0;
}


.ActiveCell {
  font-weight: normal;
  background-color: inherit;
  color: inherit;
  border: 1px solid #888888;
}

.UnitLinkCell {
  font-weight: bold;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #888888;
}

.StatusOK {
  font-weight: bold;
  color: 	#347C17;
  border: 1px solid #888888;
}

.StatusWarmup {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #EE9A4D;
  border: 1px solid #888888;
}

.StatusShutdown{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #EE9A4D;
  border: 1px solid #888888;
}

.StatusOffline{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E41B17;
  border: 1px solid #888888;
}

.StatusError {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E41B17;
  border: 1px solid #888888;
}

.StatusNetworkError {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ba3679;
  border: 1px solid #888888;
}

.GasOK {
  font-weight: bold;
  color: #347C17;
  border: 1px solid #888888;
}

.GasElevated {
  font-weight: bold;
  color: 	#000000;
  background-color: #FFFC17;
  border: 1px solid #888888;
}

.GasAlert {
  font-weight: bold;
  color: #ffffff;
  background-color: #FF0000;
  border: 1px solid #888888;
}


.uptimeAlert {
  font-weight: bold;
  color: 	#000000;
  background-color: #d7d700;
  border: 1px solid #888888;
}

.BitOffBottom {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #F87217;
  border: 1px solid #888888;
}



