@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400;500&family=Roboto:wght@300;400;500;700;900&display=swap');

/* --- -------------------------------------------------------------------------------------------*/

:root {
    /* --- Defines -------------------------------------------------------------------------------*/
    --brd-radius-normal: 5px;
    --fnt-family-roboto: 'Roboto', Arial, Helvetica, sans-serif;
    --fnt-family-roboto-mono: 'Roboto Mono', 'Courier New', Courier, monospace;
    --shd-normal: 0px 2px 4px hsl(0 0% 0% / 10%);
    --col-text-very-light: hsl(0 0% 60%);
    --col-text-light: hsl(0 0% 40%);
    --col-text: hsl(0 0% 20%);
    --col-code-bg: hsl(0 0% 97%);
    --col-link: #305ab1;
    --col-gray-medium: hsl(0 0% 90%);
    --col-gray-light: hsl(0 0% 97%);
    --col-gray-light-darker: hsl(0 0% 93%);
    --col-gray-very-light: hsl(0 0% 99%);
    --col-gray: hsl(0 0% 80%);
    --col-warning: hsl(0, 50%, 75%);
    --col-note: hsl(210, 50%, 75%);
    --col-see-also: hsl(40, 50%, 75%);
    --brd-solid-1px: 1px solid #dee2e6;
    --brd-solid-1px-light: 1px solid #dee2e6;
    --val-siderbar-width: 280px;
}


/* --- Styles ------------------------------------------------------------------------------------*/

html {
    scroll-padding-top: 60px;
    scroll-behavior: initial !important;
}

body {
    font-family: var(--fnt-family-roboto);
    font-size: 14px;
    background-color: white;
    color: var(--col-text);
    padding: 0;
    margin: 0 20px;
}

.h1,
h1 {
    font-size: 2rem !important;
}

.h2,
h2 {
    font-size: 1.5rem !important;
}

.h3,
h3,
.h4,
h4,
.h5,
h5 {
    font-size: 1.25rem !important;
    color: var(--col-text-light);
}

input {
    color: var(--col-text);
    border-radius: var(--brd-radius-normal);
}

li {
    line-height: 150%;
}

pre,
code {
    font-family: var(--fnt-family-roboto-mono);
    color: var(--col-text);
}

strong {
    font-weight: 400;
}

.subtable {
    background-color: #fcfcfc;
}

img {
    border-radius: var(--brd-radius-normal);
    margin: 20px;
    max-width: 100%;
}

dt {
    font-weight: 400;
}

div.document {
    background-color: white;
    font-size: 16px;
    width: 100%;
}

div.highlight {
    margin: 20px 0px;
}

.logo {
    position: relative;
    top: 15px;
    background-image: url(c_bottom.png);
    margin: 0px;
    height: 40px;
    width: 229px;
    padding-top: 20px;
}

.section p cite {
    word-break: break-all;
}

.method em,
.staticmethod em,
.classmethod em,
.function em,
.method cite,
.staticmethod cite,
.classmethod cite,
.function cite {
    font-family: 'Roboto Mono', 'Courier New', Courier, monospace;
    font-style: normal;
}

cite,
:not(ul.simple) td:not(:first-child) .docutils.literal {
    font-size: 85%;
    background-color: hsla(0 0% 0% / 3%);
    padding: 1px 6px;
    border-radius: 5px;
    font-style: normal;
    font-family: 'Roboto Mono', 'Courier New', Courier, monospace;
}

span.sig-paren {
    margin: 0px 5px;
}

.method em a,
.staticmethod em a,
.classmethod em a,
.function em a {
    color: var(--col-link);
}

div.documentwrapper {
    margin-left: 4px;
    margin-bottom: 4px;
    float: left;
    width: 99.5%;
    display: flex;
    justify-content: center;
}

/* div.bodywrapper {
    margin: 0 0 0 var(--val-siderbar-width);
} */

div.body {
    background-color: white;
    padding: 0 0 0 100px;
    width: 1200px;
}

.sphinxsidebarwrapper {
    font-size: 15px;
    font-weight: 400;
    padding: 12px;
    padding-left: 40px;
    position: fixed;
    width: var(--val-siderbar-width);
    left: -8px;
    margin-top: 35px;
}

@media (max-width: 1500px) {
    div.bodywrapper {
        margin: 0;
    }
    div.body {
        padding: 0;
        width: 100%;
    }
    .sphinxsidebarwrapper {
        position: initial;
    }
    .sphinxsidebarwrapper ul {
        display: none;
    }
    .figure-in-row img {
        width: 100% !important;
    }
    .sphinxsidebarwrapper #searchbox {
        position: absolute;
        right: 20px;
        top: 80px;
    }
}

@media (min-width: 1501px) {
    .figure-in-row img {
        width: -webkit-fill-available !important;
        max-width: 600px;
    }
}

.sphinxsidebarwrapper>h3 {
    display: none;
}

div.sphinxsidebar {
    float: left;
    width: 230px;
    margin-left: -100%;
    font-size: 11px;
    overflow-wrap: break-word;
}

div.clearer {
    clear: both;
}

div.footer {
    color: var(--col-text-very-light) !important;
    font-size: 10px;
    width: 100%;
    padding: 9px 0 9px 0;
    text-align: center;
}

div.footer a {
    color: var(--col-text-very-light) !important;
}

div.related {
    color: var(--col-text);
    padding: 10px 0;
    background-color: white;
    position: sticky;
    top: 0;
    width: 99.5%;
    z-index: 1;
}

div.related {
    border-bottom: 1px solid hsl(0 0% 80%);
    font-size: 14px;
}

div.related ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

div.related li {
    display: inline;
}

div.related li.right {
    float: right;
    margin-right: 5px;
    color: var(--col-text);
}


/* ::: TOC :::: */

div.sphinxsidebar h3 {
    color: var(--col-text);
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div.sphinxsidebar h4 {
    color: var(--col-text);
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
}

div.sphinxsidebar p {
    color: var(--col-text);
}

div.sphinxsidebar p.topless {
    margin: 5px 10px 10px 10px;
}

div.sphinxsidebar ul {
    margin: 20px 5px;
    padding: 0;
    list-style: none;
    color: var(--col-text);
}

div.sphinxsidebar ul ul,
div.sphinxsidebar ul.want-points {
    margin-left: 20px;
    list-style: circle;
}

div.sphinxsidebar ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

div.sphinxsidebar a {
    color: var(--col-text-light);
}

div.sphinxsidebar input {
    border: var(--brd-solid-1px-light);
}


/* :::: MODULE CLOUD :::: */

div.modulecloud {
    margin: -5px 10px 5px 10px;
    padding: 10px;
    line-height: 160%;
    border: 1px solid #cbe7e5;
    background-color: #f2fbfd;
}

div.modulecloud a {
    padding: 0 5px 0 5px;
}


/* :::: SEARCH :::: */


/* search textfield */

.search-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--brd-solid-1px-light);
    border-radius: var(--brd-radius-normal);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .1);
}

form.search {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

form.search>input {
    width: 100%;
}

div.linkbox {
    background-color: white;
    margin: 5px 0px 0px 0px;
    width: 229px;
    padding: 10px 0px 5px 0px;
}

div.linkbox ul {
    list-style: square !important;
    list-style-position: inside !important;
    color: #444;
}

div.linkbox a,
div.linkbox span {
    color: var(--col-link);
    font-family: monospace;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

ul.search {
    margin: 10px 0 0 20px;
    padding: 0;
}

ul.search li {
    padding: 5px 0 5px 20px;
    background-image: url(file.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
}

ul.search li a {
    font-weight: bold;
}

ul.search li div.context {
    color: #888;
    margin: 2px 0 0 30px;
    text-align: left;
}

ul.keywordmatches li.goodmatch a {
    font-weight: bold;
}


/* :::: COMMON FORM STYLES :::: */

div.actions {
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #cbe7e5;
    border-bottom: 1px solid #cbe7e5;
    background-color: #e0f6f4;
}

form dl {
    color: #333;
}

form dt {
    clear: both;
    float: left;
    min-width: 110px;
    margin-right: 10px;
    padding-top: 2px;
}

input#homepage {
    display: none;
}

div.error {
    margin: 5px 20px 0 0;
    padding: 5px;
    border: 1px solid #d00;
    font-weight: bold;
}


/* :::: INLINE COMMENTS :::: */

div.inlinecomments {
    position: absolute;
    right: 20px;
}

div.inlinecomments a.bubble {
    display: block;
    float: right;
    background-image: url(comment.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    line-height: 14px;
    font-weight: bold;
    color: var(--col-text);
}

div.inlinecomments a.bubble span {
    display: none;
}

div.inlinecomments a.emptybubble {
    background-image: url(nocomment.png);
}

div.inlinecomments a.bubble:hover {
    background-image: url(hovercomment.png);
    text-decoration: none;
    color: #3ca0a4;
}

div.inlinecomments div.comments {
    float: right;
    margin: 25px 5px 0 0;
    max-width: 50em;
    min-width: 30em;
    border: 1px solid #2eabb0;
    background-color: #f2fbfd;
    z-index: 150;
}

div#comments {
    border: 1px solid #2eabb0;
    margin-top: 20px;
}

div#comments div.nocomments {
    padding: 10px;
    font-weight: bold;
}

div.inlinecomments div.comments h3,
div#comments h3 {
    margin: 0;
    padding: 0;
    background-color: #2eabb0;
    color: white;
    border: none;
    padding: 3px;
}

div.inlinecomments div.comments div.actions {
    padding: 4px;
    margin: 0;
    border-top: none;
}

div#comments div.comment {
    margin: 10px;
    border: 1px solid #2eabb0;
}

div.inlinecomments div.comment h4,
div.commentwindow div.comment h4,
div#comments div.comment h4 {
    margin: 10px 0 0 0;
    background-color: #2eabb0;
    color: white;
    border: none;
    padding: 1px 4px 1px 4px;
}

div#comments div.comment h4 {
    margin: 0;
}

div#comments div.comment h4 a {
    color: #d5f4f4;
}

div.inlinecomments div.comment div.text,
div.commentwindow div.comment div.text,
div#comments div.comment div.text {
    margin: -5px 0 -5px 0;
    padding: 0 10px 0 10px;
}

div.inlinecomments div.comment div.meta,
div.commentwindow div.comment div.meta,
div#comments div.comment div.meta {
    text-align: right;
    padding: 2px 10px 2px 0;
    color: #538893;
    border-top: 1px solid #cbe7e5;
    background-color: #e0f6f4;
}

div.commentwindow {
    position: absolute;
    width: 500px;
    border: 1px solid #cbe7e5;
    background-color: #f2fbfd;
    display: none;
    z-index: 130;
}

div.commentwindow h3 {
    margin: 0;
    background-color: #2eabb0;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

div.commentwindow div.actions {
    margin: 10px -10px 0 -10px;
    padding: 4px 10px 4px 10px;
    color: #538893;
}

div.commentwindow div.actions input {
    border: 1px solid #2eabb0;
    background-color: white;
    color: #135355;
    cursor: pointer;
}

div.commentwindow div.form {
    padding: 0 10px 0 10px;
}

div.commentwindow div.form input,
div.commentwindow div.form textarea {
    border: 1px solid #3c9ea2;
    background-color: white;
    color: var(--col-text);
}

div.commentwindow div.error {
    margin: 10px 5px 10px 5px;
    background-color: #fbe5dc;
    display: none;
}

div.commentwindow div.form textarea {
    width: 99%;
}

div.commentwindow div.preview {
    margin: 10px 0 10px 0;
    background-color: #70d0d4;
    padding: 0 1px 1px 25px;
}

div.commentwindow div.preview h4 {
    margin: 0 0 -5px -20px;
    padding: 4px 0 0 4px;
    color: white;
}

div.commentwindow div.preview div.comment {
    background-color: #f2fbfd;
}

div.commentwindow div.preview div.comment h4 {
    margin: 10px 0 0 0!important;
    padding: 1px 4px 1px 4px!important;
}


/* :::: SUGGEST CHANGES :::: */

div#suggest-changes-box input,
div#suggest-changes-box textarea {
    border: 1px solid #ccc;
    background-color: white;
    color: var(--col-text);
}

div#suggest-changes-box textarea {
    width: 99%;
    height: 400px;
}


/* :::: PREVIEW :::: */

div.preview {
    background-image: url(preview.png);
    padding: 0 20px 20px 20px;
    margin-bottom: 30px;
}


/* :::: INDEX PAGE :::: */

table.contentstable {
    margin-bottom: 50px;
}

table.contentstable td {
    padding-right: 10px;
}

table.contentstable p.biglink {
    line-height: 150%;
}

.biglink {
    margin-top: 10px;
}

a.biglink {
    font-size: 20px;
}

span.linkdescr {
    padding-top: 5px;
    color: #777;
    font-size: 14px;
    font-weight: normal;
}


/* :::: INDEX STYLES :::: */

table.indextable td {
    text-align: left;
    vertical-align: top;
}

table.indextable dl,
table.indextable dd {
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
}

table.indextable tr.pcap {
    height: 10px;
}

table.indextable tr.cap {
    margin-top: 10px;
    background-color: #f2f2f2;
}

img.toggler {
    margin-right: 3px;
    margin-top: 3px;
    cursor: pointer;
}

form.pfform {
    margin: 10px 0 20px 0;
}


/* :::: GLOBAL STYLES :::: */

.docwarning {
    background-color: #ffe4e4;
    padding: 10px;
    margin: 0 -20px 0 -20px;
}

p.subhead {
    font-weight: bold;
    margin-top: 20px;
}

a {
    color: var(--col-link);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: var(--col-link);
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-weight: 400;
    padding: 0 0 5px 0;
    margin: 40px 0px 20px 0px;
    border-bottom: var(--brd-solid-1px);
}

div.body h1>a,
div.body h2>a,
div.body h3>a,
div.body h4>a,
div.body h5>a,
div.body h6>a {
    color: var(--col-text);
}

a.headerlink {
    color: var(--col-link);
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
}

h1:hover>a.headerlink,
h2:hover>a.headerlink,
h3:hover>a.headerlink,
h4:hover>a.headerlink,
h5:hover>a.headerlink,
h6:hover>a.headerlink,
dt:hover>a.headerlink {
    visibility: visible;
}

a.headerlink:hover {
    background-color: var(--col-link);
    color: white;
}

div.body p,
div.body dd,
div.body li {
    text-align: left;
}

div.body p.caption {
    text-align: inherit;
}

div.body td {
    text-align: left;
}

ul.fakelist {
    list-style: none;
    margin: 10px 0 10px 20px;
    padding: 0;
}

.field-list ul {
    padding-left: 1em;
}

.first {
    margin-top: 0 !important;
    background-color: transparent;
}


/* "Footnotes" heading */

p.rubric {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
}


/* "Topics" */

div.topic,
div.admonition {
    background-color: var(--col-gray-light);
    border-radius: 0 var(--brd-radius-normal) var(--brd-radius-normal) 0;
    padding: 20px 40px 20px 40px;
    margin: 20px 0;
    width: auto;
}

div.topic {
    border-left: 4px solid var(--col-gray);
}

p.topic-title {
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}


/* Admonitions */

div.admonition dt {
    font-weight: bold;
}

div.admonition dl {
    margin-bottom: 0;
}

div.admonition p {
    display: inline;
}

div.seealso {
    border-left: 4px solid var(--col-see-also);
}

div.warning {
    border-left: 4px solid var(--col-warning);
}

div.note {
    border-left: 4px solid var(--col-note);
}

.admonition .line-block {
    padding-top: 10px;
    color: var(--col-text-light);
}

p.admonition-title {
    font-weight: 400;
    font-size: 18px;
    padding-right: 20px;
}

div.body p.centered {
    text-align: center;
    margin-top: 25px;
}

table.docutils {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.docutils table {
    margin-left: 55px;
    width: auto;
    border-spacing: 4px;
}

.reference.internal .pre {
    font-size: 14px;
}


/**
 * symbol table for c4d flags
 */

table.docutils td tr {
    margin: 14px;
    vertical-align: middle;
    position: relative;
    left: 150px;
    background-color: #E5E5E5;
}

table.docutils th {
    color: #333
}

table.docutils td,
table.docutils th {
    padding: 2px 50px 2px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: none;
    vertical-align: top;
}

table.field-list td,
table.field-list th {
    border: 0 !important;
}

table.field-list {
    margin: 5px;
}

.field-name {
    width: 100px;
}

table.footnote td,
table.footnote th {
    border: 0 !important;
}

.field-list {
    margin-top: 20px;
}

.field-list ul {
    margin: 0;
    padding-left: 1em;
}

.field-list li {
    margin: 10px;
}

.field-list p {
    margin: 0;
}

.field-list strong {
    font-weight: 500;
}

dl {
    margin-bottom: 10px;
    clear: both;
}

ul {
    padding-left: 12px;
    list-style: circle;
}

li::marker {
    color: #777;
}

dd p {
    margin: 0 0 1rem;
    padding: 0;
}

ul dd,
ul dt,
table ul {
    background-color: transparent;
    margin-bottom: 0;
}

table ul {
    background-color: #E5E5E5;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* remove the redundant class bars Cinema API modules only */

.section[id^=c4d]>.class>dt {
    display: none;
}

.class>dd {
    background-color: transparent;
}

.classmethod,
.data,
.staticmethod,
.method,
.function,
.attribute {
    border-radius: var(--brd-radius-normal);
    box-shadow: var(--shd-normal);
    margin: 40px 0;
}

.classmethod .highlight,
.data .highlight,
.staticmethod .highlightdt,
.method .highlight,
.function .highlight,
.attribute .highlight {
    margin-right: 30px;
}

.classmethod dt,
.data dt,
.staticmethod dt,
.method dt,
.function dt,
.attribute dt {
    padding: 5px 10px 5px 10px;
}

.classmethod>dt,
.data>dt,
.staticmethod>dt,
.method>dt,
.function>dt,
.attribute>dt {
    background-color: hsl(0 0% 95%);
    color: var(--col-text-light);
    font-weight: 400;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px 5px 0 0;
    font-family: var(--fnt-family-roboto-mono);
}

.classmethod code,
.data code,
.staticmethod code,
.method code,
.function code,
.attribute code {
    font-size: 16px;
}

.classmethod>dd,
.data>dd,
.staticmethod>dd,
.method>dd,
.function>dd,
.attribute>dd {
    border-radius: 0 0 5px 5px;
    display: block;
    padding: 15px;
    width: auto;
}

dt>.property,
dt>code.sig-prename.descclassname,
dt>code.sig-name.descname {
    font-size: 16px;
    font-weight: 500;
    color: var(--col-text);
}

dd {
    clear: both;
    overflow: hidden;
    display: inline-block;
    background-color: hsl(0 0% 99%);
    padding-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    text-indent: 0px;
    padding-left: 10px;
    margin-left: 0px;
}

.refcount {
    color: #060;
}

.highlight {
    border-radius: var(--brd-radius-normal);
    background-color: var(--col-code-bg) !important;
    box-shadow: var(--shd-normal);
    width: 100%;
}

.method .highlight,
.data .highlight,
.function .highlight {
    box-shadow: none;
    background-color: transparent !important;
    border-radius: 0px !important;
    border-bottom: 1px solid hsl(0 0% 95%);
    margin-top: -10px;
}

.data .admonition .highlight,
.function .admonition .highlight {
    margin-top: 0;
}

.highlight .gp,
.highlight .k,
.highlight .kc,
.highlight .kn,
.highlight .kt,
.highlight .nd,
.highlight .nn,
.highlight .nt,
.highlight .ow {
    font-weight: normal !important;
}

.highlight .nc,
.highlight .nf {
    font-weight: 500 !important;
}

.highlight .c1,
.highlight .sd,
.highlight .s1,
.highlight .si {
    font-style: normal !important;
}

dt:target,
.highlight {
    color: var(--col-link);
}

.highlight-python {
    text-indent: 0px;
    font-size: 11px;
}

.highlight .s2 {
    color: #a04040!important;
}

dl.glossary dt {
    font-weight: bold;
    font-size: 1.1em;
}

th {
    text-align: left;
    padding-right: 5px;
}

.mrow {
    background-color: #eee;
}

.hd {
    background-color: #ccc;
}

pre {
    color: var(--col-text);
    font-size: 14px;
    padding: 20px 40px;
    overflow: auto;
    border-radius: var(--brd-radius-normal);
    line-height: 150%;
    font-weight: 400;
    white-space: pre-wrap;
}

td.linenos pre {
    padding: 5px 0px;
    border: 0;
    background-color: transparent;
    color: #aaa;
}

table.highlighttable {
    margin-left: 0.5em;
}

table.highlighttable td {
    padding: 0 0.5em 0 0.5em;
}

tt {
    margin-left: 3px;
    background-color: #ecf0f3;
    padding: 0 1px 0 1px;
    font-size: 12px;
    font-style: normal;
}

tt.descname {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: transparent;
}

tt.descclassname {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    background-color: transparent;
}

tt.xref,
a tt {
    background-color: transparent;
    font-weight: bold;
}

.footnote:target {
    background-color: #ffa
}

h1 tt,
h2 tt,
h3 tt,
h4 tt,
h5 tt,
h6 tt {
    background-color: transparent;
}

.optional {
    font-size: 1.3em;
}

.versionadded,
.versionchanged {
    margin: 4px 0 4px 0;
}

.versionmodified {
    padding: 2px 10px 2px 10px;
    background-color: hsl(0 0% 92%);
    border-radius: var(--brd-radius-normal);
}

form.comment {
    margin: 0;
    padding: 10px 30px 10px 30px;
    background-color: #eee;
}

form.comment h3 {
    background-color: #326591;
    color: white;
    margin: -10px -30px 10px -30px;
    padding: 5px;
    font-size: 1.4em;
}

form.comment input,
form.comment textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 100%;
}

form.comment input[type="text"] {
    width: 240px;
}

form.comment textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.system-message {
    background-color: #fda;
    padding: 5px;
    border: 3px solid red;
}


/* :::: PRINT :::: */

@media print {
    div.document,
    div.documentwrapper,
    div.bodywrapper {
        margin: 0;
        width: 90%;
    }
    div.sphinxsidebar,
    div.footer,
    div#comments div.new-comment-box,
    #top-link {
        display: none;
    }
}


/* Added by Sebastian Rath (c) 2009 */


/* Topic Title */

.cto {
    padding: 5px;
    background-color: #cbccbc;
    color: #333;
    border-left: none;
    border-right: none;
    overflow: hidden;
}


/* Added by Maxime Adam (c) 2020 */

table p {
    display: block;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul.simple li p {
    display: block;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.toctree-wrapper.compound {
    margin-bottom: 10px;
}

dt.field-even,
dt.field-odd {
    background-color: transparent;
    border-bottom: var(--brd-solid-1px);
    color: #333;
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
}


/* special container for the type hierarchies in Cinema API module pages*/

.container-types {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
    padding: 0;
}

.container-types>* {
    margin: 20px;
}


/* container to stack items in a row */

.container-row {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    padding: 0;
}

.container-row>* {
    margin-right: 30px !important;
}

.container-row>*:last-child {
    margin-right: 0 !important;
}

.container-row>.highlight-py {
    width: -webkit-fill-available;
    margin: 0 20px 0 0;
}

.container-row .highlight {
    width: 100%;
}

.container-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}


/* Figures */

.figure {
    width: fit-content;
    padding: 0;
    text-align: center;
}

.figure img {
    margin: 30px auto;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.container-row .figure img,
.container-column .figure img {
    margin: 0 auto;
    padding: 0;
}

.caption {
    text-align: center !important;
    font-size: 14px;
    color: var(--col-text-light);
    margin-top: 10px;
}


/* Icon Index */

.icon-index {
    display: flex;
    margin: 20px 0;
}

.icon-index-button {
    background-color: var(--col-gray-light);
    border: none;
    border-radius: var(--brd-radius-normal);
    color: var(--col-text-very-light);
    padding: 2px 10px;
    margin-right: 10px;
}

.icon-index-button:hover {
    background-color: var(--col-gray-light-darker);
}

#icon-index-left {
    min-width: 740px;
}

#icon-index-right {
    min-width: 350px;
}

.float-box {
    position: sticky;
    top: 50px;
}

.icon-container {
    display: flex;
    flex-direction: column;
    margin: 0px 5px;
}

.icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 5px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border: none;
    margin: 5px;
    border-radius: 5px;
    min-width: 110px;
    max-width: 110px;
    width: 110px;
}

.selected,
.icon-item:hover {
    background-color: hsl(0 0% 95%);
}

.icon-item-data code,
#icon-selection code {
    color: hsl(0 0% 40%);
}

#icon-selection .icon-item-data-container {
    margin-bottom: 30px;
    border-top: var(--brd-solid-1px-light);
}

.icon-item-title {
    color: hsl(0 0% 60%);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    padding: 2px 5px;
}

.icon-item-data {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    background-color: var(--col-gray-very-light);
    border-radius: var(--brd-radius-normal);
    border: var(--brd-solid-1px);
    padding: 5px;
}

.icon-item-data-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px;
}

.icon-item .icon-item-data {
    display: none;
}

.icon-item:hover .icon-item-data {
    display: flex;
    position: absolute;
    z-index: 1;
    margin-left: 500px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    margin-top: 25px;
    margin-bottom: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--brd-radius-normal);
}