.ch-ArticleContent
{
  font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-block-start: 8px;
  padding-inline-end: 8px;
  padding-block-end: 8px;
  padding-inline-start: 8px;
  color: #696969;
}

.ch-ArticleContent .nospacing
{
  margin-top: 0;
  margin-bottom: 0;
}

.ch-ArticleContent .CHHotspot
{
  text-decoration: underline;
  color: #116fae;
}

.ch-ArticleContent .listNumeric
{
  list-style-type: decimal;
}

.ch-ArticleContent .listAlpha
{
  list-style-type: lower-alpha;
}

.ch-ArticleContent .listRoman
{
  list-style-type: lower-roman;
}

.ch-ArticleContent .listDisc
{
  list-style-type: disc;
}

.ch-ArticleContent .listCircle
{
  list-style-type: circle;
}

.ch-ArticleContent .listSquare
{
  list-style-type: square;
}

@media print
{
  .ch-ArticleContent .nonPrintable
  {
    display: none;
  }
}

.ch-ArticleContent .CHTable
{
  overflow-wrap: anywhere;
  min-width: 50px;
}

.ch-ArticleContent .CHTable th,
.ch-ArticleContent .CHTable td
{
  border: 1px solid #cdcdcd;
  padding-block-start: 8px;
  padding-inline-end: 8px;
  padding-block-end: 8px;
  padding-inline-start: 8px;
}

.ch-ArticleContent .CHTable td
{
  vertical-align: top;
}

.ch-ArticleContent .CHTable th
{
  font-weight: bold;
  background-color: #efefef;
}

.ch-ArticleContent .successBox,
.ch-ArticleContent .warningBox,
.ch-ArticleContent .errorBox,
.ch-ArticleContent .noteBox,
.ch-ArticleContent .infoBox
{
  padding-block-start: 8px;
  padding-inline-end: 8px;
  padding-block-end: 8px;
  padding-inline-start: 8px;
  margin-block-start: 12px;
  margin-inline-end: 12px;
  margin-block-end: 12px;
  margin-inline-start: 0;
  min-width: 90%;
  border-radius: 3px;
}

.ch-ArticleContent .infoBox
{
  background-color: #e6f0f9;
}

.ch-ArticleContent .noteBox
{
  background-color: #efecf7;
}

.ch-ArticleContent .successBox
{
  background-color: #e7f3ef;
}

.ch-ArticleContent .warningBox
{
  background-color: #fff4e9;
}

.ch-ArticleContent .errorBox
{
  background-color: #fde9e8;
}

.ch-ArticleContent .successBoxImageCell,
.ch-ArticleContent .warningBoxImageCell,
.ch-ArticleContent .errorBoxImageCell,
.ch-ArticleContent .noteBoxImageCell,
.ch-ArticleContent .infoBoxImageCell
{
  padding-inline-end: 8px;
  width: 24px;
  vertical-align: top;
  padding-top: 4px;
}

.ch-ArticleContent .successBoxImageCell img,
.ch-ArticleContent .warningBoxImageCell img,
.ch-ArticleContent .errorBoxImageCell img,
.ch-ArticleContent .noteBoxImageCell img,
.ch-ArticleContent .infoBoxImageCell img
{
  max-width: 100%;
}

.ch-ArticleContent .successBox p:last-child,
.ch-ArticleContent .warningBox p:last-child,
.ch-ArticleContent .errorBox p:last-child,
.ch-ArticleContent .noteBox p:last-child,
.ch-ArticleContent .infoBox p:last-child
{
  margin-bottom: 0;
}

.ch-ArticleContent .successBox p:first-child,
.ch-ArticleContent .warningBox p:first-child,
.ch-ArticleContent .errorBox p:first-child,
.ch-ArticleContent .noteBox p:first-child,
.ch-ArticleContent .infoBox p:first-child
{
  margin-top: 0;
}

.ch-ArticleContent .CHTabs_tabCaption:hover
{
  color: #0078d4;
  background-color: #e4ebef;
}

.ch-ArticleContent .CHTabs_tabCaption.CHTabs_tabCaptionSelected,
.ch-ArticleContent .CHTabs_tabCaptionSelected:hover
{
  color: #0078d4;
  background-color: #cfe0ed;
}

.ch-ArticleContent .CHDropdownHotspot
{
  margin-bottom: 16px;
  margin-top: 8px;
  padding: 4px 12px;
  background-color: #0000000a;
  border: 1px solid #0000000a;
  border-radius: 6px;
  text-decoration: none;
  line-height: 24px;
}

.ch-ArticleContent .CHDropdownHotspot,
.ch-ArticleContent .CHDropdownHotspot:active
{
  color: #242424;
}

.ch-ArticleContent .CHDropdownHotspot.CHHotspot_expanded
{
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.ch-ArticleContent .CHDropdown
{
  margin-bottom: 16px;
  padding: 8px;
  background-color: #faf9f8;
  border-radius: 0 0 6px 6px;
}

.ch-ArticleContent .CHTable
{
  border-collapse: collapse;
}

.ch-ArticleContent .CHTable td p,
.ch-ArticleContent .CHTable th p
{
  margin-top: 3px;
  margin-bottom: 3px;
}

.ch-ArticleContent video
{
  max-width: 100%;
}

.ch-ArticleContent .CHPopup
{
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.14) 0 4px 8px !important;
}

.ch-ArticleContent .inlineCode
{
  font-family: "Consolas",monospace;
  color: #696969;
  background: #f6f7f9;
  padding-block-start: 3px;
  padding-inline-end: 3px;
  padding-block-end: 3px;
  padding-inline-start: 3px;
  border-radius: 3px;
}

.ch-ArticleContent .CHMemberTable
{
  border: 1px solid #e7ecf0;
  border-radius: 3px;
  border-collapse: collapse;
  width: 100%;
}

.ch-ArticleContent .CHMemberTable tr:nth-child(even)
{
  background-color: #f5f7f9;
}

.ch-ArticleContent .CHMemberTable td
{
  border-bottom: 1px solid #f5f7f9;
  vertical-align: baseline;
  padding-block-start: 10px;
  padding-inline-end: 10px;
  padding-block-end: 10px;
  padding-inline-start: 10px;
}

.ch-ArticleContent .CHMemberTable td p
{
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  line-height: 1.5;
}

.ch-ArticleContent .CHMemberTable>tr>td:first-child,
.ch-ArticleContent .CHMemberTable>tbody>tr>td:first-child
{
  line-height: 1;
  white-space: nowrap;
}

.ch-ArticleContent .CHMemberTable>tr>td:nth-child(2),
.ch-ArticleContent .CHMemberTable>tbody>tr>td:nth-child(2)
{
  font-family: "Consolas",monospace;
  color: #8792a2;
  white-space: nowrap;
}

.ch-ArticleContent .CHMemberTable>tr>td:last-child,
.ch-ArticleContent .CHMemberTable>tbody>tr>td:last-child
{
  width: 100%;
}

.ch-ArticleContent .CHMemberTable_optionalMark,
.ch-ArticleContent .CHMemberTable_requiredMark
{
  font-family: monospace;
  font-size: .9em;
  text-transform: uppercase;
}

.ch-ArticleContent .CHMemberTable_requiredMark
{
  color: #ed6055;
}

.ch-ArticleContent .CHHttpRequest
{
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.ch-ArticleContent .CHHttpRequest_headerImg,
.ch-ArticleContent .CHHttpRequest_headerText
{
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: bold;
}

.ch-ArticleContent .CHHttpRequest_get .CHHttpRequest_headerImg,
.ch-ArticleContent .CHHttpRequest_put .CHHttpRequest_headerImg
{
  width: 40px;
}

.ch-ArticleContent .CHHttpRequest_post .CHHttpRequest_headerImg
{
  width: 47px;
}

.ch-ArticleContent .CHHttpRequest_delete .CHHttpRequest_headerImg
{
  width: 63px;
}

.ch-ArticleContent .CHHttpRequest_headerImg
{
  padding-inline-end: 10px;
}

.ch-ArticleContent .CHHttpRequest_headerImg img
{
  vertical-align: middle;
}

.ch-ArticleContent .CHHttpRequest_headerText
{
  width: 100%;
}

.ch-ArticleContent .CHHttpRequest_code
{
  font-family: "Consolas",monospace;
  font-size: 14px;
  color: #696969;
  background: #f6f7f9;
  border-radius: 4px;
  padding-block-start: 10px;
  padding-inline-end: 16px;
  padding-block-end: 10px;
  padding-inline-start: 16px;
}

.ch-ArticleContent .CHResponseCode_good,
.ch-ArticleContent .CHResponseCode_warning,
.ch-ArticleContent .CHResponseCode_error
{
  font-weight: bold;
  margin-bottom: 0;
}

.ch-ArticleContent .CHResponseCode_good+p,
.ch-ArticleContent .CHResponseCode_warning+p,
.ch-ArticleContent .CHResponseCode_error+p
{
  margin-top: 0;
}

.ch-ArticleContent .CHResponseCode_good::before,
.ch-ArticleContent .CHResponseCode_warning::before,
.ch-ArticleContent .CHResponseCode_error::before
{
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.ch-ArticleContent .CHResponseCode_good::before
{
  background: #27cb7c;
}

.ch-ArticleContent .CHResponseCode_warning::before
{
  background: #ff9d3d;
}

.ch-ArticleContent .CHResponseCode_error::before
{
  background: #ff4741;
}