/* This Style.css is the style that should be used in the ClickHelp Editor and on the public online site.*/
@font-face
{
  font-family: Roboto;
  src: local('Roboto-Regular'), url('../../Storage/grandma3-user-manual-publication/Client/Content/fonts/roboto/Roboto-Regular.ttf');
}

@font-face
{
  font-family: Roboto;
  src: local('Roboto-Italic'), url('../../Storage/grandma3-user-manual-publication/Client/Content/fonts/roboto/Roboto-Italic.ttf');
  font-style: italic;
}

@font-face
{
  font-family: RobotoBold;
  src: local('Roboto-Bold'), url('../../Storage/grandma3-user-manual-publication/Client/Content/fonts/roboto/Roboto-Bold.ttf');
  font-weight: bold;
}

@font-face
{
  font-family: Roboto;
  src: local('Roboto-Bold'), url('../../Storage/grandma3-user-manual-publication/Client/Content/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
}

.TopicViewer_contentContainer
{
  font-family: Roboto, Arial, Verdana, Helvetica, Sans-Serif, serif;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0px;
  padding: 8px;
  color: #000000;
}

.TopicViewer_contentContainer #body
{
  margin-top: 0px;
  height: 100%;
}

.TopicViewer_contentContainer h1,
.TopicViewer_contentContainer h2,
.TopicViewer_contentContainer h3,
.TopicViewer_contentContainer h4,
.TopicViewer_contentContainer h5,
.TopicViewer_contentContainer h6
{
  color: #000000 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.TopicViewer_contentContainer h1
{
  font-size: 19px !important;
  font-weight: bold !important;
}

.TopicViewer_contentContainer h2
{
  font-size: 18px !important;
  font-weight: normal !important;
}

.TopicViewer_contentContainer h3
{
  font-size: 17px !important;
  font-weight: normal !important;
}

.TopicViewer_contentContainer h4
{
  font-size: 16px;
  font-weight: normal !important;
}

.TopicViewer_contentContainer h5,
.TopicViewer_contentContainer h6
{
  font-size: 15px;
  font-weight: normal !important;
}

.TopicViewer_contentContainer h5 a:link,
.TopicViewer_contentContainer h5 a:visited,
.TopicViewer_contentContainer h5 a:active
{
  padding: 0;
  text-decoration: none;
}

.TopicViewer_contentContainer b
{
  font-weight: bold;
}

/* fix for not working empty anchor links in pdf (see #2886), but must still work in editor (see #3525) */
.TopicViewer_contentContainer a:empty
{
  display: block;
  position: absolute;
}

.TopicViewer_contentContainer .cke_editable a:empty
{
  display: initial;
  position: initial;
}

/*End of Fix*/
.TopicViewer_contentContainer figcaption
{
  font-style: italic;
}

.TopicViewer_contentContainer .topic-content a
{
  color: #0074E0;
  text-decoration: underline;
}

.TopicViewer_contentContainer .topic-content ul
{
  list-style: none outside none;
  margin: 0 0 8px 0;
  padding: 0;
}

.TopicViewer_contentContainer .topic-content ul li
{
  background-image: url('../../Storage/grandma3-user-manual-publication/Content/images/bg-li-logo.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 3px 0 0 15px;
}

.TopicViewer_contentContainer .topic-content ul.blocks
{
  list-style: none outside none;
  margin: 0 0 8px 0;
  padding: 0;
}

.TopicViewer_contentContainer .topic-content ul.blocks li
{
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  margin: 0;
  padding: 3px 0 0 3px;
}

.TopicViewer_contentContainer .topic-content ul li,
.TopicViewer_contentContainer #content ul li
{
  background: none;
  list-style-type: disc;
  margin: 0 0 0 15px;
  padding: 3px 0 0 0;
}

.TopicViewer_contentContainer .topic-content ul li ul li,
.TopicViewer_contentContainer #content ul li ul li
{
  list-style-type: circle;
}

.TopicViewer_contentContainer .topic-content ul li ul li ul li,
.TopicViewer_contentContainer #content ul li ul li ul li
{
  list-style-type: square;
}

.TopicViewer_contentContainer .topic-content ol li,
.TopicViewer_contentContainer #content ol li
{
  line-height: 1.55em;
}

.TopicViewer_contentContainer .topic-content figure.caption,
.TopicViewer_contentContainer .cke_editable figure.caption
{
  margin-left: 0;
}

.TopicViewer_contentContainer .topic-content a:not(.btn,
.TopicViewer_contentContainer [data-reverse-context-sensitive-help])
{
  color: #0074E0 !important;
  text-decoration: underline;
}

.TopicViewer_contentContainer .topic-content .infobox a
{
  color: #E2001A !important;
  font-weight: normal;
  text-decoration: none;
}

.TopicViewer_contentContainer .topic-content:not(#offline-topic) a[data-reverse-context-sensitive-help]
{
/* no styling in 'view' mode */
  pointer-events: none !important;
  cursor: text !important;
  color: inherit !important;
  text-decoration: inherit !important;
}

/* prevents a newline after figure in li-element */
.TopicViewer_contentContainer .cke_editable li div[data-cke-display-name="image"].cke_widget_wrapper.cke_widget_block+br,
.TopicViewer_contentContainer .cke_editable li div[data-cke-display-name="image"].cke_widget_wrapper.cke_widget_block+span[data-scaytid] br
{
  display: none;
}

.TopicViewer_contentContainer .cke_editable .current-version-number
{
  background: #faffb2;
  border-bottom: 1px dotted #bbbbbb;
}

.TopicViewer_contentContainer .nospacing
{
  margin-top: 0;
  margin-bottom: 0;
}

.TopicViewer_contentContainer .syntax
{
  text-decoration: underline;
  font-weight: 700;
  -webkit-print-color-adjust: exact;
  font-family: "Courier", monospace
;
}

.TopicViewer_contentContainer .highlight
{
  background-color: #ffee00 !important;
  color: black;
}

/* Style used for Text Pop-ups - START */
.TopicViewer_contentContainer .CHHotspot
{
  text-decoration: underline;
  color: #008000;
  font-weight: bold;
}

.TopicViewer_contentContainer .CHHotspot:active
{
  color: #008000;
}

.TopicViewer_contentContainer .CHHotspot_expanded
{

}

/* Style used for Text Pop-ups - End */
/*Styles used for video content*/
.TopicViewer_contentContainer iframe.CHVimeoVideo
{
  width: 100%;
}

/*End of Video styles*/
.TopicViewer_contentContainer .compareStatic
{

}

.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;
  }
}

.TopicViewer_contentContainer .pageBreakBefore
{
  page-break-before: always
;
}

.TopicViewer_contentContainer .pageBreakAvoidWithin
{
  page-break-inside: avoid
;
}

/* Tables - START */
.TopicViewer_contentContainer table,
.TopicViewer_contentContainer .CHTable
{
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 15px;
  -webkit-border-radius: 5px;
  overflow-wrap: anywhere;
  min-width: 50px;
}

.TopicViewer_contentContainer table tr,
.TopicViewer_contentContainer .CHTable tr
{
  border-top: 0;
  border-bottom: 1px solid black;
  background: white;
}

.TopicViewer_contentContainer table tr:nth-child(odd),
.TopicViewer_contentContainer .CHTable tr:nth-child(odd)
{
  background: #D2D3D5;
  border-bottom: 0;
}

.TopicViewer_contentContainer table tr:nth-child(even),
.TopicViewer_contentContainer .CHTable tr:nth-child(even)
{
  background: white;
  border-bottom: 0;
}

.TopicViewer_contentContainer table th,
.TopicViewer_contentContainer .CHTable th
{
  font-size: 14px;
  padding: 1px 5px;
  margin: 0px;
  background: #414142;
  color: #ffffff;
  border: 0;
  font-weight: normal;
}

.TopicViewer_contentContainer table td,
.TopicViewer_contentContainer .CHTable td
{
  font-size: 14px;
  color: black;
  text-align: left;
  border: 0;
  padding: 0 5px;
}

.TopicViewer_contentContainer .CHTable td
{
  vertical-align: top;
}

.TopicViewer_contentContainer .CHTable td p,
.TopicViewer_contentContainer .CHTable th p
{
  margin-top: 3px;
  margin-bottom: 3px;
}

/* Table for BugFixes - START */
.TopicViewer_contentContainer .BugFixTable
{
  width: 500px;
  text-align: left;
}

.TopicViewer_contentContainer .BugFixTableFirstColumn
{
  width: 45px;
}

.TopicViewer_contentContainer .BugFixTableSecondColumn
{
  width: 455px;
}

/* Table for BugFixes - END */
/* Tables for gMA boxes - START */
.TopicViewer_contentContainer table.maImportantBox
{
  color: #323232;
  width: 80%;
  max-width: 80%;
  border-top: 2px solid #A0A0A0;
  border-bottom: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  border-right: 2px solid #A0A0A0;
  break-inside: avoid;
}

.TopicViewer_contentContainer table.maHintBox
{
  color: #323232;
  width: 80%;
  max-width: 80%;
  border-top: 2px solid #A0A0A0;
  border-bottom: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  border-right: 2px solid #A0A0A0;
  break-inside: avoid;
}

.TopicViewer_contentContainer table.maRestrictionBox
{
  color: #323232;
  width: 80%;
  max-width: 80%;
  border-top: 2px solid #A0A0A0;
  border-bottom: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  border-right: 2px solid #A0A0A0;
  break-inside: avoid;
}

.TopicViewer_contentContainer table.maLimitationBox
{
  color: #323232;
  width: 80%;
  max-width: 80%;
  border-top: 2px solid #A0A0A0;
  border-bottom: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  border-right: 2px solid #A0A0A0;
  break-inside: avoid;
}

.TopicViewer_contentContainer table.maWarningBox
{
  color: #323232;
  width: 80%;
  max-width: 80%;
  border: 2px solid #A0A0A0;
  break-inside: avoid;
}

.TopicViewer_contentContainer .maImportantBox tr,
.TopicViewer_contentContainer .maHintBox tr,
.TopicViewer_contentContainer .maRestrictionBox tr,
.TopicViewer_contentContainer .maLimitationBox tr,
.TopicViewer_contentContainer .maWarningBox tr
{
  height: 20px;
}

.TopicViewer_contentContainer .maImportantBox td,
.TopicViewer_contentContainer .maHintBox td,
.TopicViewer_contentContainer .maRestrictionBox td,
.TopicViewer_contentContainer .maLimitationBox td,
.TopicViewer_contentContainer .maWarningBox td
{
  font-size: 14px;
  background-color: #dcdcdc;
}

.TopicViewer_contentContainer .maImportantBoxImageCell,
.TopicViewer_contentContainer .maHintBoxImageCell,
.TopicViewer_contentContainer .maRestrictionBoxImageCell,
.TopicViewer_contentContainer .maLimitationBoxImageCell,
.TopicViewer_contentContainer .maWarningBoxImageCell
{
  width: 40px;
  text-align: center;
  vertical-align: top;
}

.TopicViewer_contentContainer .maImportantBoxImageCell img,
.TopicViewer_contentContainer .maHintBoxImageCell img,
.TopicViewer_contentContainer .maRestrictionBoxImageCell img,
.TopicViewer_contentContainer .maLimitationBoxImageCell img,
.TopicViewer_contentContainer .maWarningBoxImageCell img
{
  height: auto;
  width: 100%;
  max-width: 32px;
}

.TopicViewer_contentContainer .maImportantBoxTextCell,
.TopicViewer_contentContainer .maHintBoxTextCell,
.TopicViewer_contentContainer .maRestrictionBoxTextCell,
.TopicViewer_contentContainer .maLimitationBoxTextCell,
.TopicViewer_contentContainer .maWarningBoxTextCell
{
  height: 18px;
}

/* Tables for gMA boxes - END */
/* Tables for gMA command line input and response - START */
.TopicViewer_contentContainer .maInputBox
{
  width: 90%;
  max-width: 90%;
  border-top: 1px solid #FFFFFFFF;
  border-bottom: 1px solid #FFFFFFFF;
  border-left: 1px solid #FFFFFFFF;
  border-right: 1px solid #FFFFFFFF;
  padding: 1px
;
}

.TopicViewer_contentContainer .maInputBox tr
{
  height: 25px;
}

.TopicViewer_contentContainer .maInputBoxImageCell
{
  color: #FFFFFF;
  background-color: #36363e;
  width: 50px;
}

.TopicViewer_contentContainer .maInputBoxImageCell img
{
  height: auto;
  width: 100%;
  max-width: 80px;
}

.TopicViewer_contentContainer .maInputBoxTextCell
{
  color: #FFFFFF;
  background-color: #36363e;
}

.TopicViewer_contentContainer .maFeedbackBox
{
  width: 90%;
  max-width: 90%;
  border-top: 1px solid #FFFFFFFF;
  border-bottom: 1px solid #FFFFFFFF;
  border-left: 1px solid #FFFFFFFF;
  border-right: 1px solid #FFFFFFFF;
  padding: 1px
;
}

.TopicViewer_contentContainer .maFeedbackBox tr
{
  height: 25px;
}

.TopicViewer_contentContainer .maFeedbackBoxFirstCell
{
  color: #FFFFFF;
  background-color: #000000;
  width: 30px;
}

.TopicViewer_contentContainer .maFeedbackBoxSecondCell
{
  color: #FFFFFF;
  background-color: #000000;
}

/* Tables for gMA command line input and response - END */
/* Table used in header snippet - START */
.TopicViewer_contentContainer table.FlatTable
{
  width: 98%;
  border: none;
  border-collapse: collapse;
  padding: 0;
}

.TopicViewer_contentContainer table.FlatTable tr
{
  height: 22px;
  background-color: #ffffff;
}

.TopicViewer_contentContainer table.FlatTable td
{
  width: 50%;
  background-color: #ffffff;
}

/* Table used in header snippet - END */
/* Tables - END */
/* Navigation elements */
.TopicViewer_contentContainer .CHNavLinkTop
{

}

.TopicViewer_contentContainer .CHNavLinkNext
{

}

.TopicViewer_contentContainer .CHNavLinkPrevious
{

}

.TopicViewer_contentContainer .CHNavCaption
{
  font-size: 16px;
}

.TopicViewer_contentContainer .CHSeeAlso
{

}

.TopicViewer_contentContainer .CHSeeAlso_separator
{

}

.TopicViewer_contentContainer .CHSeeAlso_item
{
  font-size: 14px;
}

.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
{

}

/* "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
{

}

/* Other elements */
.TopicViewer_contentContainer .CHDropdownHotspot:hover
{
  border: solid 1px #edebe9;
}

.TopicViewer_contentContainer .CHDropdownHotspot
{
  padding: 3px;
  text-decoration: none;
  color: #696969;
  background-color: #faf9f8;
  border-radius: 2px;
}

.TopicViewer_contentContainer .CHHotspot_expanded
{
  border: solid 1px #EDEBE9;
}

.TopicViewer_contentContainer .CHDropdown
{
  padding: 8px;
  background-color: #faf9f8;
  border-radius: 2px;
  border: solid 1px #edebe9;
}

.TopicViewer_contentContainer video
{
  max-width: 100%
;
}

.TopicViewer_contentContainer .CHPopup
{
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 14%) 0px 4px 8px !important;
}

.TopicViewer_contentContainer .topic-tree
{
  display: none
;
}

.TopicViewer_contentContainer #offline-topic
{
  margin-left: 10px;
}

/* API Docs Elements - START */
.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 */
/* Custom Text Colors - START*/
.TopicViewer_contentContainer .color-gray,
.TopicViewer_contentContainer .color-grey
{
  color: #808080;
}

.TopicViewer_contentContainer .color-silver
{
  color: #C0C0C0;
}

.TopicViewer_contentContainer .color-black
{
  color: #000000;
}

.TopicViewer_contentContainer .color-maroon
{
  color: #800000;
}

.TopicViewer_contentContainer .color-red
{
  color: #FF0000;
}

.TopicViewer_contentContainer .color-purple
{
  color: #800080;
}

.TopicViewer_contentContainer .color-fuchsia
{
  color: #FF00FF;
}

.TopicViewer_contentContainer .color-green
{
  color: #008000;
}

.TopicViewer_contentContainer .color-lime
{
  color: #00FF00;
}

.TopicViewer_contentContainer .color-olive
{
  color: #808000;
}

.TopicViewer_contentContainer .color-yellow
{
  color: #FFFF00;
}

.TopicViewer_contentContainer .color-navy
{
  color: #000080;
}

.TopicViewer_contentContainer .color-blue
{
  color: #0000FF;
}

.TopicViewer_contentContainer .color-teal
{
  color: #008080;
}

.TopicViewer_contentContainer .color-aqua
{
  color: #00FFFF;
}

.TopicViewer_contentContainer .color-orange
{
  color: #FFA500;
}

.TopicViewer_contentContainer .color-white
{
  color: #FFFFFF;
}

/* Custom Text Colors - END*/
/* Disable Menus tab in burger menu - START */
.TopicViewer_contentContainer #pnlOffCanvasHeader>ul>li:nth-child(1)
{
  display: none;
}

/* Disable Menus tab in burger menu - END */
/* Hardkey and Softkey styling - START */
.TopicViewer_contentContainer .hardkey
{
  background: #4a4949;
  border: 1px outset #888;
  color: #FFFFFF;
  padding: 0 4px;
  -webkit-print-color-adjust: exact;
  white-space: nowrap;
}

.TopicViewer_contentContainer .hardkey .highlight
{
  background: #4a4949;
  border: 1px outset #888;
  color: #FFFFFF;
  padding: 0 4px;
  -webkit-print-color-adjust: exact;
  white-space: nowrap;
}

.TopicViewer_contentContainer .softkey
{
  border: 1px solid #aaa;
  padding: 0 4px;
  -webkit-print-color-adjust: exact;
  white-space: nowrap;
  background-color: #8F9092;
  color: #FFFFFF;
}

.TopicViewer_contentContainer .softkey .highlight
{
  border: 1px solid #aaa;
  padding: 0 4px;
  -webkit-print-color-adjust: exact;
  white-space: nowrap;
  background-color: #8F9092;
  color: #FFFFFF;
}

/* Hardkey and Softkey styling - END */
/* Fix resizing of images in Show more boxes */
.TopicViewer_contentContainer .showMoreContent img
{
  max-width: 99%;
}

/* Fix resizing of images in Show more boxes - END */
/* Style for Reverse Context Sensitive Help - Start */
.TopicViewer_contentContainer .ContextHelp a
{
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding: 1px 2px;
  -webkit-print-color-adjust: exact;
  white-space: nowrap;
  background-color: #0078d4;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.TopicViewer_contentContainer .ContextHelp a img
{
  position: absolute;
}

/* Style for Reverse Context Sensitive Help - End */