@charset "UTF-8";
/**
CSS-Styles for Linear-Referencing-Plugin-Documentation
@author Ludwig Kniprath ludwig@kni-online.de
Rev. 2023-06-08
*/
* {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	/*top right bottom left*/
	margin: 2px 2px 2px 2px;
}

html, body {
	color: black;
	font-size: 12pt;
}

div.notes {
	font-size: 10pt;
	margin: 5pt;
	color: gray;
}

div.warn_notes {
	font-size: 10pt;
	font-weight: bold;
	margin: 5pt;
	color: red;
}

div.p_0 {
	margin-left: 20px;
}

div.p_1 {
	margin-left: 20px;
}

div.p_2 {
	margin: 10px 0px 10px 20px;
	border-left: 2px solid gray;
	border-bottom: 2px solid gray;
	padding: 5px;
}

div.p_3 {
	margin: 10px 0px 10px 20px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
}

div.p_4 {
	margin: 10px 0px 10px 20px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
}

div.p_5 {
	margin: 10px 0px 10px 20px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
}

div.p_6 {
	margin-left: 10px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	margin-bottom: 10px;
}

div.p_xxx {
	margin-bottom: 10px;
}

sup.sup_flyout {
	color: blue;
	cursor: help;
}

sup.sup_flyout:hover {
	background-color: #FFDFDF;
}

img.block_image {
	display: block;
	margin: 10px;
	height: auto;
}

img.svg_icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

div.block_image_label {
	font-size: 10pt;
	margin-left: 30px;
	color: #202020;
	font-style: italic;
}

span.toggle_icon_closed {
	background-image: url(./images/icons/plus-box-outline.svg);
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

span.toggle_icon_opened {
	background-image: url(./images/icons/minus-box-outline.svg);
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

div.footer {
	font-family: monospace;
	margin-left: 70%;
	font-size: 10pt;
	white-space: nowrap;
	color: gray;
}

pre {
	-moz-tab-size: 4;
	/* Firefox 4+ */
	-o-tab-size: 4;
	/* Opera 11.5 & 12.1 only */
	tab-size: 4;
	/* Chrome 21+, Safari 6.1+, Opera 15+ */
	font-family: monospace;
	font-size: 11pt;
}

pre.code {
	background-color: #eeeeee;
	border: 1px solid gray;
	margin: 10px;
	margin-left: 20px;
	padding: 15px;
	overflow: auto;
	width: fit-content;
}

span.inline_code {
	display: inline-block;
	font-family: monospace;
	background-color: #eeeeee;
	padding: 2px;
}

h1 {
	font-size: 16pt;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 15pt;
	margin: 8px 0px 8px 0px;
}

h3 {
	font-size: 14pt;
	margin: 6px 0px 6px 0px;
}

h4 {
	font-size: 13pt;
	margin: 5px 0px 5px 0px;
}

h5 {
	font-size: 12pt;
	margin: 5px 0px 5px 0px;
}

h6 {
	font-size: 11pt;
	margin: 5px 0px 5px 0px;
}
/*undefined CSS-h-level*/
div.h7 {
	font-size: 11pt;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	display: block;
}

p {
	margin: 5px 0px 5px 0px;
}

p.p_bold {
	font-weight: bold;
}

p.p_margin {
	margin-left: 20px;
}

table.invisible {
	border-collapse: collapse;
	border-style: none;
}

table.invisible th {
	border-style: none;
	text-align: left;
}

table.invisible td {
	border-style: none;
	text-align: left;
}

pre code {
	font-family: monospace;
	font-size: 11pt;
}

table.compare {
	margin-left: 20px;
	border-collapse: collapse;
}

table.compare th, td {
	border: 1px solid gray;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

table.compare th.center {
	text-align: center;
}

table.compare td.center {
	text-align: center;
}

table.compare td.nabs, th.nabs {
	background-color: #FFDFDF;
}

table.compare td.nfract, th.nfract {
	background-color: #CDF3CD;
}

table.compare td.mabs, th.mabs {
	background-color: #BCBCFF;
}

table.compare td.pol, th.pol {
	background-color: #FCEABE;
}

table.compare td.blank {
	border-style: none;
	padding-left: 0px;
	padding-top: 15px;
	min-width: 20px;
}

table.compare th.blank {
	border-style: none;
	padding-left: 0px;
	padding-top: 15px;
	min-width: 20px;
}

a.jump_forward {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#language_select {
	position: fixed;
	top: 10px;
	left: calc(100% - 120px);
	background-color: white;
	opacity: 0.7;
	padding: 5px;
}

#back_to_jump {
    position: fixed;
    top: calc(100% - 50px);
    left: calc(100% - 60px);
    background-color: #eeeeff;
    padding: 10px;
    opacity: 0.7;
    color: blue;
}