/*
  Custom CSS for download page.
*/

.qdb_dropdown {
    margin-bottom: .75rem;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: linear-gradient(110.42deg,#112A48 99.44%,#0D102F 0.86% );
}
.qdb_dropdown_option {
    background-color: #112A48;
}
.qdb_code {
    display: block;
    font-family: monospace;
    color: #ffffff;
    margin: 10px;
    padding: 1rem;
    background: linear-gradient(110.42deg,#112A48 99.44%,#0D102F 0.86% );
    text-align: left;
}
.qdb_tooltip_left {
    margin-left: 10px;
    margin-bottom: 10px;
}
.qdb_tooltip_right {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Jupyter-sphinx restyling */
div.jupyter_container {
    background-color: inherit !important;
    border: 0px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.jupyter_container div.code_cell {
    background-color: inherit !important;
    border: 0px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: left;
    border-radius: 0;
}

.jupyter_container div.cell_output {
    margin-top: 10px;
}

.jupyter_cell table tr th {
    white-space: nowrap;
    font-weight: normal;
    color: rgba(255,255,255) !important;
}

.jupyter_cell table tr th {
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
    color: rgba(255,255,255) !important;
}

.jupyter_cell table thead tr th {
    font-weight: bold;
}

.headerlink {
    color: transparent;
}

#block_header span {
    display: none;
}


#localtoc ul {
    margin-bottom: 0.75em;
    padding-left: 15px;
}

#block_localtoc li a {
    color: #dddddd;
}

#block_localtoc li.current > a {
    font-weight: bold;
    color: #ffffff;
}

.content_holder a {
    text-decoration: none;
}

.container {
    max-width: 1480px;
}

#block_body h1 {
    display: none;
}

#block_body h2, h3, h4, h5 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

#block_body blockquote {
    font-weight: normal;
    background: transparent;
    border: 0;
    padding-left: 1.25em;
}

#block_body blockquote table {
    font-weight: normal;
    background: transparent;
    border: 0;
}



#block_body blockquote ul,
#block_body blockquote ol {
    margin-bottom: 0;
}

#block_body blockquote a {
    font-weight: bold;
}

#block_body .nbinput .input_area  {
    border: 0;
}

#block_body .input_area pre,
#block_body .highlight pre {
    /* color: rgba(208,218,252,.8); */
    font-size: smaller;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #0D102F;
    border: 1px solid #182951;
    overflow: initial;
    white-space: pre-wrap; /* ensure code blocks wrap text */
}

#block_body .highlight .hll {
    background: rgba(208,218,252,.8);
    color: #0D102F;
}

#block_body .prompt pre {
    margin-top: 0;
    padding: 0;
    background: transparent !important;
    border: 0;
}

#block_body .output_area pre {
    margin-top: 0;
}

div.nboutput.container div.output_area.stderr {
    overflow: hidden;
    background: transparent !important;
}

div.nboutput.container div.output_area.stderr pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* pygments */
#block_body .input_area .highlight {
    background: #0f203f !important;
}



#block_body [role="tablist"] {
    border-bottom: 1px solid rgb(24, 41, 81) !important;
}

#block_body .sphinx-tabs-panel {
    border-top: 0;
    border-left: 1px solid #0f203f !important;
    border-right: 1px solid #0f203f !important;
    border-bottom: 1px solid #0f203f !important;
    background: transparent;
    padding: 1.25em;
}


#block_body .sphinx-tabs-tab {
    height: 48px;
    color: rgba(208,218,252,.8);
    background: transparent;
    padding: 0.75em;
}

#block_body .sphinx-tabs-tab[aria-selected="true"] {
    color: #ffffff;
    font-weight: bold;
    background: #0f203f;
    border: 0;
    border-bottom: 0;
}

ul, ol {
    list-style-position: outside !important;
}

ul.simple p {
    margin-bottom: 0.25rem;
}

ol.simple p {
    margin-bottom: 0.25rem;
}

#block_body .output_area pre {
    background: transparent;
    margin-bottom: 1.25em;
    font-size: 0.75em;
}


table {
    width: 100% !important;
}
table tr td {
    background: #0f203f  !important;
    border: 0px solid #0D102F !important;
    text-align: left !important;
}

#block_body div.rendered_html td {
    white-space: nowrap;
}

#block_body div.rendered_html th {
    white-space: nowrap;
}

.dataframe thead th {
    text-align: left !important;
}

.dataframe tbody th {
    width: 100px;
    background: #0f203f  !important;
}


table thead tr th {
    text-align: left;
    background: #182951 !important;
    border: 0px solid #0D102F !important;
    color: rgba(255,255,255) !important;
}

table tr th p {
    margin-bottom: 0 !important;
}



table {
    border-width: 0;
    color: rgba(208,218,252,.8) !important;
}


table th {
    overflow: hidden;
}
