body {
    color: rbga(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "Open Sans", Helvetica, Tahoma, sans-serif;
    position: relative;
    direction: ltr;
}

header {
    max-width: 1000px;
    border-bottom-color: #DDDDD8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

header h1 {
    border: none;
}

#header {
    margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.custom-header {
    text-rendering: optimizelegibility;
    font-style: normal;
    margin-bottom: 27px;
    font-weight: 100;
    font-family: "Open Sans", Helvetica, Tahoma, sans-serif;
}

h1 {
    font-size: 44px;
    line-height: 52.8px;
    margin: 0px;
    margin-top: 36px;
    padding-bottom: 8px;
    word-spacing: -2.2px;
    color: #600000;
    border-bottom-color: #DDDDD8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

h2 {
    font-size: 40px;
    margin-top: 37px;
    line-height: 45px;
    color: #600000;
}

h3 {
    font-size: 35px;
    margin-top: 32px;
    line-height: 40px;
    color: #700000;
}

h4 {
    font-size: 30px;
    margin-top: 27px;
    line-height: 35px;
    color: #800000;
}

h5, .custom-header {
    font-size: 25px;
    margin-top: 22px;
    line-height: 30px;
    color: #900000;
}

h6 {
    font-size: 20px;
    margin-top: 17px;
    line-height: 25px;
    color: #A00000;
}

div {
    font-style: normal;
    line-height: 16px;
}

#content {
    margin-top: 20px;
    font-size: 16px;
}

p {
    color: rgba(0, 0, 0, 0.8);
    line-height: 27.2px;
    letter-spacing: -0.166667px;
    margin-bottom: 1em;
    font-weight: 400;
}

ul {
    line-height: 25.6px;
    list-style-position: outside;
    margin-bottom: 1em;
    margin-left: 24px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
}

.ulist {
    line-height: 16px;
    font-size: 16px;
}

.ulist p {
    margin: inherit;
    padding: inherit;
}

a {
    color: #2156A5;
    cursor: pointer;
}

#footer {
    border-top-color: #DDDDD8;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 8px;
}

#footer a,
#breadcrumbs a,
#info,
#navLinks a {
    color: #555555;
    background-color: #FFFFFF;
    font-size: 12.5px;
    letter-spacing: -0.166667px;
    line-height: 23.2px;
    margin-top: 10px;
}

.small {
    font-size: 14.5px;
    letter-spacing: -0.16666667px;
    line-height: 23.2px;
    margin-bottom: 2em;
}

.ulist {
    margin: 0;
    padding: 0;
}

#userControlsDiv {
    text-align: right;
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

#langSelector {
    padding: 1px;
    margin: 5px;
    border: 1px solid gray;
    margin-left: 3em;
}

#searchQuery {
    min-width: 300px;
    padding: 2px;
    margin: 5px;
    border: 1px solid gray;
}

#searchButton {
    display: inline-block;
    min-width: 50px;
    padding: 2px;
    border: 1px solid gray;
}

#s0,
#s1,
#s2 {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: bold;
}

#searchButton:before {
    content: "\f002";
    font-family: 'FontAwesome';
}

#searchResultList {
    list-style-type: none;
    margin-top: 20px;
}

#summary {
    font-size: 10pt;
    margin: 0px;
    line-height: 1.5;
}

#searchLink {
    margin-bottom: 10px;
    line-height: 12px;
}

#searchResult {
    margin-bottom: 27px;
    margin-left: -40px;
}

#details {
    font-size: 10pt;
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}

#details li {
    margin: 0px 0px 0px 20px;
    line-height: 1;
    color: #AAAAAA;
    float: left;
}

#pageNavigation {
    margin-bottom: 20px;
    margin-top: 20px;
}

#pageNavigation a {
    color: #888888;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
}

#pageNavigation a:hover {
    background: #F5F5F5;
}

#currentPage {
    font-weight: bold;
    color: #444444;
    background-color: #EEEEEE;
    margin: 5px;
    padding: 10px;
}

#currentPage:hover {
    cursor: pointer;
}

#loadingGif {
    margin: 20px 0px 20px 0px;
}

#hl {
    font-weight: bold;
}

#navLinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#navLinks li {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#navLinks a {
    background-color: #EFEFEF;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

#navLinks #prev {
    margin-right: 1em;
}

#navLinks #next {
    margin-left: 1em;
}

@keyframes move {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 30px;
    }
}

table.tableblock {
    max-width: 100%;
    border-collapse: separate
}

table.tableblock td>.paragraph:last-child p>p:last-child,
table.tableblock th>p:last-child,
table.tableblock td>p:last-child {
    margin-bottom: 0
}

table.spread {
    width: 100%
}

table.tableblock,
th.tableblock,
td.tableblock {
    border: 0 solid #dedede
}

table.grid-all th.tableblock,
table.grid-all td.tableblock {
    border-width: 0 1px 1px 0
}

table.grid-all tfoot>tr>th.tableblock,
table.grid-all tfoot>tr>td.tableblock {
    border-width: 1px 1px 0 0
}

table.grid-cols th.tableblock,
table.grid-cols td.tableblock {
    border-width: 0 1px 0 0
}

table.grid-all *>tr>.tableblock:last-child,
table.grid-cols *>tr>.tableblock:last-child {
    border-right-width: 0
}

table.grid-rows th.tableblock,
table.grid-rows td.tableblock {
    border-width: 0 0 1px 0
}

table.grid-all tbody>tr:last-child>th.tableblock,
table.grid-all tbody>tr:last-child>td.tableblock,
table.grid-all thead:last-child>tr>th.tableblock,
table.grid-rows tbody>tr:last-child>th.tableblock,
table.grid-rows tbody>tr:last-child>td.tableblock,
table.grid-rows thead:last-child>tr>th.tableblock {
    border-bottom-width: 0
}

table.grid-rows tfoot>tr>th.tableblock,
table.grid-rows tfoot>tr>td.tableblock {
    border-width: 1px 0 0 0
}

table.frame-all {
    border-width: 1px
}

table.frame-sides {
    border-width: 0 1px
}

table.frame-topbot {
    border-width: 1px 0
}

p.tableblock>code:only-child {
    background: none;
    padding: 0
}

p.tableblock {
    font-size: 1em
}

ul.unstyled,
ol.unnumbered,
ul.checklist,
ul.none {
    list-style-type: none
}

ul.unstyled,
ol.unnumbered,
ul.checklist {
    margin-left: .625em
}

ul.checklist li>p:first-child>.fa-square-o:first-child,
ul.checklist li>p:first-child>.fa-check-square-o:first-child {
    width: 1em;
    font-size: .85em
}

ul.checklist li>p:first-child>input[type="checkbox"]:first-child {
    width: 1em;
    position: relative;
    top: 1px
}

ul.inline {
    margin: 0 auto .625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

ul.inline>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block
}

ul.inline>li>* {
    display: block
}

.unstyled dl dt {
    font-weight: 400;
    font-style: normal
}

ol.arabic {
    list-style-type: decimal
}

ol.decimal {
    list-style-type: decimal-leading-zero
}

ol.loweralpha {
    list-style-type: lower-alpha
}

ol.upperalpha {
    list-style-type: upper-alpha
}

ol.lowerroman {
    list-style-type: lower-roman
}

ol.upperroman {
    list-style-type: upper-roman
}

ol.lowergreek {
    list-style-type: lower-greek
}

.hdlist>table,
.colist>table {
    border: 0;
    background: none
}

.hdlist>table>tbody>tr,
.colist>table>tbody>tr {
    background: none
}

td.hdlist1 {
    padding-right: .75em;
    font-weight: bold
}

td.hdlist1,
td.hdlist2 {
    vertical-align: top
}

td>div.verse {
    white-space: pre;
}

.imageblock.left,
.imageblock[style*="float: left"] {
    margin: .25em .625em 1.25em 0
}

.imageblock.right,
.imageblock[style*="float: right"] {
    margin: .25em 0 1.25em .625em
}

.imageblock>.title {
    margin-bottom: 0
}

.imageblock.thumb,
.imageblock.th {
    border-width: 6px
}

.imageblock.thumb>.title,
.imageblock.th>.title {
    padding: 0 .125em
}

.image.left,
.image.right {
    margin-top: .25em;
    margin-bottom: .25em;
    display: inline-block;
}

.image.left {
    margin-right: .625em
}

.image.right {
    margin-left: .625em
}

a.image {
    text-decoration: none
}

table td.content {
    line-height: 20px
}

.admonitionblock td.content>.title,
.audioblock>.title,
.exampleblock>.title,
.imageblock>.title,
.listingblock>.title,
.literalblock>.title,
.stemblock>.title,
.openblock>.title,
.paragraph>.title,
.quoteblock>.title,
table.tableblock>.title,
.verseblock>.title,
.videoblock>.title,
.dlist>.title,
.olist>.title,
.ulist>.title,
.qlist>.title,
.hdlist>.title {
    color: #7a2518;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .25em;
    line-height: 16px
}

.admonitionblock td.content>.title,
.audioblock>.title,
.exampleblock>.title,
.imageblock>.title,
.listingblock>.title,
.literalblock>.title,
.stemblock>.title,
.openblock>.title,
.paragraph>.title,
.quoteblock>.title,
table.tableblock>.title,
.verseblock>.title,
.videoblock>.title,
.dlist>.title,
.olist>.title,
.ulist>.title,
.qlist>.title,
.hdlist>.title {
    text-rendering: optimizeLegibility;
    text-align: left;
    font-size: 1rem;
    font-style: italic;
}

.admonitionblock>table {
    border-collapse: separate;
    border: 0;
    background: none;
    width: 100%;
    padding-bottom: 1em
}

.admonitionblock>table td.icon {
    padding-right: 1.25em;
    text-align: center;
    width: 80px
}

.admonitionblock>table td.icon img {
    max-width: none
}

.admonitionblock>table td.icon .title {
    font-weight: bold;
    text-transform: uppercase
}

.admonitionblock>table td.content {
    padding-left: 1.125em;
    padding-right: 1.25em;
    border-left: 1px solid #ddddd8;
    color: rgba(0, 0, 0, .6)
}

.admonitionblock>table td.content>:last-child>:last-child {
    margin-bottom: 0
}

span.icon>.fa {
    cursor: default
}

.admonitionblock td.icon [class^="fa icon-"] {
    padding: 5px;
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    cursor: default
}

.admonitionblock td.icon .icon-note:before {
    content: "\f05a";
    color: #19407c
}

.admonitionblock td.icon .icon-tip:before {
    content: "\f0eb";
    text-shadow: 1px 1px 2px rgba(155, 155, 0, .8);
    color: #111
}

.admonitionblock td.icon .icon-warning:before {
    content: "\f071";
    color: #bf6900
}

.admonitionblock td.icon .icon-caution:before {
    content: "\f06d";
    color: #bf3400
}

.admonitionblock td.icon .icon-important:before {
    content: "\f06a";
    color: #bf0000
}

ul.checklist li>p:first-child>.fa-square-o:first-child,
ul.checklist li>p:first-child>.fa-check-square-o:first-child {
    width: 1em;
    font-size: .85em
}

.sidebarblock > .content {
    background-color: #f8f8f6;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0.5em;
    margin: 3px 0 3px 0;
}

div.infoblock {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-color: #faebcc;
}

span.aqua {
    color:#00bfbf
}
.black {
    color:#000
}
.blue {
    color:#0000bf
}
.fuchsia {
    color:#bf00bf
}
.gray {
    color:#606060
}
.green {
    color:#006000
}
.lime {
    color:#00bf00
}
.maroon {
    color:#600000
}
.navy {
    color:#000060
}
.olive {
    color:#606000
}
.purple {
    color:#600060
}
.red {
    color:#bf0000
}
.silver {
    color:#909090
}
.teal {
    color:#006060
}
.white {
    color:#bfbfbf
}
.yellow {
    color:#bfbf00
}

.codeblock {
    font: 14px 'Courier New';
    overflow: auto;
    background: #efefef;
    border-radius: 4px;
    padding: 10px;
    transition: 0.2s ease transform;
    transform: scaleY(1);
    transform-origin: top;
 }

.codeblock > * {
    white-space: pre;
    font-family: "Courier New";
}

.hidden {
    transform: scaleY(0);
    height: 0px;
}

.toggle {
    cursor: pointer;
    text-decoration: underline
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

button, input, select {
    font-family: inherit;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

pre {
  white-space: pre-wrap;
}

details {
  padding-bottom: 8px;
}

details > summary {
  list-style: none;
  background-color: #f1f2f7;
  border-radius: 2px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
}

details summary:before {
  color: #7f8085;
  font-family: 'FontAwesome';
  content: '\f0da';
  padding-left: 4px;
  padding-right: 8px;
}

details[open] summary:before {
  content: '\f0d7';
}
