body {
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFF;
    color: #505050;
    font-size: 0.92rem;
    margin: 0 0;
    font-weight: 400;
}

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;
}

.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-weight: 200;
    font-size: 2.3em;
    line-height: 1em;
    color: #0d54a3;
    background-color: #ffffff;
    margin-top: 0.3em;
}

.content h2,.helpHead2 {
    font-size: 1.53em;
    color: #0d54a3;
    line-height: 1.1em;
}

.content h3,.helpHead3 {
    font-size: 1.2em;
    color: #0d54a3;
}

.content h4,.helpHead4 {
    font-weight: 600;
    font-size: 1em;
    color: #0d54a3;
}

.content h1,h2,h3,h4,h5,.helpHead1,.helpHead2,.helpHead3,.helpHead4,.helpHead5 {
    font-weight: 400;
    margin: 0.9rem 0.5rem 0.5rem 0;
}

.content .methodHead {
    border-left: 6px solid #0d54a3;
    padding-left: 10px;
}

/* the top page banner  */
.topsection {
    background-color: #067fcc;
    width: 100%;
    color: white;
}

.topsection table {
    width: 100%;
}

.topsection td {
    color: white;
    padding: 5px;
}

.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; /* rgb(155,203,236); */
    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 {
    font-size: .9em;
    font-weight: normal;
    border-right: 5px solid #D8D8D8;
    background-color: #f9f9f9;
    margin-right: 10px;
    padding-right: 10px;
}

.navbar li.nav-selected {
    background-color: rgb(153, 204, 255);
}

.navbar a:hover {
    background-color: #c8eafc;
}

.navbar ul {
    margin-top: 0;
    padding-left: 0px;
    list-style: none;
}

.navbar ul > ul > li {
    padding-left: 0px;
}

.navbar li {
    padding-left: 23px;
}

.navbar a {
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    font-size: 1em;
    font-family: sans-serif;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.navbar .nav-group a {
    background-image: url("http://help.financialforce.com/api/resources/images/ResponsiveOpenBook1.png");
    background-size: 25px 19px;
    padding-left: 31px;
}

.navbar .nav-group.collapsed a {
    background-image: url("http://help.financialforce.com/api/resources/images/ResponsiveBook1.png");
    background-size: 17px 19px;
    padding-left: 26px;
}

.navbar .nav-node a {
    background-image: url("http://help.financialforce.com/api/resources/images/ResponsiveTopic1.png");
    background-size: 17px 19px;
    padding-left: 26px;
}

.navbar .nav-group.collapsed > ul {
    display: none;
}

/* END - SIDEBAR STYLES */

.helpPageFooter {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 0px 10px 0px;
    border-top: 1px solid #E8E8E8;
    font-size: 85%;
    text-align: center;
    line-height: 1.5em;
    color: #878585;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
}

.helptitle {
    line-height: 32px;
}

.helptitle img {
    background-size: 32px;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
}

.helptitle div {
    font-size: 18px;
    display: inline-block;
}

a {
    color: #007fcc;
    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;
    background-color: #FDFDFD;
    margin-top: 6px;
    border-spacing: 0px 0px;
    margin-bottom: 10px;
    max-width: 100%;
    /* border: 1px solid black; */
}

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.7em;
    font-weight: 200;
    background-color: #E2E2E2;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #CACACA;
}

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: #EAEAEA;
    border-bottom-style: solid;
    font-family: monospace;
    border-left: 1px solid #EAEAEA;
}

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: #EAEAEA;
    border-bottom-style: solid;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    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+ */
}

code {
    font-size: 13px;
}

td.navigation {
    width: 16%;
    padding: 0;
}

td.content {
    width: 84%;
}

table.main-table {
    width: 100%;
    border-collapse: collapse;
}

.deprecated {
    color: red;
}

#tipue_search_input.searchfield {
    width: 231px;
    background-position: 95%;
    padding: 2px 25px 2px 15px;
    border-radius: 4px;
    border: solid 1px #fff;
}