/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */
/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  

@import url("https://fonts.googleapis.com/css?family=Courier+Prime");
 */
 
@font-face {
    font-family: 'GE Inspira Sans';
    src:url(fonts/GEInspiraSans-Regular-v02.ttf);
    }
    
@font-face {
    font-family: 'Courier Prime Code';
    src:url(fonts/CourierPrimeCode.ttf);
    }    


/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
 
a,
a:hover,
a:visited {
  color: #005EB8;
}
a:hover {
  text-decoration: none;
}

body {
    font-family: "GE Inspira Sans", sans-serif;
    background-color:transparent;
}
/* US512 userinput, codeph, and codeblock backgrounds */
code {
    font-family: "Courier Prime Code", mono;
    background-color: #EEEEEE;
    font-size:9pt;
}

.apiname {
    font-family: "Courier Prime Code", mono;    
}

.cmdname {
    font-family: "Courier Prime Code", mono;  
    font-weight: bold;
}

.codeph {
    font-family: "Courier Prime Code", mono;    
    color: black;
}

.filepath {
    font-family: "Courier Prime Code", mono;    
}

/* US501 Change userinput style to match PDF*/

.userinput {
    font-family: "Courier Prime Code", mono;
    color: black;
    background-color: #EEEEEE;
    font-weight: bold;
}

.msgph {
  font-family: "GE Inspira Sans", sans-serif;
  font-weight: bold;
}

.wh_publication_title > a{
    color: #005EB8;
    font-family: 'GE Inspira Sans';
    font-size: 1.85em;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

/* US500 wh-r: add booktitlealt to webhelp title block */
.booktitlealt {
    display: block;
    font-size: smaller;
    font-weight: normal;
}
.booktitlealt ~ .booktitlealt  {
    display: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
 
.wh_breadcrumb ol,
.wh_breadcrumb ol a {
  color: #005EB8;
}
.wh_breadcrumb ol .active,
.wh_breadcrumb ol .active a {
  color: #005EB8;
}

/*
 * ------------------------------------------------------------------
 *
 * Publication TOC
 *
 */
 
/*US540 active topic bold */
.wh_publication_toc .active > span {
  color: #005EB8;
  text-decoration: underline;
  font-weight: bold;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
  color: #005EB8;
}

.wh_top_menu {
    font-size: 1.15em;
}

.wh_top_menu > ul > li > span a {
    color: #005EB8;   
    font-family: 'GE Inspira Sans';
}

/* The submenus */
.wh_top_menu ul ul {
  background-color: #E3F0F7;
}
@media only screen and (min-width: 768px) {
  .wh_top_menu > ul > li > .topicref > a {
    background-color: #0b6a9c;
    margin: 0 0px;
    border-radius: 0px 0px 0 0;
  }
  .wh_top_menu > ul > li > ul {
    margin: 0 0px;
  }
}

.wh_header {
  background-color: #ffffff;
  text-align: left;
}

.wh_indexterms_link a:before {
    color: #0b6a9c;
}
    
.wh_footer {
  background-color: #E3F0F7;
  color: #005EB8;
  padding: 1em;
  position:relative;
  bottom: 0;
  width: 100%;
  color: #005EB8;
  background: none #C7DDE8;
  margin-top: 2em;
  flex-direction: column;
}

.after-body {
  background-color: #C7DDE8;
  color: #005EB8;
  text-align: center;
  padding-bottom: 1em;
}
    
.wh_tools {
  background-color: #ffffff;
}

.wh_content_area {
  background-color:transparent;
  font-size: 1.15em;
/*   min-height: 800px; */
}

.glyphicon-envelope:before {
    content: "\2709";
}

.wh_email_link {
    display:inline-block;
    margin-left:0.5em; 
}

.wh_email_link button {
    border: none;
    color: #9d9d9d;
    background-color: transparent;
    text-decoration: none;
}

.note_warning {
    text-transform: uppercase;
}

span.note__title {
    text-transform: uppercase;
}

/* US490 NO SYMBOL note */
div.note_note>span.note__title{
    background-image:none !important;
padding: 4px 4px 4px 0px;
}
/* US490 NO border padding all sides note */
.note {
    padding: 0em 1em 0em 1em;
}

div.caution{
    background-image:none !important;  
}

div.caution.symbol{
    background-image:url("../app/img/caution.svg") !important;   
}

div.warning{
    background-image:none !important;  
}

div.warning.symbol{
    background-image:url("../app/img/warning.svg") !important;   
}

div.danger{
    background-image:none !important;  
}

div.danger.symbol{
    background-image:url("../app/img/danger.svg") !important;   
}

*[class~="topic/note"].note_caution {
  border-color: #ffd100;
  background-color: #fffbeb;
}

*[class~="topic/note"].note_warning {
  border-color: #ff8200;
  background-color: #fff5eb
}

*[class~="topic/note"].note_danger {
  border-color: #c8102e;
  background-color: #feedf0;
}

/*  Custom lists  */

div.topicMeta
{
     display: block;
     /*  padding: 0 0 6px 0;   */
     width: 50%;
     margin-left: 50%;
     /*  margin-top: 30px;    */
     text-align: right;
     hyphens: none;
}

.topicMeta ul {
   list-style:none;
   font-size:8pt;
   margin: 0 0 10px 10px;
   padding: 0
}

.topicMeta ul > li{
    padding-right: 6px;
    line-height: 1.25;
    margin-top: 3pt;
}

.metalabel {
    color: #005EB8;
    font-weight:bold;
}

/*
 * Show the figure numbers, is is requried for GE webhelp
 */ 
 
 @media screen {
 	.fig--title-label-number {
 		display:inline;
 	}

 	.fig--title-label:after {
 		content:"";
 		}

 .figcap {
	font-weight: bold;
	padding-top: 12px;
}	

 .tablecap {
	font-weight: bold;
	padding-left: 0em;
}

 .wintitle {
	font-weight: normal;
	font-style: italic;
}
 }
 
/* ------------------------------------------------------------------ 
 * Search area - US499 Change the search background to something non-cloudy
 */
.wh_search_input {
  padding: 1.25em 0 1.25em 0;
  margin: 0;
  align-items: center;
  color: #0b6a9c;
  text-align: center;
  background-color: #C7DDE8;
  background-image: none;
  background-position: center bottom;
  background-size: cover;
}
/*
 * US466 EDS styling - make search area smaller like on topic pages
 */  
.wh_main_page_search {
  height: inherit;
  min-height: inherit;
  padding: 1.25em 0 1.25em 0;
}
.wh_main_page .wh_search_textfield,
.wh_main_page .wh_search_button {
  height: 2em;
  font-size: 1.2em;
  padding: 0 1em;
}
.wh_tile_title a{
    text-align: center;
    }
    
 .wh_tile_title span{
    line-height: normal;
    }
/*
 * US503 next/previous buttons too small
 */    
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before {
  color: #005EB8;
  text-decoration: none;
  font-size: 14pt;
}

/*
 * Title & subtitles US508 wh-r: Better differentiate headings in nested and chunked topics
 */
.topictitle1 {
  color: #005EB8;
  font-weight: bold;
  line-height: 1.0;
}
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
  color: black;
  font-weight: bold;
}

/* US502 Improve the tile display when just two tiles are present 
 *  Plus enhance tile usability */

.wh_content_flex_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
}

.wh_tiles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.wh_tile {
    border: 1px solid #c7dde8!important;
    border-radius: 16px;
}

.wh_tile_shortdesc {
    text-align: center;
    color: #0D1A2B;
}

.wh_main_page .wh_content_area {
    padding: 1em 0 1em 0;
}

.wh_tile_title a {
    text-align: center;
    display: inline-block;     
    position: relative;    
    z-index: 1;     
    padding: 2em;     
    margin: -2em; 
}

/* US511 WH-R: change search highlight color  */
.highlight {
    background-color: #FFFF88;
    color: inherit !important;
    border-radius: 4px;
    padding: 0 1px;
}

/* US502 WH-R: Improve tile display  */
.wh_tile {
  cursor: pointer;
}

/* GEDev US503: next/previous buttons on bottom 
.wh_tools {
  margin: 2em 0em;
}   */

.wh_header {
    padding: .5em;
}

/* DE217 Webhelp: 23.1 upgrade broke hazard statements */
.hazardstatement--logo-col {
  width: 80px;
}

.hazardstatement--msg-col {
    width: fit-content;
}

.hazardstatement table{
    border: none !important;
}

/* US490 hazardstatement and note style improvements */
.hazardstatement.note.hazardstatement {
    border: none; 
}

.hazardstatement thead th{
  padding-left: 85px;
  background-color: transparent;
  text-align: left;
  border: none; 
}

.hazardstatement th{
  padding-left: 85px;
  background-color: transparent; 
  text-align: left;
  border: none;
} 

.hazardstatement td {
  border: none;    
}

.typeofhazard {
  text-transform: uppercase;
}

table > thead > tr > th.hazardstatement--notice span{
    color: #000;
}

table.ansi > thead > tr > th.hazardstatement--notice span{
    background-color: #004C97;
    color: #fff;
    font-style: italic;
    padding: 6px 18px 8px 16px;
    border: 2px solid black !important;
}

table.ansi > thead > tr > th.hazardstatement--caution > span{
    background-color: #ffd100;
    padding: 6px 18px 8px 16px;
    border: 2px solid !important;
}

table.ansi > thead > tr > th.hazardstatement--warning > span {
    background-color: #ff8200;
    padding: 6px 18px 8px 16px;
    border: 2px solid !important;
}

table > thead > tr > th.hazardstatement--danger span{
    color: #000;
}

table > thead > tr > th > span > .hazardsymbol{
    display: none;
}

table.ansi > thead > tr > th.hazardstatement--danger > span{
    background-color: #c8102e;
    color: #fff;
    padding: 6px 18px 8px 16px;
    border: 2px solid black !important;
}

/* Add hazard icon on notices. */
*[class ~= "hazard-d/hazardstatement"].hazardstatement_notice .hazardstatement--logo-col {
  display: table-column !important;
}

*[class ~= "hazard-d/hazardstatement"].hazardstatement_notice th {
  table-column-span: 2 !important;
}

*[class ~= "hazard-d/hazardstatement"].hazardstatement_notice td:first-of-type {
  display: table-cell !important;
}

/* generic hazardsymbol should NOT be displayed in Notice. */
table.notice > tbody > tr > td > svg {
    display: none !important;
}

/* US543 first attempt to expose id attribute - can't copy and paste attribute values 
article.yes::before {
  content: attr(id);
}
 */

/* US543 Show topic id for chunked content. */
header.topic-id {
  font-size: 9pt;
  position: relative;
  top: 25px;
  margin: 0;
  padding: 0px;
  }
  
.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

img.image:not(img[usemap]) {
    border-radius: 0px;
    }

  /* US551 add draft banner to webhelp responsive home page added opacity   */
.wh_main_page .wh_content_area {
    background-color: rgba(255,255,255,0.3)
}    

.wh_tools {
    background-color: rgba(255,255,255,0.3)
}

.wh_related_links .related-links, .wh_topic_content .related-links, .wh_child_links {
    background-color: rgba(255,255,255,0.3)
}

.wh_main_page_toc {
    background-color: rgba(255,255,255,0.3)
}
   
.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: rgba(255,255,255,0.3)
}

  /* US551 add draft banner to webhelp responsive home page added opacity   */
.draft {
    font-size: 26pt;
    font-weight: bold;
    background-color: #DBE2E9;
}


.frame-none td, .frame-none th {
    border-top: none;
}

.table:not(.frame-none) {
    border: solid 1px;
}

.entry {
    border-right: solid 1px;
}

  /* removes column borders in existing tables - have to look into a different way to hide column border if needed
.colsep-1 {
    border-right: none
}
  */
  
table.frame-none > thead > tr > th {
    border-right: none
}

table.frame-none > tbody > tr > td {
    border-right: none
}

 /*
  
.table thead th {
    border-bottom: 1px solid black !important;
}
 */
 
 /* US559 notes with type "hazard" need the icon middle aligned with text */
 div.note {
  background-position: 1% 19px !important;
}
 
 
 /* US553 Collection type equals choice */
 div.topic-choices-label {
    font-weight: bold;
}

 div.desc {
  display: none;
}

.wh_child_links {
    padding: .5em;
    padding-left: 2em;
}
 
 .wh_child_links li {
    list-style: disc;
 }
 

 *[class~="topic/note"]:not([class~="hazard-d/hazardstatement"]) {
    background-color: white;
    border: none;
}
 