:root {
	--BGColor: #1c1d1e;
	
/*--BGColor: #0;*/
	
}


body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
}

#page {
	border: none;
	background: #fff;
	border-top: 20px;
	padding: 10px;
	font-size: 10pt;
	min-width: 1024px;
}

.TopHeaderClass{
	width:100%;
/*	text-align:center;*/
}


a.devicelink{
	color: green;
	text-decoration: none;
}

h1.center {
	text-align:center;
}

p.date {text-align:right;}

p.companyname{
	text-align:left;
	background: #fff;
	border-top: 2px;
	padding: 1px;
	font-size: 18pt;
/*	color:#C5C5FF;*/
	color: var(--BGColor);
}

#titlebar {

	background: var(--BGColor);
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;
}

#titlebar.left {
	color: #f0f;
	float: left;
	white-space: nowrap;
/*	text-align: left;*/
}

#titlebar.right {
	color: #f0f;
	float: right;
	white-space: nowrap;
/*	text-align: right;*/
}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}


#cont1{
	width:100%;
	display:inline;
	}
	
#cont1.left{
	float:right;
	display:inline;
}
#cont1.right{
	float:right;
	display:inline;
}

.column {
    float: left;
    padding: 0px;
	padding-right: 20px;
}


.left {
  width: 140px;
  height: 100%
}

.right {
	padding-left: 20px;
	
/*	width: 1024;*/
}

.varright {
/*    float: right;*/
/*	width: 140px;*/
    padding: 0px;
}



#menu {
/*	float: left;*/
/*	width: 10px;*/
	width: 150px;
	padding-right: 2px;
	font-weight: bold;
/*	background: #e6ecff; */
	background: var(--BGColor);
}

#menu a {
/*	width: 140px;*/
	display: block;
	background: var(--BGColor);
	color: white;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	text-decoration: none;
}

#menu a:hover {
	color: grey;
}

#menu form{
	width: 140px;
	display: block;
	background: var(--BGColor);
	color: white;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0;
}
#menu form:hover {
	color: black;
}

#menu input{
	width: 156px;
	display: block;
	background: var(--BGColor);
	color: white;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	cursor: pointer;
	
	border: 0;
	outline: none;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
}
#menu input:hover {
	color: black;
}

#menu button{
	cursor: pointer;
	width: 156px;
	display: block;
	background: var(--BGColor);
	color: white;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	text-align:left;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	box-shadow: none;
}

#menu button:hover{
	color: black;
}

#menu p{
	width: 140px;
	display: block;
	background: var(--BGColor);
	color: black;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	
	outline: none;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	border: 1px;
}

#content {
/*	width: 1024px;*/
	width: max-width;
/*	float: right;*/
	padding-right: 10px;
}

#content a:hover {
	color: #d33;
	text-decoration: underline;
}

#content h1 {
	margin-top: 0px;
}


#DeviceArea{

	height: auto;
	padding-right: 0px;
	float: left;
	touch-action: none;
/*	border-width:1px;
	border-top-style:solid;
	border-color:#C5C5FF;
	margin-top:2px;
	z-index:-1; */
	
	width: max-width;
/*	border-bottom-style:solid;
	border-left-style:solid;
*/
	
/*	padding-right: 2px;
	font-weight: bold;*/
/*	overflow: hidden;*/
}

#DeviceArea button{
/*	width: 100px;*/
	display: block;
	border-radius: 4px;
	background: var(--BGColor);
	color: white;
	padding: 2px;
	font-weight: bold;
	border: 1px solid grey;
	text-decoration: none;
	cursor: pointer;
}

#DeviceArea button:hover{
	color: black;
}
#DeviceArea input{

	text-decoration: none;
	border: none;
}


#DeviceInfo
{
	position:relative;
	top:10px;
	left:20px;
/*	width: 400px;*/
	height: 50px;
	padding: 0px;
/*	border-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#C5C5FF;
*/
}

#DeviceInfo ul
{
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}


#DeviceInfo table {
    border-collapse: collapse;
    width: 100%;
}

#DeviceInfo th, td {
    text-align: left;
    padding: 8px;
}


#DeviceInfo tr:nth-child(even){
	background-color: #f2f2f2}
	
#DeviceInfo tr:hover{
	cursor: pointer;

}


.SliderHorDiv{
	width: 140px;
	height: 60px;
	text-align: center;
}

#SliderHorDiv input[type="range"] {
/*   transform: rotate(270deg);*/
}


.spacer {
	clear: both;
}

#footer {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 10px 50px 0 50px;
	padding-top: 10px;
	border-top: 1px solid #666;
	position:absolute;
	bottom:5px;

}

#status {
	width: 175px;
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #666;
	font-weight: bold;
}

#status p {
	padding: 5px 0 5px 10px;
	text-indent: -10px;
	margin: 0;
}

#status .leds {
	font-size: 14pt;
}

#status .leds a {
	color: #ddd;
	cursor: pointer;
}

#status .leds a:hover {
	color: #ddd;
	text-decoration: none;
}

.examplebox {
	margin:10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
	text-align:center;
	background:#ddd;
}

.code {
	font-family: Courier New, Courier, fixed-width, fixed;
}

.exercise {
	background: #fe9;
	padding: 5px;
	margin-left: 10px;
	border-left: 2px solid #eb3;
}

.error {
	margin-left: 10px;
	padding: 10px;
	background: #fdd;
	border-left: 2px solid #900;
}

#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}

.examplebox td {
	text-align:left;
	padding-right: 15px;
}

fieldset {
	margin:10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
	background:#ddd;
}

fieldset div {
	padding: 2px 0px 2px 150px;
}

fieldset div label {
	margin-left: -140px;
	padding-top: 2px;
	width: 135px;
	font-weight: bold;
	position: absolute;
}

fieldset input {
	width: 250px;
}

fieldset input.sm {
	width: auto;
}

fieldset textarea {
	width: 250px;
}

.result
{
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	background: #eee;
}

	.ok {
		border-color: #6b6;
		background: #efe;
	}
	
	.fail {
		border-color: #b66;
		background: #fee;
	}
	
	.unk {
		border-color: #cc6;
		background: #ffd;
	}

#GraphicArea{
	float: left;
	width: 600px;
	padding-right: 20px;
	font-weight: bold;
}

#tabs 
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#tabs li
{
	float: left;
}

#tabs a
{
	display: block;
	float: left;
	padding: 8px;
/*	margin-right: 2px;*/
	margin: 1px;
	background: var(--BGColor);
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#tabs a:hover
{
	color: grey;
	text-decoration: none;
	cursor:pointer;
}
#DeviceTreeArea a:hover{
	color: black;
	text-decoration: none;
	cursor:pointer;
}
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;
}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}



/*
#SignalArea table {
    border-collapse: collapse;
    width: 100%;
}

#SignalArea th, td {
    text-align: center;
    padding: 8px;
}

#SignalArea td:hover {
	background-color: green;
	cursor: pointer;
}


#SignalArea tr:nth-child(even){
	background-color: #f2f2f2}

/*-------------------------------*/


.SignalTable {
    border-collapse: collapse;
    width: 100%;
}

.SignalTable th{
	border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 4px;
}

.SignalTable td {
    text-align: center;
    padding: 4px;
}


/*-------------------------------*/

.ActionTable {
    border-collapse: collapse;
}
.ActionTable th{
    text-align: left;
    padding: 4px;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: 0px;
}

.ActionTable td {
    text-align: left;
    padding: 4px;
	border-bottom: 1px solid #ddd;
}

#progress {
 width: 100px;   
 border: 1px solid gray;
 position: relative;
 padding: 0px;
}

#percent {
 position: absolute;   
 left: 20%;
}
div.BarClass {
 height: 10px;
 background: var(--BGColor);
 width: 80%;
}

.container{
  padding: 10px;
  margin: 10px;
  position: absolute;
  overflow-y: scroll;
	border-spacing: 0;
	border: 1px solid;

  height: 500px;
  width:600px;
/*  display: inline-flex;*/
}


.table-scroll{
	width:100%;
/*	display: block;*/
	height: 500px;

/*  empty-cells: show;*/
/*    overflow-y: auto;
	overflow-x:auto;*/
  /* Decoration */
}

.table-scroll tbody{
  
/*  display: block;
  position:relative;*/
 width:100%;
 height: 400px;
 overflow-y: scroll;

/*  overflow-x:scroll;*/
  /* Decoration */
  border-top: 1px solid rgba(0,0,0,0.2);
}


.table-scroll thead{
  background-color: #f1f1f1;
  width:100%;
  /*display: block;*/
  overflow-y: scroll;
}

.table-scroll thead th{
	  background-color: #f1f1f1;
 position: -webkit-sticky;
 position: sticky;
 top: 0;
 z-index: 2;
 text-align: left;
}

.table-scroll tbody tr:nth-child(2n){
  background-color: rgba(130,130,170,0.1);
}

.body-half-screen{
  max-height: 30vh;
}
/*------------------------------------------*/



.table-scroll_2{
	width:100%;
/*	display: block;*/
	height: 500px;

/*  empty-cells: show;*/
/*    overflow-y: auto;
	overflow-x:auto;*/
  /* Decoration */
}

.table-scroll_2 tbody{
  
/*  display: block;
  position:relative;*/
 width:100%;
 height: 400px;
 overflow-y: scroll;

/*  overflow-x:scroll;*/
  /* Decoration */
  border-top: 1px solid rgba(0,0,0,0.2);
}


.table-scroll_2 thead{
  background-color: #f1f1f1;
  width:100%;
  /*display: block;*/
  overflow-y: scroll;
}

.table-scroll_2 thead th{
	  background-color: #f1f1f1;
 position: -webkit-sticky;
 position: sticky;
 top: 0;
 z-index: 2;
 text-align: left;
}
/*-------------------------------*/
.Logcontainer{
 padding: 1px;
 margin: auto;
 position: static;
 border-spacing: 0;
 height: 400px;
}

.tableFixHeader{
 width: auto;
 border-collapse: collapse;
 height: 60vh;
 overflow-y: auto;
}

.tableFixHeader thead th{
 position: sticky;
 top: 0;
}

.tableFixHeader td, th{

 padding: 5px;
 text-align: left;
}

.tableFixHeader th{
	background: #eee;
}

.tableFixHeader tr{
 display: table-row;
}

.tableFixHeader tbody tr:nth-child(2n){
  background-color: rgba(130,130,170,0.1);
}


.tableFixHeader2{
 width: auto;
 border-collapse: collapse;
 height: 60vh;
 overflow-y: auto;
 cursor: default;
}

.tableFixHeader2 thead{
 position: sticky;
 top: 0;
}

.tableFixHeader2 td, th{

 padding: 5px;
 text-align: left;
}

.tableFixHeader2 th{
	background: #eee;
}

.tableFixHeader2 tr{
 display: table-row;
}

.tableFixHeader2 tbody tr:nth-child(2n){
  background-color: rgba(130,230,170,0.1);
}

/**/
.tableFixHeadervh20{
 width: auto;
 border-collapse: collapse;
 height: 10vh;
 overflow-y: auto;
 cursor: default;
}

.tableFixHeadervh20 thead{
 position: sticky;
 top: 0;
}

.tableFixHeadervh20 td, th{

 padding: 5px;
 text-align: left;
}

.tableFixHeadervh20 th{
	background: #eee;
}

.tableFixHeadervh20 tr{
 display: table-row;
}

.tableFixHeadervh20 tbody tr:nth-child(2n){
  background-color: rgba(130,230,170,0.1);
}
/**/

.RemoteTable {
    border-collapse: collapse;
    width: 100%;
}

.RemoteTable th{
	border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 4px;
}

.RemoteTable td {
    text-align: left;
    padding: 4px;
	border-bottom: 1px solid #ddd;
}

.RemoteTable tr:hover {

}

.Highlight:hover{
	cursor: pointer;
	background-color: lightgrey;
}

.SmallBut {
	width: 100px;
	display: block;
	border-radius: 4px;
	background: var(--BGColor);
	
	color: white;
	padding: 2px;
	font-weight: bold;
	border: 1px solid grey;
	text-decoration: none;
	cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.show {display: block;}


.slider {
  -webkit-appearance: none;
  width: 100px;
  height: 5px;
  background: lightgrey;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: black;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.green {
    background-image: -webkit-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
}

.black {
    background-image: -webkit-linear-gradient(top, black 0%, black 50%, black 100%);
}

.black {
    background-image: -webkit-linear-gradient(top, black 0%, black 50%, black 100%);
}
.red {
    background-image: -webkit-linear-gradient(top, #fb1304 0%, #e35843 50%, #edad99 100%);
}
.led {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    box-shadow: 0px 0px 3px black;
    margin: 1px;
    zoom: 1;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  .checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 10px;
    margin: 0;
    position: relative;
    width: 25px;
  }

  .checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 10px;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: black;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
  }
  /* --------------------------------------------------------------*/
  
    .checkbox-slide .cbslide {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 10px;
    margin: 0;
    position: relative;
    width: 25px;
  }

  .checkbox-slide .cbslide::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-slide .cbslide,
  .checkbox-slide .cbslide::after {
    transition: all 100ms ease-out;
  }

  .checkbox-slide .cbslide::after {
/*    background-color: #fff;*/
    background-color: black;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 10px;
  }

  .checkbox-slide input[type=checkbox] {
    cursor: default;
  }

  .checkbox-slide .cbslide:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-slide .cbslide:checked {
    background-color: #dfe1e4;
  }

  .checkbox-slide .cbslide:checked::after {
    background-color: black;
    left: 13px;
  }

  .checkbox-slide :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-slide .cbslide:checked:hover {
    background-color: #c9cbcd;
  }
  
  
  
/* Banner Styling */
.session-banner {
/*    background-color: #ffcc00;*/
	background-color: #f7d341;
	
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
	bottom: 0;
/*    top: 0;*/
    left: 0;
    right: 0;
    z-index: 1000;
}