.NavRightIcon {
  margin-left: 5px;
}
.NavLeftIcon {
  margin-right: 3px;
}
.NavParent {
  padding-left: 20px;
}
.AnsweredPages {
  padding-left: 20px;
}
.NavRoot {
  padding-left: 5px;
}
#NavigatorNeotaBasic {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  border-radius: 5px;
  background-color: transparent;
  background-image: none;
}
#NavigatorNeotaBasic .NavIssue.Level1[data-state="Ready"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level1[data-state="Active"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level1[data-state="Visited"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level1[data-state="Completed"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level1[data-state="Not Relevant"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level2[data-state="Ready"] {
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level2[data-state="Active"] {
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level2[data-state="Visited"] {
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level2[data-state="Completed"] {
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .NavIssue.Level2[data-state="Not Relevant"] {
  cursor: pointer;
  list-style: none;
}
#NavigatorNeotaBasic .answeredPage[data-state="Visited"] {
  font-family: Arial;
  color: #303030;
  font-weight: 400;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: none;
}
#NavigatorNeotaBasic .answeredPage[data-state="Active"] {
  font-family: Arial;
  color: #303030;
  font-weight: bold;
  font-size: 11pt;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: #d8d8d8;
  background-image: none;
}
