:root {
    --basler-orange: #f99c34;
    --basler-blue: #15487f;
    --basler-blue-1: #0072bc;
    --basler-blue-2: #0076a3;
    --basler-blue-3: #009bdf;
    --basler-blue-4: #44c8f5;
    --basler-green: #68bd45;
    --basler-white: #ffffff;
    --basler-black: #414042;
    --basler-deep-black: #1a171b;
    --basler-light-gray-1: #bbc4ca;
    --basler-light-gray-2: #dcddde;
    --basler-pylon-grey: #9d9d9c;
}

tr th .added { color: #E6E6FA; } 
tr th .changed {color: #99ff99; }
div.added tr, div.added    { background-color: #E6E6FA; }
div.deleted tr, div.deleted  { text-decoration: line-through;
               background-color: #FF7F7F; }
div.changed tr, div.changed  { background-color: #99ff99; }
div.off      {  }

span.added   { background-color: #E6E6FA; }
span.deleted { text-decoration: line-through;
               background-color: #FF7F7F; }
span.changed { background-color: #99ff99; }
span.off     {  }


body { font: 12px Verdana, Geneva, sans-serif; }
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
h1 { font: 15pt Arial, Helvetica, geneva;
     color: black!important!;
}
h2 { font: normal 12pt Arial, Helvetica, geneva; }

#header {
    background: url("../images/header-bg.png") scroll top left repeat-x #ffffff;
    position: fixed;
    width: 100%;
    height: 99px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-bottom: 1px solid #bbc4c5;
    z-index: 2000;
}

#header h1 {
    margin-left: 550px;
    position: fixed;
    top: 16px;
    left: -15px;
	line-height: 140%;
    color: #162F82 !important;
}

/*
#header h1 {
	margin-top: 2px;
}
*/

.filetree li span a {
    color: #0072bc !important;
}

p.breadcrumbs {
    margin-top: 30px;
    margin-left: 310px;
}

#header img {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

#header p.breadcrumbs a {
    color: #bbb;
}

#leftnavigation {
    overflow: auto;
    position: fixed;
    height: auto;
    top: 95px;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 1500;
    border-right:2px solid #bbc4c5;
    padding: 0px;
    background-color: #ededed!important;
}

#treeDiv {
    overflow: auto;
    position: fixed;
    height: auto;
    top: 136px;
    bottom: 0;
    left: 0;
    width: 243px;
    z-index: 1500;
    border-right:2px solid #CCCCCC;
    background-color: #f0f0f0!important;
}

#searchDiv {
    overflow: auto;
    position: fixed;
    height: auto;
    top: 138px;
    bottom: 0;
    left: 0;
    width: 243px;
    z-index: 1500;
    border-right:2px solid #CCCCCC;
    background-color: #f0f0f0!important;
}

#content {
    position: relative;
    top: 90px;
    /* left: 240px;*/
    right: auto;
    /*  bottom: 20px;  */
    margin: 0px 0px 0px 280px;
    width: auto;
    height: inherit;
    padding-left: 10px;
    padding-right: 30px;
    color: #000000;
    /*border-left: 2px solid #cccccc; overflow :scroll;*/
    z-index: 1000;
    min-width:200px;
}

#navheader {
    position: fixed;
/*    background: #DCDCDC;*/
    padding-left: 10px;
    right: 0px;
    top: 10px;
    text-align: right;
}

#content h1 { 
color: #404040 !important; 
font-size: 190%;
font-weight: normal;
}

#content h2 { 
color: #404040 !important; 
font-size: 170%;
font-weight: normal;
margin-top: 40px;
}

#content h3 { 
color: #404040 !important; 
font-size: 150%;
font-weight: normal;
margin-top: 40px;
}

#content h4 { 
color: #404040 !important; 
font-size: 130%;
font-weight: normal;
margin-top: 40px;
}

.navfooter {
    bottom: 2%;
}

.highlight {
    background-color: #c5d3c3;
}

.highlightButton {
    font-size: 0;
}

/*  Show Hide TOC tree */
.pointLeft {
    padding-right: 15px;
    display: block;
    cursor: pointer;
}
.pointRight {
    padding-right: 15px;
    display: block;
    cursor: pointer;
}

/* Search results Styling */
.searchExpression {
    color: #0050A0;
    background-color: #EBEFF8;
    font-size: 12pt;
}
.searchresult li a {
    text-decoration: none;
    color: #0050A0;
}

.searchresult li {
    color: #0050A0;
}

.shortdesclink {
    color: gray;
    font-size: 9pt;
}

.searchText {
    width: 11em
}

.searchButton {
    margin-left: 3px;
    background: #F4F4F4;
    color: #black;
    border: #ACCEAF solid 1pt;
    font-weight: bold;
    font-size: 10pt
}

.searchFieldSet {
    border: 1px solid #BFBAB0;
    background-color: #F2EFE9;
}

.title, div.toc>p{
 font-weight: lighter;
 /*margin-left: 30px;*/
 margin-top: 3px;
 }	

p.breadcrumbs {
    display: inline;
	margin-bottom: 0px;
	margin-top: 33px;
}

p.breadcrumbs a {
	padding-right: 12px;
	margin-right: 5px;
	text-decoration: none;
	color: #575757;
	text-transform: uppercase;
	font-size: 10px;
}

p.breadcrumbs a:first-child {
    background: url(../images/breadcrumb-arrow-white.png) no-repeat right center;
}

p.breadcrumbs a:hover {
    text-decoration: underline;
}

#star ul.star { 
    LIST-STYLE: none; 
    MARGIN: 0; 
    PADDING: 0; 
    WIDTH: 85px;
    /* was 100 */ 
    HEIGHT: 20px;
    LEFT: 1px; 
    TOP: -5px; 
    POSITION: relative; 
    FLOAT: right; 
    BACKGROUND: url('../images/starsSmall.png') repeat-x 0 -25px;
}
#star li { 
    PADDING: 0; 
    MARGIN: 0; 
    FLOAT: right; 
    DISPLAY: block; 
    WIDTH: 85px;
    /* was 100 */
    HEIGHT: 20px; 
    TEXT-DECORATION: none; 
    text-indent: -9000px; 
    Z-INDEX: 20; 
    POSITION: absolute; 
    PADDING: 0; 
}
#star li.curr { 
    BACKGROUND: url('../images/starsSmall.png') left 25px; 
    FONT-SIZE: 1px; 
}

table.navLinks {
    margin-right: 20px;
}

table.navLinks td a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 11px;
}

a.navLinkPrevious {
	padding-left: 12px;
	background: url(../images/previous-arrow.png) no-repeat left center;
}

a.navLinkNext {
	padding-right: 12px;
	background: url(../images/next-arrow.png) no-repeat right center;
}

a#showHideButton {
	padding-left: 20px;
	background: url(../images/sidebar.png) no-repeat left center;
}

.filetree li span a {
    color: #777;
}
	
#treediv {
    -webkit-box-shadow: #CCC 0px 1px 2px 0px inset;
}

.legal, .legal *{
 color: #555;
 text-align: center;
 padding-bottom: 10px;
}

.internal {
    color: #0000CC;
}

.writeronly {
    color: red;
}

.remark, .remark .added, .remark .changed, .remark .deleted {
    background: yellow;
}

tr th, tr th .internal, tr th .added, tr th .changed {
	background: var(--basler-blue-1);
	color: white;
	font-weight: bold;
	text-align: left;
}

.statustext{
    position:fixed;
    top:105px;
    width: 0%;
    height: 0%;
    opacity: .3;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    color: red;
    font-weight: bold;
    font-size: 2em;
    margin-top: 30px;
}

#toolbar {
	width: 100%;
	height: 33px;
	position: fixed;
	top: 93px;
	z-index: 99;
	left: 280px;
	color: #333;
	line-height: 28px;
	padding-left: 10px;
}

#toolbar-left {
	position: relative;
	left: 0px;
}
 
body p.breadcrumbs {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}

body #content {
	position: static;
	margin-top: 126px;
	top: 0px;
}

body.sidebar #toolbar {
    left: 0px;
}

body.sidebar #toolbar-left {
    left: 0px;
}

div#toolbar-left img {
    vertical-align: text-top;
}

div.note *, div.caution *, div.important *, div.tip *, div.warning * {
    background: #eedddd !important;
    color: inherit !important;
    border: inherit  !important;    
}

#content table thead, #content table th{
    background: gray;
    color: white;
    font-weight: bold;
}

#content table caption {
    font-weight: bold;
}

#content table td, #content table {
    border: 1px solid black;
}

#content table td, #content table th {
    padding: 5px;
}

#content table {
	margin-top: 20px;
	}

*[align='center'] {
    text-align: center;
}

#content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
    border: 0px solid;
}

@media print {

    body * {
        visibility: hidden;
    }

    #content, #content * {
        visibility: visible;
    }

   #sidebar, .navfooter {
       display: none;
   }

   #content {
	margin: 0 0 0 0;
    }

}

# SISO

body {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
	margin:0px;
}

span.type {
	font-weight: bold;
	font-variant: small-caps;
}

span.package {
	font-family: Lucida Console,Courier New,monospace;
	font-weight: bold;
}

span.emphasis {
	font-weight: bold;
}

span.parameter {
	font-style: italic;
}

span.varname {
	font-style: italic;
}

p.title {
	font-size: 95%;
	margin-left:30px;
}

div.bordernote {
	clear:right;
	background:#ffff66;
	border:1px ridge #cccc33;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px;
	align:right;
	float:right;
	width:150px;
	margin-left:5px;
	padding-left:1px;
}

div.bordernote > p {
	margin:0px;
	padding:0px;
}

pre.programlisting {
	font-family: Lucida Console,Courier New,monospace;
	font-size: 11px;
	border-top:2px solid #2E368F;
	border-bottom:2px solid #2E368F;
	background-color: #F0F8FF;
	padding:2px;
}

div {
	clear:right;
}

pre {
	margin: 0px;
}

h1 {
	font-size:180%;
    color: #0072bc;
}

h2 {
	font-size:160%;
    color: #0072bc;
}

h3 {
	font-size:150%;
    color: :#0072bc;
}
h4 {
	font-size:150%;
    color: #0072bc;
}
h5,h6 {
	font-size:100%;
	color:#333333;
}

div.navheader {
	background:#6666CC;
	margin:12px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

div.navfooter {
	margin:12px 0 0;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

img {
	border:none;
}

hr {
	display:none;
}

a:link {
    color: #0072bc;
}

a:visited {
    color: #0072bc;
}

a:active {
    color: #0072bc;
}

#body > * {
    margin-left: 8px;
    margin-top: 8px;
}

div.toc {
	font-weight: bold;
	margin-bottom: 40px;
}

div.toc td {
	border-width: 0px;
}

div.toc * dd {
	margin-left: 2em;
	margin-bottom: 0;
}

.syntax0 {
color: #000000;
}

.syntax1 {
color: #006666;
font-style: italic;
}

.syntax2 {
color: #990033;
font-style: italic;
}

.syntax3 {
color: #404040;
}

.syntax4 {
color: #404040;
}

.syntax5 {
color: #990033;
font-weight: bold;
font-style: italic;
}

.syntax6 {
color: #000000;
font-weight: bold;
}

.syntax7 {
color: #660066;
font-weight: bold;
}

.syntax8 {
color: #000066;
font-weight: bold;
}

.syntax9 {
color: #000066;
}

.syntax10 {
color: #5e5e5e;
font-weight: bold;
}

.syntax11 {
color: #000000;
font-weight: bold;
}

.syntax12 {
color: #666600;
}

.syntax13 {
color: #ff0000;
}

.gutter {
background: #ffffff;
color: #000000;
}

.gutterH {
background: #ffffff;
color: #666699;
}

img.tex {
    vertical-align: middle;
}

table {
	border-collapse: collapse;
}

td.layout {
	border-width: 0px;
	padding: 0px;
}

td {
	border-width: 0px;
	border-right: 1px solid black;
	vertical-align: top;
	padding: 2px;
}

dl {
	margin: 0px;
}

dt.first {
	margin-top: 0px;
}

dd {
	margin-left: 2em;
	margin-bottom: 4px;
}

th {
	background: var(--basler-blue-1);
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	text-align: left;
	padding: 2px;
}

tr.evenrow {
    background: #ffffff
}

tr.oddrow {
    background: #dfdfdf
}

div.glossary p {
	margin: 5px 0 20px;
}

div.glossary dt {
	font-weight: bold;
}

div.figure {
	margin-top: 20px;
}

div.itemizedlist p.title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 100%;
}
