/* The Extra CSS for doxygen */

body, table, div, p, dl {
	font: 400 14px/20px Calibri,sans-serif;
}

.title {
	font: 400 14px/28px Calibri,sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 2px;
}

#projectname
{
	font: 200% Calibri,sans-serif;
	font-style: italic;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	margin: 0px;
	padding: 0px 10px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

.imago ul {
	padding-inline-start: 25px;
}

table.imago {
	background-color:#FAFAFA;
	border-collapse: collapse;
	border:1px solid #CCCCCC;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	margin-bottom: 3px;
}

div.line {
	font-family: Consolas, monospace, fixed;
	white-space: pre;
	line-height: 1.1;
}

div.fragment {
	padding: 4px;
	margin: 4px;
}

/* div.aligncenter und div.vertical fuer Tabelle mit vertikalem Text */
div.aligncenter {
	display:flex;
	justify-content:center;
	align-items:center;
}

div.vertical {
	writing-mode: vertical-lr;
}

div.exampleheader {
	cursor: pointer;
	color: #3D578C;
	background-color: #F9FAFC;
}

div.exampleheader:hover {
	text-decoration: underline;
}

div.examplesummary {
	display: block;
}

div.examplecontent {
	display: none;
	padding: 4px;
	border-bottom: 1px solid #DEE4F0;
	background-color: #F9FAFC;
}

div.examplecontent div.fragment {
	background-color: #FFFFFF;
}

div.examplecontent table.imago {
	background-color: #FFFFFF;
}

pre.fragment {
	font-family: Consolas, monospace, fixed;
	font-size: 13px;
}

/* @group Code Colorization */

span.keyword {
	color: #0000b0
}

span.keywordtype {
	color: #0000e0;
}

span.keywordflow {
	color: #0000e0;
	font-weight: bold;
}

span.comment {
	color: #008000
}

span.preprocessor {
	color: #e00020
}

span.stringliteral {
	color: #802000
}

span.charliteral {
	color: #802000
}

span.caps {
	font-variant: small-caps
}

th.w {
	background-color:#EBEFF6;
	border:1px solid #C4CFE5;
	margin:2px 0;
	padding:2px 6px;
	text-align:center
}
td.g {
	border:1px solid #C4CFE5;
	margin:2px 0;
	padding:2px 6px;
	color:green;
	text-align:center;
}
td.r {
	border:1px solid #C4CFE5;
	margin:2px 0;
	padding:2px 6px;
	color:red;
	text-align:center;
}
td.w {
	border:1px solid #C4CFE5;
	margin:2px 0;
	padding:2px 6px;
	text-align:center;
}
td.l {
	border:1px solid #C4CFE5;
	margin:2px 0;
	padding:2px 6px;
	text-align:left;
}

h1 {
    font-size: 1.8em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
}

h2 {
    font-size: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

h3 {
    font-size: 1.1em;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}

hr {
	margin: 10px 0;
}

code {
	font-family: Consolas, monospace, fixed;
	font-size: 14px;
}

a.external {
	background-image: url("ExternalLink.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}

a.elRef {
	font-weight: bold;
}

/* doxygen 1.8.12 */
.memname {
	font-weight: bold;
}

.fieldtable th {
	font-weight: bold;
}

table caption {
	caption-side: bottom;
}

.CellWithComment {
	background-color: #EBEFF6;
	border: 1px solid #C4CFE5;
	padding: 4px;
	text-align: center;
	width: 1.5em;
}

.CellWithComment:hover {
	background-color:#FAFAFA;
}

.CellWithComment:hover span.CellComment{
	visibility: visible;
	opacity: 1;
}

span.CellComment {
	visibility: hidden;
	position: absolute; 
	z-index: 100;
	border: 1px solid #aaa;
	border-radius: 0.5em;
	text-align: left;
	font-weight: normal;
	background-color: #ff8;
	padding: 3px;
	top: 20px;
	right: 0px;
	width: 300px;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 0.3s;
}

/* Workaround fuer: https://github.com/doxygen/doxygen/issues/7849 */
td p.intertd, td p.endtd {
	font-weight: normal;
}
th p.intertd, th p.endtd {
	font-size: 100%;
	font-weight: 700;
}

#nav-tree .label {
	font: 13px Calibri,sans-serif;
}
#nav-tree .label a {
	font-weight: bold;
}
#nav-tree .selected {
	background: #248;
}

.sm-dox {
	background: #d4dff0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #99c;
}
.sm-dox a,
.sm-dox a:focus,
.sm-dox a:hover,
.sm-dox a:active {
	font-family: Calibri,sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-image: none;
}
.sm-dox a:hover {
	color: unset;
	text-shadow: unset;
	background: white;
}
.sm-dox a:hover span.sub-arrow {
	border-top-color: #283a5d
}

#MSearchBox {
    margin-top: 4px;
	height: 22px;
}
#MSearchBox .right {
    top: 4px;
}

.navpath ul {
	background: #d4dff0;
	border-top: 1px solid #99c;
    font-size: 9pt;
}
.navpath li.footer
{
	font-size: 9pt;
}
.navpath li.navelem a
{
	font-family: Calibri,sans-serif;
}

.ui-resizable-e {
	background: #d4dff0;
	border-left: 1px solid #fff;
	border-right: 1px solid #99c;
	width: 4px;
}

table.directory {
    font: 400 14px Calibri,sans-serif;
}
.directory td {
	vertical-align: middle;
	height: 24px;
}
.directory td.desc {
	padding-top: 0px;
}
.directory td.entry {
	padding-top: 0px;
}
.directory td.entry a {
    display: inline-block;
}
.icondoc {
	padding-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.icona {
    height: unset;
}
