/* The extra CSS for doxygen */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto+Mono:wght@100;200;400;600&family=Roboto:wght@100;300;400;500&display=swap');

body, table, div, p, dl {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: hsl(0, 0%, 5%);
    line-height: 150%;
}

tt, code, kbd, samp {
    display: inline-block;
    direction: ltr;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
}

/* link color */
a {
    color: #305ab1;
}

a:visited {
    color: #305ab1;
}


/* Puts a stop to the overuse of bold emphasis :) */
b {
    font-weight: 400;
}

/* headings */
h1 {
    font-size: 130%;
    line-height: 195%;
}

h2 {
    font-size: 110%;
    line-height: 165%;
}

h3 {
    font-size: 90%;
    line-height: 135%;
}

h1, h2, h3 {
    border-bottom: 2px solid hsl(0, 0%, 85%);
    padding-bottom: 10px;
    margin-top: 40px;
    padding-left:2px;
    color: hsl(0, 0%, 20%);
    font-family: 'Roboto Condensed', sans-serif;
}

h2, h3 {
    border-bottom: 2px solid hsl(0, 0%, 85%);
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left:2px;
    color: hsl(0, 0%, 20%);
    font-family: 'Roboto Condensed', sans-serif;
}

h4, h5, h6 {
    margin-top: 40px;
    color: hsl(0, 0%, 20%);
    font-family: 'Roboto Condensed', sans-serif;
}

h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
    text-shadow: None;
    background-color: #f5f8fd;
}

h1, h2, h3, h4, h5, h6
{
    margin-right: 2px;
}

div.header {
    background-image: none;
    background-color: transparent;
    color: hsl(0, 0%, 10%);
    border-bottom: 2px solid hsl(0, 0%, 85%);
}

#doc-content div.header {
    max-width: none;
    margin-right: 10%;
}

th {
    border-bottom: 2px solid hsl(0, 0%, 95%);
    margin-top: 40px;
    color: hsl(0, 0%, 10%);
    font-family: 'Roboto Condensed', sans-serif;
}

hr {
    border-top: 1px solid #bbb;
}

address {
    color: hsl(0, 0%, 10%);
}

/* code entity pages */

h2.groupheader {
    border-bottom: 2px solid hsl(0, 0%, 85%);
    padding-bottom: 10px;
    margin-top: 40px;
    color: hsl(0, 0%, 20%);
}

tr.heading h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, 
.memTemplItemRight, .memTemplParams {
    background-color: hsl(0deg 0% 98%);
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: hsl(0, 0%, 10%);
}

.memItemLeft, .memTemplItemLeft {
    white-space: normal;
    min-width: 400px;
}

.memitem {
    padding: 0;
    margin-bottom: 40px;
    margin-right: 5px;
    filter: drop-shadow(1px 1px 1px #ddd);
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -ms-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
    display: table !important;
    width: 100%;
}

.memname {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
}

.memproto, dl.reflist dt {
    border-style: none;
    color: hsl(0, 0%, 10%);
    background-color: hsl(0, 0%, 95%);
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
}

.memdoc, dl.reflist dd {
    border-width: 0;
    background-color: hsl(0, 0%, 99%);
    background-image: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-box-shadow: none;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-box-shadow: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
}

span.mlabel {
    border-radius: 5px;
    background-color: hsl(0, 0%, 87%);
    color: hsl(0, 0%, 10%);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px 15px 5px 15px;
    font-size: 12px;
}

td.mlabels-right {
    vertical-align: top;
    padding: 4px;
    white-space: nowrap;
}

.inherit_header {
    font-weight: 400;
    color: hsl(0, 0%, 50%);
    cursor: pointer;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inherit_header td {
    padding: 20px 0px 0px 0px;
}

.paramname {
    color: hsl(0, 0%, 40%);
}

.params dt, .tparams dt, .section.return dt {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}

.params .paramname, .retval .paramname, .tparams .paramname, .exception 
.paramname {
    font-weight: 400;
    vertical-align: top;
}

.params, .retval, .exception, .tparams {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
}

/* directory listings */

.directory td.entry a {
    outline: none;
    padding: 5px 20px 5px 20px;
}

.directory td.desc {
    width: 100%;
    border-left: 2px solid hsl(0, 0%, 95%);
    padding: 5px 20px 5px 20px;
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
}

/* class index */

.classindex dl.odd {
    background-color: hsl(0deg 0% 98%);
}

div.qindex, div.navtab {
    padding: 10px 30px 10px 30px;
    text-align: left;
}

.contents {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
}

div.contents {
    padding-right: 10%;
}

/* image */

/*
.image {
    text-align: left;
}
*/

.headerindex {
    height: 90px;
    background-image: url(maxon_logo.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.title {
    text-align: left;
    overflow: hidden;
    font-size: 200%;
    line-height: 150%;
    position: relative;
    left: 8px;
    color: hsl(0, 0%, 20%);
    font-family: 'Roboto Condensed', sans-serif;
}

.indextitle {
    text-align: left;
    font-size: 300%;
    position: relative;
    left: 0px;
    top: 16px;
}

.indexsubtitle {
    position: relative;
    left: 0px;
    top: 26px;
}

.contents a:visited {
    color: #4665A2;
}

/* highlights */

#highlight table.mlabels {
    background-color: #b2c0db;
}

.highlight {
    color:  hsl(0, 0%, 10%);
    background-color: #b2c0db;
    text-shadow: none;
}

.header .highlight {
    color: hsl(0, 0%, 10%);
    background-color: white;
}

#titlearea
{
    border-bottom: none;
}

.arrow {
    color: #9B9B9B;
}

.directory .levels span {
    color: #4665A2;
}

.memSeparator {
    border-bottom: 1px solid #eee;
}

.memtitle {
    display: none;
}

#searchInput {
    border: none;
    background: hsl(0, 0%, 97%);
    font-family: 'Roboto';
    font-size: 16px;
}

/* search */

#searchSelectWindow {
    border: none;
    width: 200px;
    background-color: hsl(0, 0%, 90%);
    padding: 10px;
}

.SelectItem {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

#searchFilter {
    background-color: hsl(0, 0%, 90%);
    border:  none;
}

#searchType {
    background-color: hsl(0, 0%, 90%);
    border:  none;
}

#searchBarDiv {
    width: 100%;
    height: 35px;
}

/* serach buttons */

#searchBarMagIconDiv {
    position: absolute;
    top: 29px;
    left: 3px;
}

#searchBarCloseIconDiv {
    position: absolute;
    top: 30px;
    right: 10px;
}

/* sync button */

#nav-sync {
    right: 5px;
}


#searchInput {
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    outline: 2px solid hsl(0, 0%, 90%);
    height: 30px;
}

a.SelectItem:hover
{
    background-color: #545454;
}

.searchItem:hover span {
    color: #666666;
}

ul {
    padding-left: 20px;
    /* firefox specific markup */
    -moz-padding-start: 20px;
    /* webkit specific markup */
    -webkit-padding-start: 20px;
}

.icon {
    background-color: #bbb;
}

div.directory {
    border-top: none;
    border-bottom: none;
}

#side-nav {
    filter: drop-shadow(2px 2px 2px #ddd);
    width: 300px;
}

.navpath li.footer
{
    color: hsl(0, 0%, 10%);
}

.navpath li.footer a
{
    color: hsl(0, 0%, 10%);
}

.navpath li.footer a:visited
{
    color: hsl(0, 0%, 10%);
}

.navpath ul
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: hsl(0, 0%, 10%);
    background-color: white;
    border: solid 1px #C2CDE4;
}

.navpath li.navelem a
{
    text-shadow: none;
}

/* table of contents */

div.toc li.level1 {
    margin-left: 0px;
    color: hsl(0, 0%, 10%);
}

div.toc li.level1 a{
    color: hsl(0, 0%, 10%);
}

div.toc {
    background-color: white;
    border: none;
    border-radius: 0px;
    top: 40px;
    width: auto;
    z-index: 2;
}

div.toc li {
    background-image: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

div.toc h3 {
    color: hsl(0, 0%, 25%);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

div.line.glow {
    background-color: #3867c5;
    box-shadow: 0 0 10px #3867c5;
}

div.fragment {
    background-color: hsl(0, 0%, 99%);
    border: none;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 2px 2px #ddd;
}

pre.fragment {
    border: 1px solid #bbb;
}

body {
    background-color: white;
}

td.indexkey {
    background-color: white;
}

td.indexvalue {
    background-color: white;
}

memberdecls td.glow, .fieldtable tr.glow {
    background-color: #305ab1;
    box-shadow: 0 0 15px #305ab1;
}

.memitem.glow {
    box-shadow: 0 0 15px #305ab1;
}

div.summary a, div.summary a:visited {
    color: hsl(0, 0%, 10%);
}

.header a, .header a:visited {
    color: hsl(0, 0%, 10%);
}

table {
    border-color: #eee;
}

table.doxtable {
    border-collapse: separate;
    margin-top: 0px;
    border: none;
    vertical-align: text-top;
}

table.doxtable th {
    background-color: hsl(0, 0%, 97%);
    color: hsl(0, 0%, 20%);
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
}

table.doxtable td, table.doxtable th {
    border: none;
    vertical-align: text-top;
}

table.stripped {
    border-spacing: 2px;
}

table.stripped tr:nth-child(even) {
    background-color: #eee;
}

table.stripped th, td {
    text-align: left;
    padding: 4px;
}

table.code {
    font-family: monospace, fixed;
    font-size: 13px;
}

/* Field table */

table.fieldtable {
    border: none;
}

.fieldtable th {
    background-image: none;
    font-size: 16px;
    color: hsl(0, 0%, 10%);
    background-color: hsl(0, 0%, 95%);
    border-bottom: none;
}

.fieldtable td.fieldname {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    border-right: none;
    border-bottom: none;
    background-color: hsl(0, 0%, 97%);
}

.fieldtable td.fielddoc {
    border-bottom: none;
    font-size: 16px;
    background-color: hsl(0, 0%, 97%);
}

.fieldtable td.fielddoc p{
    font-size: 16px;
}

/* tree-view */

#nav-tree {
    background-image: none;
    background-color: hsl(0, 0%, 95%);
    overflow-x: hidden;
    padding-top: 5px;
}

#nav-tree .selected {
    background-image: none;
    background-color: hsl(0, 0%, 90%);
    text-shadow: none;
}

#nav-tree .selected a {
    color: hsl(225deg 50% 25%);
}

#nav-tree a {
    color: hsl(0, 0%, 10%);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

#nav-tree a:hover {
    text-decoration: underline;
}

#nav-tree .item {
    margin-bottom: 5px;
}

.ui-resizable-e {
    background: transparent;
    border: none;
    width:4px;
}

.navpath ul {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 10%);
    border: none;
    filter: drop-shadow(0px 2px 2px #ddd);
}

.navpath li.navelem a
{
    color: hsl(0, 0%, 10%);
}

.navpath li.navelem a:hover
{
    color: hsl(0, 0%, 10%);
    text-decoration: underline;
}

/* addition for node api */

table.nodeAPI
{
    border-color: #2D4068;
    border-spacing: 0;
    /* border-collapse: collapse; */
}

.nodeAPI td .image {
    text-align: left;
}

.nodeAPI caption
{
    text-align: left;
    padding-left: 5px;
}

.nodeAPI tr
{
    border-bottom: 1px solid #ddd;
}
.nodeAPI tr:last-child
{
    border-bottom: 5px solid #efefef;
}
.nodeAPI td
{
    border-right: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top:10px;
    
}

.nodeAPI td:last-child
{
    border: none;
}

.FrontPages td:first-child
{
    width: 250px;
}


/* addition for home page */

table.homepage
{
    width: 100%;

}

.homepage td
{
    width: 33%;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.homepage li
{
    padding-bottom: 5px;
}
div.textblock
{
    max-width: 1000px;
}

div.summary {
    display: none;
}

#doc-content {
    padding-left: 8%;
}

/* .PageDoc
{
    padding-left: 8%;
} */

.fragment
{
    border-radius: 5px;
}

#nav-tree-contents
{
    padding-left: 20px;
}

div.header {
    margin-left: 10px;
    max-width: 1000px;
}

div.headertitle
{
    margin-left: -10px;
}

/* Style for the "Related" tables.*/

table.relatedTable
{
    border-collapse: collapse;
    border: none;
    vertical-align: text-top;
    width: 100%;
}

.relatedTable td, th
{
    padding: 10px;
    vertical-align: text-top;
}

.relatedTableCategory
{
    font-weight: 500;
    width: 15%;
    vertical-align: top;
}

.relatedTableCategoryEmpty
{
    width: 15%;
    vertical-align: top;
}

.relatedTableItem
{
    width: 30%;
    vertical-align: top;
}

.relatedTableDescription
{
    width: 55%;
    text-align: justify;
    vertical-align: top;
}

/* Style for figures.*/
.figure {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.figure-image {
  padding: 5px;
  margin-top: 5px;
}

.figure-image-raised {
  padding: 5px;
  margin-top: 5px;
}

.figure-image-raised img {
    border: 1px solid transparent;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 2px #ddd);
}

.figure-caption {
    padding: 20px;
    font-size: 13px;
    text-align: justify;
}

/* Overwrite the hyper-aggressive link style of Doxygen so that the eye is 
not constantly forced to jump, i.e., in order to increase readability */

a.el {
    font-weight: initial!important;
}

/* Slightly increased font size from 13pt for a more pleasant reading 
experience for code listings. */

div.line {
    font-size: 15px;
    min-height: 15px;
    line-height: 125%;
}

/* The search results */

#searchFrameDiv {
    overflow-x: hidden;
    padding-left: 20px;
}

.searchItem {
    margin-bottom: 2px;
}

.searchItemSelected
{
    overflow: hidden;
    padding-left: 5px;
    width:100%;
    white-space:nowrap;
    background-image: none;
    background-color: hsl(0, 0%, 40%);
    color: white;
    text-shadow: none;
}

.searchItem:hover
{
    background-color: hsl(0, 0%, 70%);
    background-image: none;
    text-shadow: none;
}

.searchItem a:hover
{
    text-decoration: none;
}

.searchItemName{
    color: hsl(0, 0%, 30%);
    font-size: 14px;
}

.searchItemName b{
    color: hsl(0, 0%, 5%);
    font-size: 14px;
    font-family: 'Roboto Mono', monospace;
}

#searchToggleBarDiv 
{
    background-color: hsl(0, 0%, 95%);;
    text-shadow: none;
}

#searchToggleBarDiv:hover
{
    background-color: hsl(0, 0%, 80%);
    text-shadow: none;
}

#searchToggleBarSpan
{
    color: hsl(0, 0%, 10%);
}

.searchInfoTxt
{
    background-color: #eee;
}

#searchContainerDiv
{
    background-color: hsl(0, 0%, 95%);
}

#searchToggleBarDiv {
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
}

#searchToggleBarSpan{
    font-size: 12px;
    padding-left: 10px;
}

/* notes and warnings */

dl.warning, dl.attention {
    border-color: #eb8282;
}

dl.note {
    border-color: #e9c951;
}

.section dd
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.warning,.note 
{
    border-left:10px solid;
}

.section dt
{
    margin-left: 10px;
    font-weight: 500;
}

/* scrollbars */

::-webkit-scrollbar 
{
    width: 15px;
}
::-webkit-scrollbar-track 
{
    margin: 2px;
    background: transparent; 
}
::-webkit-scrollbar-thumb 
{
    background: hsl(0, 0%, 80%); 
    border: 1px solid hsl(0, 0%, 75%);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover 
{
    background: hsl(0, 0%, 70%);  
}

html, body {
    overflow-y: hidden;
}

/* example output container below code listings */

.exampleOutput {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px 10px 10px 5px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 2px solid hsl(0, 0%, 95%);
}

/* Not yet documented div style */
.nyd {
    color:  hsl(0, 0%, 50%);
}

.fragment {
    text-align: left;
    direction: ltr;
    overflow: hidden;
  }

/* Disable Link in Page title*/
.title a {
    pointer-events: none;
    font-weight: bold!important;
}