@charset "UTF-8";

@import url("fonts.css");
@import url("left_nav.css");
@import url("admonitions.css");
@import url("l10n.css");

*:focus {
    outline: none !important;
}

/* Metric fonts */
body:lang(en), /* english */
body:lang(de), /* german */
body:lang(fr), /* french */
body:lang(es), /* spanish */
body:lang(it), /* italian */
body:lang(pt), /* portuguese */
body:lang(tr), /* turkish */
body:lang(hu), /* hungarian */
body:lang(cs), /* czech */
body:lang(da), /* danish */
body:lang(nb), /* norwegian */
body:lang(hr), /* croatian */
body:lang(nl), /* dutch */
body:lang(fi), /* finnish */
body:lang(id), /* indonesian */
body:lang(pl), /* polish */
body:lang(sk), /* slovakian */
body:lang(sl), /* slovenian */
body:lang(sv)  /* swedish */ {
	font-family: "Metric", Arial, sans-serif;
}
/* Arial fonts */
body:lang(kk), /* kazakh */
body:lang(ru), /* russia */
body:lang(uk), /* ukrainian */
body:lang(ar), /* arabic */
body:lang(el), /* greek */
body:lang(he)  /* hebrew */ {
	font-family: Arial, "Arial Unicode MS", sans-serif;
}
body:lang(zh) /* chinese simplified */ {
	font-family: Arial, "SimHei", "Arial Unicode MS", sans-serif;
}
body:lang(zh-cn) /* chinese simplified */ {
	font-family: Arial, "SimHei", "Arial Unicode MS", sans-serif;
}
body:lang(zh-tw) /* chinese traditional */ {
	font-family: Arial, "Microsoft JhengHei", "Arial Unicode MS", sans-serif;
}
body:lang(ja)     /* japanese */ {
	font-family: Arial, "MS Gothic", "Arial Unicode MS", sans-serif;
}
body:lang(ko) /* korean */ {
	font-family: Arial, Dotum, "Arial Unicode MS", sans-serif;
}
body:lang(th) /* thai */ {
	font-family: Arial, "AngsanaUPC", "Arial Unicode MS", sans-serif;
}



body, html {
	font-size: 19px;
	color: rgb(85, 85, 85);
}
h1, h2, h3, h4, h5, .sectiontitle {
	color: #000;
}
.navbar, #wh_publication_toc, #wh_topic_toc {
	font-size: .85rem;
}
#go2top {
	font-size: 1.25rem;
}

button#wh_close_publication_toc_button, button#wh_close_topic_toc_button {
	display:none!important
}
.wh_topic_content main, .wh_navigation_links {
	max-width: 900px;
}	



/* main page tiles  */

.wh_tile {
	border: 1pt solid #ccc;
	border-radius:9px;
	background-color: #FFFFFF;
	max-width: 200px;
}

.wh_tile:hover {
	border-color: rgb(68, 73, 80);
}

.wh_tiles {
	justify-content: center;
}

.wh_tile_title {
	margin-bottom: 10px;
	font-weight: 500;
}

.wh_tile_shortdesc {
	font-size: .9rem;
}


.wh_topic_page .wh_right_tools {
	justify-content: end;
}

.fig--title-label, .fig--title, .table--title-label, .table--title {
	font-weight: bold;
}


/* changing blue font */
a, a:hover,
.related-links a,
.related-links a:visited,
.nav-tabs .nav-link
 {
    color: #01A982; 
}

.wh_topic_toc {
	padding-top: 20px;
}

nav.wh_tools {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: bottom;
	padding: 0px;
	width: 100%;
}

.wh_header {
	padding: 0;
	background: #fff none;
	text-align: left;
    border-bottom: 1px solid #cfe2f5;
	/* add box shadow after scroll down */
	/* box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1); */
}

.wh_logo img {
	width: 162px;
}
.wh-expand-btn {
	position: absolute;
	right: 7px;
}
.hpe_group_tools {
	text-wrap: nowrap;
}

.wh_search_results_items > ol {
	list-style-type: none;
}

.wh_search_results_items .searchresult li a {
    color: #01A982;
}


.wh_navigation_links, .wh_print_link {
	margin: 0;
}

.wh_navigation_links {
	margin-top: 15px;
	text-align: right;
	width: 100%;
}


.wh_publication_title .title {
	font-weight: 900;
}
.wh_logo+.wh_publication_title {
    margin-left: 0;
}

 .wh_logo_and_publication_title {
	align-items: normal;
 }
 .wh_logo_and_publication_title_container {
	width: 100%;
 }
.wh_tile_title span {
    display: inline;
}
.wh_publication_title  a {
	color: #000000;
	text-align: left;
	margin: 0 20px;
}
.wh_publication_title a:hover {
	text-decoration: none;
}
.wh_publication_title {
	line-height: 1em;
	font-size: 35px;
	margin-bottom: 10px;
}
.hpe_tools_and_title_flex {
	display: flex;
    flex-direction: column;
	width: 100%;
}



.navbar-form {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

/* topic specific elements */

.wh_child_links::before {
	content: var(--txt-subtopics);
	font-weight: bold;
	display: block;
	margin-top: 19px;
	margin-bottom: 19px;
}

li.link.ulchildlink {
    line-height: 1.25em;
	margin: 1em 0;
}

.filepath {
    color: inherit !important;
}

/* MTS-3616 allow inline elements to wrap */
.codeph, .ph.msgph 
{
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.topictitle1 {
	margin-bottom: .5em;	
}

.wh_topic_content .shortdesc {
    font-weight: 300;
    color: #757575;
    font-size: 1.15rem;
}

.sectiontitle, .topictitle2 {
    font-size: 1.17em;
    margin-bottom: 10px;
    margin-top: 1em;
    font-weight: bold;
    font-style: inherit;
}

.sectiontitle.tasklabel,
.sectiontitle.troubleshootinglabel {
	padding-left: 0em;
}

.hpe-img-break {
	margin-bottom: 10px;
	margin-top: 10px;
}

.codeblock {
	position: relative;
}

.codeblock .copyTooltip {
	background-size: 14px;
	font-size: 14px;
	height: 28px;
    margin-top: -4px;
    right: 0px;
}

thead {
    background-color: #f9fbfd;
}


.table {
	width: 100%;
	border: 1px solid #e0e0e0;
	font-size: 16px;
}




/* right side of wide tables were getting chopped off by container */
.tablenoborder, .simpletable-container {
    overflow-x: visible;
}
.table td, .table th {
    border: 1px solid #e0e0e0;
	padding: .5em;
}


a:hover {
	text-decoration: underline;
}


/* place a github icon next to a github url */
a[hpe-custom="github"] { 
  background: transparent url("../images/GitHub-Mark-32px.png") no-repeat left center; 
  margin-left: 2px;
  padding-left:17px; 
  background-size: 13px 13px; 
}


.custom-toggler .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.9141 20H2.91406V18H22.9141V20ZM22.9141 6H2.91406V4H22.9141V6ZM22.9141 13H2.91406V11H22.9141V13Z" fill="%23333333"/></svg>');
	height: 25px;
}
.navbar {
	padding: 0em;
}
.navbar-toggler {
	padding: 0em;
}
.btn, .wh_hide_highlight {
    padding: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.btn:focus, .wh_hide_highlight:focus {
	box-shadow: none;
}
#search_btn {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><path fill="%23333" fill-rule="evenodd" d="M10.914 3a7 7 0 1 0 4.193 12.606l5.1 5.101 1.414-1.414-5.1-5.1A7 7 0 0 0 10.915 3Zm-5 7a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z" clip-rule="evenodd"/></svg>');
	background-size: 28px;
}
#print_btn {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><g clip-path="url(%23a)"><path fill="%23333" fill-rule="evenodd" d="M5.914 0h14v6h5v14h-5v4h-13v-1h-1v-3h-5V6h5V0Zm12 2v4h-10V2h10Zm-12 16v-1h-2v-2h18v2h-2v1h3V8h-20v10h3Zm12-1h-10v5h10v-5Zm0-7h-1v3h4v-3h-3Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="%23fff" d="M.914 0h24v24h-24z"/></clipPath></defs></svg> ');
	
}
.wh_hide_highlight {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><g fill="%2301A982" clip-path="url(%23a)"><path d="m8.621 17.707 8-8-1.414-1.414-8 8 1.414 1.414Z"/><path fill-rule="evenodd" d="M20.328 1A2 2 0 0 0 17.5 1L4.024 14.476l-2.566 8.98 8.98-2.566L23.914 7.414a2 2 0 0 0 0-2.828L20.328 1ZM6.316 19.988l-1.39-1.39.878-3.074 9.61-9.61L19 9.5l-9.61 9.61-3.074.878ZM20.414 8.086 22.5 6l-3.586-3.586L16.828 4.5l3.586 3.586Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="%23fff" d="M.914 0h24v24h-24z"/></clipPath></defs></svg>')
}
.wh_hide_highlight.hl-close {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><g fill="%23333" clip-path="url(%23a)"><path d="m8.621 17.707 8-8-1.414-1.414-8 8 1.414 1.414Z"/><path fill-rule="evenodd" d="M20.328 1A2 2 0 0 0 17.5 1L4.024 14.476l-2.566 8.98 8.98-2.566L23.914 7.414a2 2 0 0 0 0-2.828L20.328 1ZM6.316 19.988l-1.39-1.39.878-3.074 9.61-9.61L19 9.5l-9.61 9.61-3.074.878ZM20.414 8.086 22.5 6l-3.586-3.586L16.828 4.5l3.586 3.586Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="%23fff" d="M.914 0h24v24h-24z"/></clipPath></defs></svg>')
}

.wh_hide_highlight:after {
	display: none;
}

a.dropdown-item {
	display: block;
}
.hpe_title_container {
	text-align: left;
	padding-bottom: 10px;
}

.webhelp_expand_collapse_sections {
	display: none!important;
}

p.search-query-sf {
	width: 80%;
	margin: auto;	
}

.glyphicon-arrow-left:before,
.oxy-icon-arrow-left:before {	
  display: block;
  content: url(../images/arrow-prev-link.svg);
  height: 30px;
  width: 30px;
  padding: 3px;
}

.glyphicon-arrow-right:before,
.oxy-icon-arrow-right:before {	
  display: block;
  content: url(../images/arrow-next-link.svg);
  height: 30px;
  width: 30px;
  padding: 3px;
}

code {
    color: inherit;
}

pre { 
	font-size: 65%;
}
a.datafabric_advert{
	border: 1px solid black;
	margin: 10px;
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.datafabric_advert .coursebox-text {
	margin: 5px;
}

.header-sticky {
	/* changing from 999. this allows us to set z-index of the external feedback image to 999 just above the .breadcrumbs-sticky */
	z-index: 1000;
}

.wh_header_flex_container {
	align-items: start;
}


#hpe_main_tools {
	text-align: right;
}

#ez_otherversion_wrap {
	text-align: right;
}

#searchForm > div {
	width: 100%;
}
.ui-autocomplete {
	z-index: 10000;
}


@media (max-width: 767px) {

	.wh_logo_and_publication_title {
		display: block;
	}
	.wh_logo img {
		width: 120px;
	}

	.wh_publication_title {
		font-size: 25px;
	}
	 .wh_publication_title {
        flex-direction: column-reverse;
    }
	.wh_topic_page .wh_right_tools {
		justify-content: space-evenly;
		flex-direction: row-reverse;
	}
	.hpe_tools_and_title_flex {
		flex-direction: column-reverse;
	}
	.modal-content {
		width: inherit;
	}
	
	.wh_tile {
		max-width: inherit;
	}
	.hpe_group_tools {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.wh_search_button {
		display: inherit;
	}
}

/* formatting tweeks when printing */
@media print {
	#wh_publication_toc {
		display:none !important;
	}
     .wh_publication_title > a {color: #000000;}
	.title_container { 
		background: none;

	}
	body {
		background-color: transparent;
		font-size: 13pt;
	}
	#wh_topic_body {
		flex: 0 0 100%;
		max-width: 100%;
	}
	@page {
		margin-top: 2cm;
		margin-bottom: 2cm;
	}
	.site_title {
		margin-left: 0;
	}

}


.wh_print_link {
	margin-top: 5px;
}

.hpe_title_search_area {
    margin-top: 20px;
	text-align: center;
}

.wh_content_area {
	min-height: auto;
}


.wh_topic_toc .wh_topic_label:after {
    content: "";
}

.wh_topic_toc .current_node {
	font-weight: 600;
	text-decoration: none;
}

#searchForm {
    position: relative;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.wh_search_input {
	padding: 20px;
}
.wh_search_button {
	background-color: #01A982;
}	
.wh_search_button:after {
	font-size: 20px;
}
.wh_search_textfield:focus, .wh_search_textfield:hover {
	border-color: #000;
}
.modal-header button.close {
    color: #ccc;
	padding-right: 5px;
}

/* footer */
.wh_footer {
		border-top: 1px solid #cfe2f5;	
}

.hpe_footer {
	text-align: center;
	color: inherit;
	background: inherit;
	flex-wrap: nowrap;
}

.hpe_footer a {
    color: inherit;
    margin: 10px;
    font-weight: 900;
}

.footer-container {
    padding-top: 1em;
}

/* Modal behavior */
.modal-content {
	-webkit-animation-duration: .15s;
	-animation-duration: .15s;
}
.modal.fade .modal-dialog {
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.modal-backdrop.fade {	
	transition: opacity .1s linear;
}
