/* Help pages */

.help-text-block {
  width: 84%;
  margin-left: 15%; 
  padding-bottom: 30px;
}

.help-sidenav {
  width: 120px;
  position: fixed;
  z-index: 1;
  top: 110px;
  background-color: #053e00;
  overflow-x: hidden;
  padding-top: 15px;
  margin-left: -22px;
  margin-top: -4px;
  float: left;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  margin-top: 60px;
  padding-bottom: 15px;
  border-radius: 6px;
}

.help-sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 10pt;
  color: white !important;
  display: block;
}

.help-sidenav-active {
  background-color: green;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 10pt;
  color: lightcyan;
  display: block;
  cursor: pointer;
  }

.help-footer {
  margin-top:-6px !important;
}  

.help-sidenav a:hover {
  color: #f1f1f1;
}

.help-symbol {
  padding-top: 9px;  
}

.help-ul {
  list-style-position: outside;
  list-style-type: disc;
  max-width: 80%;
}

.table-help {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 80%;
  margin-left: 25px;
}

.table-help tbody {
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.table-help tr {
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-help td:nth-child(1) {
  width: 60px;
}

.table-help td:nth-child(2) {
  min-width: 400px;
}

