/* oxygen.css */

/* override of plugins/com.oxygenxml.webhelp.responsive/oxygen-webhelp/app/core/expand.css */
table > caption,
.topic > .title,
.sectiontitle:not(.tasklabel),
.wh_term_group > .wh_first_letter {
    margin-bottom: 1rem;
}

table > caption:empty {
	margin-bottom: 0;
}

table > caption, figcaption {
    font-weight:bold;    
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
}

a, a:hover, a:visited {
    color: rgb(70,35,118);
}

.filepath, .option, .cmdname, .apiname, .codeph{
	color: black;
	font-family:courier;
	background-color: #fff;
	font-size: 1em;
}


.wh_header {
	background-color: #fff;
	color: rgb(70,35,118);
}


@media only screen and (min-width: 767px) {
	.wh_publication_title {
		padding-left: 3em;
	}
}

.wh_publication_title > a > span.title, .mainbooktitle {
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    color: rgb(70,35,118);
}


/* NAVIGATION */
.wh_top_menu {
	background-color: #fff;
	color: rgb(70,35,118);
}

.wh_top_menu a {
	color: rgb(70,35,118);
}

.wh_top_menu ul ul {
    background-color: rgb(236,236,241);
}
.wh_top_menu ul li:hover {
    background-color: rgb(236,236,241);
}
.wh_top_menu ul ul li a:hover {
    background: rgb(185,187,192);
}
.wh_top_menu ul ul li {
    border-top-color: rgb(185,187,192);
}

/* SEARCH */
.wh_search_button {
    color: #fff;
    background-color: rgb(224,124,5);
}

.wh_main_page .wh_search_input, .wh_search_input {
    background: rgb(70,35,118) none;
    padding: 50px 0;
}

.wh_search_textfield {
  height: 2.8em;
  font-size: 1em;
}

.wh-tooltip-container .wh-tooltip,
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
    background-color: rgb(236,236,241);
    color: rgb(70,35,11);
}

.wh_tools {
	background-color: rgb(236,236,241);
}

.wh_tile {
	background-color: rgb(236,236,241);
}

.wh_tile_title > span > a {
	color: rgb(70,35,118);
}

.wh_tile_title {
  font-size: 1.7em;
}

/* TOC */
.wh_publication_toc {
	background-color: rgb(236,236,241);
}
.wh_publication_toc .active > .topicref a {
    color: rgb(70,35,118);
}
.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #646E81;
}


.wh_main_page_toc a {
  color: rgb(70,35,118);
}

.wh_breadcrumb ol .active {
    color: rgb(70,35,118);
}


/*
.wh_toc_shortdesc {
 color:#393939;
 font-size:1em
}

.wh_main_page_toc {
 background-color:#fff;
 border:none
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc>.wh_main_page_toc_entry {
 border-bottom:none
}
.wh_main_page_toc>.wh_main_page_toc_entry:last-child {
 border-bottom:none
}
.wh_main_page_toc_accordion_entries {
 background-color:#F0F0F0;
 border-bottom:none
}
.wh_main_page_toc .expanded {
 background-color:#F0F0F0;
 border-bottom:0
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc>.wh_main_page_toc_entry:hover {
 background-color:#F0F0F0
}*/

/*.wh_main_page_toc a {
 color:rgb(70,35,118);
 font-size:1.2em
}
*/

/* FOOTER */
.wh_footer {
	background-color: rgb(236,236,241);
	color: rgb(70,35,118);
}



.swagger-ui pre {
  background-color: transparent;
}

pre.keep-together {
    margin: 0;
}

