/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */

html, body {
    min-width:100%;
}

body{
    font-family: 'Arial', sans-serif;
}

    /*
     * ------------------------------------------------------------------
     *
     * Fight with bootstrap
     *
     */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
}

.wh_header {
	background: #002B45;
    color: #ffffff; 
}

a {
color:#008494;
text-decoration:none;}

a:visited{
  color:#008494;
  }
a:hover{
  color:#B10820;
  text-decoration:none;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_publication_title > a{
     color:#FFFFFF;
     font-size: 1.4em;
}
 .wh_publication_title > a:hover{
     color:#FFFFFF;
     font-size: 1.4em;
}
 .wh_publication_title > a:visited{
     color:#fff;
     font-size: 1.4em;
}
/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
 .wh_top_menu {
    margin: .4em 0;
    font-size: 0.9em;
}
.wh_top_menu a {
	color: #fff;
    line-height: 2em;
}
.wh_top_menu a:visited {
    color: #fff;
    line-height: 2em;
}
.wh_top_menu a:hover{
    color: #55Bab7; 
    line-height: 2em;
	background-color:#FFFFFF;}


/* The submenus */

.wh_top_menu ul ul {
	background-color: #FFF;
	box-shadow: 2px 2px 2px #888888;
}
.wh_top_menu ul ul li a:visited {
	color: #55Bab7;
	font-weight: bold; 
}
 .wh_top_menu  ul li:hover {
	background-color:#F1F2F6;
	color: #55Bab7;
} 
.wh_top_menu ul ul li a:hover {
	background-color:#F1F2F6;
	color: #55Bab7;
	font-weight: bold; 
}
.wh_top_menu ul ul li a {
	color: #55Bab7;
}
.wh_top_menu ul ul li {
	border-top-color: #8c8c8c;
	width: 270px;
}

.wh_top_menu ul ul li.has-children:after{
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}
.wh_indexterms_link a:before{
    color:#fff;
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    color: #FFFFFF;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #FFFFFF;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #55Bab7;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}


.wh_print_link a,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
    color: #FFFFFF;
    text-decoration: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    background-color: #55BaB7;
    font-weight: 300;
}
.wh_tile_shortdesc{
    margin-top:1em;
    text-align: center;
    color: #55BaB7;
    font-size: 1em;
}
.wh_tile_text:after{
    background: linear-gradient(to bottom, rgba(239, 239, 239, 0), rgba(239, 239, 239, 1) 75%);
}
.wh_tile_title{
    font-size:1.5em;
    text-align: center;
    text-decoration: none;
}
.wh_tile_title a{
    color: #55Bab7;
    line-height:2em	
}
.wh_tile a:hover{
    color: #002B45;
    line-height: 2em;
	background-color: #ffffff
}

}@media only screen and (max-width: 767px) {
    .wh_tile > div {
        height: auto;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/
.wh_tile {
	background-color: #ffffff;
}
.wh_tile {
	border: 1px;
    outline-style: solid;
	outline-width: thin;
    outline-color: #eaeded
}

/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input {
    display:block;
    margin:0;
    position:relative;
	background-color: #55Bab7;
    padding: 20px 0;
}

.wh_welcome:not(:empty){
    font-size: 4em;
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    padding: 0 0 1.5em 0;
    text-shadow: none;
}

.wh_main_page .wh_search_input {
    padding: 20px 0;
	background-color: #55Bab7;
}
.wh_search_textfield{
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 0 .5em;
    position: relative;
    height: 2.8em;
}
.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 5px 5px 0;
    padding: 0 .5em;
    color:#ffffff;
    background-color: #002B45;
    height: 2.8em;
}

/*@media only screen and (max-width: 999px) {*/
    /*.wh_search_input:after{*/
        /*display:none;*/
    /*}*/

/*}*/
@media only screen and (max-width: 767px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 3em 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Side TOC
 * 
 */
.wh_side_toc{
    border-radius: 3px;
    padding: 2em;
    background-color: #eaeded
}
.wh_side_toc .active {
    color:#002B45;
	font-weight: 500;
}
.wh_side_toc a, .wh_side_toc a:visited  {
    color: #55Bab7;
}
.wh_side_toc a:hover {
	color: #B10820;
    text-decoration: none;
}
.wh_side_toc  ul  li{
    margin: .7em 0;
}
.wh_side_toc > ul > li > span{
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .wh_side_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #eaeded;
    }

    .wh_related_links,
    .wh_child_links,
    .wh_topic_content .related-links{
        border: 1px solid #e0e0e0;
    }
}

/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
.wh_footer{
    text-align: center;
    padding: 1em;
    position:relative;
    bottom: 0;
    width: 100%;
    margin-top: 2em;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content,.wh_content_area {
    color: #444;
}
.wh_main_page .wh_content_area {
    margin: 40px auto;
}
.wh_topic_content .title.topictitle1 {
    color: #rgb(200,200,200);
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.1em;
}

.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links{
    background-color: #F8F8F8;
    margin-top: 1em;
}

.wh_related_links,
.wh_topic_content .related-links{
    padding: .5em 1.5em ;
}

.wh_child_links {
    padding: 1.5em ;
}

.related-links strong{
    font-weight: 500;
}

.related-links a,
.related-links a:visited {
    color: #008494;
    padding-bottom: .3em;
    display:inline-block;
}

.filepath {
    color: #c7254e !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}
.searchresult li{
    padding: .5em;
}
.searchresult li a, 
.wh_search_expression{
    color:#008494;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0;
}
.wh_search_expression{
    font-weight:bold;
}


/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #346ec5;
}
.wh_index_terms #indexList{
    padding:0;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
}


.wh_main_page_toc .expanded, .wh_main_page_toc .wh_main_page_toc_accordion_header:hover, .wh_main_page_toc>.wh_main_page_toc_entry:hover, .wh_main_page_toc_accordion_entries{
    background-color: #F2F8FF;
}

/**
 *
 * Styles used for RTL pages
 *
 */
html[dir='rtl'] .wh_top_menu ul li:hover > ul {
    max-width: 270px;
}

