body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica,
    Verdana, sans-serif;
  color: #696969;
  overflow: hidden;
}
button {
  border: 0 none;
  background: none;
  padding: 0;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
nav,
article,
header,
footer,
section,
aside {
  display: block;
}
.BaseMaster_mainMenuContainer {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  overflow: auto;
  vertical-align: middle;
  font-size: 0.8em;
}
.BaseMaster_mainMenuContainer .BaseMaster_hamburgerMenuIcon {
  margin-right: 10px;
}
.BaseMaster_mainMenuContainer:after {
  content: "";
  display: block;
  clear: both;
}
.BaseMaster_imgLogo {
  max-height: 35px;
  padding-top: 5px;
  padding-right: 10px;
  float: left;
}
.WebHelp_searchBoxContainer {
  position: relative;
  float: right;
}
.WebHelp_searchBoxContainer .btnSearch {
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../_webHelpImages/search_glyph.png") no-repeat center center;
}
.WebHelp_searchBox {
  border: 0 none;
  width: 120px;
  background: #efefef;
  padding: 8px;
  border-radius: 4px;
  padding-right: 28px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
@media (min-width: 480px) {
  .WebHelp_searchBox:focus {
    width: 220px;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
  }
}
.BaseMaster_contentContainer {
  margin-top: 10px;
}
.BaseMaster_offCanvasHeader {
  height: 45px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  font-size: 0.8em;
}
.BaseMaster_offCanvasContent {
  position: absolute;
  top: 46px;
  overflow: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.BaseMaster_pnlMainMenu {
  float: left;
}
.WebHelp_containerMobile .BaseMaster_pnlMainMenu {
  float: none;
}
.WebHelp_navPanel {
  width: 350px;
  height: 100%;
  float: left;
  background: #fff;
  position: relative;
}
.WebHelp_navPanel .TocTreeLight_container {
  overflow: hidden;
}
.WebHelp_navPanel .TocTreeLight_container:hover {
  overflow: auto;
}
.WebHelp_containerMobile .WebHelp_navPanel {
  width: auto;
  float: none;
}
#pnlToc {
  padding-right: 12px;
}
.WebHelp_navPanel .TocTreeLight_container:hover #pnlToc {
  padding-right: 0;
}
.WebHelp_navMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #efefef;
}
.CHOffCanvasPanel_nav .WebHelp_navMenu {
  display: none;
}
.CHOffCanvasPanel_nav .WebHelp_navPanelContent {
  border-top: 0 none;
  position: static;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.WebHelp_navMenu li {
  line-height: 40px;
}
.WebHelp_navPanelContent {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%;
}
.TocTreeLight_container {
  overflow: auto;
}
.TopicViewer_container {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-left: 350px;
}
.WebHelp_containerMobile .TopicViewer_container {
  margin-left: 0;
}

.TableOfContents_Container{
  margin-left: 15%;
}

.TopicViewer_header {
  min-height: 25px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
}
.TopicViewer_headerShare {
  float: right;
  color: #999;
}
.ArticleEditor_sharingButton {
  padding: 0 4px 0 2px;
  display: inline-block;
  vertical-align: middle !important;
}
.ArticleEditor_sharingButton .addthis_counter {
  vertical-align: middle;
}
.ArticleEditor_projectName {
  white-space: nowrap;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
  font-size: 0.8em;
}

.TableOfContentsHeader {
  font-size: 55px;
  font-weight: 400;
  color: #000;
}

.TableOfContentsData {
  font-size: 20px;
  color: black;
}

.TopicViewer_headerText .ArticleEditor_title {
  color: #000;
  display: inline;
  margin: 0;
  font-size: 18px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}
.CHImageButton {
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
}
.CHImageButton:hover {
  background-color: #e0e0e0;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
}
.ArticleEditor_imageButton {
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  margin-left: 5px;
}
.CHImageButton.ArticleEditor_imageButton.ArticleEditor_fontAwesomeButton {
  color: #696969;
  font-size: 20px;
  text-align: center;
  box-sizing: content-box;
}
.CHImageButton.ArticleEditor_imageButton.ArticleEditor_fontAwesomeButton:hover {
  color: #000;
}
.WebHelp_containerMobile .ArticleEditor_btnPrint {
  display: none;
}
.TopicViewer_contentContainer {
  overflow: auto;
  position: relative;
  box-sizing: border-box;
}
.WebHelp_navPanelContent .CHTree_tree:after {
  display: none;
  content: url("../_webHelpImages/search_glyph.png")
    url("../_webHelpImages/folder_glyph.png")
    url("../_webHelpImages/folder_glyph_open.png")
    url("../_webHelpImages/topic.png");
}
.TocTreeLight_imgBook,
.TocTree_tocTree .CHTree_node:hover .TocTreeLight_imgBook {
  background-image: url("../_webHelpImages/folder_glyph.png");
}
.TocTreeLight_imgBook_open,
.TocTree_tocTree .CHTree_node:hover .TocTreeLight_imgBook_open {
  background-image: url("../_webHelpImages/folder_glyph_open.png");
}
.TocTreeLight_imgTopic,
.CHTree_node:hover .TocTreeLight_imgTopic {
  background-image: url("../_webHelpImages/topic.png");
}
.CHTree_nodeFocused:hover a,
.TocTree_tocNode a,
.TocTree_tocNode:hover a .CHTree_node a,
.CHTree_node a {
  text-decoration: none;
  color: #000;
}
div.CHTree_nodeContent {
  font-size: 0.8em;
  line-height: 16px;
}
.IndexViewerLight_treeNode {
  color: #000;
}
.IndexViewerLight_container .CHTree_nodeChildrenExpanded {
  display: block;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.IndexViewerLight_container .CHTree_nodeChildrenCollapsed {
  display: none;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.IndexViewerLight_treeNodeBtn {
  display: none;
}
.IndexViewerLight_indexPopup {
  display: none;
  background: #fff;
  overflow: auto;
  font-size: 0.8em;
}
.IndexViewerLight_contentContainer {
  position: absolute;
  top: 46px;
  bottom: 0;
  width: 100%;
  overflow: auto;
}
.IndexViewerLight_quickFilterContainer {
  padding: 10px 16px 10px 10px;
  border-bottom: 1px solid #efefef;
}
.IndexViewerLight_quickFilter {
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 18px;
  padding: 4px;
  border-radius: 2px;
}
.Search_container a {
  color: #090;
}
.Search_contentContainer {
  position: absolute;
  top: 46px;
  bottom: 0;
  width: 100%;
  overflow: auto;
  font-size: 0.8em;
}
.Search_contentContainerInner {
  padding: 10px;
}
.Search_searchBoxContainer {
  padding: 10px;
  width: 100%;
}
.Search_searchBox {
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 24px;
  padding: 4px;
  border-radius: 2px;
}
button.SearchBox_button {
  margin-left: 12px;
  font-size: 0.8em;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 7px;
  background-color: #090;
  color: #fff;
  border-radius: 2px;
}
button.SearchBox_button:hover {
  background-color: #007900;
}
.Search_item {
  padding: 10px 0;
}
.Search_itemLink {
  padding-bottom: 3px;
  display: inline-block;
}
.Search_showMore {
  padding-top: 20px;
  font-weight: bold;
}
.IndexViewerLight_container {
  position: relative;
  height: 100%;
}
.IndexViewerLight_treeNode .CHTree_nodeContent {
  padding-left: 10px;
}
.CHTree_desktopView .IndexViewerLight_treeNode .CHTree_btn {
  display: none;
}
.IndexViewerLight_indexPopup {
  display: none;
  background: #fff;
  overflow: auto;
}
.IndexViewerLight_indexPopup .CHListBox_item {
  white-space: normal;
  padding: 10px;
}
