.TopicViewer_contentContainer ::-webkit-scrollbar
{
  background: #fff;
  overflow: visible;
  width: 12px;
  height: 12px;
}

.TopicViewer_contentContainer ::-webkit-scrollbar:hover
{
  background: #eee;
}

.TopicViewer_contentContainer ::-webkit-scrollbar:horizontal:hover
{
  border-top: 1px solid #e0e0e0;
}

.TopicViewer_contentContainer ::-webkit-scrollbar:vertical:hover
{
  border-left: 1px solid #e0e0e0;
}

.TopicViewer_contentContainer ::-webkit-scrollbar-thumb,
.TopicViewer_contentContainer ::-webkit-scrollbar-thumb:vertical
{
  background-color: rgba(0,0,0,.2);
  border: solid #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

.TopicViewer_contentContainer ::-webkit-scrollbar-thumb:hover
{
  background: #999;
}

.TopicViewer_contentContainer ::-webkit-scrollbar-thumb:horizontal
{
  border-width: 0;
  min-width: 40px;
}

.TopicViewer_contentContainer ::-webkit-scrollbar-thumb:vertical
{
  border-width: 0;
  min-height: 40px;
}

.TopicViewer_contentContainer ::-webkit-scrollbar-track-piece
{
  background-color: transparent;
}

.TopicViewer_contentContainer ::-webkit-scrollbar-corner
{
  background: transparent;
}

.TopicViewer_contentContainer .Article_pubConfigPreview
{
  background-color: #000;
  border-radius: 0 0 5px 5px;
  position: fixed;
  top: 0;
  right: 5px;
  padding: 3px 5px!important;
  font-size: 13px;
  z-index: 10000;
}

.TopicViewer_contentContainer .Article_pubConfigPreview td
{
  color: #fff!important;
}

.TopicViewer_contentContainer ._\5f clhImgPlaceholderDead
{
  background: #efefef url('/Images/Icons/invalid.png') no-repeat center center;
  border: 1px solid #cdcdcd;
}

.TopicViewer_contentContainer img
{
  -ms-interpolation-mode: bicubic;
}

.TopicViewer_contentContainer .Article_showReviewComments *[data-comment-hotspot]
{
  background-color: #fff0b3;
}

.TopicViewer_contentContainer .Article_showReviewComments img[data-comment-hotspot]
{
  background-color: #fff0b3;
  outline: 5px solid #fff0b3;
}

.TopicViewer_contentContainer .VersionsViewer_comparison ins
{
  background-color: #cfc;
  text-decoration: inherit;
}

.TopicViewer_contentContainer .VersionsViewer_comparison ins img
{
  outline: 5px solid #cfc;
}

.TopicViewer_contentContainer .VersionsViewer_comparison ins ._\5f clhCustomTag,
.TopicViewer_contentContainer .VersionsViewer_comparison ins ._\5f clhCodeSample
{
  background-color: #cfc;
}

.TopicViewer_contentContainer .VersionsViewer_comparison del
{
  color: #999;
  background-color: #fec8c8;
}

.TopicViewer_contentContainer .VersionsViewer_comparison del img
{
  outline: 5px solid #fec8c8;
}

.TopicViewer_contentContainer .VersionsViewer_comparison del ._\5f clhCustomTag,
.TopicViewer_contentContainer .VersionsViewer_comparison del ._\5f clhCodeSample
{
  background-color: #fec8c8;
}

.TopicViewer_contentContainer .VersionsViewer_comparison ins.mod,
.TopicViewer_contentContainer .VersionsViewer_comparison ins.mod ._\5f clhCustomTag,
.TopicViewer_contentContainer .VersionsViewer_comparison ins.mod ._\5f clhCodeSample
{
  background-color: #ffe1ac;
}

.TopicViewer_contentContainer .VersionsViewer_comparison ins.mod img
{
  outline: 5px solid #ffe1ac;
}

.TopicViewer_contentContainer .Article_disqusThread
{
  padding: 10px;
}

.TopicViewer_contentContainer .Article_404Body
{
  background-color: #fff;
  font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
  margin: 0;
  padding: 0;
  color: #696969;
}

.TopicViewer_contentContainer .Article_404Body a,
.TopicViewer_contentContainer .Article_404Body a:visited
{
  color: #008a00;
}

.TopicViewer_contentContainer .Article_404Body a:hover
{
  color: #0d6c0d;
}

.TopicViewer_contentContainer .Article_404Body a:active
{
  color: #063f06;
}

.TopicViewer_contentContainer .Article_404Image
{
  padding-left: 10px;
  margin-right: 10px;
}

.TopicViewer_contentContainer .Article_404ErrorText
{
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 35px;
  padding: 10px 20px 10px 20px;
  background-image: url('../App_Themes/DefaultTheme/Pages/login_back.png');
  background-color: #ffee04;
  border-top: 1px solid #e2c002;
  border-bottom: 1px solid #ae9300;
  -moz-box-shadow: 0 2px 5px #cbcbcb;
  -webkit-box-shadow: 0 2px 5px #cbcbcb;
  box-shadow: 0 2px 5px #cbcbcb;
}

.TopicViewer_contentContainer .Article_404Back
{
  overflow: hidden;
  background-color: #fff;
  background-image: url('../App_Themes/DefaultTheme/Pages/stripes.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.TopicViewer_contentContainer .Article_404Content
{
  padding: 20px;
  display: flex;
}

.TopicViewer_contentContainer .Article_404Description
{
  padding-left: 20px;
  text-align: justify;
  vertical-align: top;
}

.TopicViewer_contentContainer .Article_404Description ul
{
  padding-left: 20px;
}

.TopicViewer_contentContainer .CHHotspot
{
  cursor: pointer;
}

.TopicViewer_contentContainer .CHPopup
{
  padding: 10px;
  max-width: 500px;
  max-height: 400px;
  overflow: auto;
  background: #fff;
  border: 1px solid #cdcdcd;
}

.TopicViewer_contentContainer .CHCodeSample_container
{
  border: 1px solid #ddd;
  width: 100%;
}

.TopicViewer_contentContainer .CHCodeSample_header
{
  padding: 5px 15px;
  padding-right: 0;
  color: #000;
  background: #efefef;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  position: relative;
}

.TopicViewer_contentContainer .CHCodeSample_copyCodePressed::after
{
  content: "Copied!";
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 5px;
  text-align: center;
}

.TopicViewer_contentContainer .CHCodeSample_copyCode,
.TopicViewer_contentContainer .CHCodeSample_copyCode:hover
{
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  border-left: 1px solid #ddd;
  padding: 5px 10px 5px 32px;
  background: url(data:image/png;
  transparent;-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.TopicViewer_contentContainer .CHCodeSample_copyCode a,
.TopicViewer_contentContainer .CHCodeSample_copyCode a:hover
{
  color: #000;
  text-decoration: none;
}

.TopicViewer_contentContainer .CHCodeSample_code
{
  font-size: 14px;
  background: #faf9f8;
  padding: 15px;
  font-family: 'Droid Sans Mono','Lucida Console',Monaco,monospace;
}

.TopicViewer_contentContainer .CHCodeSample_codeSimple
{
  font-size: 14px;
  font-family: 'Droid Sans Mono','Lucida Console',Monaco,monospace;
}

.TopicViewer_contentContainer .CHCodeSample_code pre,
.TopicViewer_contentContainer .CHCodeSample_codeSimple
{
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

.TopicViewer_contentContainer .CHHeadingLink
{
  visibility: hidden;
  display: inline-block;
  background: url(data:image/svg+xml;
  center;background-size: cover;
  width: .6em;
  height: .6em;
  vertical-align: middle;
  margin-left: 5px;
}

.TopicViewer_contentContainer h1:hover .CHHeadingLink,
.TopicViewer_contentContainer h2:hover .CHHeadingLink,
.TopicViewer_contentContainer h3:hover .CHHeadingLink,
.TopicViewer_contentContainer h4:hover .CHHeadingLink,
.TopicViewer_contentContainer h5:hover .CHHeadingLink,
.TopicViewer_contentContainer h6:hover .CHHeadingLink
{
  visibility: visible;
  opacity: .5;
}

.TopicViewer_contentContainer a.CHHeadingLink:hover
{
  opacity: 1;
}

.TopicViewer_contentContainer .CHMiniToc_heading3
{
  margin-left: 20px;
}

.TopicViewer_contentContainer .CHMiniToc_heading4
{
  margin-left: 40px;
}

.TopicViewer_contentContainer .CHMiniToc_heading5
{
  margin-left: 60px;
}

.TopicViewer_contentContainer .CHMiniToc_heading6
{
  margin-left: 80px;
}

.TopicViewer_contentContainer .cm-s-default span.cm-keyword
{
  color: #708;
}

.TopicViewer_contentContainer .cm-s-default span.cm-atom
{
  color: #219;
}

.TopicViewer_contentContainer .cm-s-default span.cm-number
{
  color: #164;
}

.TopicViewer_contentContainer .cm-s-default span.cm-def
{
  color: #00f;
}

.TopicViewer_contentContainer .cm-s-default span.cm-variable
{
  color: #000;
}

.TopicViewer_contentContainer .cm-s-default span.cm-variable-2
{
  color: #05a;
}

.TopicViewer_contentContainer .cm-s-default span.cm-variable-3
{
  color: #085;
}

.TopicViewer_contentContainer .cm-s-default span.cm-property
{
  color: #000;
}

.TopicViewer_contentContainer .cm-s-default span.cm-operator
{
  color: #000;
}

.TopicViewer_contentContainer .cm-s-default span.cm-comment
{
  color: #a50;
}

.TopicViewer_contentContainer .cm-s-default span.cm-string
{
  color: #a11;
}

.TopicViewer_contentContainer .cm-s-default span.cm-string-2
{
  color: #f50;
}

.TopicViewer_contentContainer .cm-s-default span.cm-meta
{
  color: #555;
}

.TopicViewer_contentContainer .cm-s-default span.cm-error
{
  color: red;
}

.TopicViewer_contentContainer .cm-s-default span.cm-qualifier
{
  color: #555;
}

.TopicViewer_contentContainer .cm-s-default span.cm-builtin
{
  color: #30a;
}

.TopicViewer_contentContainer .cm-s-default span.cm-bracket
{
  color: #cc7;
}

.TopicViewer_contentContainer .cm-s-default span.cm-tag
{
  color: #170;
}

.TopicViewer_contentContainer .cm-s-default span.cm-attribute
{
  color: #00c;
}

.TopicViewer_contentContainer .cm-s-default span.cm-header
{
  color: #a0a;
}

.TopicViewer_contentContainer .cm-s-default span.cm-quote
{
  color: #090;
}

.TopicViewer_contentContainer .cm-s-default span.cm-hr
{
  color: #999;
}

.TopicViewer_contentContainer .cm-s-default span.cm-link
{
  color: #00c;
}

.TopicViewer_contentContainer span.cm-header,
.TopicViewer_contentContainer span.cm-strong
{
  font-weight: bold;
}

.TopicViewer_contentContainer span.cm-em
{
  font-style: italic;
}

.TopicViewer_contentContainer span.cm-emstrong
{
  font-style: italic;
  font-weight: bold;
}

.TopicViewer_contentContainer span.cm-link
{
  text-decoration: underline;
}

.TopicViewer_contentContainer div.CodeMirror span.CodeMirror-matchingbracket
{
  color: #0f0;
}

.TopicViewer_contentContainer div.CodeMirror span.CodeMirror-nonmatchingbracket
{
  color: #f22;
}

.TopicViewer_contentContainer .ArticleEditor_readerFeedbackThankYou
{
  display: none;
}

.TopicViewer_contentContainer .ArticleEditor_readerFeedbackContainer
{
  display: none;
}

.TopicViewer_contentContainer .ArticleEditor_pnlWasItHelpfulRated .ArticleEditor_readerFeedbackThankYou
{
  display: block;
}

.TopicViewer_contentContainer .ArticleEditor_pnlWasItHelpfulRated .ArticleEditor_readerFeedbackContainer
{
  display: none;
}

.TopicViewer_contentContainer .ArticleEditor_pnlWasItHelpfulVisible .ArticleEditor_readerFeedbackContainer
{
  display: block;
}

.TopicViewer_contentContainer ol ol
{
  list-style-type: lower-alpha;
}

.TopicViewer_contentContainer ol ol ol
{
  list-style-type: lower-roman;
}

.TopicViewer_contentContainer ol ol ol ol
{
  list-style-type: decimal;
}

.TopicViewer_contentContainer ol ol ol ol ol
{
  list-style-type: lower-alpha;
}

.TopicViewer_contentContainer ol ol ol ol ol ol
{
  list-style-type: lower-roman;
}

.TopicViewer_contentContainer ol ol ol ol ol ol ol
{
  list-style-type: decimal;
}

.TopicViewer_contentContainer ol ol ol ol ol ol ol ol
{
  list-style-type: lower-alpha;
}

.TopicViewer_contentContainer ol ol ol ol ol ol ol ol ol
{
  list-style-type: lower-roman;
}

.TopicViewer_contentContainer ol ol ol ol ol ol ol ol ol ol
{
  list-style-type: decimal;
}

.TopicViewer_contentContainer ul ul
{
  list-style-type: circle;
}

.TopicViewer_contentContainer ul ul ul
{
  list-style-type: square;
}

.TopicViewer_contentContainer ul ul ul ul
{
  list-style-type: disc;
}

.TopicViewer_contentContainer ul ul ul ul ul
{
  list-style-type: circle;
}

.TopicViewer_contentContainer ul ul ul ul ul ul
{
  list-style-type: square;
}

.TopicViewer_contentContainer ul ul ul ul ul ul ul
{
  list-style-type: disc;
}

.TopicViewer_contentContainer ul ul ul ul ul ul ul ul
{
  list-style-type: circle;
}

.TopicViewer_contentContainer ul ul ul ul ul ul ul ul ul
{
  list-style-type: square;
}

.TopicViewer_contentContainer ul ul ul ul ul ul ul ul ul ul
{
  list-style-type: disc;
}

.TopicViewer_contentContainer .CHTabs_tabCaption
{
  display: inline-block;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px 24px;
  cursor: pointer;
  color: #605e5c;
  text-align: center;
  transition: background .3s,color .3s;
}

.TopicViewer_contentContainer .CHTabs_tabCaption:hover
{
  transition: background .3s,color .3s;
}

.TopicViewer_contentContainer .CHTabs_tabCaptionsContainer
{
  display: inline-flex;
  flex-wrap: wrap;
  background: #f3f2f1;
  border: 1px solid #edebe9;
  border-bottom: none;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.TopicViewer_contentContainer .CHTabs_tabCaptionSelected,
.TopicViewer_contentContainer .CHTabs_tabCaptionSelected:hover
{
  font-weight: 700;
}

.TopicViewer_contentContainer .CHTabs_tabContentContainer
{
  border: 1px solid #edebe9;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 16px;
  background-color: #faf9f8;
}

.TopicViewer_contentContainer .CHTabs_container
{
  margin: 20px 0;
}

.TopicViewer_contentContainer span.cm-rangeinfo
{
  color: #a0b;
}

.TopicViewer_contentContainer span.cm-minus
{
  color: red;
}

.TopicViewer_contentContainer span.cm-plus
{
  color: #2b2;
}

.TopicViewer_contentContainer .cm-s-default span.cm-header
{
  color: #00f;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-code
{
  color: #a50;
}

.TopicViewer_contentContainer .cm-s-default span.cm-code-inline
{
  color: #660;
}

.TopicViewer_contentContainer .cm-s-default span.cm-list
{
  color: #c60;
}

.TopicViewer_contentContainer .cm-s-default span.cm-hr
{
  color: #999;
}

.TopicViewer_contentContainer .cm-s-default span.cm-em
{
  font-style: italic;
}

.TopicViewer_contentContainer .cm-s-default span.cm-strong
{
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-link-external
{
  color: #00f;
}

.TopicViewer_contentContainer .cm-s-default span.cm-brace
{
  color: #170;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-table
{
  color: #00f;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-warning
{
  color: red;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-underlined
{
  text-decoration: underline;
}

.TopicViewer_contentContainer .cm-s-default span.cm-line-through
{
  text-decoration: line-through;
}

.TopicViewer_contentContainer .cm-s-default span.cm-preamble
{
  color: #b26818;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-section
{
  color: green;
  font-weight: bold;
}

.TopicViewer_contentContainer .cm-s-default span.cm-script
{
  color: red;
}

.TopicViewer_contentContainer .cm-s-default span.cm-issue
{
  color: #ff0;
}