.cdp {
    padding-bottom: 67px;
    padding-top: 0px;
}

.cdp h1 {
    line-height: 1.2;
}

.cdp h1 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.cdp [name=toc] {
    color: unset;
}

.cdp ul {
    margin-top: 14px;
}

.cdp table {
    width: unset !important;
}

.cdp ul {
    padding-left: 40px;
    padding-right: unset;
}

.cdp img {
    box-sizing: content-box;
    vertical-align: unset;
}

.cdp code {
    background-color: unset;
    font-family: monospace;
    font-size: unset;
    padding: unset;
}

.cdp pre {
    border: unset;
    font-family: monospace;
}

.cdp {
    font: normal 400 14px/1.2 Arial;
    margin: 0;
    font-family: Arial, Helvetica;
    color: #313131;
    text-align: left;
    background-color: #f7fafc;
}

.cdp p {
    line-height: 1.3em;
    margin-top: 0.2em;
    margin-bottom: 1em;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.cdp img {
    margin-left: 0px;
    height: auto;
    border: 1px solid #f2f2f2;
    max-width: calc(100%);
}

.cdp .sidebar {
    float: left;
    width: 20%;
    padding-right: 20px;
    box-sizing: border-box;
}

.cdp .context {
    display: inline-block;
    width: 80%;
    background-color: white;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cdp .figCaption {
    transform: translateY(-15px);
    color: #606366;
    font-size: 95%;
    margin-left: 3px;
    font-style: italic;
}

.cdp .descr {
    text-align: left;
    vertical-align: top;
}

.cdp .name {
    font-weight: 100;
}

.cdp tt {
    text-align: left;
}

.cdp blockquote
{
    --blockquote-font-size: unset;
}

.cdp .comment
{
    padding: unset;
    border: unset;
    box-shadow: unset;
}

/*
-----------
links
-----------
*/

.cdp a:link {
    color: #005e89;
    text-decoration: none;
    text-align: left;
}

.cdp a:hover {
    color: #005e89;
    text-align: left;
}

.cdp a:visited {
    color: #005e89;
    text-align: left;
}

.cdp a:visited:hover {
    color: #005e89;
    text-align: left;
}

/*
-----------
offline viewing: HTML links display an icon
-----------
*/

.cdp a[href*="http://"], .cdp a[href*="ftp://"], .cdp a[href*="https://"] {
    text-decoration: none;
    background-image: url(../images/ico_out.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    text-align: left;
}

.cdp .flags {
    text-decoration: none;
    text-height: 24px;
}

/*
-------------------------------
NOTE styles
-------------------------------
*/

.cdp .notetitle,
.cdp .tiptitle,
.cdp .fastpathtitle {
    font-weight: bold;
}

.cdp .attentiontitle,
.cdp .cautiontitle,
.cdp .dangertitle,
.cdp .importanttitle,
.cdp .remembertitle,
.cdp .restrictiontitle {
    font-weight: bold;
}

.cdp .plus {
    background: url(../images/ico_plus.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .navigate {
    background: url(../images/ico_navigate.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerA {
    background: url(../images/ico_pointerA.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerB {
    background: url(../images/ico_pointerB.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerC {
    background: url(../images/ico_pointerC.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerD {
    background: url(../images/ico_pointerD.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerE {
    background: url(../images/ico_pointerE.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerF {
    background: url(../images/ico_pointerF.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerG {
    background: url(../images/ico_pointerG.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerH {
    background: url(../images/ico_pointerH.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerI {
    background: url(../images/ico_pointerI.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerJ {
    background: url(../images/ico_pointerJ.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .pointerK {
    background: url(../images/ico_pointerK.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 19px;
}

.cdp .note,
.cdp .tip,
.cdp .fastpath {
    background: #f2f2f2 url(../images/ico_note.png);
    border: 5px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0px;
    padding-left: 40px;
    color: #666666;
    margin: 10px;
}

.cdp .column {
    float: left;
    width: 50%;
}

.cdp .columns {
    display: table;
}

.cdp .columns:after {
    content: "";
    clear: both;
}

.cdp .monospace {
    background-color: #f7fafc;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding-left: 20px;
    font-color: #000000;
    font-size: 13px;
    margin-left: 10px;
}

.cdp .nowrap {
    white-space: nowrap;
}

.cdp .attention,
.cdp .caution,
.cdp .danger,
.cdp .important,
.cdp .remember,
.cdp .restriction {
    background: #f2f2f2 url(../images/ico_note_attention.png);
    border: 5px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0px;
    padding-left: 40px;
    color: #666666;
    margin: 10px;
}

/*
-------------------------------
Top navigation
-------------------------------
*/

.cdp .qtref {
    display: block;
    position: relative;
    height: 15px;
    z-index: 1;
    font-size: 11px;
    padding-right: 10px;
    float: right;
}

.cdp .naviNextPrevious {
    clear: both;
    display: block;
    position: relative;
    text-align: right;
    top: -10px;
    float: right;
    height: 20px;
    z-index: 1;
    padding-right: 10px;
    padding-top: 2px;
    margin: 0px;
}

.cdp .naviNextPrevious.headerNavi,
.cdp p.naviNextPrevious + p {
    display: none;
}

.cdp .naviNextPrevious > a:first-child {
    background-image: url(../images/btn_prev.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    height: 20px;
    padding-left: 20px;
}

.cdp .naviNextPrevious > a:last-child {
    background-image: url(../images/btn_next.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    height: 20px;
    margin-left: 30px;
}

/*
-----------
footer and license
-----------
*/

.cdp .footer {
    text-align: left;
    padding-top: 45px;
    padding-left: 5px;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 10px;
    border-top: 1px solid #999;
}

.cdp .footer p {
    line-height: 14px;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.cdp .footer a[href*="http://"], .cdp a[href*="ftp://"], .cdp a[href*="https://"] {
    font-weight: bold;
}

.cdp .footerNavi {
    width: auto;
    text-align: right;
    margin-top: 47px;
    z-index: 1;
}

.cdp .navigationbar {
    display: block;
    z-index: 1;
    padding-top: 2px;
    margin-bottom: 10px;
}

.cdp .navigationbar .first {
    background: url(../images/home.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.cdp .navigationbar ul {
    margin: 0px;
    padding: 0px;
}

.cdp .navigationbar ul li {
    list-style-type: none;
    padding-top: 2px;
    padding-left: 4px;
    margin: 0;
}

.cdp .navigationbar li {
    display: inline-block;
}

.cdp .navigationbar li a {
    display: block;
    text-decoration: none;
    background: url(../images/arrow_bc.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 17px;
}

.cdp #buildversion {
    font-style: italic;
    font-size: small;
    float: right;
}

/*
-----------
headers
-----------
*/

@media screen {
    .cdp .title {
        color: #33393d;
        font-size: 20px;
        font-weight: normal;
        left: 0;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 170px;
        padding-top: 20px;
        right: 0;
        top: 0;
        background-color: #e6e6e6;
        border-bottom: 1px #ccc solid;
        font-weight: bold;
        margin: 0 -20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.cdp .context h1 {
    margin-top: 0;
    content: "";
}

.cdp .context h2,
.cdp p.h2 {
    font: 500 1.75em/1.2 Arial;
    font-weight: 100;
    padding: 7px 7px 7px 0px;
    margin-bottom: 1em;
    margin-top: 1.5em;
    border-bottom: #e0e0de 1px solid;
    max-width: 99%;
}

.cdp h3,
.cdp p.h3 {
    font: 500 1.5em/1.2 Arial;
    font-weight: 100;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0.5em;
    margin-top: 1em;
    border-bottom: #e0e0de 1px solid;
    max-width: 99%;
}

.cdp h4,
.cdp p.h4 {
    font: 500 1em/1.2 Arial;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0.25em;
    margin-top: 1em;
    max-width: 99%;
}

.cdp span.fn {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background-color: #f7fafc;
    word-spacing: 3px;
    padding: 5px 5px;
    text-decoration: none;
    font-weight: bold;
    max-width: 75%;
    font-size: 14px;
    margin: 0px;
    margin-top: 45px;
}

.cdp .name {
    color: #0988b7;
    font-weight: bold;
    font-family: sans-serif;
}

.cdp .type {
    color: #006286;
}

.cdp .nmspace h3,
.cdp .class h3,
.cdp .relnonmem h3,
.cdp .types h3,
.cdp .func h3,
.cdp .vars h3,
.cdp .macros h3,
.cdp .prop h3 {
    font: 500 1em/1.2 monospace;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.5em;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    margin-top: 2.5em;
}

.cdp .nmspace p,
.cdp .class p,
.cdp .relnonmem p,
.cdp .types p,
.cdp .func p,
.cdp .vars p,
.cdp .macros p,
.cdp .prop p {
    font: 500 1em/1.3 Arial;
    margin-bottom: 0.5em;
    margin-left: 2em;
}

.cdp .nmspace table,
.cdp .class table,
.cdp .relnonmem table,
.cdp .types table,
.cdp .func table,
.cdp .vars table,
.cdp .macros table,
.cdp .prop table {
    margin-left: 3em;
}

.cdp .nmspace ul,
.cdp .class ul,
.cdp .relnonmem ul,
.cdp .types ul,
.cdp .func ul,
.cdp .vars ul,
.cdp .macros ul,
.cdp .prop ul {
    margin-left: 3em;
}

.cdp .nmspace ol,
.cdp .class ol,
.cdp .relnonmem ol,
.cdp .types ol,
.cdp .func ol,
.cdp .vars ol,
.cdp .macros ol,
.cdp .prop ol {
    margin-left: 3em;
}

@media print {
    .cdp .title {
        color: #0066cb;
        font-family: Arial, Helvetica;
        font-size: 32px;
        font-weight: normal;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* Brief description */
.cdp .small-subtitle + p {
    padding-top: 1em;
}

/* Wraptext */
.cdp .wraptext pre {
    white-space: pre-wrap;
}

/*
-----------------
table styles
-----------------
*/

.cdp .table img {
    border: none;
    margin-left: 0px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
}

/* table with border alternative colours */

.cdp pre {
    border-radius: 5px;
    background-color: rgb(232, 235, 239);
}

.cdp pre::-webkit-scrollbar {
    background-color: rgb(232, 235, 239);
    height: 10px;
    border-radius: 5px;
}

.cdp pre::-webkit-scrollbar-thumb {
    background-color: rgb(188, 190, 193);
    border-radius: 5px;
}

.cdp .content table,
.cdp .content pre {
    border-collapse: collapse;
    margin-bottom: 25px;
    margin-left: 10px;
    font-size: 0.857em;
    line-height: 1.2;
    width: initial;
}

.cdp table tr.even {
    background-color: white;
    color: #66666e;
}

.cdp table tr.odd {
    background-color: #f7fafc;
    color: #66666e;
}

.cdp table thead {
    text-align: left;
    padding-left: 20px;
    background-color: #e1e0e0;
    border-left: none;
    border-right: none;
}

.cdp table thead th {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d1d1d1;
    padding-right: 10px;
}

.cdp table th {
    text-align: left;
    padding-left: 20px;
}

.cdp .content table td,
.cdp .content table th {
    padding: 3px 15px 3px 20px;
    border: #e6e6e6 solid 1px;
}

.cdp .propsummary td {
    border: none;
}

.cdp .alignedsummary td {
    border: none;
}

.cdp .alignedsummary tr {
    border-bottom: #e6e6e6 solid 1px;
}

.cdp .alignedsummary tr:last-child {
    border-bottom: none;
}

.cdp .alignedsummary .memItemRight {
    border-left: #e6e6e6 solid 1px;
}

.cdp table p {
    margin: 0px;
}

/* table borderless & white */

.cdp .borderless {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
    border: 1px solid #fff;
}

.cdp .borderless tr {
    background-color: #fff;
    color: #66666e;
}

.cdp .borderless td {
    border: none;
    border-bottom: #fff dotted 1px;
}

/*
-----------
List
-----------
*/

.cdp ul {
    margin-bottom: 1.5em;
}

.cdp li {
    margin-top: 0.8em;
    padding-left: 8px;
    list-style: outside;
    list-style-type: square;
    text-align: left;
}

.cdp ol {
    margin: 10px;
    padding: 0;
}

.cdp ol > li {
    margin-left: 30px;
    padding-left: 8px;
    list-style: decimal;
}

.cdp .centerAlign {
    text-align: left;
}

.cdp .cpp {
    display: block;
    margin: 10px;
    overflow: auto;
    padding: 10px 10px 10px 10px;
}

.cdp .js {
    display: block;
    margin: 10px;
    overflow: auto;
    padding: 20px 20px 20px 20px;
}

.cdp .memItemLeft {
    padding-right: 3px;
}

.cdp .memItemRight {
    padding: 3px 15px 3px 3px;
    border-left: #e6e6e6 solid 1px;
}

.cdp .qml {
    display: block;
    margin: 10px;
    overflow: auto;
    padding: 20px 20px 20px 20px;
}

.cdp .qmldefault {
    padding-left: 5px;
    float: right;
    color: red;
}

.cdp .qmlreadonly {
    padding-left: 5px;
    float: right;
    color: #254117;
}

.cdp .rightAlign {
    padding: 3px 5px 3px 10px;
    text-align: right;
}

.cdp .qmldoc {
    margin-left: 15px;
}

/*
-----------
Content table
-----------
*/

@media print {
    .cdp .toc,
    .cdp .sectionlist {
        padding-bottom: 10px;
        padding-top: 50px;
        width: 100%;
        background-image: url(../images/bgrContent.png);
        background-position: top;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media screen {
    .cdp .toc,
    .cdp .sectionlist {
        vertical-align: top;
        background: #fff url(../images/bgrContent.png);
        background-position: top;
        background-repeat: repeat-x;
        padding-left: 5px;
        height: auto;
        text-align: left;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

.cdp .toc h3,
.cdp .sidebar-content h2 {
    text-decoration: none;
    border-bottom: none;
    font: 500 14px/1.2 Arial;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 5px;
}

.cdp .toc ul,
.cdp .sectionlist ul {
    padding-left: 10px;
    padding-right: 5px;
}

.cdp .toc ul li,
.cdp .sectionlist ul li {
    margin-left: 0px;
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 0px;
}

.cdp .toc .level1 {
    border: none;
}

.cdp .toc .level2 {
    border: none;
    margin-left: 10px;
}

.cdp .toc .level3 {
    border: none;
    margin-left: 15px;
}

.cdp .toc .level4 {
    border: none;
    margin-left: 35px;
}

.cdp .clearfix {
    clear: both;
}

/*
-----------
Landing page
-----------
*/

.cdp .col-group {
    white-space: nowrap;
    vertical-align: top;
}

.cdp .landing h2 {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
    font-size: 18px;
}

.cdp .landing a,
.cdp .landing li {
    font-size: 13px;
    font-weight: bold !important;
}

.cdp .col-1 {
    display: inline-block;
    white-space: normal;
    width: 70%;
    height: 100%;
    float: left;
}

.cdp .col-2 {
    display: inline-block;
    white-space: normal;
    width: 20%;
    margin-left: 5%;
    position: relative;
    top: -20px;
}

.cdp .col-1 h1 {
    margin: 20px 0 0 0;
}

.cdp .col-1 h2 {
    font-size: 18px;
    font-weight: bold !important;
}

.cdp .landingicons {
    display: inline-block;
    width: 100%;
}

.cdp .icons1of3 {
    display: inline-block;
    width: 33.3333%;
    float: left;
}

.cdp .icons1of3 h2 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */

/* plain text */
.cdp .pln {
    color: #000;
}

@media screen {
    /* string content */
    .cdp .str {
        color: #080;
    }

    /* a keyword */
    .cdp .kwd {
        color: #008;
    }

    /* a comment */
    .cdp .com {
        color: #800;
    }

    /* a type name */
    .cdp .typ {
        color: #606;
    }

    /* a literal value */
    .cdp .lit {
        color: #066;
    }

    /* punctuation, lisp open bracket, lisp close bracket */
    .cdp .pun,
    .cdp .opn,
    .cdp .clo {
        color: #660;
    }

    /* a markup tag name */
    .cdp .tag {
        color: #008;
    }

    /* a markup attribute name */
    .cdp .atn {
        color: #606;
    }

    /* a markup attribute value */
    .cdp .atv {
        color: #080;
    }

    /* a declaration; a variable name */
    .cdp .dec,
    .cdp .var {
        color: #606;
    }

    /* a function name */
    .cdp .fun {
        color: red;
    }
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
    .cdp .str {
        color: #060;
    }

    .cdp .kwd {
        color: #006;
        font-weight: bold;
    }

    .cdp .com {
        color: #600;
        font-style: italic;
    }

    .cdp .typ {
        color: #404;
        font-weight: bold;
    }

    .cdp .lit {
        color: #044;
    }

    .cdp .pun,
    .cdp .opn,
    .cdp .clo {
        color: #440;
    }

    .cdp .tag {
        color: #006;
        font-weight: bold;
    }

    .cdp .atn {
        color: #404;
    }

    .cdp .atv {
        color: #060;
    }
}

/* Put a border around prettyprinted code snippets. */
.cdp pre.prettyprint {
    padding: 2px;
    border: 1px solid #888;
}

/* Specify class=linenums on a pre to get line numbering */
/* IE indents via margin-left */
.cdp ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.cdp li.L0,
.cdp li.L1,
.cdp li.L2,
.cdp li.L3,
.cdp li.L5,
.cdp li.L6,
.cdp li.L7,
.cdp li.L8 {
    list-style-type: none;
}

/* Alternate shading for lines */
.cdp li.L1,
.cdp li.L3,
.cdp li.L5,
.cdp li.L7,
.cdp li.L9 {
    background: #eee;
}

.cdp #main-title-bar {
    letter-spacing: -0.31em;
}

.cdp #main-title-bar .search-bar {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.cdp #main-title-bar h1 {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
