body {
	margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
}

.header {
	background: #fff;
	width: 100%;
	min-height: 64px;
	position:fixed;
	top:0;
	z-index: 2;
	height: 64px;
	border-bottom: 2px solid gray;
}

.container {
	position: absolute;
	top: 65px;
	z-index: 1;
}

.tableContainer {
	margin-bottom: 1300px;
}

.rTable {
   border-collapse: collapse;
}
.rTableRow {
   
}

.rTableCell, .rTableHead, .rDomainHead {
   padding: 2px 5px;
   border: 1px solid #999999;
   text-align: left;
   vertical-align: top;
   min-width: 130px;
   max-width: 230px;
   font-size: 1em;
}

th.variableName1, th.variableName2, th.variableName3 {
	min-width: 130px;
	width: 130px;
}

.rTableHead .systemLabel {
	font-weight: 600;
}

.rTableHead.systemHidden, .rTableCell.systemHidden {
	min-width: 70px;
	width: 70px;
	max-width: 70px;
}

.rTableHead.systemHidden2, .rTableCell.systemHidden2 {
	min-width: 5px;
	width: 5px;
	max-width: 5px;
}

.rTableHead .systemLabel, .rTableHead .systemName {
	display: inline;
	color: inherit;
}

.rTableHead .systemName {
	white-space: nowrap;
}

.rTableHead.systemHidden .systemName {
	color: gray;
}

.rTableHead.systemHidden2 .systemName {
	display: none;
}

.rTableHead.systemHidden .systemLabel {
	display: none;
}

.rTableHead .systemColumnControl, .rTableHead.systemVisible .systemColumnControl {
	display: none;
}

.rTableHead.systemHidden .systemColumnControl {
	display: inherit;
}

.systemColumnControl a {
	display: inline;
	text-decoration: none;
	color: black;
}

.systemColumnControl a:visited {
	color: black;
}

.rTableHeading, .rDomainHeading {
   background-color: #ddd;
   font-weight: bold;
}

.rTableFoot {
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
}

.rTable {
   position: static;
}


.tableHeading th {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ddd;
  position: sticky;
  top: 65px;
  min-height: 30px;
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  margin: 0;
}


.domainHeading th {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  position: sticky;
  top: 90px;
  border-top: 2px solid #c0c0c0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  min-height: 45px;
  margin: 0;
}

.domainHeading.domainVisible span.domainName:before {
  content: '\2212';
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.domainHeading.domainHidden span.domainName:before {
  content: '\002B';
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

td.variableName {
	max-width: 200px;
	width: 200px;
	font-weight: bold;
}



ul.systemsList {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	line-height: 2em;
}

li.systemListName {
	display: inline;
	padding: 2px;
	margin: 2px;
	white-space: nowrap; 
}

.systemListName.systemVisible {
	border: 1px solid black;
	color: black;
	font-weight: bold;	
}

.systemListName.systemHidden {
	border: 1px solid gray;
	color: gray;
	font-weight: normal;
}


tr.variableValues.variableHidden td {
	color: gray;
	font-weight: normal;
	height: 1em;
}

tr.variableValues.variableHidden td.variableName {
	overflow: hidden;
	white-space: nowrap;
	display:  table-cell;
}

tr.variableValues.variableVisible td.variableName {
	overflow:  inherit;
	white-space: normal;
}

tr.variableValues.variableVisible td {
	color: black;
	height: auto;
	display: table-cell;
}

td .variableSystemValue {
	color: black;
	display: inherit;
}

tr.variableHidden td .variableSystemValue, td.systemHidden .variableSystemValue {
	display: none;
}

/*
tr.variableValues.variableVisible td.variableOptionsHidden, tr.variableValues.variableHidden td.variableOptionsHidden {
	height: auto;
	width:  20px;
}

.rTableHead.variableOptionsHidden, .rTableCell.variableOptionsHidden {
	color: gray;
	min-width: 20px;
	width: 20px;
	max-width: 20px;
	font-size: .5em;
}

.rTableCell.variableOptionsVisible .variableOptionsValue {
	display: inherit;
	color: inherit;
}

.rTableCell.variableOptionsHidden .variableOptionsValue {
	display: none;
}
*/
/* Tooltip text */
.variableName .variableTooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: #d0d0d0;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 100;
}

/* Show the tooltip text when you mouse over the tooltip container */
.variableName:hover .variableTooltiptext {
  visibility: visible;
}

.optionalFormatContainer {
	margin: 8px;
}

p.optionalFormat {
	display: inline;
	font-weight: 600;
}

p.optionalFormat a {
	font-weight: 400;
}

th.variableOptions, td.variableOptions {
	display: none;
}