@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */
/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
body {
  font-family: "Telstra Akkurat", Arial,"Open Sans", sans-serif;
}
/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand {
  height: auto;
}
.navbar {
  background-image: none;
  border: none;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

/*Top Nav*/
.wh_header {
  background-image: none;
  background: #ffffff;
  /*background: linear-gradient(90deg, rgba(0,100,210,1) 0%, rgba(92,214,224,1) 35%, rgba(94,80,191,1) 100%); */
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 1em 0;
  border-bottom: 3px solid #bbb;
  border-top: 1px solid #001E82;
}

  .nav-item dropdown a {
	color: #0064d2;
}

a,
a:hover,
a:visited {
  color: #0064D2;
}
a:hover {
  text-decoration: none;
}
/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
.wh_publication_title > a {
  padding: 1em 1em;
  color: #0064D2;
  text-transform: none;
  font-weight: normal;
  line-height: 1em;
  font-size: 1.6em;
}
@media only screen and (min-width: 768px) {
  .wh_topic_page .wh_header {
    padding: 0;
  }
}
/*
 * ------------------------------------------------------------------
 *  
 * Menu - COMMUNICARE
 *  
 */
 .wh_top_menu {
  font-weight: normal;
  font-size: 1.1em;
  margin: .4em 0;
}
.wh_top_menu ul a {
  color: #001e82;
}
/* The submenus */
.wh_top_menu ul ul {
  background-color: #dce5f2;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .wh_top_menu > ul > li > .topicref > a {
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 2px;
    padding-top: 1em;
    padding-bottom: 1em;
    border: none;
  }
  .wh_top_menu > ul > li > ul {
    margin: 0 2px;
  }
  /* Menu bar */
  .wh_top_menu ul li:hover a {
    background-color: #eaf0f8;
    color: #0064d2;
  }
  /* Sub menus */
  .wh_top_menu ul ul li {
    background-color:  #eaf0f8;
    border: solid 1px #bdbcbc;
    border-top: none;
  }
/*
     This will add a blank space between the menu bar and the current submenu.
     Also will ensure that when the mouse transits the blank space, the submenu is not hidden.
  */
  .wh_top_menu:not(.activated-on-click) > ul > li > ul,
  .wh_top_menu.activated-on-click > ul > li.active > ul {
      margin-top: 0;
      border-top: 1.3em solid transparent;
      background-color: transparent;
  }

  /* The ^ arrow on top of the drop-down menu */
  .wh_top_menu:not(.activated-on-click) > ul > li > ul:before,
  .wh_top_menu.activated-on-click > ul > li.active > ul:before{
      content: '';
      position: absolute;
      top: -1.3em; 
      left: 1em; /*1.3em causes end dropdown menus to be misaligned*/
      width: 1.3em;
      height: 1.3em;
      border-bottom: solid 0.8em #0064d2;
      border-left: solid 0.8em transparent;
      border-right: solid 0.8em transparent;
  }

  /* WH-2521 Apply transitions only if the document has been fully loaded. */
  /* Otherwise, there will be color transitions between styles from different CSS files */
  .doc-ready .wh_top_menu:not(.activated-on-click) ul:hover li a,
  .doc-ready .wh_top_menu:not(.activated-on-click) ul li:hover a {
      /* WH-2521 Change the background color immediatelly when the current menu item (li) or other menu item is hovered. */
      transition: none; 
  }

  .doc-ready .wh_top_menu:not(.activated-on-click) ul li a {
      /* WH-2521 Delay the background color change on hover off. */
      transition: 0.2s 1s;
      transition-property: background-color, color;
  }


  /* @RTL: Display the arrow in the right side. */    
  *[dir='rtl'] .wh_top_menu:not(.activated-on-click) > ul > li:hover > ul:before,
  *[dir='rtl'] .wh_top_menu.activated-on-click > ul > li.active > ul:before{
      left: auto;
      right: 1.3em
  }

  .wh_top_menu ul ul a {
      color: #DBE4EB;
      transition: background-color .25s ease-out 0s,
      color .3s ease-out 0s;
  }

  .wh_top_menu ul ul li a:hover {
      color: #ffffff;
      background-color: #0064d2; 
      /* filter: brightness(70%); */
      transition: background-color .25s ease-in 0s,
          color .3s ease-in 0s;
  }

  .wh_top_menu ul ul li.has-children:after {
      color:#939393;
  }
}

@media only screen and (max-width: 767px) {
  .wh_top_menu li.active a {
      color: #ffffff;
  }

  .wh_top_menu li.active {
      background-color: #DCE5F2;
  }

  .wh_top_menu li.active > span a {
      background-color: rgba(0, 0, 0, .07);
  }

  .wh_toggle_button.navbar-toggle {
      border-color: #0D4D78;
  }

  .wh_toggle_button.navbar-toggle:focus {
      background-color: #d1f1e9;
  }

  .wh_toggle_button.navbar-toggle .icon-bar {
      background-color: #DCE5F2;
  }

  .wh_top_menu ul ul li {
      border: none;
  }
}


/* .wh_top_menu {
  font-size: 1em;
}

.wh_top_menu ul {
  background-color: whitesmoke;
}

.wh_top_menu ul a {
  color: #262626;
}

/* The submenus 
.wh_top_menu ul ul {
  background-color: #0CE5F2;
} */


  /* .wh_top_menu ul li:hover ul a {
    color: #001e82;
    transition: background-color 0.25s ease-out 0s, color 0.3s ease-out 0s;
  }
  .wh_top_menu ul ul li a:hover {
    color: #0064d2;
    background-color: rgba(0, 0, 0, 0.08);
    transition: background-color 0.25s ease-in 0s, color 0.3s ease-in 0s;
  }
  .wh_top_menu ul ul li.has-children:after {
    color: #898989;
  }
}
@media only screen and (max-width: 767px) {
  .wh_top_menu li a {
    color: #000000;
  }
  .wh_top_menu li.active a {
    color: #001e82;
  }
  .wh_top_menu li.active {
    background-color: #b2e0fd;
  }
  .wh_top_menu li.active > span a {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .wh_toggle_button.navbar-toggle,
  .wh_toggle_button.navbar-toggle:focus {
    border: none;
    border-color: #b2e0fd;
    background-color: #dce5f2;
  }
  .wh_toggle_button.navbar-toggle .icon-bar {
    background-color: #b2e0fd;
  }
  .wh_top_menu ul ul li {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .wh_topic_page .wh_top_menu_and_indexterms_link {
    display: inline-block !important;
    padding: 0;
  }
} */ 


 

  /* Sub menus */
  
  


/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
@media only screen and (min-width: 768px) {
  .wh_topic_page .wh_indexterms_link {
    float: none;
    display: inline-block;
  }
  .wh_topic_page .wh_indexterms_link a:before {
    position: relative;
    padding: 14px 14px 14px 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
}
.wh_indexterms_link a:before {
  color: #001e82;
  font-size: 1.6em;
  position: relative;
}
.wh_indexterms_link a span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wh_indexterms_link a:before {
    bottom: 0;
  }
}
/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
  border: 1px solid #939393;
  background-color: #ECF7FE;
}
.wh_tile_shortdesc {
  color: #0064d2;
  font-weight: 400;
  font-size: 1em;
  margin-top: 0.5em;
  text-align: left;
}
.wh_tile_title a {
  text-decoration: none;
  text-transform: none;
  text-align: left;
  color: #001E82 !important;
  font-size: 1.2em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wh_tile > div {
    height: auto;
  }
}
/*
 * ------------------------------------------------------------------
 *
 * Tree TOC for the main page.
 *
 */
.wh_main_page_toc {
  padding-left: 2em;
  border: none;
  border-left: 1px solid #939393;
  background-color: #ffffff;
}
.wh_main_page_toc a {
  color: #001e82;
  font-size: 1.3em;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:before {
  content: "b";
  /* expand symbol */
  left: -0.35em !important;
  background-color: #ffffff;
  font-size: 2em;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header.expanded:before {
  content: "c";
  /* collapse symbol */
}
.wh_main_page_toc > .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry {
  padding: 0.5em;
  margin: 0.5em;
  border: 1px solid #939393 !important;
  font-weight: bold;
}
.wh_main_page_toc_accordion_header.expanded {
  border-bottom: none !important;
  margin-bottom: 0;
}
.wh_main_page_toc_accordion_header.expanded + .wh_main_page_toc_accordion_entries {
  margin: 0 .5em .5em .5em;
  border: 1px solid #939393;
  border-top: none;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
  background-color: rgba(147, 147, 147, 0.06);
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries {
  background-color: #ffffff;
  text-align: left;
}
.wh_main_page_toc .wh_toc_shortdesc {
  color: #494949;
  background-color: transparent;
  font-weight: normal;
  font-size: 1em;
}
.wh_main_page_toc_accordion_header:before {
  color: #0064d2;
}
.wh_main_page_toc .expanded {
  border: none;
}
/* ---------------------------------   */
.wh_main_page .wh_content_area {
  background-color: #ffffff;
  padding: 4em 0 2em 0;
  color: #0064d2;
  text-align: center;
  align-items: center;
}
/*
 * ------------------------------------------------------------------
 *  
 * Search area - original
 * 
  */
.wh_search_input {
  padding: 4em 0 4em 0;
  margin: 0;
  align-items: center;
  color: #494949;
  background-color: #ffffff;
  text-align: center;
}
.wh_search_textfield {
  border: solid 1px #939393;
  color: #494949;
  background-color: #ffffff;
  padding: 0 .4em;
  height: 2em;
  font-size: 1em;
}
.wh_search_textfield {
  border-radius: 4px;
}
.wh_search_button {
  border-radius: 0 4px 4px 0 !important;
  background-color: #0064d2;
  color: #ffffff;
  padding: 0.3em 1.1em;
  height:100%; /* this is weird - fine locally, but in Azure testccareknowledgecentre.z8.web.core.windows.net/21.3 button is too big - Keep an eye on it*/
  border: none;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search area copied from oXygen
 * 

.wh_search_input{
    display:block;
    margin:0;
    position:relative;
    background: url('resources/images/bgr_right_small.png') right no-repeat #2771bb;
    padding: 40px 0;
}

.wh_welcome:not(:empty){
    font-size: 2.9em;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    padding: 0 0 0.5em 0;
    text-shadow: none;
    font-weight: 300;
    line-height: 1.2em;
}

.wh_main_page .wh_search_input{
    padding: 115px 0;
    background: url('resources/images/bgr_right.png') right no-repeat #2771bb;

}
.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.6em 1em;
    color:#fff;
    background-color: #C93416;
    height: 2.8em;
	
	 */

/* Search relative path */
.searchresult li .relativePath a {
  color: #006621;
}
/* 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: #0064d2;
  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: #ffffff;
}
/* Do not allow the text to go beneath the search button  */
@media only screen and (min-width: 768px) {
  .wh_search_textfield {
    padding-right: 3em;
  }
}
/* Search field placeholder */
::-webkit-input-placeholder {
  color: #494949;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #494949;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949;
}
:-ms-input-placeholder {
  color: #494949;
}
/* heading weights */
.topictitle1 {
  font-size: 1.4em;
  font-weight: 600;
}

.topictitle2 {
  font-size: 1.3em;
  font-weight: 500;
}
.topictitle3 {
  font-size: 1.17em;
  font-weight: 400;
}
.sectiontitle {
  font-size: 1.17em;
  font-weight: 400;
}
/* table overrides */
.table {
  font-family: helvetica;
  font-size: 0.85em;
  line-height: 1.4;
}
.table thead th {
  vertical-align: center;
  background-color: #f2f2f2;
}
/*
 * ------------------------------------------------------------------
 *
 * Footer
 *
ORIGINAL
.wh_footer {
  background-image: url("resources/images/bgr_blue.png");
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 4em 0em;
  color: #ffffff;
  text-align: center;
  align-items: center;
} */

.wh_footer {
  bottom: 0px;
  height: 71px;
  border-top: 1px solid #dce5f2;
  background-image: url("resources/primaryandcommunity_logo_blue_positive.png");
  /*background: #f0f9feff;*/
  /*background: linear-gradient(90deg, rgba(94,80,191,1) 0%, rgba(92,214,224,1) 35%, rgba(0,100,210,1) 100%); 
  background-repeat: repeat;*/
  background-attachment: fixed;
  padding: 1em 0em;
  color: #001E82;
  text-align: center;
  align-items: center;
}
.wh_footer a {
  color: #001E82;
}

/*
 * ------------------------------------------------------------------
 *
 * Topic content
 *
 */
.wh_content_area {
  background-color: #ffffff;
  padding: 0;
  font-size: 1em;
  margin-bottom: 2em;
  line-height: 1.7em;
}
.wh_topic_content {
  color: #494949;
}
/*
 * Title & subtitles
 */
.topictitle1 {
  font-weight: normal;
}

/*character styles - userinput */
kbd.userinput {
    color: #000000;
    background-color: #e9ecef;
}



/*
 * ------------------------------------------------------------------
 *
 * Breadcrumb
 *
 */
.wh_breadcrumb ol {
  padding: .5em;
}
.wh_breadcrumb ol,
.wh_breadcrumb ol a {
  color: #939393;
}
.wh_breadcrumb ol .active a {
  color: #0064d2;
}
.home a span {
  display: none;
}
.home a:before {
  font-family: "oXygen WebHelp", serif;
  content: "o";
}
/*
 * ------------------------------------------------------------------
 *
 * Tools and navigation
 *
 */
.wh_tools {
  border-bottom: solid 1px #dce5f2;
  background-color: #ffffff;
  margin: 2em 1em;
  font-size: 1em;
}
.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.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: #0064d2;
  text-decoration: none;
}
.wh_right_tools {
  padding: 8px 15px;
}
/*
 * Other content
 */
.wh_topic_content .shortdesc {
  font-style: italic;
}
/* x more */
.dots-after span,
.dots-before span {
  border: 1px solid #babdc1;
}
/*
 * ------------------------------------------------------------------
 *
 * Publication TOC
 *
 */
.wh_publication_toc {
  border: 1px solid #dce5f2;
  border-radius: 4px;
  background-color: #dce5f2;
  padding: 1em;
  line-height: 2em;
}
.wh_publication_toc > ul {
  padding-left: 0;
}
.wh_publication_toc .active > .topicref a {
  color: #0064d2;
  font-weight: bold;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
  color: #7b7a7a;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .wh_publication_toc {
    padding: 1em;
    margin-left: 0;
    margin-top: 1em;
  }
}
/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
  background-color: #0064d2;
  color: #ffffff;
}
.wh_breadcrumb .topicref .wh-tooltip a,
.wh_publication_toc .topicref .wh-tooltip a {
  color: #ffffff;
  text-decoration: underline;
}
/* Tooltip arrow. */
[data-tooltip-position="left"] .topicref .wh-tooltip::before {
  border-left-color: #0064d2;
}
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color: #0064d2;
}
[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
  border-bottom-color: #0064d2;
}
[data-tooltip-position="top"] .topicref .wh-tooltip::before {
  border-top-color: #0064d2;
}
/* Related links */
.wh_related_links .related-links,
.wh_topic_content .related-links,
.wh_child_links {
  margin: 1em 0 0 0;
  background-color: #ffffff;
  border: #dce5f2 solid 1px;
  border-radius: 4px;
  padding: 0 1em;
}
.wh_child_links {
  padding: 1em;
}
.wh_topic_content .related-links {
  font-size: .91em;
}
/*
 * ------------------------------------------------------------------
 *
 * Search results.
 *
 */
.searchresult {
  list-style: none;
}
.searchresult li {
  padding: .5em;
}
.searchresult li a {
  color: #0064d2;
}
.wh_search_expression {
  color: #0064d2;
}
.searchresult .shortdesclink {
  margin: .3em .5em 0 0;
}
.wh_search_expression {
  font-weight: bold;
}
/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
  color: #494949;
  background: #dce5f2;
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
  border-color: #dce5f2;
}
.search-breadcrumb li .title:before {
  border-left-color: transparent;
}
.search-breadcrumb li .title:after {
  border-color: transparent;
  border-left-color: #dce5f2;
}
/* Highlights */
.highlight {
  background-color: #dce5f2;
  color: #0064d2 !important;
  border-radius: 4px;
  padding: 0 1px;
}
.wh-h {
  padding: 0 1px;
}
/* Index terms */
.wh_term_group {
  border-bottom: 1px solid #dce5f2;
  background-color: #ffffff;
  margin: 1em 0;
  padding: 1em;
}
.wh_term > span {
  color: #494949;
  font-style: italic;
}
.wh_index_terms span.wh_first_letter {
  color: #0064d2;
  border: none;
  font-size: 1.5em;
  margin: 0;
}
.wh_index_terms #indexList {
  padding: 0;
}
/* Last modified date styling */
.last-modified {
    font-size:0.75em;
    font-weight:bold;
    text-align:center;
}
.last-modified::before {
  content: "Last modified: ";
  font-weight: normal;
}


