@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,700';
body{
    font-family: 'Cambria', 'Open Sans', sans-serif;
}

/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar{
    background: white;
    border: none;
    margin: 0;
    box-shadow: none;
}
a,
a:hover,
a:visited{
    color: #222D56;
    font-size: 1.0em;
    line-height: 1.0em;
}
a:hover{
    text-decoration: underline;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
.wh_publication_title > a{
    color: #002d80;
    font-size: 1.4em;
    font-weight: 700;
}


/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
/* The submenus */
.wh_top_menu ul ul{
    background-color: white;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;

}
/* Labels in main bar */
.wh_top_menu ul li a:focus,
.wh_top_menu ul li a:hover,
.wh_top_menu.activated-on-click ul li:active{
    color: white;
    background-color:  #F2F2F2;
}
.wh_top_menu ul ul li a:focus,
.wh_top_menu ul ul li a:hover{
     background-color:  #F2F2F2;
}
.wh_top_menu ul ul li{
    border-top-color: #555;
}

.wh_top_menu:not(.activated-on-click) ul:hover li,
.wh_top_menu:not(.activated-on-click) ul li:hover {
    /* WH-2521 Change the background color imediatelly when the current menu item (li) or other menu item is hovered. */
    transition: none; 
}

.wh_top_menu:not(.activated-on-click) ul li {
    /* WH-2521 Delay the background color change on hover off. */
    transition: background-color 0.2s 1s;
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}

@media only screen and (max-width: 767px) {
    .wh_indexterms_link a:before{
        bottom: 0;
    }
}

/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb > .breadcrumb{
    background: none;
}
.wh_breadcrumb .active > span{
    font-weight: bold;
}

/* Change the 'Home' text into an icon. */
.wh_breadcrumb .home > a > span{
    display: none; /* Hide the 'Home' text */
}
.wh_breadcrumb .home > a:before{
    content: 'o'; /* Put an icon */
    /* font-family: 'oXygen WebHelp' !important; */
    font-size: 1.0em;
    padding-right: 0.5em;
}
.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight{color:navy}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */

.wh_tools{
    margin-bottom: 0;
    background: white;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input{
    display: block;
    background: url('resources/images/sit_bgr.svg') no-repeat; 
    background-size: cover; 
    text-align: center;
    padding-bottom:1em; 
    padding-top:1em;
}

.wh_welcome:not(:empty){
    font-size: 1.0em;
    margin: 0 auto;
    padding: 0 0 1em 0;
    text-shadow: none;
    color:#002D80;
}

/* Style differently the search from the main pahge (index.html), make it larger.*/
.wh_main_page .wh_search_input{
    padding-bottom:1em;
    padding-top:1em; 
    background: url('resources/images/sit_bgr.svg') no-repeat;   
    background-size: cover;
    /* box-shadow: 0 10px 45px -12px rgba(0, 0, 0, 0.3);  */
}
.wh_search_textfield{
    border: 1px solid gray;
    border-radius: 0.6em;
    padding: 0.3em;
}
.wh_search_button{
    border: 1px solid gray;
    border-radius: 0 0.6em 0.6em 0;
    background-color:rgb(232, 143, 51);
    color:#fff;
    padding: 0.3em 1em;
}

/* Selected autocomplete item */
.ui-menu-item .ui-state-active {
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 0;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: rgb(232, 143, 51);
}

/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active{
    text-decoration: none;
    color:inherit;
    font-size: 0.8em;
}
.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active{
    color: #fff;
}

/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: rgb(232, 143, 51);
}

/* Color for the page number */
.pagination>li>a,.pagination>li>span {
    color: rgb(232, 143, 51);
}

/* Border for the hovered page */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: rgb(232, 143, 51) !important;
}

/* Render search area for devices smaller than 767px */
@media only screen and (max-width: 767px) {
    .wh_main_page .wh_search_input,
    .wh_search_input{
        padding: 2em;
    }
}

/* x more */
.dots-after span, .dots-before span{
    color: navy;
    border-color: #835e17;
}

.wh_topic_toc {border-left:0} 


/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * Eto pro menu sleva
 */
.wh_publication_toc{
    margin: 2em 0;
    padding: 0.5em;
    border-radius: .5em;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    background-color: rgb(242, 245, 250);
    color: black;
    font-size: 1.0em;
}
.wh_publication_toc > ul{
    list-style-type: none;
    padding-left: 0.0em;
}
.wh_publication_toc li{
    margin-top: 0.5em;
}
.wh_publication_toc .active > .topicref a {
    font-weight: bold;
    color: black;
}

/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh-toc-tooltip {
    background-color: rgb(178, 178, 214);
    color: black;
}

.wh_breadcrumb .topicref .wh-tooltip a,
.wh-toc-tooltip a {
    color: black;
    text-decoration: underline;
}

/* Tooltip arrow. */

[data-tooltip-position="left"] .topicref .wh-tooltip::before,
[data-tooltip-position="left"] .wh-toc-tooltip::before {
    border-left-color: navy;
}

[data-tooltip-position="right"] .topicref .wh-tooltip::before,
[data-tooltip-position="right"] .wh-toc-tooltip::before {
    border-right-color: navy;
}

[data-tooltip-position="bottom"] .topicref .wh-tooltip::before,
[data-tooltip-position="bottom"] .wh-toc-tooltip::before {
    border-bottom-color: navy;
}

[data-tooltip-position="top"] .topicref .wh-tooltip::before,
[data-tooltip-position="top"] .wh-toc-tooltip::before {
    border-top-color: navy;
}


/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer{
    font-family: arial, sans-serif;
    text-align: center;
    padding: 1em;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content{
    box-shadow: 0px -1em 45px -12px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #cccccc; 
    padding: 1em;
    padding-bottom:0.25em;  
    font-size: 1.25em;
    line-height: 1.5em;
}
.wh_expand_btn:before{
    margin-left: 1em;
}
.wh_topic_content li{
    margin: 0.5em;
}

.wh_child_links,
.wh_related_links {
    padding-left: 2em;
    padding-top: 1em;
}

.wh_topic_content a,
.wh_child_links a,
.wh_related_links a {
    font-weight:bold;
}

.topictitle3{
    font-weight: 400
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.wh_search_expression{
    font-weight: bold;
}
.wh_search_expression:before,
.wh_search_expression:after{
    content: '"';
}
.searchresult{
    list-style-type: decimal;
}

.searchresult li a{
    font-weight: bold;
    color: #4b7cb4;
}

/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
    color:#fff;
    background: rgb(232, 143, 51);
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: rgb(232, 143, 51);
}
.search-breadcrumb li .title:before {
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: rgb(232, 143, 51);
}

/*-------------- Search facets -----------------*/
.wh_facet_value_count {
    background-color: #fff2db;
}
.wh_reset_facets_button:hover {
  background-color: #fff2db;
}
/* Responsive styles for the facet widget*/
@media screen and (max-width: 767px) {
  .wh_facet_widget_button:hover {
    background-color: #fff2db;
  }
}


/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
    border-radius:0.2em;
    box-shadow: 0px 5px 5px -12px rgba(0, 0, 0, 0.3);
}
.wh_main_page_toc .wh_main_page_toc_entry a{
    color: #222D56;
}

.wh_main_page_toc a {
    color: #222D56;
}
/* Colors */
.wh_main_page_toc{
    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 .expanded {
     background-color: rgb(255, 255, 255);
     border-bottom: 1px solid silver;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover, .wh_main_page_toc>.wh_main_page_toc_entry:hover{
     background-color: #F2F2F2 ;
}

.wh_main_page_toc_accordion_entries{
    background-color: rgb(255, 255, 255);
    border:none;
}
.wh_main_page_toc_accordion_entries > *{
    margin-left: 3em;
}
.wh_main_page_toc_entry:hover{
    background-color:  #F2F2F2;  
}
/* simintech specific */

.note {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: Cambria;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
}
.cmdname {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "courier new";
  font-style: italic;
  font-size: 16px;
}
.funcname {
  background-color: transparent;
  color: rgb(128, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.comment {
  background-color: transparent;
  color: rgb(0, 128, 0);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.kword {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.rword {
  background-color: transparent;
  color: rgb(255, 0, 128);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_funcname {
  background-color: transparent;
  color: rgb(128, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_comment {
  background-color: transparent;
  color: rgb(0, 128, 0);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_keyword {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_redword {
  background-color: transparent;
  color: rgb(255, 0, 128);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_orangeword {
  background-color: transparent;
  color: rgb(255, 128, 64);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_funcnamefont {
  background-color: transparent;
  color: rgb(128, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_commentfont {
  background-color: transparent;
  color: rgb(0, 128, 0);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_keywordfont {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_datatypefont {
  background-color: transparent;
  color: rgb(255, 128, 164);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_stringfont {
  background-color: transparent;
  color: rgb(128, 0, 128);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_systemvariablefont {
  background-color: transparent;
  color: rgb(255, 0, 151);
  font-weight: bold;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_valuefont {
  background-color: transparent;
  color: rgb(0, 102, 255);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_keygensifont {
  background-color: #D5E8D4;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}
.sit_keygenstfont {
  background-color: #D5E8D4;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-family: monospace;
  font-style: normal;
  font-size: 16px;
}

.codeph {
    background-color: rgba(192, 192, 192, 0.5);
    color: rgb(0, 0, 0);
    font-family: monospace;
}

.title.sectiontitle {
  background-color: rgb(236, 236, 236);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 18px;
  box-shadow: transparent 0px 0px 0px 0px;
  color: rgb(41, 81, 147);
  font-family: Cambria;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
}
.title.topictitle1 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 1.3em;
  font-size: 28px;
  font-family: Cambria, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
}

.title.topictitle2 {
  background-color: rgb(236, 236, 236);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 20.6px;
  box-shadow: transparent 0px 1px 2px 0px;
  color: rgb(41, 81, 147);
  font-family: Cambria, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
}

.codeblock {
  background-color: rgb(230, 236, 245);
}
pre.screen {
  background-color: rgb(230, 236, 245);
  border-top-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-top-width: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-right-style: solid;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
}
.tablecap {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: Cambria;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
  text-align: left;
}
caption{
	text-align: inherit;
}

.table {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: Cambria;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
th.entry {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: Cambria;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
td.entry {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: Cambria;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

span.uicontrol {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: Cambria;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
}

.fig.fignone {
  background-color: transparent;
}
.figcap {
  background-color: transparent;
}

.figcapcenter {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: Cambria;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

