/*! HTML StyleSheet for Documatic | Copyright (c) 2001-2025, InterSystems Corp. ALL RIGHTS RESERVED.*/
/*! Version:15*/

:root {
    --iscbluelightest:#f3fbfa;
    --iscbluelight: #6ecce0;
    --iscblue: #2B3589;
    --iscbluedark:#39444e;
    --iscbluedarker:#222533;
    --iscbluedarkest:#1a1c27;
    --iscgreen: #01A09C;
    --iscgreenlight: #bfe4e3;
    --iscturquoise: #B7D43D;
    --iscyellow: #fcb249;
    --iscyellowdark: #ffe680;
    --iscred: #ca0000;
    --iscredlightest: #f9f2f4;
    --iscwhite: #ffffff;
    --iscoffwhite: #f8f9f9;
    --iscwhiteporcelain:#ecf0f1;
    --iscgraylightest: #eff0f1;
    --iscgraylighter: #e0e0e0;
    --iscgraylight: #cbcbcb;
    --iscgray: #86939e;
    --iscgraydark: #5e6977;
    --iscgraydarker: #43484D;
    --iscgraydarkest: #333333;
    --testorange: #c75000;
    --darkmodegrey: #222533;
    --darkmodewhite: #ffffffeb;
    --darkmodegreen: #1ad3c7;
    --darkmodeblack: #121212;
    --textcolor: #000;
    --linkcolor: var(--iscgraydarker);  
    --iscmonofont: 'Courier 10 Pitch', 'Courier New', Courier, monospace;
    --font-family-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-weight-default: 400;
    --font-size-default: 12px;
}

/* Disable askMe chatbot button */

.copilotbutton{
    display: none;
}

.chatbot-popup{
    display: none;
}

body {
    color: var(--textcolor);
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; /*for IE*/
    font-family: var(--font-family-default);
    font-size:16px; /*for IE*/
    font-size: var(--font-size-default);
    background-color: var(--iscoffwhite);
    font-weight: 400;
    background-color:#fbfbfb; /*for IE*/
}

.mainDiv {
    margin-left:330px;
    margin-right:240px;
    line-height: 1.5em;
    display:block; /*for IE*/
    font-size:16px; /*for IE*/
}

body.Index{ 
    background-position: right;
}

.Summary {
    background: #86939E;
    margin-left: 0;
    margin-right: 10px;
    border: 0;
    font-size: 0.8em;
    width: 80%;
}

.SummaryText {
    font-size: 0.8em;
}

.Summary td,
.Summary th {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #86939E;
    border-bottom: 1px solid #86939E;
}

.Summary td {
    background: white;
}

.Summary th {
    background: #EFF0F1;
    text-align: left; 
}

.Summary td.private {
    background: #D0D0D0;
}

.Summary td:hover {
    background: #6ecce0;
}

.Summary a,
.Summary a.pkgName,
.Summary a.nsNameCurr,
.Summary a.JS {
    text-decoration: none;
    font-weight: bold;
}

.Summary a {
    display: block;
    width: 100%;
}

.Summary a.pkgName {
    color: #2B3589;
}

.Summary a.nsNameCurr,
.Summary a.inherited,
.Summary a {
    color: black;
}

.Summary a.JS {
    color: blue;
}

.Summary a.inherited,
.Summary a.inheritedJS {
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
}

.Summary a.inheritedJS {
    color: #2020F0;
}

.Summary a.className,
.Summary a.nsName {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.Summary td.nsNameCurr {
    background: pink;
}

.Summary td.sysItem {
    background: #EFF0F1;
    white-space: nowrap;
}

.Summary a.deprecated {
    text-decoration: line-through;
}

span.deprecated {
    border: 1px solid #86939E;
    padding: 2px;
    margin-right: 5px;
    border-radius: 5px;
    color: white;
    background-color: #86939E;
}

div.MainDiv {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 120%;
}

table.ClassBanner { 
    color: white;
    background: #287780; 
    font-size: 24pt;
}
table.Label { 
    color: black; 
    font-size: 1.1em;
    width: 90%;
    border-style:none;
}

.IndexLabel {
    padding-left: 20px;
    color: #2B3589;
    background: none;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
}

table.VersionInfo {
    color: black;
    background: #DBF6FB;
    font-size: 1em;
}

.DivShow {
    display: flex;
    border-bottom: solid #86939e 1px;
    background-color: #e0e0e0;
}

.info-head{
    overflow: auto;
}

info{
    overflow-x: scroll;
}

.DivHide {
    display: none;
}

.propertymethods {
    border: dashed 1px #808080;
    padding: 5px;
}

#PARAMETER_SETTINGS{
    overflow-wrap: anywhere;
}

table.ClsSearchResult {
    border: 1px solid black;
}

table.ClsSearchResult td {
    border-bottom: 1px solid #86939E;
    border-right: 1px solid #86939E;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

table.ClsSearchResult td a:hover {
    color: red;
}

.DarkRow {
    background: #DDDDDD;
}

.LightRow {
    background: #EEEEEE;
}

.IndexText {
    font-weight: bold;
    font-size: 0.8em;
    white-space: nowrap;
}

div.IndexChoice,
a.PackageChoice,
a.PackageChoiceInt{ 
    font-family: Helvetica,Arial,sans-serif; 
    font-size: 1em; 
    font-weight: bold; 
    color: black; 
    background: none; 
    border-color: black; 
    border-width: 1px; 
    border-style: none; 
    padding-left: 3%; 
    padding-right: 3%; 
    padding-top: 0; 
    padding-bottom: 0;
}

a.PackageChoice,
a.PackageChoiceInt,
a.IndexChoiceInt,
a.IndexChoice,
a.PackageChoice1 {
    font-family: Arial, sans-serif; 
    text-decoration: none; 
    border-width: 0; 
}

a.PackageChoiceInt {
    color: #86939E;  
}
    
a.IndexChoiceInt,
a.IndexChoice,
a.SearchResult{
    padding-top: 0; 
    padding-bottom: 0;
    padding-left: 3%; 
    padding-right: 3%;
    font-size: 1em;
    font-weight: bold; 
}

a.IndexChoiceInt {
    color: #86939E; 
    background: none; 
    border-color: black; 
    border-style: none; 
}
    
a.IndexChoice { 
    color: black; 
    background: none; 
    border-color: black;
    border-style: none;
}

a.SearchResult {
    font-family: Arial, sans-serif;
    text-decoration: none; 
    color: black; 
}

div.searchLinkOnRight1,
div.searchLinkOnRight {
    padding-right: 30px;
    font-size:16px;
}

div.SampleCode {
    color: black;
    border: 2px solid #86939e;
    border-radius: .5em;
    font-family: courier new,courier,monospace;
    font-size: 1em;
    text-align: left;
    line-height: 125%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    background: #EFF0F1;
    overflow-x: auto;
}
a.PackageChoice1 {
    font-size: 1.1em; 
    font-weight: bold; 
    color: black; 
    background: none; 
    border-color: black; 
    border-style: none; 
    padding-top: 0; 
    padding-bottom: 0; }

.StoragePtr { 
    color: black; 
    background: #CBE6EB; 
    font-size: .9em; 
    border: black solid 1px; 
}

.StorageNode,
.StorageNodeSuper{
    color: white;
    background: #287780; 
    font-size: .9em; 
    border: black solid 1px; 
}

.StorageSlot { 
    color: black; 
    background: #CBE6EB; 
    font-size: .9em; 
    border: black solid 1px; 
}

.StoragePtrSuper,
.StorageSlotSuper { 
    color: black; 
    background: #86939E; 
    font-size: .9em; 
    background-color: #d3d3d3;
}

a,
a.MethodLink,
a.PropertyLink,
a.QueryLink,
a.ParameterLink {
    text-decoration: none;
}

a.MethodLink,
a.QueryLink {
    font-weight: bold;
}

a.PropertyLink,
a.ParameterLink {
    font-style:italic;
}

a.imgopen[target="_blank"]:after{
   background-color: currentColor!important; 
   color: currentColor!important;
   content: "";
   -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="10px" height="10px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13,1 L13,3 L17.475,3 L10.066,10.165 L11.536,11.457 L19,3.926 L19,9 L21,9 L21,1 L13,1 Z M19,13 L21,13 L21,21 L1,21 L1,1 L9,1 L9,3 L3,3 L3,19 L19,19 L19,13 Z" id="send-[%231570]" stroke="%23FFFFFF" stroke-width="0.5" fill="%23FFFFFF"></path></g></svg>');
   mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13,1 L13,3 L17.475,3 L10.066,10.165 L11.536,11.457 L19,3.926 L19,9 L21,9 L21,1 L13,1 Z M19,13 L21,13 L21,21 L1,21 L1,1 L9,1 L9,3 L3,3 L3,19 L19,19 L19,13 Z" id="send-[%231570]" stroke="%23FFFFFF" stroke-width="0.5" fill="%23FFFFFF"></path></g></svg>'); 
   -webkit-mask-position: 25% 75%; 
   mask-position: 25% 75%; 
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   mask-size:100% 100%;
   -webkit-mask-size: 100% 100%;
   position:absolute;
   width:10px;
   height:10px;
   margin-left:2px;
}

a.imgopen[target="_blank"]{
    padding-right:15px;
}

span.internal,
span.external{
    display: block;
    background: white; 
    color: #808080;
    border-top: 1px solid #DDDDFF; 
    padding-top: 3px;
}
span.external,
table.internal,
table.external {
    color: black;
}

span.external{
    background-color: transparent;
    border-top: none;
}

.DivShow span.external {
    overflow-wrap: anywhere;
    word-break: break-word;
} 

span.tblhdr {
    color: white; 
    font-weight: bold;
    font-size: 0.8em;
}

span.sqltext {
    font-family: Courier, Courier-New, monospaced;
    word-wrap: break-word;
}

table.internal {
    background: #F0F0F0;
}

table.external {
    background: #FFFFFF;
}

.header {
    font-weight:bold;
}

#bannerright{
    float:right
}

#bannerleft img,
img#docslogo {
    padding: 1em 1em 0 1em;
    height:75px;
}

.draft {
    font-size:1.75em;
    background:#ca0000;
    color:white;
    text-align:center;
    white-space: nowrap;
}

/*NEW BETTER BANNER*/
#bannerleft {
/*     border: solid green; */
    width: 20%;
}

#bannerright {
/*     border: solid orange; */
    width: 50%;
    float:right;
}

#banner {
/*     border: solid blue; */
    display:flex;
    align-items: center;
    justify-content: flex-start;
    height: 79px;
    background-color: white;
}

#bannerleft a {
display:inline-block;

}

#bannerleft img{
    padding:0;
margin:0;
}
/*
#bannerright #st-search-form,
#bannerright #QuickSearch{
    float: right;
}
*/
@media only screen and (max-width: 768px) {
    #bannerleft,
    #bannerright{
        width: 100%;
        display:flex;
        /*         background-color:red; */
        float:center;
        justify-content: space-around;
        align-items: center;
    }

 
    #bannerright #st-search-form input,
    #bannerright #QuickSearch {
        width:80%;
        /*border:solid green;*/

    }

        #bannerright #st-search-form{
            width:90%;
/*             border:solid  */
        }
}
/*END OF NEW BETTER BANNER*/

/* end banner */

/*banners*/
.oldversion,
.oldproduct,
.noupdates {
    background-color: #BFE4E3;
    padding:10px 15px 5px;
    font-size:16px;
}

.noupdates {
    background-color: #5668ff33;
}


.oldversion a,
.oldproduct a,
.noupdates a{
    color:#333695;
    font-weight:600;
}

/*banners close option*/
.oldversion .flexleft,
.oldproduct .flexleft,
.noupdates .flexleft {
    width:calc(100% - 40px);
}

.oldversion .flexright,
.oldproduct .flexright,
.noupdates .flexright{
    cursor:pointer;
    width: 40px;
    text-align: right;
    background-color:transparent;
    border:none;
}
/*end of banners close option*/
/*end of banners*/

td.LocatorBar {
    margin: 12px 0 18px 0;
    padding: 6px 2%;
    border-top: 2px solid var(--iscgraylight);
    background-color: var(--iscgraylighter);
    font-size: 1.2em;
}

div.Locator {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
}

div.Locator a {
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px;
}

div.Locator a:visited,
div.Locator a,
div.Locator {
    color: #2B3589;
}

div.Locator a:hover {
    color: red;
    background: #FFFAE7;
}

div.displayOptions {
    padding-left: 40px;
    font-size: 16px;
}

a.buttonStyleON {
    color: #2B3589;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

a.buttonStyleON:visited {
    color: #2B3589;
}

a.buttonStyleON:hover {
    color: red;
}

.hier,
.lev,
.pro,
.indent1{
    font-size: 12px;
    font-weight: normal;
}

.hier {
    color: #2f6280;
    margin-left: 40px;
}
.lev {
    color: #404040;
    margin-left: 70px;  
}
.pro {
    color: #2f6280;
    margin-left: 100px;
}
.indent1 {
    color: #404040;
    margin-left: 16px;  
}

table.DetailTable {
    font-size: 11px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom:10px;
    border: 1px #888888 solid;
}
table.DetailTable th {
    font-size: 12px;
    background: #f1f0e7;
    border-bottom: 1px #888888 solid;
}

table.DetailTable td,
table.DetailTable th {
    text-align: left;
    padding: 3px 5px;
}

table.DetailTable tr.DarkRow { background: #F1F0E7; }
table.DetailTable tr.LiteRow { background: white; }
table.DetailTable tr.DiffRow { background: #F3E799; }


a.hidden,
font.hidden {
    color: gray;
}

/*breadcrumbs*/
.locatordiv {
    padding: 6px 2%;
    background-color: var(--iscgraylighter);
    font-size: 12px;
    position: sticky;
    z-index: 1;
    height: 22px;
    display: flex;
    align-items: center;
}

.locatordiv a {
    color: #43484D;
    text-decoration: none;
}

/*.locatordiv a:last-of-type {
    color:#333333;
    font-weight: 600;
    text-decoration: none;
}*/

/*accessible breadcrumbs*/
/*accessible breadcrumbs*/
.locatordiv li {
    display: inline;
    margin-right:0.25em;
}

.locatordiv li + li::before {
    display: inline-block;
    margin: 0 .25em;
    transform: rotate(15deg);
    border-right: 0.1em solid #43484B;
    height: 0.8em;
    height: 12px;
    content: '';
}

.locatordiv li + li a{
    padding-left: 5px;
}

.locatordiv li a{
    display: inline-block;
}

.locatordiv ol{
    padding: 0;
    margin: 0;
}

.locatordiv a:hover{
    text-decoration: underline;
}

.locatordiv li:last-of-type a{
    font-weight: 600;
}
/*end of accessible breadcrumbs*/
/*end of accessible breadcrumbs*/
/*end of breadcrumbs*/
.flexdiv{
    display: flex;
}
/* footer */
footer{
  position: absolute;
  bottom: 0;
  height: 50px;            /* Footer height */
  margin-left:390px;
  margin-right:0;
  width:calc(100% - 505px);
  padding:30px 75px 30px 30px;
  margin-top:0;
  font-size: 12px;
}

footer,
footer a,
footer li {
    color:#5e6977;/*for IE*/
}

footer .flexleft{
    width: 50%;
    color: #000;
}

footer .flexleft div{
    padding-bottom:5px;
}

footer .flexright {
    color: #333695;
    width: 50%;
    text-align:right;
}

footer .flexright a {
    color: #333695;
    margin-left: 2em;
}

footer .flexright span a {
   margin-left: 0;
}

footer .homelink {
    font-size: 14px;
    margin-bottom: 8px;
}

.footertop > a {
    margin-bottom: 2em;
    border: 2px solid #fff;
    display: inline-block;
    padding: 1em;
    background-color: #00b2aa;
    box-shadow:0 2px 2px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
    font-size:16px;
    color:#fbfbfb;
}

.footertop > a:hover{
    background-color:#00586f;
}

a#ot-sdk-btn.ot-sdk-show-settings {
    border: none;
    font-size: 12px;
    text-decoration: underline;
    color: #333695;
    margin:0;
    padding:0
}

a#ot-sdk-btn.ot-sdk-show-settings:hover{
    background-color:transparent;
    color:#01a09c;
}

footer .flexright a:hover{
    color:#01a09c; /*for IE*/
    color: var(--iscgreen);
}

#content-inner{
    padding-bottom: 180px;
    position: relative;
    top: -57px;
}

#content-outer{
    position:relative;
    min-height:100vh;
}

.legal {
    color: var(--iscoffwhite);
    font-size: 11px;
}

footer .legal ul {
    margin: 0;
    padding: 0 8px 0 0;
}

.legal .legalitem {
    display: inline-block;
    padding: 0 8px 0 0;
}

footer .footerright {
    float: right;
}

table footer > div,
table footer div {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

/*new documatic footer keep at bottom*/

/*Keep footer at bottom*/
/*Keep footer at bottom*/
#content-outer {
  position: relative;
  min-height: 100vh;
}

#content-inner.haslefttoc,
#documaticlp {
  padding-bottom: 140px;    /* Footer height */
  margin-left: 390px;
  padding-left:30px;
  padding-right:30px;
  margin-right:0;
  margin-right: 130px;
}

.flexright {
  width:50%;
}

#content-inner.hasrighttoc{
  margin-right: 18%;
}
/*End of Keep footer at bottom*/
/*end of new documatic footer keep at bottom*/
/* end footer */

h1,
h2,
h3,
h4,
h5,
div.h1,
div.h2,
div.h3,
div.h4,
div.h5 {
    font-weight: 300;
    margin-top: 1.5em;
    line-height: normal;
    text-decoration:none;
}

h1,
h2,
h3 { 
  margin: 48px 0 24px 0;
  padding: 0
}
h3{
    margin-block: 26px;
}
h1,
div.h1{
    font-size: 48px;
    font-weight: 400;
}

h2,
div.h2 {
    font-size: 28px;
}

h3,
div.h3 {
    font-size: 24px;
    font-weight: 600;
}
h4,
div.h4 {
    font-size: 16px;
    font-weight: 600;
}

h5,
div.h5 {
    font-size: 1.0em;
}

img {
    vertical-align: bottom;
}
/*Cookie consent*/
.docscookie-notification--bottom{
    bottom:0;
}
.docscookie-notification {
    border-bottom: 0.0625rem solid #333;
    max-height: 75vh;
    opacity: 1;
    overflow-y: scroll;
    position: fixed;
    transition-duration: 0.25s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 100%;
    z-index: 999;
    background-color: rgba(20,20,20,0.8);
    color: #ccc;
}
.docscookie-notification-inner {
    margin: 0 auto;
    max-width: 73.75rem;
    padding: 1.875rem 1.25rem;
    overflow: hidden;
}
.docscookie-notification-content {
    max-width: 50rem;
    float:left;
}
.docscookie-notification-button{
    font-size: .875rem;
    overflow: hidden;
    padding-left: 2.3rem;
}

.btn{
    background-color: #18a99e;
    border: .125rem solid #fff;
    box-shadow: 0 0.1875rem 0.4375rem rgba(0,0,0,.2);
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 1rem 1.875rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition-property: background-color,color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
}

.docscookie-notification-content a{
    color:white;
}
/*end of cookie consent*/

/*CLASSES FOR FEEDBACKDIV*/
.gotofeedback {
    background-color: #333695;
    color:white;
    font-size: 16px;
    position:fixed;
    right:0;
    top:50%;
    transform: translateX(2px);

    padding: 12px 8px 12px 6px;
    cursor: pointer;
    white-space: nowrap;
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    text-decoration:none;

    writing-mode: vertical-lr;
    transform: rotate(180deg);

    -ms-writing-mode: tb-lr;
}

.gotofeedback:hover{
    background-color: #222533;
}

#feedbackpage .gotofeedback,
#feedback-thanks .gotofeedack{
    display:none;
}
/*END OF CLASSES FOR FEEDBACKDIV*/

/*search bar ST*/
#bannerright form {
    margin: 1em 2em;
}

#bannerright {
    float: right;
    width: 50%;
    text-align: right;
}
/*end of search bar ST*/

/*Accessibility classes*/
a.ac-skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.ac-skip-main:focus,
a.ac-skip-main:active {
    color: #000;
    background-color: #fff;
    left: auto;
    top: 36px;
    font-weight:600;
    text-decoration:none;
    width: 40%;
    height: auto; 
    padding: 7px;
    border: 7px solid #fcb249;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
    margin: 0 30%;
}

.ac-visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden; clip:
    rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;/* added line */
}
/*end of accessibility classes*/

/*new classes*/
.Summary th {
    background: #d7dadd;
    border:none;
    padding: 3px 8px;
}

.Summary td{
    border: 1px solid #d7dadd;
    padding:3px 8px;
    background:white;
}

.Summary{
    background: #ecf0f1;
    border-collapse: collapse;
    margin-bottom: 40px;
}

a {
    color: #2B3589; /*for IE*/
    color:var(--iscblue);
    text-decoration:underline;
}

a:hover{
    color: #01A09C; /*for IE*/
    color:var(--iscgreen);
}

td a:hover {
    color: #000;
}

.Summary td:hover {
    background: #bfe4e3; /*for IE*/
    background: var(--iscgreenlight);
}

div.SampleCode {
    font-family: "Courier New",Courier,monospace;
    border: 3px solid #cbcbcb;
    font-size: 1em;
    background-color: #fbfbfb;
    text-align: left;
    padding: 0 12px;
    display: inline-block;
    min-width: -moz-available;
    min-width: -webkit-fill-available;
    min-width: fill-available;
    border-radius:0;
}

.Summary td.private[align]:hover{
    background-color:#D0D0D0;
}

.tablelist td {
    background-color: transparent;
    border: none;
    padding:0 50px 0 0;
    cursor:pointer;
}

.tablelist{
    background-color:transparent;
    width:auto;

}

.tablelist a{
    font-size:15px;
    font-weight:500;
    text-decoration:underline;
}

.tablelist td:hover{
    background-color:transparent;
}

/*Tablelist classes*/
ul.tablelist{
    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
    list-style-type: none;
    padding-left:0;
    margin-right:10px;
}
/*end of tablelist classes*/

/*end of new classes*/

/*scrollable classes*/
div.SampleCode{
    display: flex;
    overflow-x: auto;
}
/*end of scrollable classes*/

/*Scrolling classes for web*/
div.SampleCode,
pre,
ihp,
ihd{
    display: flex;
    align-items:left;
    overflow-x: auto;
    scrollbar-width:none; /*for Firefox*/
}

div.SampleCode::-webkit-scrollbar,
pre::-webkit-scrollbar,
ihp::-webkit-scrollbar,
ihd::-webkit-scrollbar {
    -webkit-appearance: none;
}

div.SampleCode::-webkit-scrollbar:horizontal,
pre::-webkit-scrollbar:horizontal,
ihp::-webkit-scrollbar:horizontal,
ihd::-webkit-scrollbar:horizontal {
    height: 10px;
}

div.SampleCode::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
ihp::-webkit-scrollbar-thumb,
ihd::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white;
    background-color: gray;
}

div.SampleCode::-webkit-scrollbar-track,
pre::-webkit-scrollbar-track,
ihp::-webkit-scrollbar-track,
ihd::-webkit-scrollbar-track {
    background-color:white; 
    border-radius: 8px;
}
/*end of scrolling classes for web*/

.external ~ blockquote {
    padding-top: 0;
    margin: 5px 20px 24px;
}

.indent {
    margin: 5px 15px 30px;
}

.indent p {
    margin-top: 7px;
}

/*new leffttoc style*/
.Index img {
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
}

.Index span {
    padding-left:0;
    text-align: center;
    max-height: 30px;
}

body.Index {
    font-size: 14px;
}

a.packagechoice {
    padding-left:0;
    font-weight: bold;
}

body.Index span{
    line-height: 1.5;
}

a.IndexChoice{
    font-weight:500;
}

body.Index {
    background-color: #eff0f1;
}
/*end of new lefttoc style*/



span.external > span {
    padding-left: 10px;
}

/*Right TOC and left TOC classes*/
#documaticlefttoc {
    float: left;
    left: 0;
    top: 0px;
    margin-top: 14px;
    width: 350px;
    height: calc(100vh - 29px);
    overflow: auto;
    position: -webkit-sticky;
}

#documaticrighttoc {
    float: right;
    text-align: left;
    position: sticky;
    top: 29px;
    right: 0;
    width: 170px;
    overflow: auto;
    margin: 0 40px 24px 0;
    max-height: 100vh;
    height: auto;
    padding: 8px 10px 0 30px;
}
/*scroll top button*/

button#topButton {
  padding: 10px 15px;
  margin: 20px auto;
  position: sticky;
  position: fixed;
  bottom:10px;
  right: 10px;
  display:none; 
  z-index: 99;
  cursor: pointer;
  border-radius: 5px;
  border: none;
}

/*end of scroll top button classes*/

#documaticrighttoc .rightttoctitle {
    font-weight: 600;
    font-size:16px;
}

#documaticrighttoc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#documaticrighttoc li.tocitem {
    padding: 4px;
    line-height: 1.3em;
    margin: 0;
}
#documaticrighttoc a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-size: 16px;
    color: black;
}

.documaticrighttocactive{
    border-left: solid 2px #01a09c;
}

#documaticrighttoc .documaticrighttocactive a{
    color:#ed6000;
    font-weight: 400;
}

#documaticlefttoc > span > ul > li {
    list-style-type: none;
    font-weight: 400;
    padding: 0.35em 0 0.35em 1em;
}

button.anchorlink {
    background-color: transparent;
    border: none;
    cursor:pointer;
    scroll-margin-top: 80px;
    scroll-padding-top: 80px;
}

button.anchorlink.tooltip:active {
outline: none;
border: 2px solid #fcb249;
}

.copiedbox{
    padding:auto 0;
    right:50px;
    position: absolute;
    background-color:#333333;
    padding:3px 10px;
    border-radius:5px;
    font-family:var(--font-family-default);
}

.copiedbox p{
    padding:0;
    margin:5px;
}

h2 .anchorlink {
    padding-top:30px;
}

h2{
    margin-top:18px;
}

.hide{
    z-index: 300;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    margin-left: 10px;
    display: inline-flex;
    height: 1em;
    position: absolute;
    color: #0000;
}

.DivShow::before,
h2::before,
button.anchorlink::before {
  content:"";
  display:block;
  height: 1px;
  margin: -1px 0 0;
  pointer-events: none;
}

nav#documaticlefttoc span {
    margin: 10px;
}

.lefttoctitle {
    padding: 20px 40px 10px;
    font-size: 20px;
    letter-spacing: -.25px;
    text-align: center;
    box-shadow: 0px 24px 3px -24px rgb(22, 21, 22);
    margin-bottom:10px;
    top: 0;
    position: sticky;
    display: flex;
    flex-direction: column;
    height: 72px;
    justify-content: space-between;
    align-items: flex-start;

}

nav#documaticlefttoc {
    font-size:15px;
    line-height:25.5px;
    margin-top: 14px;
    border-radius: 0 30px 0 0;
}
nav#documaticlefttoc::-webkit-scrollbar{
    display: none;
  }

#documaticlefttoc .selected,
#documaticlefttoc .parentselected{
    color: var(--testorange);
    font-weight: 650;

}
#documaticlefttoc .selected a{
    color:var(--testorange);
}


#documaticlefttoc a{
    color:black;
}

li.tocitem {
    list-style-type: none;
}

li.tocitem.PackageChoice {
    display: inline-block;
    width: calc(100% - 30px);
}

#documaticlefttoc a{
    text-decoration:none;
}

#documaticlefttoc ul.toc {
    padding-inline-start: 10px;
    min-height: calc(100% - 160px);
    padding-left: 53px;
    line-height: 30px;
}

#documaticlefttoc ul.toc:first-child {
    padding-left: 30px;
}

#documaticlefttoc > li.tocitem {
    list-style-type: none;
    margin-left: 30px;
    display: inline-block;
    width: calc(100% - 60px);
}

#documaticlefttoc .PackageChoice span:hover {
    cursor:pointer;
}

#documaticlefttoc .PackageChoice span{
    padding:0;
    margin:0;
}

img.chevrontoc{
    vertical-align: middle;
    height:13px;
}

li.tocitem.PackageChoice {
    width: calc(100% - 25px);
}
/*LEFT TOC Docbook BUTTON*/
.left-toc-bottom {
    bottom: 0;
    text-align: center;
    /*box-shadow: 0px -24px 3px -24px rgb(22, 21, 22);*/
    background-color: transparent;
    padding: 20px 10px;
    text-align: center;
    z-index: 100;
    position: sticky;
    bottom: 0;
    min-height: 25px;
}

.left-toc-bottom a{
    width:fit-content;
    display:block;
    font-family: var(--font-family-default);
    text-decoration:none;
    background-color: var(--testorange);
    color: white;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
}


img.open-new {
    vertical-align: top;
}

img.chevrontoc{
    vertical-align: middle;
    width:12px;
}

li.tocitem.PackageChoice {
    width: calc(100% - 25px);
}

/*END OF LEFTTOC DOCBOOK BUTTON*/
/*end of right TOC and left TOC classes*/

/*abutton classes*/
#documaticlefttoc a.abutton,
a.abutton  {
    border:solid 1px #cbcbcb; /*for IE*/
    border: solid 1px var(--iscgraylight);
    display: block;
    text-align: center;
    font-size:13px;
    text-decoration: none;
    background-color: white;
    padding: 2px 6px 2px 6px;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: 500;
    color:black;
}

#documaticlefttoc a.abutton {
    padding: 1px;
    margin-left: 0;
    margin-right: 0;
    margin: 10px 0 0;
}

a.abutton{
    width:200px;
    margin-top:10px;
}

#namespacecontents a.abutton{
    margin-bottom:15px;
}

#documaticlefttoc a.abutton:hover,
a.abutton:hover{
    color: #2B3589; /*for IE*/
    color:var(--iscblue);
    border-color: #2B3589; /*for IE*/
    border-color:var(--iscblue);
}

a.abutton.rightside {
    margin: 0;
    width: 160px;
    margin-top: 40px;
}

/*end of abutton classes*/

/*Anchor links (copied from newstyles)*/
a.anchorlink{
    width: 40px;
    margin-left: 10px;
    display: inline-flex;
    height: 1em;
    color: #0000;
    align-items: center;
    justify-content: center;
}

.anchorlink img {
    vertical-align: bottom;
}
/*end of anchor links*/

/*tooltip classes for anchorlink (copied from newstyles)*/
.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    right:0;
    top:-35px;
    left: -105px;
    position: absolute;
    z-index: 1;
    font-family:var(--font-family-default);
    font-size:14px;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

h2 .tooltip:hover .tooltiptext{
    top:-5px;
}
  
.tooltiptext:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid black;
    top: 28px;
    right:6px;
    transform: rotate(180deg);
}

.anchorlink .tooltiptext {
    width: 170px;
    left: 5px;
}

.tooltiptext:after{
    color: white;
    text-align: center;
    width: max-content;
    max-width: 100%;
}

.anchorlink .tooltiptext:after{
    content: 'Copy link to this section';
}

.copycode .tooltiptext:after{
    content: 'Copy code to clipboard';
}

#topButton .tooltiptext:after{
    content: 'Scroll to top';
}

.anchorlink .tooltiptext:before {
    left:12px;
    transform: rotate(-90deg);
}

h2 .anchorlink .tooltiptext {
    top:25px;
}
/* end of tooltip classes */


/*WAS THIS PAGE HELPFUL STYLES*/
.thanksfeed{
    display: none;
    font-size: 15px;
    border-bottom:solid 1px #86939e;
    margin-bottom:7px;
    padding-bottom:5px;
}

.helpfulpage button img:hover {
  filter: invert(59%) sepia(99%) saturate(5172%) hue-rotate(154deg) brightness(97%) contrast(99%);
}

#documaticrighttoc .thanksfeed a{
    color: #333695;
}
#documaticrighttoc .thanksfeed a:hover{
    color: #01a09c;
}

.helpfulpage h3 {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    margin: 5px 0;
    font-weight: 400;
}

.helpfulpage {
    margin-bottom:13px;
    padding:0px;
    border-bottom:solid 1px #86939e;
}

 #thumbs-up-btn, #thumbs-down-btn{
    background-color: transparent;
    border:transparent;
    cursor:pointer;
    padding:0;
    margin-right:15px;
}
#documaticrighttoc .popup-content a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color:#000;
    max-width: 135px;
    font-size: 16px;
}
#documaticrighttoc .popup-content a .button:hover{
    background-color: lightgrey;
    color: #000;
}


/*END OF WAS THIS PAGE HELPFUL STYLES*/




/*STYLES FOR WAS THIS PAGE HELPFUL / YES NO PAGE*/
.thanksfeed{
    display: none;
    font-size: 15px;
    border-bottom:solid 1px #86939e;
    margin-bottom:7px;
    padding-bottom:5px;
}

.popup-content h4{
    margin-block-start: 0px;
}
.popup {
    display: none;
    position: relative;
    top: 10%;
    /*height: 50px;*/
    width: 135px;
    margin-top: auto;
    background-color: white;
    max-height: fit-content;
  }
  .righttoccontent{
    position: relative;
    display: block;
    margin-top: 15px;
  }
  .toc{
    height: fit-content;
  }

  .popup.show {   
    display: block;
    height: fit-content;
    border-color: #000;
    margin-block: 12px;
    border-top: solid 1px #86939e;
    width: fit-content;
    position: relative;
    bottom: 0%;
    resize: vertical;
    overflow-y: visible;
}

.popup.show h4{
    
    margin: 42px 0 18px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0%;
}
#textbox1, #textbox2{
    max-width: -webkit-fill-available;
    margin-top: 10px;
    min-height: 22px;
}
  .popup-content {
    text-align: center;
    margin-top: auto;
    min-width: fit-content;
  }
  .popup-content ul{  
    min-height: fit-content;
}
  #documaticrighttoc{
    display: block;
  }
  
  .popup-content ul {
    padding: 0;
    width: 160px;
    overflow-y: visible;
  }
  .feedbackbutton{
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  margin-right:10px;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 67px;
  will-change: transform,opacity;
  z-index: 0;
}

.feedbackButtons{
    position: relative;
    text-align: center;
}

.feedbackbutton:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.feedbackbutton:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.feedbackbutton:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.feedbackbutton:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.feedbackbutton:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.feedbackbutton:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.feedbackbutton:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.feedbackbutton:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
  
  .popup-content ul li {
    margin-bottom: 10px;
  }
  
  .textarea{
    display: block;
    overflow: hidden;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    text-align: left;
    color: grey;
    background-color: white;
  } 

  .popup-content ul li a {
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .popup-content ul li a:hover {
    background-color: #ddd;
  }
.helpfulpage{
    padding-bottom:10px;
    display: block;
    min-height: fit-content;
}
/*END OF STYLES FOR WAS THIS PAGE HELPFUL / YES NO PAGE*/










/*documatic landing page class*/
.mainDiv h1{
    overflow-wrap: break-word;
    margin: 24px 0;
    padding: 8px 0;
}

.mainDiv h2,
.mainDiv h3,
.DivShow,
.anchorspace{
    scroll-margin-top: 30px;
    scroll-padding-top: 30px;
}

div.SampleCode{
    display: flex;
}

div.SampleCode pre {
    margin-bottom: 0;
    padding-bottom: 12px;
    scrollbar-width: auto;
} 
/*end of documatic landing page class*/

/*tables with border*/
.tablewithborder {
    border-collapse: collapse;
    display:flex;
    overflow:auto;
}

.tablewithborder td{
    border: 1px solid #d7dadd;
    padding: 3px 8px;
    background: #fff;
}

.tablewithborder th {
    border: 1px solid #d7dadd;
    background-color:#d7dadd40;
     padding: 3px 8px;
}
/*end of tables with border*/

/*PATCH Temporary CSS for DOCS-5271*/
.mainDiv ~ .DivShow,
.mainDiv ~ .indent,
.mainDiv ~ #anchor_inheritedmembers{
    font-size:16px;
    margin-left:330px;
    margin-right:230px;
}

@media only screen and (max-width: 768px) {
    .mainDiv ~ .DivShow,
    .mainDiv ~ .indent,
    .mainDiv ~ #anchor_inheritedmembers{
    margin-left:40px;
    }
}

@media only screen and (max-width: 1000px) {
    .mainDiv ~ .DivShow,
    .mainDiv ~ .indent,
    .mainDiv ~ #anchor_inheritedmembers{
        margin-right:40px;
    }
}
/*end of PATCH Temporary CSS for DOCS-5271*/

/*NEW BETTER BANNER*/
#bannerleft {
    width: 50%;
}

#bannerright {
    width: 50%;
    float:right;
}

#banner {
    display:flex;
}

#bannerleft a {
    display:inline-block;
}

#bannerleft img{
    padding:0;
    margin:0;
}
/*END OF NEW BETTER BANNER*/

/*ALGOLIA ON NORMAL PAGES*/
#search-input ::placeholder {
    font-style: italic;
}

#search-results-preview {
    z-index: 100;
    position: absolute;
    background-color: white;
    box-shadow: 0 3px 7px rgba(0,0,0,0.12);
    font-size:16px;
}

.active-filters,
.all-results {
    padding:.5em;
    font-weight:500;
    text-align: center;
}

.active-filters{
    border-bottom: solid gray 1px;
}

.all-results{
    border-top:solid #ecf0f1 2px;
    background-color:#f8f9f9
}

.active-filters span{
    font-weight:300;
}

.all-results a{
    cursor:pointer;
}

.all-results a:hover{
    text-decoration:underline;
}

.result-title{
    font-weight:600;
    text-decoration:underline;
    color: darkblue;
}

.result-title span{
    color:#333695;
}

.result-title:hover span{
    color:#01A09C;
}

#search-results-preview .ais-Snippet {
  word-wrap: break-word;
}

.result-preview a,
.prodversion{
    text-decoration: none;
    color: darkblue;
}

.result-preview .description,
.result-preview .description:hover{
    color:black;
    margin-top:5px;
}

.hit-sitesearch-tag {
    font-size: 0.75rem;
    background-color: rgba(83, 105, 255, 0.15);
    border-radius: 0.25rem;
    color: rgb(84, 101, 252);
    font-weight: 600;
    white-space: nowrap;
    line-height: 0.875rem;
    margin-right: 10px;
    padding:2px 5px
  }

  .version-tag{
    background-color: #00B2A930;
    color: #005652;
  }

  .no-version-tag{
    display:none;
  }
  
  .type-tag{
    background-color: #ecf0f1;
    color: #39444e;
  }

.ais-Hits-item{
    list-style: none;
}

/* .ais-Hits-item:hover{
    background-color: var(--iscbluelightest);
} */

.prodversion{
    color: #9494a4;
    font-size:14px;
}

.ais-Hits-list li,
.ais-Hits-list{
    margin:5px 5px 5px 5px;
}

.ais-Hits-list{
    padding: 0px 0px 0px 0px;
}

/* .ais-Hits-list li:hover{
    background-color:var(--iscbluelightest);
} */

.widget{
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 0.125rem;
    transition: border-color 0.15s;
    min-height: 2rem;
    margin-top:0.6em;
}

#search-wrapper{
    display:flex;
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem;
    height: 3rem;
    border-radius: 8px;
    background-color:#cbcbcb;
    height:2em;
}

.ais-SearchBox-input{
    background-color: #cbcbcb;
    border:none;
    width:calc(100% - 50px);
    margin-right: 40px;
}

.ais-SearchBox-form{
    width:100%;
    height: 100%;
}

.ais-SearchBox {
  width:100%;
  height: 100%;
}

.ais-SearchBox-submit {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    background-color:transparent;
    border:none;
}

.ais-SearchBox-input::-ms-input-placeholder {
    color: rgba(33, 36, 61, 0.5);
    color: #00b2aa;
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset,
.ais-SearchBox-submit {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
}

.ais-SearchBox-loadingIndicator[hidden],
.ais-SearchBox-reset[hidden] {
  display: none;
}

.ais-SearchBox-reset{
  display:none;
}

.ais-SearchBox-submit {
    right: 0;
    Background-color: #5668ff;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ais-SearchBox-submit:hover {
    Background-color: #2f2a95;
}

.ais-SearchBox-submit svg{
    fill:white;
    height: 15px;
    width: 15px;
}

mark {
    background-color:#11EDDC;
    color: #2f2a95;
    border-radius: 2px;
}

.result-preview a:hover{
    color: #00857E;
    text-decoration:none;
    
}

.result-preview a:hover mark{
    color: #004844;
    background-color:#11EDDC70;
}

.result-title:hover {
    text-decoration:none
}

.noresults.overlay{
    padding:1em;
    text-align: center;
}

/*TO GET BACK BEFORE ALGOLIA RELEASE*/
.search-algolia #bannerleft {
  width:300px;
  margin-right:30px;
}

.search-algolia #bannerright {
    width: calc(100% - 590px);
    float:right;
    text-align: left;
}

.search-algolia #bannerright form{
    margin: 0;
}

.algolia-child-container {
    display: flex;
    align-items: center;
    line-height: 1.3em;
}

.algolia-icon-indent { 
    margin: 0px 10px 5px 3px;
    height: 65px;
}

.algolia-secondary-conainer {
    border-left: 2px lightgray solid;
    padding-left: 10px;
}

.algolia-childTitle-tag {
    color: #01a09c;
}

.algolia-parentTitle-tag{
    color: #333695;
    font-size: 16px;
    font-weight: 600;
}

.algolia-description{
    line-height: 1.3em;
}

.algolia-hide{
    display: none;
}

.algolia-searchbar-breadcrumb{
    font-size: 13px;
    color: #9494a4;
}

/*END OF TO GET BACK BEFORE ALGOLIA RELEASE*/

.ais-SearchBox-input {
  height:100%;
}

#search-results-preview {
  width:100%;
}

.ais-Hits-item.overlay-selected {
    background-color: #2f2a9515;
    border-left: solid 3px #2f2a95;
 }
 
 .all-results.overlay-selected {
    background-color: #2f2a9515;
    border-left: solid 3px #2f2a95;
 }
 
 .all-results{
    border-left: solid 3px transparent;
 }

.ais-Hits-item {
    padding-bottom:3px;
    border-bottom: solid 3px transparent;
}
  
.ais-Hits-item:last-child{
    border-bottom: none;
}

.ais-Hits.ais-Hits--empty ~ .all-results {
    display:none;
}

.prodversion {
  padding-top: 3px;
}
/*END OF ALGOLIA ON NORMAL PAGES*/


/*Tablet classes*/
@media only screen and (max-width: 1500px) {
  #documaticrighttoc,
  .anchorlink .tooltiptext {
    display:none;
  }

  #content-inner.hasrighttoc{
    padding-right:40px;
    margin-right: 8%;
  }
}
/*end of tablet classes*/

/*ONLY FOR Internet Explorer (IE 10+)*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .copycode,
    #LinkCopiedMessage {
        display:none;
    }
    /*Hide Algolia on IE*/
    .searchWidgetPreview {
        display: none;
    }
    /*end hide Algolia on IE*/
}
/*END OF ONLY FOR IE*/

/*MOBILE CLASSES*/
@media only screen and (max-width: 768px) {
    .external ~ blockquote {
        padding-top: 0;
        margin: 5px 20px 24px;
    }
    
    .mainDiv,
    #content-inner.haslefttoc {
        margin-right: 5px;
        margin-left: 5px;
    }

    table.Summary {
        display: flex;
        width: calc(100vw - 15px);
        overflow: scroll;
    }
    
    .indent,
    span.external,
    .mainDiv,
    .external ~ blockquote{
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .divshow .anchorlink,
    .mainDiv .DivShow .anchorlink,
    .gotofeedback{
        display:none;
    }

    .locatordiv{
        line-height:170%;
    }

    .locatordiv a{
        margin-bottom:50px;
        margin: 0 4px;
        font-size:15px;
    }

    /*Mobile Footer*/
    footer#searchfooter{
        width:calc(100vw - 18px);
        margin-left:0;
        margin-right:0;
    }

     footer {
        padding: 10px 5px;
        width: calc(100% - 10px);
        margin: 0;
    }

    footer .flexdiv {
        display: block;
    }

    footer .flexleft,
    footer .flexright,
    footer .footerbottom {
        width: 100%;
        text-align: center;
    }

    footer .flexright {
        padding: 10px 0
    }

    footer .footertop {
        align-items: center;
        justify-content: center;
        width: 100vw;
    }

    footer .footertop a {
        display: block;
        padding: 15px 20px;
        text-align: center;
        width: 70%;
        margin: 10px auto 5px;
    }
    /*End of mobile footer*/

    /*mobile sites menu classes*/
    #siteindex {
        margin-right:8px;
        margin-left: 8px;
    }

    #bannerright,
    #homepage>div.view {
        width: 100%
    }

    #bannerleft,
    #bannerright{
        width: 100%;
    }

    #bannerleft img {
        display: block;
        margin: auto;
    }

    #bannerright form#QuickSearch {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    #bannerright input.QuickSearch {
        width: calc(100% - 60px);
    }
    end of mobile 

    .prevnextfooter a {
        margin: 0;
        display: block;
    }

    #documaticlefttoc {
        display:none;
    }

    .mainDiv.haslefttoc,
    #documaticlp {
        margin-right:20px;
        margin-left:20px;
    }

    ul.tablelist li{
        overflow-wrap: break-word;
        padding-bottom:6px;
    }



    .search-algolia #bannerleft {
        width: 100%;
        text-align: center
    }

    .search-algolia #bannerright {
        width: 80%;
        padding: 0 10% 1rem;
        float: none
    }

    /*horizontal scroll bar for mobile*/
    table {
        display: flex;
        align-items:left;
        overflow-x: scroll;
        overflow-wrap: normal;
    }

    table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    table::-webkit-scrollbar:horizontal {
        height: 8px;
    }

    table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 1px solid white;
        background-color: gray;
    }

    table::-webkit-scrollbar-track {
        background-color: white;
        border-radius: 6px;
    }
}
/*end of mobile scroll bar*/
/* END OF MOBILE CLASSES */

/*PRINT CLASSES*/
@media print {
    #documaticlefttoc,
    #documaticrighttoc,
    #sitesmenulist,
    #bannerright {
        display:none;
    }

    .mainDiv,
    #documaticlp{
        margin-right:40px;
        margin-left:40px;
    }
}
/*END OF PRINTER CLASSES*/


/*WAS THIS PAGE HELPFUL STYLES*/
.thanksfeed{
    display: none;
    font-size: 15px;
    border-bottom:solid 1px #86939e;
    margin-bottom:7px;
    padding-bottom:5px;
}
.helpfulpage button img:hover , .thumbs-selected{
  filter: invert(59%) sepia(99%) saturate(5172%) hue-rotate(154deg) brightness(97%) contrast(99%);
}
#documaticrighttoc .thanksfeed a{
    color: #333695;
}
#documaticrighttoc .thanksfeed a:hover{
    color: #01a09c;
}
.helpfulpage h3 {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}
.helpfulpage {
    margin-bottom:7px;
    padding-bottom: 13px;
    border-bottom:solid 1px #86939e;
}
 #thumbs-up-btn, #thumbs-down-btn, #old-thumbs-up-btn, #old-thumbs-down-btn{
    background-color: transparent;
    border:transparent;
    cursor:pointer;
    padding:0;
    margin-right:15px;
}
.helpfulpage button:hover{
    fill:red;
}
/*END OF WAS THIS PAGE HELPFUL STYLES*/



/* CLASSES FOR THE POP-UP WINDOW */ /* DOCS-7610 and DOCS-9606 */
.popup {
    display: none;
    position: relative;
    top: 10%;
    height: 50px;
    width: 135px;
    margin-top: auto;
    background-color: white;
    max-height: fit-content;
  }
  .righttoccontent{
    position: relative;
    display: block;
    margin-top: 15px;
  }
  .toc{
    height: fit-content;
  }
  .popup.show {   
    display: block;
    height: fit-content;
    border-color: #000;
    margin-block: 12px;
    border-top: solid 1px #86939e;
    width: fit-content;
    position: relative;
    bottom: 0%;
    resize: vertical;
    overflow-y: visible;
}
.popup.show h4{
    margin-top: 0%;
}
#textbox1, #textbox2{
    max-width: 151px;
    max-width: -webkit-fill-available;
    margin-block: 10px;
    margin-top: 10px;
    min-height: 22px;
    resize: vertical;
}
   .popup-content {
    text-align: center;
    margin-top: auto;
    min-width: fit-content;
  }
  .popup-content ul{  
    min-height: fit-content;
}
  .popup-content ul {
    padding: 0;
    width: 160px;
    overflow-y: visible;
  }
  .feedbackbutton{
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  margin-right:10px;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 67px;
  will-change: transform,opacity;
  z-index: 0;
}
.feedbackButtons{
    position: relative;
    text-align: center;
}
.feedbackbutton:hover {
  background: #F6F9FE;
  color: #174ea6;
}
.feedbackbutton:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}
.feedbackbutton:focus {
  outline: none;
  border: 2px solid #4285f4;
}
.feedbackbutton:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.feedbackbutton:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}
.feedbackbutton:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.feedbackbutton:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}
.feedbackbutton:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
  #documaticrighttoc .popup-content ul button {
    margin-bottom: 10px;
    font-family: var(--font-family-default);
    font-size: 16px;
    padding: 10px;
    min-width: webkit-fill-available;
    min-width: 160px;
    background-color: #f7f7f7;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border-block-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }
  .textarea{
    display: block;
    overflow: hidden;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    text-align: left;
    color: grey;
    background-color: white;
  }
  .popup-content ul button {
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
  }
  #documaticrighttoc .popup-content ul button:hover {
    background-color: #ddd;
  }
.helpfulpage{
    padding-bottom:13px;
    display: block;
    min-height: fit-content;
}
/* END OF CLASSES FOR THE POP-UP WINDOW */


/*Top of the page */
#bannerleft img,
img#docslogo {
    max-width: 180px;
    width: auto;
    display: block;
   padding-left: 40px;
   padding-top: 15px;
}
/*list sites menu*/
#sitesmenulist::-webkit-scrollbar {
    display: none;
}

#sitesmenulist {
    overflow-x: scroll;
    scrollbar-width: none;
    z-index: 9999;
    -ms-overflow-style: none;
    padding-inline-start: 0px;
    margin-top: 0;
    padding-top: 27px;
}

#sitesmenulist li,#sitesmenu div {
    display: inline-block;
    padding: 0 8px;
    position: relative;
}

#sitesmenulist li:before,
#sitesmenu div:before{
    content: '';
    position: absolute;
    background-color: var(--testorange);
    height: 4px;
    width: 100%;
    top: 48px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#sitesmenulist li:hover::before,#sitesmenu div:hover::before{
    /*background-color: #fff;*/
    opacity: 1;
}

#sitesmenulist a,#sitesmenu div a {
    color:#fbfbfb; /*for IE*/
    color: var(--iscoffwhite);
    text-decoration: none;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    display: block;
    line-height: 36px;
}

#sitesmenulist .activesite,#sitesmenu div.activesite {
    /*background-color: #ffffff; /*for IE*/
    /*background-color: var(--testorange); */

}

#sitesmenulist .top-menu li.activesite a,#sitesmenu div.activesite a {
    /*font-weight: 900;
    color: var(--iscblue);*/
    border-bottom-style: solid;
    border-color: var(--testorange);
    height: -webkit-fill-available;
}

#sitesmenulist .top-menu {
    padding: 0 17px;
    font-size: 12px;
    font-weight: 600;
    width: max-content;
    height: auto;
    letter-spacing: -.15px;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sitesmenulist .top-menu li {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    margin: 0;
    height: 52px;
}

#sitesmenulist .top-menu li a{
    color: black;
    text-decoration: none;
    display: block;
    text-transform:capitalize;
    font-size: 16px;
    font-weight: 400;
    font-family: Oxygen, Arial, Helvetica

}

div p{
    text-align: justify;
    line-height: 22px;
}
#libList{
    border-radius: 10px;
    max-width: 35%;
    max-height: 90%;
    position: relative;
    left: 10px;
}

#documaticlefttoc a.classref-to-docbook.imgopen{
    color: white;
}
#documaticlefttoc a.classref-to-docbook.imgopen:hover{
    background-color: #a54200;
}
#documaticlefttoc #leftTocContent .tocitem a:hover{
    color: var(--testorange);
}

#topspace{
    display: flex;
    height: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 5vw;
    position: relative;
}
.widget{
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 0.125rem;
    transition: border-color 0.15s;
    min-height: 2rem;
    margin-top:0.6em;
    width: 75%;
    left: 19px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.sun{
    float: right;
    margin-right: 5px;
}



/*  */
/* 
  .percentclasses{
    display: flex;
  }

  .percentswitch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
   }
   
   .percentswitch input {
    display: none;
   }
   
   .sliderround {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3C3C3C;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
   }
   
   .sliderround:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
   }
   
   input:checked + .sliderround {
    background-color: #0E6EB8;
   }
   
   input:focus + .sliderround {
    box-shadow: 0 0 1px #2196F3;
   }
   
   input:checked + .sliderround:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(85px);
   } */
   
   /*------ ADDED CSS ---------*/
   /* .sliderround:after {
    content: 'Show';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
   }
   
   input:checked + .sliderround:after {
    content: 'Hide';
   } */
   
   /*--------- END --------*/



   .btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
  }
  
  .btn-color-mode-switch > label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 100px;
    height: 26px;
    background-color: #b5b5b5;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
      box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;
    display: block;
  }
  
  .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 1px;
    right: 11px;
    color: #f1f1f1;
  }
  
  .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 50px;
    height: 12px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
    color: #222;
    font-weight: 600;
  }
  
  .btn-color-mode-switch input[type="checkbox"] {
    cursor: pointer;
    width: 100px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    margin: 0px;
  }
  
  .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
    background-color: #b5b5b5;
  }
  
  .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 48px;
  }
  
  .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    right: auto;
    left: 8px;
  }
  .percent-classes-switch{
    display: flex;
    justify-content: space-between;
    width: 75%;
    max-width: 200px;
  }
  
  ul, ol{
    margin-top: 10px;
  }

  ul, ul{
    margin-block-start: 0;
  }
  ul.toc{
    margin-block-start: 0px;
  }

  table {
    /*background: #fff;*/
    text-align: left;
    border-collapse:collapse;
    border-width: 1px;
    margin: 1.5em 0;
}
table th.Frame-all,
table td.Frame-all,
table td {
    margin-bottom: 5px;
    margin-top: 5px;
 }
 table td{
    padding:5px 10px;
}

table td ul,
table td ul {
    margin-left: 0;
}
table td div {
    margin: 4px 0;
    line-height: 125%;
    padding:5px;
}

table td.Frame-all {
    padding:10px 12px;
}
footer .flexdiv{
    padding-top: 35px;
}
/* end of thanks for your feedback page footer */
footer#searchfooter {
    position:relative;
}
.ais-SearchBox-submit:hover {
    Background-color: var(--testorange);
}
.ais-SearchBox-submit:hover svg{
    fill: white;
}
.flexleft a.imgopen{
    font-family: var(--font-family-default);
}
.flexleft a.imgopen:hover{
    color: #e55f05;
}
#documaticrighttoc a.abutton.rightside.privatemembers{
    background-color: var(--testorange);
    color: white;
    border-radius: 20px;
    border: none;
    min-height: 25px;
    cursor: pointer;
}
#documaticrighttoc a.abutton.rightside.privatemembers:hover{
    background-color: white;
    color: var(--testorange);
}
nav#documaticlefttoc{
    scrollbar-width: none;
    position: sticky;
}
.leftTocitem{
    line-height: 28px;
}
.lefttoctitle form{
    display: flex;
    justify-content: space-between;
}
.documaticlefttoc{
    position: sticky;
}
.fixed{
    position: fixed;
    top:0;
    left:0;
}
.hide-left-toc-bottom{
    border: none;
    background-color: transparent;
  }
  .hide-left-toc-bottom-rotated{
    transform: rotate(180deg);
    /* transition: all 1s ease; */
  }
  .hide-left-toc-bottom:hover{
    cursor: pointer;
  }
  .hide-left-toc-bottom:hover img{
    filter: brightness(0.9);
  }
  .left-toc-bottom-set{
    position: sticky;
    bottom: 0;
    left: -7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 348px;
    /* transition: all 1s ease; */
    border-radius: 0 30px 0 0;
    border: solid 1px;
    border-bottom: none;
    border-left: none;

  }

  .left-toc-bottom-set-hidden{
    height: 100px;
    width: 20px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    /* transition:all 1s ease; */
  }
  .hidden{
    /* display: none; */
    transform: translateX(-214px);
    /* transition: all 1s ease; */
    width: 274px;
    border-radius: 0 30px;
    border: solid 1px;
    border-bottom: none;
    /* display: none; */

  }
  .hidelefttoc{
    position: sticky;
    top: 405px;
    left: 350px;
    padding: 0;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0 10px 10px 0;
    border-left: none;
    padding-top: 3px;
    cursor: pointer;
  }
  .lefttochidden{
    /* display: none; */
    transform: translateX(-321px);
    /* transition: all 1s ease; */
    width: 274px;
    /* display: none; */

  }
  .lefttocbuttonhidden{
    /* display: none; */
    transform: translateX(-324px);
    /* transition: all 1s ease; */
  }
  .lefttocbuttonhidden img{
    transform:  rotate(180deg);
    /* transition: all 1s ease; */
  }
  #content-inner .hiddenarticle{
    left: -250px;
    margin-right: 0px;
    position: relative;
} 
#content-outer .hiddenarticle2{
    left: -250px;
    margin-right: 0px;
    position: relative;
}
#content-outer #topspace.hiddentopspace{
    margin-left: 0px;
    left: -200px;
    margin-right: 0px;
    position: relative;

}
.website.hiddenfooter{
    margin-left: 130px;
}
.hiddenconfiginfo{
    margin-left: 130px;
}
#content-outer #topspace{
    top: -32px;
    left: 48px;
}
.hiddenwebsite{
    position: relative;
    left: -265px;
}
.copilotbutton, #chatbot-popup{
    display: none;
}