.sm-diagram {
  border-top: 1px solid #ABCFC8;
  border-bottom: 1px solid #ABCFC8;
  background: #fff;
}
.sm-diagram a, .sm-diagram a:hover, .sm-diagram a:focus, .sm-diagram a:active {
  padding: 2px 2px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 29px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  text-decoration: none;
}
.sm-diagram a.current {
  font-weight: bold;
}
.sm-diagram a.disabled {
  color: #cccccc;
}
.sm-diagram a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: auto;
  right: 2px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  font: bold 7px/17x monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(141, 184, 99, 0.2);
  border-radius: 2px;
}
.sm-diagram a .sub-arrow::before {
  content: '+';
}
.sm-diagram a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-diagram li {
  border-top: 1px solid rgba(141, 184, 99, 0.2);
}
.sm-diagram > li:first-child {
  border-top: 0;
}
.sm-diagram ul {
  background: rgba(141, 184, 99, 0.2);
}
.sm-diagram ul a, .sm-diagram ul a:hover, .sm-diagram ul a:focus, .sm-diagram ul a:active {
  font-size: 11px;
  border-left: 4px solid transparent;
}
.sm-diagram ul ul a,
.sm-diagram ul ul a:hover,
.sm-diagram ul ul a:focus,
.sm-diagram ul ul a:active {
  border-left: 8px solid transparent;
}
.sm-diagram ul ul ul a,
.sm-diagram ul ul ul a:hover,
.sm-diagram ul ul ul a:focus,
.sm-diagram ul ul ul a:active {
  border-left: 12px solid transparent;
}
.sm-diagram ul ul ul ul a,
.sm-diagram ul ul ul ul a:hover,
.sm-diagram ul ul ul ul a:focus,
.sm-diagram ul ul ul ul a:active {
  border-left: 12px solid transparent;
}
.sm-diagram ul ul ul ul ul a,
.sm-diagram ul ul ul ul ul a:hover,
.sm-diagram ul ul ul ul ul a:focus,
.sm-diagram ul ul ul ul ul a:active {
  border-left: 20px solid transparent;
}

@media (min-width: 100px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-diagram ul {
    position: absolute;
    width: 6em;
  }

  .sm-diagram li {
    float: left;
  }

  .sm-diagram.sm-rtl li {
    float: right;
  }

  .sm-diagram ul li, .sm-diagram.sm-rtl ul li, .sm-diagram.sm-vertical li {
    float: none;
  }

  .sm-diagram a {
    white-space: nowrap;
  }

  .sm-diagram ul a, .sm-diagram.sm-vertical a {
    white-space: normal;
  }

  .sm-diagram .sm-nowrap > li > a, .sm-diagram .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-diagram {
    border-top: 0;
    border-bottom: 0;
    background: transparent;
  }
  .sm-diagram a, .sm-diagram a:hover, .sm-diagram a:focus, .sm-diagram a:active, .sm-diagram a.highlighted {
    padding: 5px 2px;
    color: #333;
    border-radius: 2px 2px 0 0;
  }
  .sm-diagram a:hover, .sm-diagram a:focus, .sm-diagram a:active {
    color: #fff;
  }
  .sm-diagram a.highlighted {
    background: #F6FFED;
    color: #333;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .sm-diagram a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-diagram a.has-submenu {
    padding-right: 10px;
  }
  .sm-diagram a .sub-arrow {
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-color: #0000ff transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-diagram a:hover .sub-arrow, .sm-diagram a:focus .sub-arrow, .sm-diagram a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-diagram a.highlighted .sub-arrow {
    border-color: #ABCFC8 transparent transparent transparent;
  }
  .sm-diagram a.disabled .sub-arrow {
    border-color: #ABCFC8 transparent transparent transparent;
  }
  .sm-diagram a .sub-arrow::before {
    display: none;
  }
  .sm-diagram li {
    border-top: 0;
  }
  .sm-diagram ul {
    border: 1px solid #ABCFC8;
    border: 0;
    padding: 4px 0;
    background: #F6FFED;
    border-radius: 0 2px 2px 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .sm-diagram ul ul {
    border-radius: 2px;
  }
  .sm-diagram ul a, .sm-diagram ul a:hover, .sm-diagram ul a:focus, .sm-diagram ul a:active, .sm-diagram ul a.highlighted {
    border: 0 !important;
    padding: 5px 10px;
    color: #333;
    border-radius: 0;
  }
  .sm-diagram ul a:hover, .sm-diagram ul a:focus, .sm-diagram ul a:active, .sm-diagram ul a.highlighted {
    background: #ABCFC8;
    color: #fff;
    box-shadow: none;
  }
  .sm-diagram ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-diagram ul a.has-submenu {
    padding-right: 10px;
  }
  .sm-diagram ul a .sub-arrow {
    right: 5px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #000000;
  }
  .sm-diagram ul a:hover .sub-arrow, .sm-diagram ul a:focus .sub-arrow, .sm-diagram ul a:active .sub-arrow, .sm-diagram ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-diagram ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #000000;
  }
  .sm-diagram .scroll-up,
  .sm-diagram .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #F6FFED;
    height: 10px;
  }
  .sm-diagram .scroll-up-arrow,
  .sm-diagram .scroll-down-arrow {
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 3px 4px 2px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ABCFC8 transparent;
  }
  .sm-diagram .scroll-down-arrow {
    border-width: 4px 3px 0 3px;
    border-style: solid dashed dashed dashed;
    border-color: #ABCFC8 transparent transparent transparent;
  }
  .sm-diagram.sm-rtl a.has-submenu {
    padding-right: 10px;
    padding-left: 17px;
  }
  .sm-diagram.sm-rtl a .sub-arrow {
    right: auto;
    left: 10px;
  }
  .sm-diagram.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 1px solid #ABCFC8;
  }
  .sm-diagram.sm-rtl.sm-vertical a {
    border-radius: 0 2px 2px 0;
  }
  .sm-diagram.sm-rtl.sm-vertical a.has-submenu {
    padding: 5px 10px;
  }
  .sm-diagram.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 5px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ABCFC8 transparent transparent;
  }
  .sm-diagram.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-diagram.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-diagram.sm-rtl.sm-vertical a:active .sub-arrow, .sm-diagram.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-diagram.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #ABCFC8 transparent transparent;
  }
  .sm-diagram.sm-rtl ul {
    border-radius: 2px 0 2px 2px;
  }
  .sm-diagram.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-diagram.sm-rtl ul a.has-submenu {
    padding: 5px 10px !important;
  }
  .sm-diagram.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 6px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ABCFC8 transparent transparent;
  }
  .sm-diagram.sm-rtl ul a:hover .sub-arrow, .sm-diagram.sm-rtl ul a:focus .sub-arrow, .sm-diagram.sm-rtl ul a:active .sub-arrow, .sm-diagram.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-diagram.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #ABCFC8 transparent transparent;
  }
  .sm-diagram.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #ABCFC8;
  }
  .sm-diagram.sm-vertical a {
    padding: 5px 10px;
    border-radius: 2px 0 0 2px;
  }
  .sm-diagram.sm-vertical a:hover, .sm-diagram.sm-vertical a:focus, .sm-diagram.sm-vertical a:active, .sm-diagram.sm-vertical a.highlighted {
    background: #ABCFC8;
    color: #fff;
    box-shadow: none;
  }
  .sm-diagram.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-diagram.sm-vertical a .sub-arrow {
    right: 5px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ABCFC8;
  }
  .sm-diagram.sm-vertical a:hover .sub-arrow, .sm-diagram.sm-vertical a:focus .sub-arrow, .sm-diagram.sm-vertical a:active .sub-arrow, .sm-diagram.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-diagram.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #ABCFC8;
  }
  .sm-diagram.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-diagram.sm-vertical ul a {
    padding: 5px 10px;
  }
}

/*# sourceMappingURL=sm-diagram.css.map */
