body {
    background-color: #FFF;
    color: #3E4C59;
    font-size: 1rem;
    margin: 0 0;
    font-weight: 400;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

div.border {
    border-bottom: 1px solid #BBB;
}

.content p {
    margin-top: 0;
    font-size: 1rem;
    color: #3E4C59;
    font-weight: 400;
    line-height: 1.5;
}

.content p.code {
    font-size: 100%;
    font-family: monospace;
    font-weight: 200;
    background-color: #FBFBFB;
    padding: 10px 10px;
    border-left: 6px solid #EAEAEA;
    width: calc(100% - 23px);
}

.content h1,.helpHead1 {
    font-size: 2.5rem;
    color: #000C17;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.content h2,.helpHead2 {
    font-size: 1.75rem;
    color: #000C17;
    font-weight: 700;
    line-height: 1.5;
}

.content h3,.helpHead3 {
    font-size: 1.5rem;
    color: #000C17;
    font-weight: 700;
    line-height: 1.5;
}

.content h4,.helpHead4 {
    font-size: 1.125rem;
    color: #000C17;
    font-weight: 700;
    line-height: 1.5;
}

.content .methodHead {
    border-left: 6px solid #0d54a3;
    padding-left: 10px;
}

/* the top page banner  */
.topsection {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: start;
    padding: 1.5rem 1.25rem;
    background-color: #000;
    color: white;
    position: fixed;
    z-index: 1;
}

.topsection table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.topsection td {
    color: white;
}

.topsection a {
    color: white;
}

.topsection td:nth-child(2) {
    text-align: right
}

/* the area that holds the documentation on the right of the page */
.contentTD {
    font-size: 100%;
    width: 80%;
    padding-left: 12px;
    vertical-align: top;
}

/* the horizontal section headers that declares the Class name */
.section-title {
    background-color: #003672;
    color: white;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    margin: 0 0 2px -12px;
}

.section-title a {
    color: white;
}

/* the horizontal section headers that declares the Methods & Properties subsections */
.subsection-title {
    color: #51638A;
    border-top: 1px solid #51638A;
    font-size: 100%;
    padding: 2px;
    margin: 0 0 12px 0;
}

.subsection-container {
    padding: 0 0 0 14px;
}

/* the horizontal header for each Method */
.methodHeader {
    font-size: 1em;
    color: #51638A;
    border-top: 1px solid #51638A;
    margin: 20px 0 0 0;
    padding: 4px 0 2px 0;
}

/* properties is used to display the table of class properties */
.properties {

}

.properties td {
    vertical-align: top;
    padding-right: 10px;
}

.clsPropertyName {
    font-size: .9em;
    font-weight: bold;
}

.clsPropertyDeclaration a {
    font-family: Courier;
    font-size: .8em;
    font-weight: normal;
    color: MediumBlue;
}

.clsPropertyDescription {
    font-size: .9em;
    font-weight: normal;
}

/* the class's signature line */
.classSignature {
    font-family: Courier;
    font-size: .9em;
    font-weight: normal;
    text-indent: -15px;
    padding: 6px 0 4px 15px;
}

.classSignature a {
    color: mediumblue;
}

/* the description, author, date for the class */
.classDetails {
    font-size: .9em;
    padding-left: 2px;
}

/* signatures of methods and properties */
.hostedSourceLink {
    text-decoration: initial;
    color: mediumblue;
}

.hostedSourceLink:hover {
    text-decoration: underline;
}

/* method table of contents related classes */
.methodTOCEntry {
    font-size: .9em;
    color: mediumblue;
}

.methodTOCEntry:visited {
    font-size: .9em;
    color: purple;
}

.methodTOCDescription {
    font-size: .9em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: .9em;
    height: .9em;
}

/* method listing related classes */
.methodSignature {
    font-family: Courier;
    font-size: .8em;
    font-weight: normal;
    color: MediumBlue;
    text-indent: -15px;
    padding-left: 15px;
}

.methodDescription {
    font-size: .9em;
    margin: .5em 0 0 0;
}

.methodSubTitle {
    font-size: .9em;
    color: #51638A;
    font-weight: bold;
    margin: .7em 0 0 0;
}

.paramName {
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 .5em;
}

.paramDescription {
    font-size: .9em;
    margin: 0 0 0 1em;
}

.methodReturns {
    font-size: .9em;
    margin: 0 0 0 1em;
}

/* SIDEBAR CSS */
.navbar {
    height: calc(100vh - 100px);
    margin-top: 90px;
    overflow-y: auto;
    position: fixed;
    width: 18rem;
    font-size: 0.8125rem;
    line-height: 1.25;
    font-weight: normal;
    border-right: 1px solid #C1C9D1;
    background-color: #F5F7FA;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.navbar li.nav-selected {
    background-color: rgba(0, 136, 255, .15);
}

.navbar a:hover {
    background-color: rgba(0, 136, 255, .15);
}

.navbar a.nav-selected {
    background-color: rgba(0, 136, 255, .15);
    font-weight: 700;
}

.navbar ul {
    margin-top: 0;
    padding-left: 0px;
    list-style: none;
}

.navbar li {
    padding-left: 1.5rem;
}

.navbar a {
    display: block;
    text-decoration: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.25rem;
    color: #000C17;
    font-size: 0.8125rem;
    background-repeat: no-repeat;
    background-position: 0.25rem 50%;
}

.navbar .nav-group a {
    background-image: url("https://help.certinia.com/api/resources/images/ResponsiveOpenBook1.png");
    background-size: 25px 19px;
    padding-left: 31px;
}

.navbar .nav-group.collapsed a {
    background-image: url("https://help.certinia.com/api/resources/images/ResponsiveBook1.png");
    background-size: 17px 19px;
    padding-left: 26px;
}

.navbar .nav-node a {
    background-image: url("https://help.certinia.com/api/resources/images/ResponsiveTopic1.png");
    background-size: 17px 19px;
    padding-left: 26px;
}

.navbar .nav-group.collapsed > ul {
    display: none;
}

/* END - SIDEBAR STYLES */

.helpPageFooter {
    border-top: 1px solid #E3E7EB;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.5em;
    color: #606E7C;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.75rem 0;
    text-decoration: none;
}

.helptitle {
    line-height: 32px;
}

.helptitle img {
    background-size: 32px;
    height: 32px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
}

.helptitle div {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 160px;
}

a {
    color: #0075DB;
    text-decoration: none;
}

a.methodLink {
    font-size: 85%;
    font-weight: 800;
}

h1.home {
    color: black;
    background-color: transparent;
    text-align: center;
    font-size: 90%;
    border-bottom: 0;
}

img.centredimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.TableStyle-Fields {
    border-collapse: collapse;
    margin-top: 6px;
    border-spacing: 0px 0px;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #D1D7DD;
}

col.Column-FieldName {
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #737e96;
    border-bottom-style: solid;
    max-width: 30%;
}

col.Column-Column-Enum {
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;
    max-width: 70%;
}

col.Column-Column-Param {
    color: #ffffff;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #e3deb8;
    border-bottom-style: solid;
    max-width: 35%;
}

th.Table-Header {
    color: #444;
    font-size: 0.8125rem;
    background-color: #F5F7FA;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #D1D7DD;
    border-bottom: 1px solid #D1D7DD;
    border-top: 1px solid #D1D7DD;
}

th.Table-Header:first-child {
    border-left: 1px solid #D1D7DD;
}

td.Field-Value {
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #D1D7DD;
    border-bottom-style: solid;
    font-family: monospace;
    border-left: 1px solid #D1D7DD;
    border-right: 1px solid #D1D7DD;
}

td.Field-Description {
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-color: #D1D7DD;
    border-bottom-style: solid;
    border-right: 1px solid #D1D7DD;
    white-space: pre-wrap;/* CSS 3 */
    white-space: -moz-pre-wrap;/* Mozilla, since 1999 */
    white-space: -pre-wrap;/* Opera 4-6 */
    white-space: -o-pre-wrap;/* Opera 7 */
    word-wrap: break-word;/* Internet Explorer 5.5+ */
}

td.Field-Description:first-child {
    border-left: 1px solid #D1D7DD;
}

code {
    font-size: 13px;
}

td.navigation {
    width: 16%;
    padding: 0;
}

td.content svg {
    display: block;
    margin: 0 auto;
}

td.content {
    padding-top: 7rem;
    padding-left: 21rem;
    padding-right: 2rem;
}

table.main-table {
    width: 100%;
    border-collapse: collapse;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

table.TableStyle-Rest
{
	border-collapse: collapse;
	background-color: #fafafa;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 6px;
	margin-bottom: 1px;
	border-spacing: 0px 0px;
    width: 694px;
}

col.TableStyle-Rest-Col1
{
	width: 21%
}

col.TableStyle-Rest-Col2
{
	width: 79%
}

td.TableStyle-Rest
{
	page-break-inside: avoid;
	column-break-inside: avoid;
	font-weight: normal;
	vertical-align: top;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom-width: 1px;
	border-bottom-color: #e3deb8;
	border-bottom-style: solid;
}

td.TableStyle-Rest-Param
{
	vertical-align: middle;
	font-family: monospace;
}

.deprecated {
    color: red;
}

#tipue_search_input.searchfield {
    width: 231px;
    background-position: 95%;
    padding: 2px 25px 2px 15px;
    border-radius: 4px;
    border: solid 1px #fff;
    margin: 0 1rem 0 0;
}
