/*
 * ==============================================
 * 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: 25px;
    padding-right: 25px;
}

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

/*
 * ------------------------------------------------------------------
 *
 * Publication TOC
 *
 */

.wh_publication_toc .active > span {
  color: #005EB8;
  text-decoration: underline;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
  color: #005EB8;
}

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

/* US490 hazardstatement and note style improvements */

.hazardstatement--GEHC-Standard {
  /* background-color: #F5F5F5; */
  border: none;
  color: #000;
}

.hazardstatement {
  width: 96%
}

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

.hazardstatement td {
  border-top: none;    
}

th.hazardstatement--GEHC-Standard {
  text-align: left;
  padding-left: 85px;
}

th.hazardstatement--warning {
  text-transform: uppercase;
}

span.note__title {
    text-transform: uppercase;
}

th.hazardstatement--notice {
  text-transform: uppercase;
}

.typeofhazard {
  text-transform: uppercase;
}

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

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

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

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

.label {
    width: 80px;
    vertical-align: top;
}

/* 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>span.note__title{
    background-image:none !important;  
}

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

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

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

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

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

/*  Custom lists  */

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

.topicMeta ul {
   list-style:none;
   font-size:8pt;
   margin: 0 0 0 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;
 	}
 	
 .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: 2em 0 2em 0;
  margin: 0;
  align-items: center;
  color: #0b6a9c;
  text-align: center;
  background-color: #C7DDE8;
  background-image: none;
  background-position: center bottom;
  background-size: cover;
}
.wh_main_page_search {
  height: 10em;
  min-height: 10em;
  padding-top: 2.75em;
}

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