/*

Oxygen WebHelp Plugin
Copyright (c) 1998-2016 Syncro Soft SRL, Romania.  All rights reserved.

*/
/* Aruba */

@import "webhelp_topic_elements_styles.css";
@import "print.css";

/* Start RTL */
html[dir="rtl"] .navnext {
    float: left;
    background-image: url('../img/nav_left16.png');
    background-position: right;
    padding-bottom: 1px;
}

html[dir="rtl"] .navfooter .navnext {
    float: none;
}

html[dir="rtl"] .navprev {
    float: right;
    background-image: url('../img/nav_right16.png');
    background-position: right;
    padding-bottom: 1px;
}

html[dir="rtl"] .navparent {
    background-position: right;
    padding-bottom: 1px;
}

html[dir="rtl"] div.footer{
    float: left;
}
/* End RTL */

body {
  background-color:transparent;
  /*font-family: arial, helvetica, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
  line-height:18px;
  font-size:16px;
}

a.link {
    text-decoration: none;
}

.navheader{
    min-width: 326px;
    text-align: right;
}
.navheader_linktext,
.navheader_separator,
.navheader_label {
    /*The destination should be displayed in the footer navigation. FMC*/
    /*display: none;*/
    /*The navheader items need to be a smaller font than the base font of webhelp (10pt). FMC*/
    font-size:8pt
}
.navnext a,.navprev a,.navparent a{
    padding-left: 15px;
    display: inline-block !important;
    /*font-weight: bold; */
}
/*
#breadcrumbLinks {
    font-weight: bold;
}
*/
.navparent,.navprev,.navnext{
    background-repeat: no-repeat;
    margin-left: 5px;
    cursor: pointer;
    padding-right: 10px;
    padding-bottom: 5px;
    line-height: 16px;
    display: inline-block !important;
    text-indent: 3px;
    min-width: 16px;
    min-height: 16px;
    font-size:8pt
}

.navparent{
    /*background-image: url('../img/nav_up16.png');*/
}
.navprev{
    /*background-image: url('../img/nav_left16.png');*/
}
.navnext{
    /*background-image: url('../img/nav_right16.png');*/
    float:right;
}

span.frames{ cursor:pointer; padding:0 5px 0 0; }

a:visited{
  color:#333;
}

a:hover{
  /*There is no hover effect for HPE links. FMC*/
  color:#333;
}

a span.frames{
/*
 * Patch 18.08.2010 EXM-18336
 * color:navy;
 */
    color:#0000FF;
    text-decoration:underline;
}
/*
 * Patch 18.08.2010 EXM-18336
 * a:hover{
 *    color:red;
 *    text-decoration:underline;
 * }
 *
 */

table.nav{
  width:100%;
  vertical-align:middle;
}

table.nav td + td {
  text-align:left;
  padding:0 0.4em 0 0;
}

/*
 * Patch EXM-23770
 */
 .related-links{
   margin-top:30px;
}


/* Patch EXM-18336
 * h1.topictitle1 {
 *   color:black;
 *   background-color:#eee;
 *   padding:0.3em 0 0 0.2em;
 *   margin:0 0.3em 0 0;
}
 */
h1.topictitle1 {
  color:black;
  background-color:#C0C0C0;
  font-size: 20px;
  padding:0.4em 0 0.3em 0.7em;
  margin:0;
}


/*----------------------*/


/*----------------
    The footer.
-----------------*/

div.footer{
  margin:2em 0.6em 1.5em 0;
  float:right;
  line-height:24px;
  color:#444;
  font-size:0.9em;
  /*There is a solid line separating the TOC links from the copyright statement. FMC*/
  border-top:1pt solid black;
}

/*The footer copyright is placed into a table for spacing. The shared div.footer styles do
not need a top border. FMC*/
footer div.footer{
    border-top:hidden
}


a.oxyFooter{text-decoration:none; color:#444}

.navfooter .navnext{
    float:none;
}
.navfooter{
  /*HPE does not want as much whitespace, so the 3x line height margin at the top is reduced. FMC*/
  /*margin:3em 0 0 0;*/
  margin:0 0 0 0;
  padding:0.4em 0 0 0;
}

div.footer span.xmlauthor{
  margin-bottom:14px;
}

#myPassword, #myUserName{
  width:100%;
}

/*----------------*/
/*The copyright.*/
div, td{
    /*KM change*/
    /*font-size:10pt;*/
}

div.copyright{
    /*font-size:8pt;*/
    padding-top:1em;
}
#nav_tree div.copyright{
    padding-top:0.2em;
    padding-left:1em;
}

/* Makes the titles stand-out */
h1.title,
h2.title{
    color:#333333;
    /*background-color:#ececec;*/
    background-color: rgb(255, 255, 255);
    text-shadow:0 1px 0 #fff;
    /*The left padding is not required, so that the section title aligns with the remaining
    text. FMC.*/
    /*padding: 0.4em 0.4em 0.4em 0.4em;*/
    padding: 0.4em 0.4em 0.4em 0em;
    box-shadow: 0 1px 2px #999;
    /*The following styles are carried over from the Docbook h2 CSS. They apply to
    topic titles in DITA content. FMC*/
   font-size: 14pt;
   font-weight: normal;
   padding-top: 12px;
}

/* The navigation tree classes */
#nav_tree > ul{
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    margin-top: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    min-width:300px;
    padding: 1em;
    font-size:10pt;
}
/* Restyling for aruba
#content{
    border-left:2px solid gray;
    padding-left:1em;
}
*/
#nav_tree ul ul{
    margin:0;
    padding:0;
}

#nav_tree form{
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding-right:0.5em;
    text-align:right;
}
#nav_tree form input{
    font-size:8pt;
}

#nav_tree li {
    margin-top: 0.2em;
    margin-left: 1em;
    list-style-type:none;
}

/* The links */
#nav_tree a.nav_tree{
    color:black;
    background-color:inherit;
}

/* The selected page. */
#nav_tree li.nav_tree_last_open_book > a{
    background-color: #333399;
    color:white;
    text-decoration:none;
}

#nav_tree li:before{
    display:inline;
    vertical-align:text-bottom;
    padding-top:0.2em;
    padding-right:0.2em;
}


/* Title displayed over the tree area.*/
#nav_tree p.nav_title {
    font-size: 14pt;
    font-weight: bold;
    margin: 0.5em;
}
#nav_tree p.nav_title a{
    text-decoration:none;
    color:black;
    background-color:inherit;
}

/* The path in the document displayed over the content.*/
div.nav_path{
    text-align:right;
}

.redX {
    color:red;
    background-color:inherit;
    font-size:1.2em;
}


#permalink>a {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/link.png") no-repeat;
  float: right;
  font-size: xx-small;
  padding: 0 3px 0 3px;
  margin-right: 3px;
}

#printlink>a{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/print.png") no-repeat;
    float: right;
    font-size: xx-small;
    padding: 0 3px 0 3px;
    margin-right: 3px;
    cursor: pointer;
}


/* IE6 & IE7 style */
@media screen\9 {
    .navheader{
        width: 360px;
        text-align: right;
    }
    .navnext{
        background-image: url('../img/nav_right16.png');
        float:none;
    }
}

div.loadingError {
  color:red;
  font-weight:bold;
}


.topic_breadcrumb_link + .topic_breadcrumb_link:before{
    content:" / ";
	color: #646569;
}


#topic_navigation_links {
    display: block;
}
/* mts886 - Fix nav options for HTML5 mobile output */
#topic_navigation_links_footer {
    display: block;
}
.nonav{
	display:none;
}
.spread-div{
	width:100%;
}
/*HPE wants all links within the topics to be black, bold and underlined. FMC*/
article a.xref, article a.xref:visited, article a.xref:hover, article a.xref:active {
  color: black;
  font-weight: bold;
/*  font-family: Arial;*/
  font-style: normal;
  font-size: 10pt;
  text-decoration: underline;
}

/*Added to reduce the breadcrumb font size in frames version. FMC*/
.topic_breadcrumb_links a {
  font-size: 16px;
}
/* Remove icons from header */
br + div[style="margin-top:.75em;"] {
	display: none;
}
form #caseSensitiveChk {
	display:none;
}
form label {
	display:none;
}
/* Start mts594 - In mobile add link from Version to Home and link from floating TOC to Version*/
.vHome_list{
	margin:0;
    border-radius: 0;
	list-style-type: none;
	background:none;
}
.vHome_link{
	display:inline-block;
	text-decoration:underline;
	font-size: 0.9em !important;
	font-weight:normal !important;
	color:black;
}
/* End mts594 - In mobile add link from Version to Home and link from floating TOC to Version*/

/*
     * Generated by oXygen Webhelp Skin Builder
     * http://www.oxygenxml.com/webhelp-skin-builder
     */
/* HPE */
#splitterContainer .hasSubMenuClosed {
  background-color: transparent;
  color: rgb(50, 50, 50);
  text-align: left;
  text-decoration: none;
  line-height: 18px;
  text-shadow: none;
/*  font-family: Arial, sans-serif;*/
  /*! font-size: 10pt;*/
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
#splitterContainer .menuItemSelected {
  background-color: #eee !important;
  font-weight: 700;
  /*! padding-right: 5px; */
  /*! padding-top: 2px; */
  /*! padding-bottom: 5px; */
  /*! padding-left: 21px; */
  font-size: 16px;
  color: rgb(51, 51, 51);
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-variant: normal;
}
#header .navheader_parent_path {
  background-color: rgba(0, 0, 0, 0);
  padding-right: 0px;
  padding-bottom: 1pt;
  padding-top: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 8pt;
/*  font-family: Arial, sans-serif;*/
  color: rgb(50, 50, 50);
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  font-variant: normal;
  box-shadow: none;
}
#header .link {
  background-color: rgba(128, 128, 128, 0);
  padding-right: 10px;
  padding-left: 20px;
  display: none;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*font-size: 13.3333px;*/
/*  font-family: arial, helvetica, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
  color: rgb(50, 50, 50);
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  font-variant: normal;
}
a.xref {
  color: rgb(0, 0, 238);
  font-weight: 400;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-size: 10pt;
  font-variant: normal;
}

/*Provides xref styling for links on the bookpage. FMC*/
#bookpage a.xref {
    color:black;
    text-decoration: underline;
    font-weight:bold;
}

a.xref:visited {
  color: rgb(0, 0, 238);
  font-weight: 400;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-size: 10pt;
  font-variant: normal;
}
#header .navheader_parent_path:hover {
  text-decoration: none;
  /*There is no hover effect for HPE links. FMC*/
  /*color: #FF4D4D;*/
}
#splitterContainer .menuItemSelected:hover {
  text-decoration: none;
  /*color: rgb(142, 223, 152);*/
  color: #01A982;
  background-color: transparent;
/*  font-family: Arial, sans-serif;*/
  font-size: 10pt;
  /*! font-weight: normal; */
  font-style: normal;
  font-variant: normal;
  line-height: 18px;
  text-shadow: none;
}
#splitterContainer .hasSubMenuClosed:hover {
  text-decoration: none;
  color: #FF4D4D;
  background-color: rgba(0, 0, 0, 0);
}
a.xref:hover {
  color: rgb(0, 0, 238);
  font-weight: 400;
/*  font-family: Arial, Calibri, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
  font-style: normal;
  font-size: inherit;
  font-variant: normal;
}
splitterContainer .topic:not(.menuItemSelected):hover {
  text-decoration: underline;

}
splitterContainer .menuItemSelected:hover {
  font-size: 10pt;
  font-weight: normal;
}
#header .link:hover {
  text-decoration: none;
  /*Again. The hover color is not desired for HPE. FMC*/
  /*color: #FF4D4D;*/
}
#splitterContainer .topic:not(.menuItemSelected):hover {
  text-decoration: none;
  color: #01A982;
  font-weight: normal;
/*  font-family: Arial, Calibri, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
  font-style: normal;
  font-size: 10pt;
  /*background-color: rgb(224, 230, 248);*/
  line-height: 18px;
  text-shadow: none;
}
#splitterContainer .hasSubMenuOpened:hover {
  text-decoration: none;
  color: #FF4D4D;
  color: #01A982;
  background-color: rgba(0, 0, 0, 0);
}
.frmBody {
  background-color: transparent;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 5px;
}
.shortdesc {
  background-color: transparent;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  font-size: 10pt;
  color: rgb(49, 49, 49);
  font-weight: 100;
  margin-top: 16px;
  margin-left: 0px;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-variant: normal;
}
.p {
  background-color: transparent;
  margin-right: 0px;
  /*The paragraph spacing is smaller in the Docbook stylesheet. FMC*/
  /*margin-bottom: 13.3333px;
  margin-top: 13.3333px;*/
  margin-bottom: 6pt;
  margin-top: 6pt;
  margin-left: 0px;
  font-size: 10pt;
  color: rgb(50, 50, 50);
  font-weight: 400;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-variant: normal;
  /*The added whitespace resulting from the padding on paragraphs is minimized (from 6pt to 0). FMC*/
  padding-top: 0pt;
  padding-right: 0px;
  padding-bottom: 0pt;
  padding-left: 0px;
}

/*The paragraph has a 6pt margin top and bottom. One within a list item should not retain that margin.
FMC.*/
.li p{
   margin-bottom: 0pt;
  margin-top: 0pt;
  padding-top: 0pt;
  padding-bottom:0pt
}

.q {
  background-color: transparent;
}
.example {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: 400;
/*  font-family: arial, helvetica, sans-serif;*/
  font-style: normal;
  font-size: 13px;
}

/*The unordered and ordered list types have a slight color change (333333) and family (arial). FMC*/
.ul {
  background-color: transparent;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #333333;
/*  font-family: Arial, sans-serif;*/

  font-size: inherit;
  font-weight: 400;
/*  font-family: Calibri, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
*/  font-style: normal;
  /*HPE requested limited white space and reduced margins for lists. FMC*/
  /*margin-top: 15px;
  margin-left: 20px;*/
}
.ol {
  background-color: transparent;
  margin-right: 0px;

  color: #333333;
/*  font-family: Arial, sans-serif; */
  font-size: inherit;
  font-weight: 400;
/*  font-family: Arial, Calibri, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
*/  font-style: normal;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*Testing. FMC*/
  /*HPE requested reduced margins and white space for list items. FMC*/
  padding-left: 20px;
  /*margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;*/
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0px;
}
.dl {
  background-color: transparent;
  margin-right: 0px;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
  /*There is no left margin for DL in Docbook styles. FMC*/
  /*margin-left: 20px;*/
  font-size: inherit;
  font-weight: 400;
/*  font-family: Arial, Calibri, "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
  font-style: normal;
  margin-top: 15px;
}
.dt {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
/*  font-family: Arial, Calibri, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
  font-style: normal;
  font-size: inherit;
}
.dd {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: 400;
/*  font-family: Arial, Calibri, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
  font-style: normal;
  font-size: inherit;
}
.keyword.apiname {
  background-color: transparent;
}
.p .image {
  background-color: transparent;
}
:not(p) > .image {
  background-color: transparent;
}
.fig.fignone {
  background-color: transparent;
}
.figcap {
  background-color: transparent;
  /*Figure Captions (titles in DITA) are to be bold, not italicized. FMC*/
  font-style: normal;
  font-weight: bold;
}
.simpletable td {
  background-color: transparent;
}
.footer {
  background-color: transparent;
}
.footer a {
  background-color: transparent;
  color: rgb(68, 68, 68);
  font-weight: 400;
/*  font-family: arial, helvetica, sans-serif;*/
  font-style: normal;
  font-size: 11px;
}
#header #productTitle H1 {
  background-color: transparent;
  margin-right: 0px;
  margin-bottom: 6px;
  font-size: 16pt;
  color: rgb(63, 63, 63);
  margin-left: 9px;
  font-weight: 300;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  margin-top: 15px;
  font-variant: normal;
}
#splitterContainer .topic:not(.menuItemSelected) {
  background-color: transparent;
  /*! padding-right: 5px; */
  /*! padding-bottom: 2px; */
  /*! padding-left: 21px; */
  font-size: 10pt;
  color: rgb(52, 52, 52);
  font-weight: 400;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  font-variant: normal;
}
.home .topic {
  width: 90%;
  text-align: left;
}
.home a {
  font-size: 18px;
  font-weight: 700;
}
#splitterContainer .hasSubMenuOpened {
  /*background-color: #eee;*/
  color: rgb(51, 51, 51);
/*  font-family: Arial, sans-serif;*/
  font-size: 10pt;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}
/*Styling for the title of each topic at the top of the page. FMC*/
.title.topictitle1 {
  background-color: rgba(241, 241, 241, 0);
  padding-right: 12px;
  padding-bottom: 0;
  padding-top: 12px;
  box-shadow: transparent 0px 0px 0px 0px;
  text-shadow: transparent 1px 0px 0px;
  border-right-color: rgb(28, 124, 215);
  border-bottom-color: rgb(20, 103, 171);
  border-bottom-width: 1px;
  margin-bottom: 20px;
  margin-left: -10px;
  font-size: 18pt;
  padding-left: 10px;
  color: rgb(51, 51, 51);
  font-weight: 300;
/*  font-family: Arial, sans-serif;*/
  font-style: normal;
  line-height: 1em;
  text-align: initial;
  text-decoration: none;
  border-top-color: black;
  border-left-color: rgb(51, 51, 51);
  /*border-top-style: none; The rule is now set to the top of the title. FMC */
  border-top-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0.5px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-style: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 0px;
  font-variant: normal;
  margin-right: 7.199999809265137px;
}
.title.sectiontitle {
  /*No background color needed for section titles. FMC*/
  /*background-color: rgb(241, 241, 241);*/
  font-weight: 700;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-right-color: rgb(51, 51, 51);
  margin-top: 20px;
  /*No padding is needed for section titles. FMC*/
  /*padding-left: 10px;*/
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  /*border-bottom-color: rgb(51, 51, 51);
  border-bottom-width: 0px;*/
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 12pt;
  color: rgb(51, 51, 51);
/*  font-family: Arial, "Trebuchet MS", "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
  font-style: normal;
  /*border-top-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-style: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;*/
}
.title.topictitle2 {
  background-color: rgb(241, 241, 241);
  font-weight: 700;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  text-shadow: transparent 0px 0px 0px;
  font-size: inherit;
  color: rgb(51, 51, 51);
/*  font-family: Arial, "Trebuchet MS", "Lucida Grande", Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
  font-style: normal;
  line-height: 1em;
  text-align: initial;
  text-decoration: none;
}
.codeblock {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
  font-size: 1.1em;
  font-variant: normal;
  text-align: initial;
  /*HPE wants to remove the underline. FMC*/
  /*text-decoration: underline;*/
  text-decoration:none;
  line-height: 18px;
  text-shadow: none;
}
#header #space {
  /*background-color: rgb(238, 238, 238);*/
}
#splitterContainer .splitbarV {
  /*background-color: rgb(238, 238, 238);*/
}

/*Pre.screen styling is directly from the Docbook styles for HPE. There is
no border, therefore those settings are commented out. - FMC*/

pre.screen {
  background-color: #CCCCCC;
  color: #333333;
  font-size: 1.1em;
  font-family: "Courier New", Courier, monospace;
  /*border-bottom-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-top-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-bottom-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-style: solid;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;*/
}
.tablecap {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  /*The table title is to be bold and left aligned. FMC*/
  /*font-weight: 400;*/
  font-weight: bold;
/*  font-family: arial, helvetica, sans-serif;*/
  font-style: normal;
  font-size: 13px;
}
.table {
  background-color: rgb(255, 255, 255);
  /*The docbook styles had a 20pt bottom margin for the div containing the table. But
  HPE has requested that we minimize white space. FMC.*/
  margin-bottom: 10pt;
  /*The frame or border of the table is a darker grey, not black. FMC*/
  border: 0.5px solid #E0E0E0;
}
th.entry {
  /*The background color for table head is a dark grey for HPE. FMC.*/
  /*background-color: rgba(0, 0, 0, 0);*/
  background-color: #767676;
  color: #FFFFFF;
}

th.entry p {
  color: #FFFFFF;
}

td.entry {
  background-color: rgba(0, 0, 0, 0);
}
#splitterContainer .splitbuttonV {
  background-color: rgba(0, 0, 0, 0);
}
.image {
  background-color: rgba(0, 0, 0, 0);
}
#header #lHeader {
  background-color: #425563;
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-top-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-bottom-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-style: solid;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 0;
}
#splitterContainer #leftPane {
  background-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-top-color: rgb(230, 236, 245);
  border-left-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-style: solid;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*
#header .tab.selectedTab {
  /*background-color: rgb(142, 223, 152);
  /*The bakground-color is different, with a minor border of the same color. FMC.
  background-color: #01A982;
  border: 1px solid #01A982;
  text-shadow: none;
  font-size: 10pt;
/*  font-family: Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  line-height: 1em;
  text-align: initial;
  text-decoration: none;
}
#header .tab:not(.selectedTab) {
  background-color: rgb(142, 223, 152);
  background-color: #01A982;
  border: 1px solid #01A982;
  text-shadow: none;
  font-size: 10pt;
  font-family: Arial, sans-serif;
  color: #ffffff !important;
  font-weight: bold;
  font-style: normal;
  line-height: 1em;
  text-align: initial;
  text-decoration: none;
}

.tab:not(.selectedTab) a{
    color: #ffffff !important;
    text-decoration: none;
}
*/
/*Defined here to improve spacing with the addition of the glossary tab.*/
#header .tab span{
    float:inherit;
}

#header #tocMenu {
  background-color: rgba(118, 118, 118, 0);
  padding-right: 0px;
  padding-bottom: 0px;
  /*The top padding is changed from 0 to 10px. FMC*/
  padding-top: 0px;
}
.hasSubMenuOpened {
Background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 -2 66 16' width='28px' height='20px' role='img' class='svgicon' aria-label='caret down'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='2' points='22 8 12 20 2 8'%3E%3C/polygon%3E%3C/svg%3E") no-repeat;
}
.hasSubMenuClosed {
Background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 3 66 16' width='28px' height='20px' role='img' class='svgicon' aria-label='caret next'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='2' points='6 2 18 12 6 22'%3E%3C/polygon%3E%3C/svg%3E") no-repeat;
}

/*The up, next and previous images are not reqired. FMC*/
.navparent {
/*  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRQTFRFWlpa////qqqqqqqqqqqqqqqqqqqqqqqqqqqqWlpakpKSqqqq51coagAAAAl0Uk5TAAABAwgKDxUcJKK0eAAAAFZJREFUCNdjEIQCBiCubIQwRGdNAzEEGCxXr3RgADKYZu3eNRnE4Fy9e/dKEGPW7t27d00QZJCcOXP3zpkzQYo5d+9kYEBiCApK7t7JKEiIMXMmhAEBAFUmH/7ERSTIAAAAAElFTkSuQmCC');
*/}
.navprev {
/*  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRFWlpaqqqq////qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqWlpakpKSqqqqRySlLQAAAAt0Uk5TAAAAAQMECAoREx4uAuD5AAAAWklEQVQI12MQhAIGISUlbSYlJUUQYzeYIcDgfRrCYNtzG8LoPnt79+7dGxmk9twFgY0M0mehDEmYiEA1VI0A657bDAwMjAxCDNanIQwFBojJQAY3mAG3XQkKAAYFKLNYP3S0AAAAAElFTkSuQmCC');
*/}
.navnext {
/*  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRFWlpaqqqq////qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqWlpakpKSqqqqRySlLQAAAAt0Uk5TAAAAAQMECAoREx23C7FDAAAAUklEQVQI12MQhAIGISUlpQ0MDIpgxm4YY88WKGPv6QRFBundu3fvvbODkUH6LgicXghl3NkIE5kIVbOdkUGAgYFh7+kACGPPZnSTwXbBbVeCAgBpGypCou3HmwAAAABJRU5ErkJggg==');
*/}
#oldFrames {
  display:none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJQTFRFWlpa////qqqqtbW1gICAWlpaBWuBKAAAAAV0Uk5TAAAzmbJhqr6LAAAAO0lEQVQI12NwDQ0IBYIQhiClgCAlJSVVICMwCCgCZAQFBhkbG0NE4FIQRhBITRA5UkFgEahdcNsFoQAA5GEeAEgsEdMAAAAASUVORK5CYII=');
}
#printlink a {
  display:none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJQTFRFWlpa////WlpaWlpagoKCqqqqEzpxUQAAAAN0Uk5TAABN8hv58wAAAD5JREFUCNdjYGAyBgIFBgYGZiBmMCCOoWwMYhgbMZiGgLS7BjOYhoIBVkYwSI0pkAHRFYzQzsAMkgIaKAgFAAKxETTIMsq4AAAAAElFTkSuQmCC');
}
#permalink a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANtJREFUKM+N0a9Lg2EUxfGHNbGJyWIxzB/BlZlEkGEwGCzTT5WVod1i0CJmo/+HuG5TEA0mNQvqBuqjgnOv5YV3LzyInHLP5QuXe04Q/lZqOeVU1431NFD1KHPt00AzBRz5sSWoenObAkZN59Ol9zIwouXQau4avp0PA3MeZDKZbUFDFNULYN6Tvn0LTixaEUWN4ouaZ32bZuwZw4douchh1ou+pmA3P9KzNBzUmYENQVCxo+PYZDnJ6Cq34yqpqO91TQjWfDlIAW2ZrgsDr+rpstru9HTU/tdmSb8r0JaxAU+KkQAAAABJRU5ErkJggg==');
}
span.topic {
/*Background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 80 20' width='40' height='16' role='img' class='svgicon' aria-label='notes'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M3,1 L3,23 L16,23 L21,18 L21,1 L3,1 Z M6,17 L11,17 M6,13 L18,13 M6,9 L16,9 M3,5 L21,5 M21,17 L15,17 L15,23'%3E%3C/path%3E%3C/svg%3E");*/
}
#expandAllLink {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' width='24px' height='24px' role='img' class='grommetux-control-icon grommetux-control-icon-form-add grommetux-control-icon--responsive' aria-label='form-add'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' d='M12,18 L12,6 M6,12 L18,12'%3E%3C/path%3E%3C/svg%3E");
}
#collapseAllLink {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' width='24px' height='24px' role='img' class='grommetux-control-icon grommetux-control-icon-form-subtract grommetux-control-icon--responsive' aria-label='form-subtract'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' d='M6,12 L18,12'%3E%3C/path%3E%3C/svg%3E");
}
#header #customLogo {
  background-image: url("none");
  background-size: contain;
  width: 200px;
  height: 70px;
}
a.xref:active {
  color: rgb(0, 0, 238);
  /*font-weight: 400;*/
  font-weight: normal;
/*  font-family: Arial, Calibri, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
  font-style: normal;
  font-size: inherit;
  font-variant: normal;
}
span.uicontrol {
  color: rgb(50, 50, 50);
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}
span.wintitle {
  color: rgb(50, 50, 50);
  font-weight: 400;
    /*The uicontrol font is not yet known. It is tentatively adjusted to Courier. FMC*/
  font-family: "Courier New", Courier, 'Trebuchet MS', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-style: normal;
  font-size: inherit;
}
.userinput {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}
.ph.codeph {
  color: rgb(50, 50, 50);
  /*All programming elements permitted for HPE use courier, monospace. FMC*/
  /*font-family: Arial, sans-serif;*/
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

/*The following styles have been added to accomodate specific items in HPE webhelp. FMC*/
/*Used for lists with the checkbox. The image is included in the output folders. FMC*/
.checkbox {
   list-style-image: url('../img/checkbox-small.png');
  /* font-family: Arial, sans-serif;*/
   margin-left: 20pt;
   padding: 0pt;
}

/*The hover color for links in the TOC should be 01A982 and background reset to white. FMC*/
#contentBlock a:hover a:visited {
    background-color: white;
    color: #01A982;
}

#rightPane {
    overflow-y: hidden;
}
div.footer_home{
    text-align:center !important;
    font-size:8pt;
    padding: 25pt;
    height: 30pt;
}

span#glossary.label a{
    color:white !important;
}
/*The two style sets below support codeblock footnotes. FMC*/
code a sup {
    text-decoration:none;
    border-radius: 50%;
    width: 10pt;
    height: 10pt;
    background: black;
    color: white;
    text-align: center;
    font-size: 9pt;
/*    font: 9pt Arial, sans-serif;*/
}

div#codeblock a sup {
    text-decoration:none;
    border-radius: 50%;
    width: 10pt;
    height: 10pt;
    background: black;
    color: white;
    text-align: center;
    font-size: 9pt;
/*    font: 9pt Arial, sans-serif;*/
}

/*Controls styling for the banner on the bookmap page. FMC*/
.masterbanner {
   color: #FFFFFF;
   background-color: transparent;
/*   font-family: Arial, sans-serif;*/
   font-size: 14pt;
   font-weight: normal;
   }

   /*The table title is to be bold and left aligned. FMC*/
   #tablecaption {
       text-align:left;
   }

   /*Adding items for troubleshooting. FMC*/
   .troubleshootingdefaulttext {
       font-weight:bold;

   }
   /*Adding specific font-family entries for the P1 languages. Additional entries for
   any languages to come. FMC*/

   html {
   font-family: "Metric", Arial, "Arial Unicode MS", sans-serif;
   }

   html:lang(en-us){
   font-family: "Metric", Arial, "Arial Unicode MS", sans-serif;
   }

   html:lang(kk),
   html:lang(ru),
   html:lang(uk),
   html:lang(ar),
   html:lang(el),
   html:lang(he){
   font-family: Arial, "Arial Unicode MS", sans-serif;
   }

   html:lang(ja){
   font-family: Arial, "MS Gothic", "Arial Unicode MS", sans-serif;
   }

   html:lang(ko) {
   font-family: Arial, Dotum, "Arial Unicode MS", sans-serif;
   }

   html:lang(th) {
   font-family: Arial, "AngsanaUPC", "Arial Unicode MS", sans-serif;
   }

   html:lang(zh){
   font-family: Arial, "SimHei", "Arial Unicode MS", sans-serif;
   }

   html:lang(zh-tw){
   font-family: Arial, "Microsoft JhengHei", "Arial Unicode MS", sans-serif;
   }

a.fn {
  color: black;
  text-decoration: none;
}

a.fn:focus {
  outline:0;
}
/* End mts594 - In mobile add link from Version to Home and link from floating TOC to Version*/
/* Start mTS 1364 - webhelp navigation positioning issue */
.navnext{
	margin:unset;
	padding:unset;
}
.navnext a.link{
	padding-right: 16px;
}
/* End mTS 1364 - webhelp navigation positioning issue */