
@font-face {
  font-family: "Tahoma";
  src: url("Tahoma-Regular.ttf") format("truetype");
}


body {
  font-size: 11px;
  font-family: Tahoma;
  --clm-dark-green: #105C77;
  --clm-light-green: #13BBB2;
  --clm-pink: #FB5080;
  --clm-light-grey: #F7F7F7;
  --clm-dark-grey: #EFEFEF;
  --clm-title-light-grey: #8C8888;
  --clm-title-dark-grey: #333131;
}

a{
  text-decoration: none;
}

/* ====== Title page ====== */
#content div.book > div.titlepage h1 {
  text-align: right;
  font-family: Calibri,sans-serif;
  font-weight: normal;
  font-size: 32px;
}

div.book > div.titlepage h2.subtitle {
  font-style: normal;
  text-align: center;
}

/* ====== Titles ====== */
div.titlepage {
  font-family: Calibri,sans-serif;
}

div.titlepage h2, div.titlepage h3, div.titlepage h4,
div.titlepage h5, div.titlepage h6 {
  /*font-style: italic;*/
}

#content div.chapter > div.titlepage h2,
#content div.appendix > div.titlepage h2,
#content div.preface > div.titlepage h2,
#content div.index > div.titlepage h2 {
  font-size: 24px;
  color: var(--clm-dark-green);
  padding: 8px 2px 6px 2px;
  font-family: Tahoma;
  border-bottom: 1px solid var(--clm-dark-green);
}

#content div.section div.titlepage h2 {
  font-family: Tahoma;
  font-size: 22px;
  color: var(--clm-light-green);
  border-bottom: 3px solid var(--clm-light-green);
}

div.section div.titlepage h3 {
  font-size: 22px;
  color: var(--clm-title-dark-grey);
}

div.section div.titlepage h4 {
  font-size: 22px;
  color:  var(--clm-title-light-grey);
}

div.section div.titlepage h5 {
  font-size: 14px;
  color:  var(--clm-title-light-grey);
  text-decoration: underline;
}

div.section div.titlepage h6 {
  font-size: 100%;
  color:  var(--clm-title-light-grey);
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: Tahoma;
  margin-top: 16px;
}

#content p.copyright, #content div.legalnotice p {
  font-size: 14px;
  color: white;
}

p.copyright {
  padding: 16px;
  margin-bottom: 0;
  background-color: var(--clm-dark-green);
}

div.legalnotice p {
  margin: 0;
}

div.legalnotice {
  padding: 16px;
  background-color: var(--clm-dark-green);
}

#content div.book > div.titlepage p.copyright {
  margin-top: 6em;
}

/* ====== Header, Footer ====== */
#header {
  background: none;
  border-bottom: 2px solid var(--clm-dark-green);
  height: 100px;
}

#navheader {
  position: static;
  float: left;
  padding: 66px 0px 0px 0px;
}

#navheader table {
  border-spacing: 0px;
}

#navheader td {
  padding: 0px;
}

.pointLeft {
  background: url("wh-showHideTreeIcon.png") 0 0 no-repeat;
}

.pointRight {
  background: url("wh-showHideTreeIcon.png") -15px 0 no-repeat;
}

/* ====== Bread crumbs ====== */
#navheader table {
  font-family: Tahoma;
  color: var(--clm-dark-green);
}

#navheader table a {
  color: var(--clm-dark-green);
}

#navheader td.breadcrumbs {
  font-weight: bold;
  padding-left: 4px;
}

#navheader a {
  color: white;
}

#leftnavigation {
  top: 101px;
}

#content {
  top: 101px;
}

/*#headerlogo {
    float: right;
    padding: 5px 5px 0px 0px;
}*/

/*img.headerlogo {
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden;
    height: 100px;
    z-index: -10;
}*/

/*#headerlogo img {
    height: 50px;
}*/

#pagetitle {
  padding-top: 6px;
  font: bold 14px Calibri,sans-serif;
  color: #656567;
  text-align: center;
}

.navfooter a {
  color: #0092d3;
}

/* ====== Tree ====== */
.treeview .hover {
  font-family: Tahoma
}

.treeview .leaf a{
  color: grey;
}

.treeview .preface a,
.treeview .chapter a {
  color: var(--clm-dark-green);
}

.treeview .sectionLevel1 a{
  color: var(--clm-light-green);
}

.treeview .sectionLevel2 a{
  color: var(--clm-title-dark-grey);
}

.treeview .sectionLevel3 a,
.treeview .sectionLevel4 a, 
.treeview .sectionLevel5 a, 
.treeview .sectionLevel6 a{
  color: var(--clm-title-light-grey);
}

.filetree span.file {
  background: url(book.png) 0 0 no-repeat;
}

/*.filetree .collapsable > span.file {
    background: url(book-open.png) 0 0 no-repeat;
}*/

.filetree span.file.leaf {
  background: url(sheet.png) 0 0 no-repeat;
}

.ui-tabs .ui-tabs-panel {
  padding: 10px 5px 10px 4px;
}

/* ====== TOCs ====== */
#content .toc > p, #content .list-of-figures > p, #content .list-of-tables > p,
#content .list-of-examples > p {
  font-size: 24px;
  color: var(--clm-dark-green);
  font-family: Tahoma;
  text-transform: uppercase;
  border-bottom: 1px solid var(--clm-dark-green);
  font-weight: 400;
}

#content .toc strong{
  font-weight: 400;
}

#content .toc a {
  color: var(--clm-title-dark-grey);
}

#content .toc .chapter a, #content .toc .preface a,
#content .toc .appendix a, #content .toc .index a {
  font-size: 16px;
  color: var(--clm-dark-green);
}

#content .toc .section.level1 a {
  color: var(--clm-light-green);
}

#content .toc .section.level2 a {
  color: var(--clm-title-dark-grey);
}

#content .toc .section.level3 a {
  color: var(--clm-title-light-grey);
}

/* ====== Content ====== */
#content p, #content ul, #content ol, #content li {
  font: 11px Tahoma;
}

#content ul > li {
  color: var(--clm-pink);
  font-size: 16px;
}

#content ul > li.step {
  color: black;
  font-size: 16px;
}

#content ul > li > * {
  color: #000000;
}

#content li > div > ul > li {
  color: #000000;
  list-style-type: disc;
}

#content li > div > ul > li > div > ul > li {
  list-style-type: square;
}

#content ol.orderedlist > li {
  font-weight: bold;
  color: var(--clm-pink);
}

#content ol.orderedlist > li > * {
  color: #000000;
}

li p {
  margin: 4px 0px 4px 0px;
}


#content .procedure p {
  color: black;
}

div.revhistory table {
  border-collapse: collapse;
}

div.revhistory th {
  text-align: center;
}

.programlisting {
  background-color: #eeeeee;
  padding: 4px;
}

.screen {
  background-color: #000000;
  color: #ffffff;
  padding: 4px;
}

.informaltable, .table {
  margin-bottom: 12px;
}

.informaltable table, .table table, .colheader table, .std table, .alt table {
  border-collapse: collapse;
  width: 100%;
}

.informaltable th, .table th, .colheader th, .std th,
.informaltable td, .table td, .colheader td, .std td {
  padding: 5px;
}

.informaltable th, .table th, .colheader th, .std th, .alt th {
  background-color: var(--clm-dark-green);
  font-family: Calibri,sans-serif;
  font-weight: bold;
  color: white;
}

/*.informaltable th p, .table th p, .colheader th p, .std th p
.informaltable td p, .table td p, .colheader td p, .std td p {
    margin: 2px 0px 2px 0px;
}*/

.informaltable th p, .table th p, .colheader th p, .std th p {
  font-weight: bold;
}

.colheader tr > td:first-child {
  background-color: #595959;
  color: white;
  font-weight: bold;
}

.colheader tr > td:first-child p {
  font-weight: bold;
}

.oddrow {
  background-color: var(--clm-light-grey);
}

.evenrow {
  background-color: var(--clm-dark-grey);
}

.note, .tip, .important, .warning, .caution {
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 12px 0px 12px 0px;
}

#content .note {
  color: #008bd2;
  border-top: 2px solid #008bd2;
  border-bottom: 2px solid #008bd2;
}

#content .note > * {
  color: #008bd2;
}

#content .tip {
  color: #008bd2;
  border-top: 2px solid #008bd2;
  border-bottom: 2px solid #008bd2;
}

#content .tip > * {
  color: #008bd2;
}

#content .important {
  color: #f6a000;
  border-top: 2px solid #f6a000;
  border-bottom: 2px solid #f6a000;
}

#content .important > * {
  color: #f6a000;
}

#content .warning {
  color: #f6a000;
  border-top: 2px solid #f6a000;
  border-bottom: 2px solid #f6a000;
}

#content .warning > * {
  color: #f6a000;
}

#content .caution {
  color: #f6a000;
  border-top: 2px solid #f6a000;
  border-bottom: 2px solid #f6a000;
}

#content .caution > * {
  color: #f6a000;
}

#content .admon-content p {
  margin: 0px 0px 6px 0px;
}

#content a {
  color: #008bd2;
}

#content dt {
  margin-top: 1em;
  font-family: Tahoma;
}

span.term {
  font-weight: bold;
  font-size: 90%;
}

div.mediaobject {
  margin-bottom: 12px;
  text-align: center;
}

img {
  vertical-align: middle;
}

#content img {
  max-width: 95%;
  vertical-align: middle;
}

/* == Formal Titles == */
#content p.title, #content p.legalnotice-title {
  font-family: Calibri,sans-serif;
  font-size: 14px;
}

#content p.legalnotice-title {
  color: #e6017f;
}

div.figure {
  text-align: center;
}

#content div.figure p.title {
  font-size: 18px;
  margin-bottom: 20px;
}

.mediaobject table {
  margin-left: auto;
  margin-right: auto;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: var(--clm-dark-green);
}

.parameter {
  font-weight: bold;
  text-decoration: underline;
}

.guilabel, .guibutton, .guimenuitem, .guimenu, .guisubmenu {
  font-style: italic;
}

.application {
  font-weight: bold;
}

#logo-img{
  height: 35px;
  top: 17px;
  position: absolute;
	left: 72px;
}

#lines-img {
	position: absolute;
	top: 0px;
	left: 0px;
  height: 70px;
}

span.clickable a {
	display: block;
	position: absolute;
	box-sizing: border-box;
	text-decoration: none;
	border: 2px solid var(--clm-pink);
}

span.clickable {
	position: relative;
	display: inline-block;
}

span.clickable a:hover {
	border: 2px solid var(--clm-light-green);
}

p, ul, ol, li {
	font: 11pt Tahoma;
}