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

code {
    font-family: "Courier Prime Code", mono;
    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;    
}

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

.userinput {
    font-family: "Courier Prime Code", mono;
/*     color: black;
    background-color: white;   */  
}

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

.hazardstatement--iec {
  background-color: #F5F5F5;
  color: #000;
}

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

span.note__title {
    text-transform: uppercase;
}

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

.typeofhazard {
  text-transform: uppercase;
}

.label {
    min-width: 75px;
}

/* NO SYMBOL note */
div.note_note>span.note__title{
    background-image:none !important;
}

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

.wh_main_page_search {
  height: 15em;
  min-height: 15em;
  padding-top: 5.5em;
}

.wh_tile_title a{
    text-align: center;
    }
    
 .wh_tile_title span{
    line-height: normal;
    }