

@font-face {
    font-family: Muli;
    src: url("https://link.lumiscaphe.com/fonts/Muli-Regular.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #212529;
    font-family: Muli;
}

h2 {
    font-family: Muli;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1.5em;
}

h3 {
    font-family: Muli;
    font-size: 28px;
    font-weight: bold;
    color: inherit;
    text-transform: uppercase;
    margin-top: 1.5em;
}

h4 {
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    color: inherit;
    text-transform: initial;
    background: #f5f5f5;
    padding: 10px;
    margin-top: 1.5em;
    margin-left: -10px !important;
    margin-bottom: 10px;
}

h5 {
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    text-transform: initial;
    background: #f5f5f5;
    padding: 10px;
    margin: 1.5em 0px 10px -10px;
}

h6 {
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
    padding: 10px 0px 0px 10px;
    margin: 1.5em 0px 10px -10px;
}

h2,
a {
    color: #0BA0A9;
}

p {
    text-align: left;
}

p, pre {
    margin: 0 0 1em;
}

ul.itemizedlist>li.listitem>p:not(:last-child){
    margin-bottom: 0;
}


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

span.guilabel {
    font-weight: bold;
    font-style: italic;
} 

.portal-single-publication a:link,
.portal-single-publication a:active,
.portal-single-publication a:visited,
.portal-single-publication a:hover,
.featured-subtopics a:not(.more-toc):link,
.featured-subtopics a:not(.more-toc):active,
.featured-subtopics a:not(.more-toc):visited {
    color: black;
    text-decoration: none;
}

/*Hide a logo from the portal homepage*/ 
/*.portal-header .logo-link {
        display: none;
}*/

.featured-title a:link,
.featured-title a:active,
.featured-title a:visited,
.featured-title a:hover {
    color: #0ba0a9; 
    text-decoration: none;
}

a:link,
a:active { 
    color: #FF7719; 
}

a:visited { 
    color: #0ba0a9; 
}	

a:hover,
.publication-contents a:hover {
    color: #FF7719; 
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: #0ba0a9;
    text-decoration: underline;
}

.nav-site-sidebar li.active > a,
.nav-site-sidebar li.opened > a {
    font-weight: bold;
}

aside.site-sidebar {
    background-color: #e8e8e8;
    box-shadow: 1px 0 3px 1px lightgrey;
}

aside.site-sidebar .search-field {
    background-color: white;
}

aside.site-sidebar .search-field::placeholder,
aside.site-sidebar .search-field,
aside.site-sidebar > .toc a,
.section-nav.nav>li a {
    color: black;
}

aside.site-sidebar > .toc a:hover {
    color: white;
    background-color: #0BA0A9;
}

aside.site-sidebar .toc > li{
    border-bottom: 0.5px solid #e0e0e0;
}


.toolbar {
    box-shadow: none;
}

.breadcrumb a {
    color: #212529;
    font-family: Muli;
    font-style: oblique;
    font-size: 14px;
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb>li:first-child,
.breadcrumb>li:nth-child(2):before {
    display: none;
}

.breadcrumb>li+li:before {
    content: '';
    margin: 0;
}

.breadcrumb>li+li+li:before {
    content: '\203A';
    color: #212529;
    font-size: 2rem;
    font-weight: normal;
}

li.breadcrumb-node {
    font-family: Muli;
    font-weight: bold;
    font-style: oblique;
    color: #0ba0a9;
}

.tool-print.print-icon {
    float: right;
    display: block;
    padding: 5px;
}

.portal-header .portal-search button, 
.publication-contents h4 span {
    background-color: #FF7719;
}

.portal-header .portal-search .search-field {
    border-radius: 0px 0 0 0px;
}

.portal-header .portal-search button {
    border-radius: 0 0px 0px 0;
}

.portal-contents.featured-content .publication-contents > .featured-title {
    margin: 0 0 0.7em 0;
}

.portal-contents.featured-content .publication-contents > .featured-title > .toc-count {
    display: none;
}
 
.bg-primary, .btn-primary, 
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus, 
.site-sidebar, 
.portal-single-publication .publication-icon {
    background-color: #0BA0A9;
}

.dropup.languages {
    display: none;
}
 
.theme1 .site-sidebar .logo {
    width: auto;
    max-width: auto;
}

.theme1 .section-nav.nav li.active>a,
.section-nav.nav>li a:hover {
    color: #0BA0A9;
}

.theme1.page-toc main article {
    padding-left: 2%;
}

.theme1 .section-nav.nav li>a::before {
    content: '';
    border-radius: 50%;
    left: -3px;
    top: 12px;
    background-color: black;
    position: absolute;
    width: 6px;
    height: 6px;
}

.theme1 .section-nav.nav li.active>a::before,
.section-nav.nav>li a:hover::before,
.theme1 .procedure > li::before {
    background-color: #0BA0A9;
}

.section-nav {
    border-color: #e8e8e8;
}

.pager .previous>a,
.pager .previous>span,
.pager .next>a,
.pager .next>span {
    color: black;
    border: 1px solid #0BA0A9;
    border-radius: 0;
}

.pager .previous>a:hover,
.pager .previous>span:hover,
.pager .next>a:hover,
.pager .next>span:hover {
    color: white;
    background-color: #0BA0A9;
    border: 1px solid #0BA0A9;
}

.arrow-to-top {
    position: fixed;
    bottom: 25px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #0BA0A9;
    border-radius: 50%;
    background-color: white;
}

.arrow-to-top:hover {
    cursor: pointer;
}

.arrow-to-top > span {
    display: inline-block;
    color: #0BA0A9;
    font-size: 5rem;
    line-height: 5rem;
    transform: rotate(-90deg) translateY(25%);
}

.section-nav.nav>li ul {
    padding-left: 0;
}

.keycap {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.1em 0.5em;
    margin: 0 0.2em;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    background-color: #f7f7f7;
}

.keycap strong {
    font-weight: normal;
}

.caution h3, .important h3, .note h3, .tip h3, .warning h3{
    display: none;
}

.important:before {
    color: #FF7719;
}

.important {
    border-left-color: #FF7719;
    background-color: rgba(255, 119, 25, 0.08);
}

.note.notice:before{
    color: #ff7719;
    top: 13px;
}

.note.notice{
    border-left-color: #ff7719;
    background-color: rgba(255, 119, 25, 0.08);
}

.warning:before{
    color: #952369;
    top: 13px;
}
 
.warning{
    border-left-color: #952369;
    background-color: rgba(149, 35, 105, 0.08);
}

.note:before{
    color: #327A81;
    top: 13px;
}
 
.note{
    border-left-color: #327A81;
    background-color: rgba(50, 122, 129, 0.08);
}

.tip:before{
    color: #53C0D5;
    top: 13px;
}
 
.tip{
    border-left-color: #53C0D5;
    background-color: rgba(83, 192, 213, 0.08);
}

p.nf_sidebar{
    font-weight: bold;
    text-transform: uppercase;
    color: #ff7719;
}

.caption {
    font-size: 0.8em;
    font-family: inherit;
    font-style: italic;
    color: #9F9D9B;
}

.figure-title {
    text-align: left;
}

div.figure-title {
    font-weight: normal;
}

div.table-title {
    font-weight: normal;
    font-size: 0.8em;
    font-family: inherit;
    font-style: italic;
    color: #9F9D9B;
}

.inlinemediaobject {
    /*background-color: #434343; Just for Patchwork 3D and Accel VR documentation.*/ 
    background-color: #434343;
    vertical-align: baseline;
}

/*.videoobject iframe {
    max-width: 50%;
    height: 50%;
}*/

table {
    /*PPL: adding a margin at the table bottom*/
    margin-bottom: 1em;
}

th {
    background-color: #ececec;
	display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

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

.informaltable {
    /*PPL: adding a border at the table bottom*/ 
    border-bottom: 1px solid #ddd;
}

.informaltable.noborderbottom, .informaltable.noborderbottom .informaltable {
    /*PPL: removing a border at the table bottom depending on the "noborderbottom" role attribute.*/ 
    border-bottom: none !important;
}

.informaltable td p, .informaltable th p, .table td p, .table th p {
    margin: 0px;
    margin-bottom: 0em;
}

/* ======================================
    Lightbox > set different image sizes
    depending on the "role" attribute
   ======================================*/
.w150 img {
 max-width: 150px !important;
}

.w200 img {
 max-width: 200px !important;
}

.w250 img {
 max-width: 250px !important;
}

.w300 img {
 max-width: 300px !important;
}

.w450 img {
 max-width: 450px !important;
}

.w596 img {
 max-width: 596px !important;
}

/* Zoom images to full size when using Lightbox */
.materialboxed {
  display: unset;
}

.materialboxed.active {
 max-width: none !important;
}
/* ===============
    Lightbox end
   ===============*/

   /* ===============
    Feedbacks
   ===============*/

div.feedback-panel #email-feedback{
    display: none;
}

div.feedback-panel #email-feedback.no-voting, div.feedback-panel #email-feedback.feedback-link-visible{
    display: block;
}

div.feedback-panel{
    border-top: 1px solid #f5f5f5;
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    background-color: #ffffff;
    border-radius: 6px;
    max-width: 66.66666667%;
    float: left;
    text-align: left;
    padding: 20px;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    border: 1px solid #0BA0A9;
    /* margin: 10px 20px !important; */
    border-radius: 0px !important;
    padding: 5px 30px;
    background-color: transparent;
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

div.feedback-panel .btn.active,
div.feedback-panel .btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0BA0A9;
    color: #ffffff;
}

div.feedback-panel .btn.active.focus, div.feedback-panel .btn.active:focus, 
div.feedback-panel .btn.focus, div.feedback-panel .btn:active.focus, 
div.feedback-panel .btn:active:focus, div.feedback-panel .btn:focus {
    outline: none;
}

.feedback-panel .voting-feedbackicon{
    display:none;
}

.feedbackicon{
    margin-right: 0.5em;
    font-size: 1.5em;
    vertical-align: text-bottom;
}

@media print {
    .arrow-to-top {
        display: none;
    }
}
/* ===============
    Feedbacks end
   ===============*/
   
   
.edition {
    display: inline;
    border: 1px dotted #ccc;
    border-radius: 5px;
    background: whitesmoke;
    padding-right: 0.2em;
    padding-left: 0.2em;
    padding-top: 0em;
    padding-bottom: 0.2em;
    cursor: help;
}

section > .edition {
    display: inline-block;
    position: relative;
    border: 1px dotted #ccc;
    border-radius: 5px;
    background: whitesmoke;
    padding-inline-start: 1em;
    padding-inline-end: 1em;
    padding-top: 0em;
}
  
.edition-tooltip {
    visibility: hidden;
    content: "Engineering version only";
    width: auto;
    cursor: pointer;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 106%;
    left: 27%;
    /*margin-left: -60px;*/
  }

  .edition:hover .edition-tooltip:hover {
    visibility: visible;
  }

