@font-face
{
  font-family: 'Lato';
  font-weight: 300;
  src: url(../../Storage/relyence-user-guide/Font/Lato-Light.ttf);
}

@font-face
{
  font-family: 'Lato';
  font-weight: 700;
  src: url(../../Storage/relyence-user-guide/Font/Lato-Bold.ttf);
}

.TopicViewer_contentContainer
{
  font-family: 'Lato', sans-serif !important;
  margin: 0px;
  padding: 8px;
  color: rgba(0,0,0,.75);
  text-align: justify;
}

.TopicViewer_contentContainer p
{
  font-family: 'Lato', sans-serif;
  color: rgba(0,0,0,.75);
}

.TopicViewer_contentContainer a
{
  color: #128dc3;
}

.TopicViewer_contentContainer a:link,
.TopicViewer_contentContainer a:visited
{
  color: #128dc3;
}

.TopicViewer_contentContainer a:hover
{
  color: #128dc3;
  text-decoration: none;
}

.TopicViewer_contentContainer a:active
{
  color: #128dc3;
}

.TopicViewer_contentContainer a img
{
  border: 0;
}

.TopicViewer_contentContainer h1
{
  font-family: 'Lato', sans-serif;
  color: #454545;
  margin-top: 0px;
  margin-bottom: 0px;
}

.TopicViewer_contentContainer h2
{
  font-family: 'Lato', sans-serif;
  width: 100%;
  text-align: left;
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
}

.TopicViewer_contentContainer ul
{
  padding-left: 40px;
}

.TopicViewer_contentContainer ul li
{
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.TopicViewer_contentContainer ol
{
  padding-left: 40px;
}

.TopicViewer_contentContainer ol li
{
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* --- Custom classes --- */
/* Start Page */
.TopicViewer_contentContainer #startHeader
{
  padding: 8px;
  background: url('../../Storage/relyence-user-guide/escheresque.png');
  border-bottom: 1px solid #cdcdcd;
}

.TopicViewer_contentContainer #startWrapper
{
  padding: 8px;
  text-align: justify;
}

.TopicViewer_contentContainer #startWrapper p
{
  margin-top: 0;
}

.TopicViewer_contentContainer #startTemplatesTable
{
  width: 100%;
}

.TopicViewer_contentContainer #startTemplatesTable td
{
  vertical-align: top;
  width: 33%;
  text-align: left;
}

.TopicViewer_contentContainer #startTemplatesTable .odd
{
  background-color: #f5f5f5;
}

.TopicViewer_contentContainer #startTemplatesTable h2
{
  padding-top: 0;
  padding-left: 5px;
  margin: 0;
}

.TopicViewer_contentContainer #startContactUs
{
  padding: 10px;
}

/* Footer element */
.TopicViewer_contentContainer .footer
{
  font-size: 12px;
  padding: 8px;
  border-top: 1px solid #a2a2a2;
  color: #696969;
}

/* Tables */
/* Simple table */
.TopicViewer_contentContainer .tableSimple
{
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 10px;
  margin-left: 30px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #333333;
}

.TopicViewer_contentContainer .tableSimple th
{
  padding: 15px 10px 10px 10px;
  font-weight: normal;
  font-size: 14px;
  color: #555555;
  text-align: left;
}

.TopicViewer_contentContainer .tableSimple tbody
{
  background: transparent;
}

.TopicViewer_contentContainer .tableSimple td
{
  padding: 10px;
  color: #333;
  border-top: 1px dashed #696969;
  text-align: left;
}

.TopicViewer_contentContainer .tableSimple tfoot td
{
  text-align: left;
}

.TopicViewer_contentContainer .tableSimple tbody tr:hover td
{
  color: #black;
  background: #fafafa;
}

/* Table with odd and even rows */
.TopicViewer_contentContainer .tableZebra
{
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 10px;
  margin-left: 30px;
  text-align: left;
  border-collapse: collapse;
}

.TopicViewer_contentContainer .tableZebra th
{
  font-size: 14px;
  font-weight: normal;
  padding: 10px 8px;
  color: #555555;
}

.TopicViewer_contentContainer .tableZebra td
{
  padding: 8px;
  color: #333;
}

.TopicViewer_contentContainer .tableZebra .odd
{
  background: #efefef;
}

/* Table with both rows and columns having odd/even styles */
.TopicViewer_contentContainer .tableVerZebra
{
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 10px;
  margin-left: 30px;
  text-align: left;
  border-collapse: collapse;
  background: #f9f9f9;
}

.TopicViewer_contentContainer .tableVerZebra th
{
  font-size: 14px;
  font-weight: normal;
  padding: 12px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #555555;
}

.TopicViewer_contentContainer .tableVerZebra td
{
  padding: 8px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #333;
}

.TopicViewer_contentContainer .tableVerZebra .odd
{
  background: #efefef;
  border-bottom: 1px solid #bababa;
}

/* Pictures */
.TopicViewer_contentContainer .embeddedImage
{
  padding-right: 5px;
  padding-bottom: 5px;
  margin-right: 8px;
}

.TopicViewer_contentContainer .bigImage
{
  width: 550px;
  margin: auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 12px;
}

.TopicViewer_contentContainer .bigImage:hover
{
  background-image: none;
}

.TopicViewer_contentContainer .bigImageSignature
{
  text-align: center;
}

/* Info Box */
.TopicViewer_contentContainer .infoBox
{
  width: 500px;
  padding: 3px;
  font-size: 0.8em;
}

.TopicViewer_contentContainer .infoBoxImageCell
{
  width: 16px;
  padding-top: 2px;
}

.TopicViewer_contentContainer .infoBox td
{
  padding: 5px;
  vertical-align: top;
}

.TopicViewer_contentContainer .warningBox
{
  width: 500px;
  padding: 3px;
  font-size: 0.8em;
}

.TopicViewer_contentContainer .warningBox td
{
  padding: 5px;
  vertical-align: top;
}

.TopicViewer_contentContainer .warningBoxImageCell
{
  width: 16px;
  vertical-align: top;
  padding-top: 2px;
}

/* FAQ */
.TopicViewer_contentContainer .faqQuestionText
{
  font-size: 1.2em;
  font-style: italic;
}

.TopicViewer_contentContainer .faqQuestionText p
{
  padding-top: 10px;
}

/* Added automatically during the ClickHelp Oasis update - BEGIN */
.TopicViewer_contentContainer .CHBreadcrumb
{
  display: block;
}

/* Added automatically during the ClickHelp Oasis update - END */
/* Added automatically during the ClickHelp Rainbow update - BEGIN */
.TopicViewer_contentContainer .inlineCode
{
  font-family: "Consolas",monospace;
  color: #696969;
  background: #f6f7f9;
  padding: 3px;
  border-radius: 3px;
}

.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: .9em;
  text-transform: uppercase;
}

.TopicViewer_contentContainer .CHMemberTable_requiredMark
{
  color: #ed6055;
}

.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;
}

.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;
}

/* Added automatically during the ClickHelp Rainbow update - END */