/* This style file has been created automatically per your request.

The following pages can help you get started with CSS:
* CSS Tutorial (http://w3schools.com/css/default.asp)
* CSS3 Tutorial (http://w3schools.com/css3/default.asp)
* CSS Reference (http://w3schools.com/cssref/default.asp) */
.TopicViewer_contentContainer
{
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 8px;
  color: #696969;
}

.TopicViewer_contentContainer .nospacing
{
  margin-top: 0;
  margin-bottom: 0;
}

.TopicViewer_contentContainer .CHHotspot
{
  text-decoration: underline;
  color: blue;
}

.TopicViewer_contentContainer .CHHotspot:active
{
  color: red;
}

.TopicViewer_contentContainer .CHHotspot_expanded
{

}

.TopicViewer_contentContainer .listNumeric
{
  list-style-type: decimal;
}

.TopicViewer_contentContainer .listAlpha
{
  list-style-type: lower-alpha;
}

.TopicViewer_contentContainer .listRoman
{
  list-style-type: lower-roman;
}

.TopicViewer_contentContainer .listDisc
{
  list-style-type: disc;
}

.TopicViewer_contentContainer .listCircle
{
  list-style-type: circle;
}

.TopicViewer_contentContainer .listSquare
{
  list-style-type: square;
}

@media print
{
  .TopicViewer_contentContainer .nonPrintable
  {
    display: none;
  }
}

/* Tables */
/* CHTable is the CSS class assigned to all tables by default. Use the styles below to customize the default tables appearance */
.TopicViewer_contentContainer .CHTable th,
.TopicViewer_contentContainer .CHTable td
{
  border: 1px solid #cdcdcd;
  padding: 8px;
}

.TopicViewer_contentContainer .CHTable th
{
  font-weight: bold;
  background-color: #efefef;
}

/* Navigation elements */
.TopicViewer_contentContainer .CHNavLinkTop
{

}

.TopicViewer_contentContainer .CHNavLinkNext
{

}

.TopicViewer_contentContainer .CHNavLinkPrevious
{

}

.TopicViewer_contentContainer .CHNavCaption
{

}

.TopicViewer_contentContainer .CHSeeAlso
{

}

.TopicViewer_contentContainer .CHSeeAlso_separator
{

}

.TopicViewer_contentContainer .CHSeeAlso_item
{

}

.TopicViewer_contentContainer .CHSeeAlso_itemChild
{

}

.TopicViewer_contentContainer .CHSeeAlso_itemSibling
{

}

.TopicViewer_contentContainer .CHSeeAlso_hasChildren
{

}

.TopicViewer_contentContainer .CHSeeAlso_hasSiblings
{

}

.TopicViewer_contentContainer .CHBreadcrumb
{

}

.TopicViewer_contentContainer .CHBreadcrumb_separator
{

}

.TopicViewer_contentContainer .CHBreadcrumb_item
{

}

.TopicViewer_contentContainer .CHBreadcrumb_itemHome
{

}

.TopicViewer_contentContainer .CHBreadcrumb_itemPub
{

}

.TopicViewer_contentContainer .CHBreadcrumb_itemSelf
{

}

/* Info / warning boxes */
.TopicViewer_contentContainer .infoBox p:last-child
{
  margin-bottom: 0;
}

.TopicViewer_contentContainer .infoBox p:first-child
{
  margin-top: 0;
}

.TopicViewer_contentContainer .warningBox p:last-child
{
  margin-bottom: 0;
}

.TopicViewer_contentContainer .warningBox p:first-child
{
  margin-top: 0;
}

/* "Show More" Box */
.TopicViewer_contentContainer .CHBoxShowMore
{

}

.TopicViewer_contentContainer .CHBoxShowMore .showMoreLabel
{

}

.TopicViewer_contentContainer .CHBoxShowMore .hideLabel
{

}

.TopicViewer_contentContainer .CHBoxShowMore .showMoreContent
{

}

/* Link icons displayed on hover in headings */
.TopicViewer_contentContainer .CHHeadingLink
{

}

/* Mini-TOC */
.TopicViewer_contentContainer .CHMiniToc
{

}

.TopicViewer_contentContainer .CHMiniToc_heading3,
.TopicViewer_contentContainer .CHMiniToc_heading4,
.TopicViewer_contentContainer .CHMiniToc_heading5,
.TopicViewer_contentContainer .CHMiniToc_heading6
{

}

/* Code Samples */
.TopicViewer_contentContainer .CHCodeSample_container
{

}

.TopicViewer_contentContainer .CHCodeSample_header
{

}

.TopicViewer_contentContainer .CHCodeSample_langName
{

}

.TopicViewer_contentContainer .CHCodeSample_copyCode
{

}

.TopicViewer_contentContainer .CHCodeSample_code
{

}

/* Tabs */
.TopicViewer_contentContainer .CHTabs_container
{

}

.TopicViewer_contentContainer .CHTabs_tabCaptionsContainer
{

}

.TopicViewer_contentContainer .CHTabs_tabCaption
{

}

.TopicViewer_contentContainer .CHTabs_tabCaption:hover
{
  color: #0078d4;
  background-color: #e4ebef;
}

.TopicViewer_contentContainer .CHTabs_tabCaption.CHTabs_tabCaptionSelected,
.TopicViewer_contentContainer .CHTabs_tabCaptionSelected:hover
{
  color: #0078d4;
  background-color: #cfe0ed;
}

.TopicViewer_contentContainer .CHTabs_tabContentContainer
{

}

/* API Docs Elements - begin */
.TopicViewer_contentContainer .inlineCode
{
  font-family: "Consolas", monospace;
  color: #696969;
  background: #f6f7f9;
  padding: 3px;
  border-radius: 3px;
}

/* CHMemberTable */
.TopicViewer_contentContainer .CHMemberTable
{
  border: 1px solid #e7ecf0;
  border-radius: 3px;
  border-collapse: collapse;
  width: 100%;
}

.TopicViewer_contentContainer .CHMemberTable tr:nth-child(even)
{
  background-color: #f5f7f9;
}

.TopicViewer_contentContainer .CHMemberTable td
{
  border-bottom: 1px solid #f5f7f9;
  vertical-align: baseline;
  padding: 10px;
}

.TopicViewer_contentContainer .CHMemberTable td p
{
  margin: 0;
  line-height: 1.5;
}

.TopicViewer_contentContainer .CHMemberTable tr td:first-child,
.TopicViewer_contentContainer .CHMemberTable tbody tr td:first-child
{
  line-height: 1;
  white-space: nowrap;
}

.TopicViewer_contentContainer .CHMemberTable tr td:nth-child(2),
.TopicViewer_contentContainer .CHMemberTable tbody tr td:nth-child(2)
{
  font-family: "Consolas", monospace;
  color: #8792a2;
  white-space: nowrap;
}

.TopicViewer_contentContainer .CHMemberTable tr td:last-child,
.TopicViewer_contentContainer .CHMemberTable tbody tr td:last-child
{
  width: 100%;
}

.TopicViewer_contentContainer .CHMemberTable_optionalMark,
.TopicViewer_contentContainer .CHMemberTable_requiredMark
{
  font-family: monospace;
  font-size: 0.9em;
  text-transform: uppercase;
}

.TopicViewer_contentContainer .CHMemberTable_requiredMark
{
  color: #ed6055;
}

/* CHHttpRequest */
.TopicViewer_contentContainer .CHHttpRequest
{
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.TopicViewer_contentContainer .CHHttpRequest_headerImg,
.TopicViewer_contentContainer .CHHttpRequest_headerText
{
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: bold;
}

.TopicViewer_contentContainer .CHHttpRequest_get .CHHttpRequest_headerImg,
.TopicViewer_contentContainer .CHHttpRequest_put .CHHttpRequest_headerImg
{
  width: 40px;
}

.TopicViewer_contentContainer .CHHttpRequest_post .CHHttpRequest_headerImg
{
  width: 47px;
}

.TopicViewer_contentContainer .CHHttpRequest_delete .CHHttpRequest_headerImg
{
  width: 63px;
}

.TopicViewer_contentContainer .CHHttpRequest_headerImg
{
  padding-right: 10px;
}

.TopicViewer_contentContainer .CHHttpRequest_headerImg img
{
  vertical-align: middle;
}

.TopicViewer_contentContainer .CHHttpRequest_headerText
{
  width: 100%;
}

.TopicViewer_contentContainer .CHHttpRequest_code
{
  font-family: "Consolas", monospace;
  font-size: 14px;
  color: #696969;
  background: #f6f7f9;
  border-radius: 4px;
  padding: 10px 16px;
}

/* CHResponseCode */
.TopicViewer_contentContainer .CHResponseCode_good,
.TopicViewer_contentContainer .CHResponseCode_warning,
.TopicViewer_contentContainer .CHResponseCode_error
{
  font-weight: bold;
  margin-bottom: 0;
}

.TopicViewer_contentContainer .CHResponseCode_good p,
.TopicViewer_contentContainer .CHResponseCode_warning p,
.TopicViewer_contentContainer .CHResponseCode_error p
{
  margin-top: 0;
}

.TopicViewer_contentContainer .CHResponseCode_good::before,
.TopicViewer_contentContainer .CHResponseCode_warning::before,
.TopicViewer_contentContainer .CHResponseCode_error::before
{
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.TopicViewer_contentContainer .CHResponseCode_good::before
{
  background: #27cb7c;
}

.TopicViewer_contentContainer .CHResponseCode_warning::before
{
  background: #ff9d3d;
}

.TopicViewer_contentContainer .CHResponseCode_error::before
{
  background: #ff4741;
}

/* API Docs Elements - end */