/* 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;
}

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

.codeph {
	color: black;
}

.filepath {
    color: black;
}

.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,104,9);
}

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


.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);
}

/* 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: #878787;
}


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

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