﻿/********** Search Styles **********/

.highlight {
  background-color: #fff585;
  font-weight: bold;
}

#results em {
  font-style: normal;
  background-color: #fff585;
  font-weight: bold;
}

.mb-progress-indicator {
  display: none;
}

.mb-computing .mb-progress-indicator {
  display: block;
}


/********** Lightbox Styles **********/

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/LightboxLoading.gif) no-repeat
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/LightboxPrev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/LightboxNext.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-data {
  padding: 0 4px;
  color: #cccbc8
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #666664;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #949493;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/LightboxClose.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1
}


/********** Print View **********/

@media print {
  .FscNavigationPanel {
    display: none !important;
  }
  .FscTopBarWrapper {
    display: none !important;
  }
  .FscHeader {
    display: none !important;
  }
  .FscAdditionalNavigation {
    display: none !important;
  }
  .FscTocNavigation {
    display: none !important;
  }
  nav {
    display: none !important;
  }
  .FscPageWrapper {
    height: unset !important;
    overflow: auto !important;
  }
  .FscContentWrapper {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .FscContent {
    display: unset !important;
  }
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FabasoftSans';
  src: url('../fonts/FabasoftSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff');
  font-weight: 300;
  /* lighter */
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: 400;
  /* normal */
  font-style: normal;
}

@font-face {
  font-family: 'Adobe Blank';
  src: url('../fonts/AdobeBlank.ttf');
  font-style: normal;
}

HTML {
  height: 100%;
  width: 100%;
}

BODY {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #595957;
  font-family: 'FabasoftSans', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

A {
  text-decoration: none;
}

DIV#mainSearch FORM {
  position: relative;
}

DIV#mainSearch FORM LABEL {
  position: absolute;
  left: -99px;
  font-size: 0.01em;
  display: none;
}

[role=button] {
  cursor: pointer;
}

*:focus {
  outline: none;
}

BODY.FscFocusAct *:focus {
  box-shadow: inset 0 0 0 3px #fff266;
  outline: dotted 1px #0f4061 !important;
  outline-offset: -1px!important;
}

DIV.FscMenu>[role=menuitem] A {
  border-bottom: none;
}

.FscFontSizeSmall {
  font-size: 11px;
  font-weight: normal;
}

.FscPageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.FscFontBlank {
  font-family: 'Adobe Blank';
  height: 0;
  margin: 0;
  padding: 0;
}

.FscDispNone {
  display: none !important;
}


/********** Site-Nav START **********/

#siteNavigation {
  position: absolute;
  z-index: 999;
  background: white;
  padding: 10px;
  font-size: 12pt;
}

#siteNavigation>a,
#siteNavigation>a:visited {
  display: inline-block;
  color: #3f6681;
}

#siteNavigation>a:first-child {
  margin-bottom: 5pt;
}


/********** Top-Bar START **********/

.FscTopBarWrapper {
  background: #266afd;
  color: #FFFFFF;
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.FscTopBarWrapper .FscTopBarLeft {
  display: inline-block;
  height: 65px;
  width: 354px;
}

.FscTopBarWrapper .FscTopBarLeft A:first-child {
  bottom: 0;
  height: 36px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 189px;
}

.FscTopBarWrapper .FscTopBarRight>A:first-child {
  display: inline-block;
  margin-right: 30px;
  vertical-align: bottom;
}

.FscTopBarWrapper .FscLogo {
  bottom: 0;
  display: block;
  margin: auto 0;
  max-height: 36px;
  max-width: 189px;
  position: absolute;
  top: 0;
}

.FscTopBarWrapper .FscCloudLogo {
  height: 46px;
  vertical-align: bottom;
  width: 46px;
}

.FscTopBarWrapper .FscServiceBlock {
  display: inline-block;
  max-width: 530px;
}

.FscTopBarWrapper .FscTopBarRight {
  display: inline-block;
  position: absolute;
  right: 20px;
}

.FscService>ul {
  display: inline;
  padding: 0;
}

.FscService .FscServiceEntry {
  border-top: 3px solid transparent;
  display: inline-block;
  margin: 0 17px 0 17px;
  padding: 2px 0 7px 0;
}

.FscService>BUTTON.FscBtn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-family: 'FabasoftSans', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin: 0 17px 0 0;
  padding: 2px 0 7px 0;
}

.FscService .FscServiceEntry:first-child {
  margin-left: 0;
}

.FscService .FscBtn:first-child:focus {
  padding-left: 0;
}

.FscService>DIV:first-child:focus SPAN {
  padding-left: 5px;
  margin-left: -5px;
}

.FscService>.FscServiceEntry:last-child {
  margin-right: 0;
}

.FscService .FscServiceEntry A {
  color: #FFFFFF;
}

.FscService .FscBtn:hover {
  border-top: 3px solid #FFFFFF;
}

.FscService .FscBtn:focus {
  background-color: #266afd;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.FscService .FscBtn:first-child:focus {
  margin-left: 0;
}

.FscService>.FscServiceEntry:focus {
  background-color: #266afd;
}

.FscService>.FscServiceEntry A:focus {
  background-color: #266afd;
  display: inline-block;
  margin: -2px -5px -4px -5px;
  padding: 2px 5px 4px 5px;
}

.FscService IMG {
  display: none;
}

INPUT#search {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 13px;
  font-family: 'FabasoftSans', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 28px;
  padding-left: 4px;
  width: 100%;
  padding-right: 26px;
}

FORM BUTTON {
  background: transparent;
  border: transparent;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
}

FORM .FscSearchIcon {
  height: 100%;
  cursor: pointer;
  padding: 4px 4px 4px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/********** Content-Area START **********/

.FscContentPad {
  height: 100%;
  overflow: auto;
}

.FscContentWrapper {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  height: calc(100% - 60px);
  padding-left: 400px;
  padding-top: 65px;
  width: 100%;
}

.FscContentWrapper .FscArrowContentLeft,
.FscContentWrapper .FscArrowContentRight {
  background: transparent;
  border: transparent;
  bottom: 0;
  cursor: pointer;
  display: inline;
  padding: 0;
  position: absolute;
  top: 125px;
  width: 32px;
}

.FscContentWrapper .FscArrowContentLeft {
  left: 410px;
}

.FscContentWrapper .FscArrowContentRight {
  left: 1325px;
}

.FscContentWrapper .FscArrowContentLeft IMG,
.FscContentWrapper .FscArrowContentRight IMG {
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 58px 0;
  position: absolute;
  opacity: .85;
  top: 0;
  width: 32px;
}

.FscContentWrapper .FscArrowContentLeft:hover IMG,
.FscContentWrapper .FscArrowContentRight:hover IMG {
  background-color: #f5f1e7;
  opacity: 1;
}

.FscContentWrapper .FscArrowContentLeft:hover,
.FscContentWrapper .FscArrowContentRight:hover {
  border-bottom: none;
}

.FscContentWrapper .FscHeader {
  background-color: #f5f1e7;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  height: 60px;
  padding: 0 20px;
  width: 100%;
}

.FscContentWrapper .FscHeader>DIV {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-tranform: translateY(-50%);
}

.FscHeader .FscTitle {
  color: #3f6681;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

SELECT.FscBreadcrumbDropdown {
  display: none;
}

.FscHeader .FscBreadcrumb>UL,
.FscHeader .FscBreadcrumb>*>LI {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.FscHeader .FscBreadcrumb>*>LI {
  max-width: 200px;
  padding-left: 4px;
  padding-right: 8px;
  position: relative;
}

.FscHeader .FscBreadcrumb>*>LI A {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #666664;
  display: inline-block;
  max-width: 200px;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.FscHeader .FscBreadcrumb>*>LI:first-child A {
  padding-left: 0;
}

.FscHeader .FscBreadcrumb>*>LI A:hover,
.FscHeader .FscBreadcrumb>*>LI A:focus {
  background-color: #cccbc8;
  border-bottom: none;
}

.FscHeader .FscBreadcrumb>*>LI:first-child {
  padding-left: 0;
}

.FscHeader .FscBreadcrumb>*>LI:after {
  content: "•";
  font-weight: bold;
  height: 3px;
  right: 0;
  padding-left: 8px;
  position: absolute;
  top: 0;
  width: 3px;
}

.FscContent {
  display: inline-block;
  padding: 100px 80px 30px 80px;
  width: 800px;
  word-wrap: break-word;
}

.FscContent H1 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.FscContent H1.doctype {
  padding-bottom: 0px;
  font-size: 28px;
}

.FscContent H1.title {
  margin-top: 0;
  font-size: 30px;
}

.FscContent>DIV>P.DCopyright:first-child {
  margin-top: 30px;
}

.FscContent>DIV>P.DCopyright:last-child {
  margin-bottom: 30px;
}

.FscContent H2 {
  color: #266afd;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.FscContent H3 {
  color: #000;
  font-size: 21px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.FscContent H4,
.FscContent H5,
.FscContent H6 {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a.anchor+H2,
a.anchor+H3,
a.anchor+H4,
a.anchor+H5 {
  margin-top: 10px;
}

.FscContent H4 {
  color: #266afd;
}

.FscContent H5 {
  color: #000;
}

.FscContent H6 {
  color: #266afd;
}

.FscContent .DTopic {
  color: #3f6681;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.FscContent>H2~P,
.FscContent>H3~P,
.FscContent>H4~P,
.FscContent>H5~P,
.FscContent>H6~P {
  margin-top: 10px;
}

.FscContentWrapper A:not([href]) {
  color: #333332 !important;
  text-decoration: none !important;
}

.FscContentWrapper A:hover:not([href]),
.FscContentWrapper A:focus:not([href]) {
  color: #333332 !important;
  border-bottom: none !important;
}

.FscContentWrapper A {
  color: #266afd;
  text-decoration: none;
}

.FscContentWrapper A:hover,
.FscContentWrapper A:focus {
  color: #266afd;
  text-decoration: underline !important;
  /* border-bottom: 1px solid #266afd; */
}

.FscContent H1>.FscHeaderLink {
  margin-bottom: 0;
}

.FscContentWrapper .FscHeaderLink {
  display: inline-block;
  height: 16px;
  padding: 2px;
  vertical-align: middle;
  width: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
}

.FscContentWrapper .FscHeaderLink IMG {
  vertical-align: top;
}

.FscContentWrapper .FscHeaderLink:hover,
.FscContentWrapper .FscHeaderLink:focus {
  border-bottom: none;
}

.FscContent>P {
  margin-top: 15px;
  margin-bottom: 15px;
}

div.desc {
  margin-bottom: 30px;
  margin-top: 15px;
}

.FscContent>UL,
.FscContent>OL {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 40px;
}

.FscContent>UL>LI {
  display: list-item;
  list-style: initial;
  padding-left: 8px;
}

.FscContent UL>LI::marker {
  color: #266afd;
}

.FscContent>OL>LI {
  display: list-item;
  list-style: inherit;
  padding-left: 8px;
}

.FscContent>TABLE {
  /* border: 1px solid #d1d1d1; */
  border-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.FscContent>TABLE.param,
.FscContent>TABLE.enum {
  table-layout: auto;
}

.FscContent>TABLE.DTableWhite TD,
.FscContent>TABLE.DTableFormatted TD {
  border-bottom: 1px solid #cccbc8;
}

.FscContent>TABLE.DTableWhite TR:last-child TD,
.FscContent>TABLE.DTableFormatted TR:last-child TD {
  border-bottom: 1px solid #266AFD;
}

.FscContent>TABLE.DTableWhite {
  border-bottom: none;
}

.FscContent>TABLE.DTableFormatted TR:first-child,
.FscContent>TABLE.DTableColorAll TR:first-child,
.FscContent>TABLE.DTableWhite TR:first-child {
  font-weight: 500;
  text-align: left;
}

.FscContent>TABLE.DTableFormatted TR:first-child,
.FscContent>TABLE.DTableWhite TR:first-child {
  background-color: #FFF;
  color: #266AFD;
  border-top: 1px solid #266AFD;
  border-bottom: 1px solid #266AFD;
}

.FscContent>TABLE.DTableColorAll TR:first-child {
  background-color: #266AFD;
  color: #FFFFFF;
}

.FscContent>TABLE.DTableFormatted TR:first-child>TH,
.FscContent>TABLE.DTableColorAll TR:first-child>TH,
.FscContent>TABLE.DTableWhite TR:first-child>TH {
  font-weight: 300;
  padding: 10px 0;
}

.FscContent>TABLE.DTableFormatted .tr000000100000 {
  background-color: #FAF8F3;
}

.FscContent>TABLE.DTableFormatted .tr000000010000 {
  background-color: #ffffff;
}

.FscContent>TABLE TD {
  /* border: 1px solid #d1d1d1; */
  vertical-align: top;
}

.FscContent>TABLE TH {
  /* border: 1px solid #d1d1d1; */
  vertical-align: top;
}

.FscContent>TABLE P {
  margin: 0;
  padding: 5px 20px;
}

.FscContent>TABLE.DTableColorAll P:not(:first-child) {
  padding-top: 8px;
  padding-bottom: 4px;
}

.FscContent>TABLE.DTableColorAll TR {
  background-color: #FAF8F3;
}

.FscContent .DCopyright {
  font-size: 12px;
  margin: 0;
  padding: 0;
}


/*
.FscContent P>IMG {
   
  border: 1px solid #333332;  
  height: 100%;
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  
}
*/

.FscAdditionalNavigation {
  background: #faf8f3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  max-height: calc(100vh - 224px);
  max-width: 385px;
  overflow-y: hidden;
  padding: 20px;
  position: absolute;
  top: 178px;
  vertical-align: top;
  width: 100%;
}

.FscAdditionalNavigation:hover {
  overflow-y: auto;
}

.FscTocNavigation {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 800px;
  float: none;
  width: 100%;
}

.FscTocNavigation {
  padding-left: 0;
  padding-top: 0;
  margin-right: 0;
}

.FscSecondPdf {
  display: none;
}

.FscAdditionalNavigation H2,
.FscTocNavigation H2 {
  font-size: 21px;
  font-weight: normal;
  color: unset;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 14px;
}

.FscAdditionalNavigation>DIV>H2:first-child,
.FscTocNavigation>DIV>H2:first-child {
  padding-top: 5px;
}

.FscAdditionalNavigation>*>UL,
.FscTocNavigation>*>UL {
  border-bottom: 1px solid #cccbc8;
  display: block;
  margin: 0;
  padding: 0;
}

.FscAdditionalNavigation>*>UL>LI,
.FscTocNavigation>*>UL>LI {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}

.FscAdditionalNavigation>*>UL>LI:last-child,
.FscTocNavigation>*>UL>LI:last-child {
  margin-bottom: 30px;
}

.FscAdditionalNavigation A,
.FscTocNavigation A {
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
}

.FscCurrentTopic {
  font-weight: normal;
  background-color: #ede7d5;
  font-size: 18px;
}

NAV[aria-labelledby=fastNav] {
  clear: both;
}

.FscAcc,
.FscAcc * {
  border: 0;
  height: 0;
  left: -1000px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -1000px;
}


/********** KONTEXTMENU **********/

DIV.FscMenu {
  background-color: #FFF;
  border: 1px solid #666664;
  box-shadow: 0 0 6px 0 #666664;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  max-width: 265px;
  min-width: 200px;
  overflow: hidden;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  position: absolute;
}

DIV.FscMenu>.FscMenuItems {
  margin-top: 0.5em;
  overflow-y: auto;
}

DIV.FscMenu>[role=menuitem] A {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333332;
  display: inline-block;
  font-weight: normal;
  padding: 2px 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

DIV.FscMenu>[role=menuitem] A:hover {
  background-color: #f5f1e7;
  border-bottom: none;
}

DIV.FscMenu>DIV {
  height: 22px;
  margin: 0;
  padding: 0;
}


/********** Tree-Navigation START **********/

.FscNavigationPanel {
  background-color: #f5f1e7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
  height: calc(100% - 65px);
  left: 0;
  overflow: auto;
  padding-top: 59px;
  position: absolute;
  top: 65px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  -webkit-touch-action: pan-y;
  width: 400px;
}

.FscNavigationPanel>DIV {
  padding-bottom: 50px;
}

.FscNavigationPanel UL.jstree-container-ul,
UL.jstree-children,
LI.jstree-node {
  list-style: none;
  position: relative;
}

.FscNavigationPanel UL.jstree-container-ul,
UL.jstree-children {
  margin: 0;
  padding-left: 0;
}

.FscNavigationPanel LI.jstree-node {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: middle;
  display: block;
}

.FscNavigationPanel UL.jstree-container-ul>LI:first-child {
  border-bottom: none;
}

.FscNavigationPanel DIV.jstree>UL.jstree-container-ul>LI>UL.jstree-children>LI:first-child {
  border-bottom: none;
}

.FscNavigationPanel UL.jstree-children:first-child {
  border-top: 1px solid #cccbc8;
}

.FscNavigationPanel .jstree-icon.jstree-ocl {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 8px;
  top: 12px;
  bottom: 0;
}

.FscNavigationPanel .jstree-open>.jstree-icon.jstree-ocl {
  background-image: url(../images/TreeNodeExpanded-SVG.svg);
}

.FscNavigationPanel .jstree-closed>.jstree-icon.jstree-ocl {
  background-image: url(../images/TreeNodeCollapsed-SVG.svg);
}

.FscNavigationPanel UL.jstree-container-ul LI .jstree-anchor {
  border-top: 1px solid #faf8f3;
  border-bottom: 1px solid #cccbc8;
  color: #333332;
  display: block;
  font-size: 14px;
  padding: 15px 10px 15px 35px;
  text-decoration: none;
}

.FscNavigationPanel UL.jstree-container-ul LI .jstree-anchor:hover {
  background-color: #cccbc8;
}

.FscNavigationPanel .jstree-clicked {
  background-color: #fff694;
  font-weight: bold;
}

.FscNavigationPanel UL.jstree-container-ul UL LI .jstree-anchor {
  padding-left: 55px;
}

.FscNavigationPanel UL.jstree-container-ul UL LI .jstree-icon.jstree-ocl {
  left: 26px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL LI .jstree-anchor {
  padding-left: 75px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL LI .jstree-icon.jstree-ocl {
  left: 50px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL LI .jstree-anchor {
  padding-left: 95px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL LI .jstree-icon.jstree-ocl {
  left: 71px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL LI .jstree-anchor {
  padding-left: 115px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL LI .jstree-icon.jstree-ocl {
  left: 90px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL LI .jstree-anchor {
  padding-left: 135px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL LI .jstree-icon.jstree-ocl {
  left: 112px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL UL LI .jstree-anchor {
  padding-left: 155px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL UL LI .jstree-icon.jstree-ocl {
  left: 131px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL UL UL LI .jstree-anchor {
  padding-left: 175px;
}

.FscNavigationPanel UL.jstree-container-ul UL UL UL UL UL UL UL LI .jstree-icon.jstree-ocl {
  left: 150px;
}


/********** Text Styles START **********/

.DCourierNew {
  font-family: 'Courier New';
}

.DCourierNewHyperlink {
  font-family: 'Courier New';
}

.DCourierNewBlock {
  font-family: 'Courier New';
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 12px;
  color: #191919;
}

.DCourierNewRed {
  color: #ddb74d;
  font-family: 'Courier New';
}

.DCourierNewRedBold {
  color: #6E3973;
  font-family: 'Courier New';
  font-weight: bold;
}

.DCourierNewGreen {
  color: #3b6654;
  font-family: 'Courier New';
}

.DCourierNewLightBlue {
  color: #266afd;
  font-family: 'Courier New';
}

.DCourierNewLightBlueItalics {
  color: #266afd;
  font-family: 'Courier New';
  font-style: italic;
}

.DCourierNewDarkBlue {
  color: #2a446d;
  font-family: 'Courier New';
}

.DCourierNewGrey {
  font-family: 'Courier New';
  color: #595957
}

.DCourierNewItalics {
  font-family: 'Courier New';
  font-style: italic;
}

.DStrike {
  text-decoration: line-through;
}

.DSup {
  vertical-align: super;
}

.DSub {
  vertical-align: sub;
}

.DBlockHeading {
  padding-bottom: 15px;
  padding-top: 8px;
  text-align: right;
  border-bottom: 1px solid #000;
  position: relative;
  font-family: 'Courier New';
}

.DBlockHeading:not(:first-child) {
  border-top: 1px solid #000;
}

.DBold {
  font-weight: 500;
}

.DItalics {
  font-style: italic;
}


/********** Text Styles END **********/


/********** Ref-Doc **********/

.ducx-refdoc-keyword {
  font-weight: bold;
  color: #bf0d30;
}

.ducx-refdoc-str-lit {
  color: #000080;
}

.ducx-refdoc-comment {
  color: #397365;
}

H1 .name {
  font-style: italic;
}

H1 .reference {
  font-family: 'Courier New';
}

.infoH,
.hierarchyH {
  font-weight: bold;
}

.hierarchy {
  font-family: 'Courier New';
}

.FscMain p.info {
  margin-bottom: 0px;
  margin-top: 0px;
}

.top {
  float: right;
  margin-top: 15px;
  margin-bottom: 5px;
}

TD.param {
  width: 20%;
}

TD.type {
  width: 25%;
}

TD.inout {
  width: 5%;
}

TD.opt {
  width: 5%;
}

.enum COL.ref {
  width: 20%;
}

.enum col.value {
  width: 5%;
}

.enum col.name {
  width: 20%;
}

.overview col.ref {
  width: 45%;
}

div.htmlDesc {
  margin-bottom: 15px;
  margin-top: 15px;
}

TD>div.htmlDesc {
  margin: 0;
  padding: 5px 20px;
}


/********** Accordion menu **********/


/* Style the buttons that are used to open and close the accordion panel */

.contenttree {
  border-top: 1px solid #cccbc8;
  margin-bottom: 30px;
}

BUTTON.accordion {
  background-color: transparent;
  border-bottom: 1px solid #cccbc8;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #333332;
  cursor: pointer;
  font-family: 'FabasoftSans', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 21px;
  outline: none;
  padding: 12px 26px;
  position: relative;
  text-align: left;
  transition: 0.4s;
  width: 100%;
}

BUTTON.accordion IMG {
  height: 16px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 16px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

BUTTON.accordion.active {
  background-color: transparent;
}

BUTTON.accordion:hover {
  background-color: #cccbc8;
}


/* Style the accordion panel. Note: hidden by default */

DIV.panel {
  display: none;
}


/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */

DIV.panel.show {
  display: block !important;
}

DIV.panel.show LI {
  padding: 12px 26px 12px 42px;
  border-bottom: 1px solid #cccbc8;
  position: relative;
}

DIV.panel.show>UL,
DIV.panel.show>LI {
  list-style: none;
  padding: 0;
  margin: 0;
}

DIV.panel.show>UL>LI>A:not(:first-child) {
  right: 26px;
  position: absolute;
}


/********** Lightbox *********/

.FscContentWrapper A[data-lightbox] {
  display: inline-block;
}

.FscContentWrapper A[data-lightbox] IMG {
  max-width: 100%;
}

.FscContentWrapper A[data-lightbox]:hover {
  background-color: transparent;
  border-bottom: none;
  cursor: zoom-in;
}

.FscContentWrapper A[data-lightbox]:focus {
  background-color: transparent;
  border-bottom: none;
  outline: dotted 1px #3f6681!important;
  outline-offset: -1px!important;
  box-shadow: 0 0 0 3px #fff266;
}

DIV.lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%!important;
  opacity: 1;
  overflow: auto;
  width: 100%!important;
}

DIV.lb-outerContainer {
  background-color: #d1d1d1;
}

DIV.lb-dataContainer {
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px !important;
  z-index: 1000;
}

.lb-data A.lb-close {
  background-color: #333332;
  background-position: center center;
  background-size: 16px;
  opacity: 1;
  padding: 5px;
  width: 30px;
}

.lb-data A.lb-close:hover {
  background-color: #666664;
}

.lightbox .lb-image {
  border: 4px solid #d1d1d1;
}

.lb-nav a.lb-prev:focus {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: opacity 0.0s;
}

.lb-nav a.lb-next:focus {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: opacity 0.0s;
}

.lb-data .lb-close:focus {
  outline: 1px solid #d1d1d1;
}


/********** Mindbreeze **********/

.resultsdiv {
  color: #3f6681;
  font-weight: 500;
}

.media {
  border-top: 1px solid #cccbc8;
  margin-top: 30px;
  padding-top: 30px;
}

.media-body H3,
H3.mb-scroll-placeholder {
  font-size: 16px;
}

.mb-content {
  margin-top: 10px;
}

.ui-helper-hidden-accessible {
  height: 1px;
  left: -1000000px;
  position: absolute;
  top: -1000000px;
  width: 1px;
}

.pagination {
  border-top: 1px solid #cccbc8;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}

UL.ui-autocomplete {
  background-color: #FFFFFF;
  border: 1px solid #666664;
  box-shadow: 0 0 6px 0 #666664;
  list-style: none outside none;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  z-index: 100;
}


/*UL.ui-autocomplete LI.ui-menu-item
{
  color: #666664;
  display: block;
  font-size: 10pt;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/

UL.ui-autocomplete LI.ui-menu-item A {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 2px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333332;
}

UL.ui-autocomplete LI.ui-menu-item A:hover,
UL.ui-autocomplete LI.ui-menu-item A.ui-state-focus:hover {
  background-color: #f5f1e7;
}

UL.ui-autocomplete LI.ui-menu-item A.ui-state-focus {
  background-color: #fff9b3;
}

UL.ui-autocomplete LI.ui-menu-item .matched {
  font-weight: 600;
}

UL.ui-autocomplete LI.ui-autocomplete-category:first-child {
  padding-top: 0;
}


/********** Responsive START **********/

@media (max-width: 1842px) {
  .FscContent {
    width: 700px;
  }
  .FscAdditionalNavigation {
    max-width: 350px;
  }
  .FscContentWrapper .FscArrowContentRight {
    left: 1225px;
  }
}

@media (max-width: 1695px) {
  .FscContent {
    width: 650px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .FscContentWrapper .FscArrowContentRight {
    left: 1120px;
  }
}

@media (max-width: 1558px) {
  .FscContent {
    max-width: 600px;
    /*padding-bottom: 0;*/
  }
  .FscContent,
  .FscAdditionalNavigation {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 1000px;
    padding-right: 100px;
    float: none;
    width: 100%;
  }
  .FscAdditionalNavigation {
    height: 100%;
    position: static;
    margin-bottom: 30px;
    margin-left: 55px;
    max-height: none;
    max-width: calc(100% - 154px);
    overflow: initial;
    padding-right: 20px;
    width: 100%;
  }
  .FscAdditionalNavigation>NAV:nth-child(2)>H2 {
    padding-top: 0;
  }
  .FscContentWrapper .FscArrowContentRight {
    right: 25px;
    left: auto;
  }
  .FscAdditionalNavigation:hover {
    overflow: initial;
  }
  .FscNavContent>H2:first-child {
    padding-top: 0;
  }
  .FscAdditionalNavigation>DIV>H2:first-child {
    padding-top: 30px;
  }
  .FscAdditionalNavigation>DIV+DIV>H2:first-child {
    padding-top: 0;
  }
  .FscFirstPdf {
    display: none;
  }
  .FscSecondPdf {
    display: block;
  }
}

@media (max-width: 1399px) {
  .FscNavigationPanel {
    width: 350px;
  }
  .FscContentWrapper {
    padding-left: 350px;
  }
  .FscContentWrapper .FscArrowContentLeft {
    left: 360px;
  }
  .FscAdditionalNavigation {
    width: calc(100% - 154px);
  }
}

@media (max-width: 1279px) {
  .FscNavigationPanel {
    width: 250px;
  }
  /*  
  BODY.FscIsMobile .FscNavigationPanel
  {
  top: 0;
  padding-top: 124px;
  height: 100%;
  position: fixed;
  }
  */
  .FscContentWrapper {
    padding-left: 250px;
  }
  .FscContentWrapper .FscArrowContentLeft {
    left: 260px;
  }
}

@media (max-width: 979px) {
  .FscContent {
    padding: 50px 40px 20px 40px;
  }
  .FscAdditionalNavigation {
    margin-left: 40px;
    max-width: calc(100% - 80px);
    width: 100%;
  }
  .FscContentWrapper .FscArrowContentLeft {
    left: 250px;
  }
  .FscContentWrapper .FscArrowContentRight {
    right: 15px;
  }
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentRight {
    right: 0;
  }
  DIV.panel.show>UL>LI>A:not(:first-child) {
    position: relative;
    right: 0;
  }
  DIV.panel.show>UL>LI>A:not(:first-child):before {
    content: "| ";
  }
}

@media (max-width: 669px),
(max-height: 339px) {
  .FscPageWrapper {
    overflow: auto;
    position: static;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-action: pan-y;
  }
  .FscContentPad {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .FscTopBarWrapper {
    /*  background: #3f6681; */
    position: relative;
    z-index: 100;
  }
  .FscContentWrapper {
    height: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .FscContentWrapper .FscArrowContentLeft {
    left: 0;
  }
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentRight {
    right: 0;
  }
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentLeft,
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentRight {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentLeft:hover IMG,
  BODY.FscIsMobile .FscContentWrapper .FscArrowContentRight:hover IMG {
    background-color: transparent;
  }
  .FscNavigationPanel {
    display: none;
  }
  .FscTopBarWrapper .FscTopBarLeft {
    display: none;
  }
  .FscTopBarWrapper .FscTopBarRight {
    left: 20px;
  }
  .FscTopBarWrapper .FscServiceBlock {
    position: absolute;
    right: 0;
  }
  .FscTopBarWrapper .FscTopBarRight>A:first-child {
    height: 36px;
    margin-top: 14px;
  }
  .FscTopBarWrapper IMG.FscCloudLogo {
    margin-top: 0;
    height: 36px;
    width: 36px;
  }
  .FscContent {
    padding: 30px 30px 20px 30px;
  }
  .FscAdditionalNavigation {
    padding-left: 30px;
    padding-right: 30px;
  }
  .FscTopBarWrapper .FscServiceBlock {
    position: absolute;
    right: 0;
  }
  .FscServiceBlock .FscService DIV:last-child {
    display: none;
  }
  .FscServiceBlock .FscService DIV:nth-last-child(2) {
    margin-right: 0;
  }
  .FscService .FscBtn:focus {
    margin-left: 5px;
    margin-right: 5px;
  }
  .FscService>DIV {
    margin: 0 10px;
  }
  .FscContent>TABLE P {
    padding: 5px 8px;
  }
}

@media (min-height: 670px) and (max-width: 669px) {
  .FscTopBarWrapper,
  .FscHeader {
    position: absolute;
  }
  .FscHeader {
    top: 65px;
  }
  .FscContentWrapper {
    height: 100%;
    padding-top: 125px;
  }
  .FscContentPad {
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 454px) {
  .FscContent>TABLE P {
    padding: 5px 2px;
  }
}