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

The following pages can help you get started with CSS:
* CSS Tutorial (https://w3schools.com/css/default.asp)
* CSS3 Tutorial (https://w3schools.com/css3/default.asp)
* CSS Reference (https://w3schools.com/cssref/default.asp) */

@media only screen and (min-device-width: 768px)
  {
  
  html {
    overflow: auto !important;
  }
}



body
{
  background: white;
  width: auto;
  margin-left: 5%;
  margin-right: 30%;
  padding: 30px;
  font-family: "Open Sans", 'Segoe UI', sans-serif, "Arial", Verdana;
  color: #4D4D4D;
  text-align:left;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body {
    padding: 8px;
    width: auto;
    margin: 5%;
    
    
  }
  
  /* Import font from Google Web Fonts */
  /*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
  */
  /* cyrillic-ext */
  /*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
  */
  /* cyrillic */
  /*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
  */
  
  
  
  
  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



.nospacing
{
  margin-top: 0;
  margin-bottom: 0;
}


.line {
  
  border-left: 3px solid #ccc;
  /* Параметры линии */ 
  margin-left: 20px;
  /* Отступ слева */
  padding-left: 10px;
  /* Расстояние от линии до текста */ 
  font-size: 90%;
}

.code {
  background: #f8f8f8;
  /* Цвет фона */
  font-family: 'courier';
  padding: 4px;
  /* Поля вокруг текста */
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  /* Для современных браузеров */
}

pre {
  text-wrap: wrap;
}

.file {
  
  font-family:monospace, 'courier';
  font-size: 105%;
}


a 
{
  color: #2C72C8;
  text-decoration: none;
}

a:visited 
{
  /*color: #345079;
  */
  color: #660099;
}

a:hover 
{
  color: #2C72FF;
  text-decoration: underline;
}

a:active 
{
  color: #2C72C8;
}

a img
{
  border:0;
}

h1
{
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  color: #000;
  margin-top:0px;
  margin-bottom:0px;
  font-size: 42px;
  padding-bottom: 15px;
}

h2
{
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  
  width: 100%;
  text-align: left;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul
{
  padding-left: 40px;
}
ul li
{
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

ol
{
  padding-left: 40px;
}
ol li
{
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* --- Стили для рамки с текстом для новой версии--- */

fieldset {
  border: solid 1px #DAD2D2;
  border-radius: 2px;
  background: #f0ebeb;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  padding: 10px
}

fieldset legend{
  font-size: 12px;
  padding: 0 1em;
  border: solid 1px #ADFFDE;
  border-radius: 2px;
  background: #DEFFF2;
  color: #008F00!important;
}

/* --- Плашка для заголовка с номером старой версии--- */

.version-label {
  display: inline-block;
  border: 1px solid #ADFFDE;
  background: #DEFFF2;
  border-radius: 2px;
  white-space: pre-wrap;
  padding: 5px 5px;
  line-height: 1;
  font-size: 0.8em;
  color: #008F00!important;
}

/* --- Custom classes and tags--- */
.screenshot
{
  border-color: #c0c0c0;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Start Page */

.startHeader
{
  margin-bottom: 15px;
  padding: 8px;
  background: #ffffff;
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.startTable
{
  margin-top: 10px;
}

.startTable h2
{
  padding-top: 0;
  padding-left: 5px;
  margin: 0;
}

.startTable:after
{
  content: "";
  clear: both;
  display: block;
}

.startColumn
{
  float: left;
  width: 33%;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) 
  {
  
  .startColumn
  {
    /* One column per screen */
    width:100%;
  }
}


/* Footer element */

.footer
{
  
  font-size: 12px;
  margin-top: 20px;
  padding: 8px;
  border-top: 1px solid #a2a2a2;
  color: #696969;
}

/* Tables */

.sampleTable
{
  max-width: 480px;
}

/* CHTable is the CSS class assigned to all tables by default. Use the styles below to customize the default tables appearance */

.CHTable th,
.CHTable td
{
  border: 1px solid #cdcdcd;
}

.CHTable
{
  font-size: 12px;
	text-align: left;
	border-collapse: collapse;
  /*word-wrap: break-word;
  word-break: break-word;
  / Non-standard, but required to avoid non-breakable long words for webkit /*/
}

.CHTable th
{
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px;
	color: #555555;
  background: #efefef;
}

.CHTable td
{
	padding: 5px;
	color: #333;
}


/* Таблица для описания кнопок */

.Table_buttons
{
  border-spacing: 11px 11px;
}

.Table_buttons td
{
  vertical-align: top;
}


/* Simple table */

.tableSimple
{
  font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #616161;
}

.tableSimple th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #555555;
  text-align:left;
}

.tableSimple tbody
{
	background: transparent;
}

.tableSimple td
{
	padding: 10px;
	color: #333;
	border-top: 1px solid #696969;
  text-align: left;
}

.tableSimple tbody tr:hover td
{
	color: black;
	background: #EFEFEF;
}

/* Table with both rows and columns having odd/even styles */

.tableVerZebra
{
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  background:#eee;
}

.tableVerZebra th
{
  font-size: 14px;
  font-weight: normal;
  padding: 12px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #555555;
  background:#eee;
}

.tableVerZebra td
{
  padding: 8px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #333;
}

.tableVerZebra tr:nth-child(odd)
{
  background: #E0E0E0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.tableVerZebra tfoot td
{
  background: #EEEEEE;
  color: #333;
}

/* Info Box */
.infoBox
{
  width: 100%;
  background-color: #DEE9F7;
  font-size: 0.8em;
  
  color: #424242;
}

.infoBox p:last-child 
{
  margin-bottom: 0;
}

.infoBox p
{
  margin-top: 0;
}

.infoBoxImageCell
{
  background-color: #DEE9F7;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  width: 28px;
  
}

.infoBox td
{
  padding: 5px;
}

.warningBox
{
  width: 100%;
  background-color: #FBE3E5;
  font-size: 0.8em;
  
  color: #424242;
}

.warningBox p:last-child 
{
  margin-bottom: 0;
}

.warningBox p
{
  margin-top: 0;
}

.warningBox td
{
  padding: 5px;
  
}

.warningBoxImageCell
{
  background-color: #FBE3E5;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  width: 28px;
  
}

/* "Show More" Box */

.CHBoxShowMore
{
}

.CHBoxShowMore .showMoreLabel
{
}

.CHBoxShowMore .hideLabel
{
}

.CHBoxShowMore .showMoreContent
{
}

/* Navigation elements */

.CHNavLinkTop
{
}

.CHNavLinkNext
{
}

.CHNavLinkPrevious
{
}

.CHSeeAlso
{
}

.CHBreadcrumb
{
}


/* FAQ */

.faqQuestionText
{
  font-size: 1.1em;
  background: #eee;
  padding: 10px;
}

.faqQuestionText p
{
  padding-top: 10px;
}

/* Sidebar */

.sidebar {
  position: fixed;
  width: 20%;
  right: 0;
  padding-right: 2%;
  bottom: 0;
  top: 0;
  overflow: auto;
  background: white;
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar .CHMiniToc {
  padding-left: 0;
  list-style-type: none;
}
.sidebar .CHMiniToc::before {
  content: "In this topic:";
  font-weight: bold;
  padding-left: 10px;
}
.sidebar .CHMiniToc li {
  font-size: 13px;
  padding-left: 20px;
}
.sidebar .CHSeeAlso {
  font-size: 13px;
  list-style-type: none;
  padding-left: 10px;
}
.sidebar .CHSeeAlso::before {
  content: "Related Topics";
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
  
}

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.CHBreadcrumb
{
  display: block;
}

span.dxhe-searchHI.dxhe-searchCurrent {
  z-index: 1!important;
}

/* Test-quotes */
.blockQuote {
  font-style: italic;
  border-left: 3px solid #b3b3b3;
  margin-left:20px;
}
.blockQuote td {
  padding-left:10px;
}
.blockQuote td.preauthor {
  text-align:right;
}
.blockQuote td.author {
  font-style: normal;
  font-weight:bold;
  font-size:0.8em;
}

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#696969;
  background:#f6f7f9;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

.CHTable{
  display:block !important;
  overflow-x: auto !important;
}
.CHTable__noborders th, .CHTable__noborders td, .CHTable__noborders tr:hover{
    border:none;
    background:none;
} 