:root {
    --color-bs-todo: #d99530;
    --color-bs-opt: #2c589f;
}

div#doxygen-stubs img {
	box-shadow: unset;
}
div#doxygen-stubs tr,
div#doxygen-stubs td {
	background-color: transparent;
	border: none;
	font-size: 1rem;
	padding: 0px;
}
div#doxygen-stubs table {
	background-color: transparent;
	margin: 0px;
	font-size: 1rem;
	width: auto;
	border: none;
}

div#doxygen-stubs div.image {
	display: inline-block;
	margin: 10px;
	text-align: center;
}

div#doxygen-stubs div.title {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 12px;
}
div#doxygen-stubs div.caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.5em;
}
div#doxygen-stubs div.qindex {
	width: 100%;
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	padding: 2px;
	line-height: 140%;
}
div#doxygen-stubs div.navpath {
	position: absolute;
	visibility: hidden;
}
div#doxygen-stubs div.navtab {
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}
div#doxygen-stubs div.ttc {
	visibility: hidden;
	position: absolute;
}
div#doxygen-stubs a.qindex {
	text-decoration: none;
	font-weight: bold;
	color: #1A419D;
}
div#doxygen-stubs a.qindex:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1A419D
}
div#doxygen-stubs a.qindex:hover {
	text-decoration: none;
	background-color: #ddddff;
}
div#doxygen-stubs a.qindexHL {
	text-decoration: none;
	font-weight: bold;
	background-color: #6666cc;
	color: var(--color-white);
	border: 1px double #9295C2;
}
div#doxygen-stubs a.qindexHL:hover {
	text-decoration: none;
	background-color: #6666cc;
	color: var(--color-white);
}
div#doxygen-stubs a.qindexHL:visited {
	text-decoration: none;
	background-color: #6666cc;
	color: var(--color-white)
}
div#doxygen-stubs a.el {
	text-decoration: none;
	font-weight: bold
}
div#doxygen-stubs a.elRef {
	font-weight: bold
}
div#doxygen-stubs a.code:link {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF
}
div#doxygen-stubs a.code:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF
}
div#doxygen-stubs a.codeRef:link {
	font-weight: normal;
	color: #0000FF
}
div#doxygen-stubs a.codeRef:visited {
	font-weight: normal;
	color: #0000FF
}
div#doxygen-stubs dl.el {
	margin-left: -1cm
}
div#doxygen-stubs dl {
	margin-bottom: 7px;
}
div#doxygen-stubs .fragment {
	font-family: monospace, fixed;
	font-size: 95%;
	border: 1px solid var(--color-ContentBorders);
	background-color: var(--color-ContentRegions);
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 8px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#doxygen-stubs .fragment .line {
	white-space: pre;
}
div#doxygen-stubs div.ah {
	background-color: black;
	font-weight: bold;
	color: var(--color-white);
	margin-bottom: 3px;
	margin-top: 3px
}

div#doxygen-stubs div.groupHeader {
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}
div#doxygen-stubs div.groupText {
	margin-left: 16px;
	font-style: italic;

}
div#doxygen-stubs td.indexkey {
	background-color: #e8eef2;
	font-weight: bold;
	padding-right  : 10px;
	padding-top    : 2px;
	padding-left   : 10px;
	padding-bottom : 2px;
	margin-left    : 0px;
	margin-right   : 0px;
	margin-top     : 2px;
	margin-bottom  : 2px;
	border: 1px solid #CCCCCC;
}
div#doxygen-stubs td.indexvalue {
	background-color: #e8eef2;
	font-style: italic;
	padding-right  : 10px;
	padding-top    : 2px;
	padding-left   : 10px;
	padding-bottom : 2px;
	margin-left    : 0px;
	margin-right   : 0px;
	margin-top     : 2px;
	margin-bottom  : 2px;
	border: 1px solid #CCCCCC;
}
div#doxygen-stubs tr.memlist {
	background-color: #f0f0f0;
}
div#doxygen-stubs p.formulaDsp {
	text-align: center;
}
div#doxygen-stubs img.formulaDsp {
}
div#doxygen-stubs img.formulaInl {
	vertical-align: middle;
}
div#doxygen-stubs span.keyword       { color: #008000 }
div#doxygen-stubs span.keywordtype   { color: #604020 }
div#doxygen-stubs span.keywordflow   { color: #e08000 }
div#doxygen-stubs span.comment       { color: #800000 }
div#doxygen-stubs span.preprocessor  { color: #806020 }
div#doxygen-stubs span.stringliteral { color: #002080 }
div#doxygen-stubs span.charliteral   { color: #008080 }
div#doxygen-stubs span.vhdldigit     { color: #ff00ff }
div#doxygen-stubs span.vhdlchar      { color: #000000 }
div#doxygen-stubs span.vhdlkeyword   { color: #700070 }
div#doxygen-stubs span.vhdllogic     { color: #ff0000 }
div#doxygen-stubs .container TABLE {
	font-size: 100%;
}
div#doxygen-stubs .container TD {
	vertical-align: top;
}
div#doxygen-stubs .mdescLeft {
	padding: 0px 8px 4px 8px;
	font-style: italic;
	background-color: var(--color-ContentRegions);
	border-top: 1px none var(--color-ContentBorders);
	border-right: 1px none var(--color-ContentBorders);
	border-bottom: 1px none var(--color-ContentBorders);
	border-left: 1px none var(--color-ContentBorders);
	margin: 0px;
}
div#doxygen-stubs .mdescRight {
	padding: 0px 8px 4px 8px;
	font-style: italic;
	background-color: var(--color-ContentRegions);
	border-top: 1px none var(--color-ContentBorders);
	border-right: 1px none var(--color-ContentBorders);
	border-bottom: 1px none var(--color-ContentBorders);
	border-left: 1px none var(--color-ContentBorders);
	margin: 0px;
}
div#doxygen-stubs .memItemLeft {
	padding: 1px 0px 0px 8px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: var(--color-ContentBorders);
	border-right-color: var(--color-ContentBorders);
	border-bottom-color: var(--color-ContentBorders);
	border-left-color: var(--color-ContentBorders);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: var(--color-ContentRegions);
}
div#doxygen-stubs .memItemRight {
	padding: 1px 8px 0px 8px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: var(--color-ContentBorders);
	border-right-color: var(--color-ContentBorders);
	border-bottom-color: var(--color-ContentBorders);
	border-left-color: var(--color-ContentBorders);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: var(--color-ContentRegions);
}
div#doxygen-stubs .memTemplItemLeft {
	padding: 1px 0px 0px 8px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: var(--color-ContentBorders);
	border-right-color: var(--color-ContentBorders);
	border-bottom-color: var(--color-ContentBorders);
	border-left-color: var(--color-ContentBorders);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: var(--color-ContentRegions);
}
div#doxygen-stubs .memTemplItemRight {
	padding: 1px 8px 0px 8px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: var(--color-ContentBorders);
	border-right-color: var(--color-ContentBorders);
	border-bottom-color: var(--color-ContentBorders);
	border-left-color: var(--color-ContentBorders);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: var(--color-ContentRegions);
}
div#doxygen-stubs .memTemplParams {
	padding: 1px 0px 0px 8px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: var(--color-ContentBorders);
	border-right-color: var(--color-ContentBorders);
	border-bottom-color: var(--color-ContentBorders);
	border-left-color: var(--color-ContentBorders);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: var(--color-TextLightKontrast);
	background-color: var(--color-ContentRegions);
}
div#doxygen-stubs .search {
	color: #003399;
	font-weight: bold;
}
div#doxygen-stubs form.search {
	margin-bottom: 0px;
	margin-top: 0px;
}
div#doxygen-stubs input.search {
	font-size: 75%;
	color: #000080;
	font-weight: normal;
	background-color: #e8eef2;
}
div#doxygen-stubs td.tiny {
	font-size: 75%;
}
div#doxygen-stubs .dirtab {
	padding: 4px;
	border-collapse: collapse;
	border: 1px solid #84b0c7;
}
div#doxygen-stubs th.dirtab {
	background: #e8eef2;
	font-weight: bold;
}
div#doxygen-stubs hr {
	height: 1px;
	border: none;
	border-top: 1px solid black;
}

/* Style for detailed member documentation */
div#doxygen-stubs .memtemplate {
	font-size: 80%;
	color: var(--color-TextLightKontrast);
	font-weight: normal;
	margin-left: 3px;
}
div#doxygen-stubs .memnav {
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}
div#doxygen-stubs .memitem {
	padding: 4px;
	background-color: var(--color-ContentRegions);
	border: 1px solid var(--color-ContentBorders);
	margin: 10px;
}
div#doxygen-stubs dl.todo {
	color: var(--color-bs-todo);
}
div#doxygen-stubs dl.todo > dt a.el {
	color: var(--color-bs-todo);
}
div#doxygen-stubs .todoitem {
	border: 2px solid var(--color-bs-todo);
}
div#doxygen-stubs dl.opt {
	color: var(--color-bs-opt);
}
div#doxygen-stubs dl.opt > dt a.el {
	color: var(--color-bs-opt);
}
div#doxygen-stubs .optitem:not(.todoitem) {
	border: 2px solid var(--color-bs-opt);
}
div#doxygen-stubs dl.attention {
	background-color: var(--color-phil-ci-hell);
	padding: 1ex;
}
div#doxygen-stubs dl.note {
	background-color: #fcf8e3;
    border: 1px solid #faebcc;
	padding: 1ex;
}
div#doxygen-stubs .memname {
	white-space: nowrap;
	font-weight: bold;
}
div#doxygen-stubs .mlabels-right {
	font-weight: bold;
	margin: 1px 5px;
	width: 100%;
	text-align: right;
}
div#doxygen-stubs .mlabels-right .mlabel {
	color: var(--color-FAU);
	font-size: .8em;
	border: 1px dashed var(--color-FAU);
}
div#doxygen-stubs .mlabel {
	padding: 0px .5em;
	margin-left: .5em;
}
div#doxygen-stubs .memdoc{
	padding: .5em 10px .1em;
}
div#doxygen-stubs .memproto {
	font-weight: bold;
	color: #012e5c;
	padding-bottom: 5px;
}
div#doxygen-stubs .memproto table {
	font-size: 11pt !important;
}
div#doxygen-stubs .paramkey {
	text-align: right;
}
div#doxygen-stubs .paramtype {
	white-space: nowrap;
}
div#doxygen-stubs .paramname {
	color: var(--color-rw-dunkelste);
	font-style: italic;
	white-space: nowrap;
}
div#doxygen-stubs .fieldname {
	color: var(--color-rw-dunkelste);
	font-family: monospace;
	white-space: nowrap;
}
div#doxygen-stubs .params tbody tr .paramname {
	padding-right: 1em;
}
/* End Styling for detailed member documentation */

/* for the tree view */
div#doxygen-stubs .ftvtree {
	font-family: sans-serif;
	margin:0.5em;
}
/* these are for tree view when used as main index */
div#doxygen-stubs .directory {
	font-size: 9pt;
	font-weight: bold;
}
div#doxygen-stubs .directory h3 {
	margin: 0px;
	margin-top: 1em;
	font-size: 11pt;
}

/* The following two styles can be used to replace the root node title */
/* with an image of your choice.  Simply uncomment the next two styles, */
/* specify the name of your image and be sure to set 'height' to the */
/* proper pixel height of your image. */

/* .directory h3.swap { */
/* 	height: 61px; */
/* 	background-repeat: no-repeat; */
/* 	background-image: url("yourimage.gif"); */
/* } */
/* .directory h3.swap span { */
/* 	display: none; */
/* } */

div#doxygen-stubs .directory > h3 {
	margin-top: 0;
}
div#doxygen-stubs .directory p {
	margin: 0px;
	white-space: nowrap;
}
div#doxygen-stubs .directory img {
	vertical-align: -30%;
}
/* these are for tree view when not used as main index */
div#doxygen-stubs .directory-alt {
	font-size: 100%;
	font-weight: bold;
}
div#doxygen-stubs .directory-alt h3 {
	margin: 0px;
	margin-top: 1em;
	font-size: 11pt;
}
div#doxygen-stubs .directory-alt > h3 {
	margin-top: 0;
}
div#doxygen-stubs .directory-alt p {
	margin: 0px;
	white-space: nowrap;
}
div#doxygen-stubs .directory-alt div {
	display: none;
	margin: 0px;
}
div#doxygen-stubs .directory-alt img {
	vertical-align: -30%;
}

div#doxygen-stubs table.doxtable,
div#doxygen-stubs table.markdownTable {
	margin-left: auto;
	margin-right: auto;
}

div#doxygen-stubs table.doxtable td,
div#doxygen-stubs table.markdownTable td,
div#doxygen-stubs table.doxtable th,
div#doxygen-stubs table.markdownTable th {
	padding: 1ex;
}

div#doxygen-stubs table.doxtable tr>th,
div#doxygen-stubs table.markdownTable tr>th {
	background-color: var(--color-ContentBorders);
}

div#doxygen-stubs table.doxtable tr:nth-child(even)>td,
div#doxygen-stubs table.markdownTable tr:nth-child(even)>td {
	background-color: var(--color-ContentRegions);
}

div#doxygen-stubs table.doxtable tr:nth-child(odd)>td,
div#doxygen-stubs table.markdownTable tr:nth-child(odd)>td {
	background-color: var(--color-StandardHellgrau);
}
div#doxygen-stubs table.directory td.entry {
	width: 190px;
}
div#doxygen-stubs span.kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: var(--color-white);
	background-color: var(--color-KontrastDunkel);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
div#doxygen-stubs span.smallcaps {
	font-variant-caps: small-caps;
}
