/*

Oxygen WebHelp Plugin
Copyright (c) 1998-2016 Syncro Soft SRL, Romania.  All rights reserved.

*/
@import url("https://use.typekit.net/sju5kzy.css");

/*@import "webhelp_topic_elements_styles.css";*/
@import "print.css";
/* CSS Adjustments for US61, US292, US273 MJT:FMC 7/24/2016 */

@font-face {
    font-family: "GE Iconography Webfont";
    src: url("ge-iconography-webfont.woff") format('woff');
}

/*US364 webhelp table shading match PDF*/
tr:hover {
	background-color: #c6deed;
	}

th {
  background-color: #D3D3D3;
	}
	
tr.shade {
  background-color: #D3D3D3;
	}

a.openFrame,
a.printTopic,
a.mail{
    text-decoration: none;
}

a.openFrame:before{
    font-family: "GE Iconography Webfont";
    content: "\f1b4";
    color: #1F2E3C;
}

.openFrame#oldFrames
{
    background-image: none;
}

a.printTopic:before{
    font-family: "GE Iconography Webfont";
    content: "\f34e";
    color: #1F2E3C;
}

a.mail:before{
    font-family: "GE Iconography Webfont";
    content: "\f2c8";
    color: #1F2E3C;
}

*{
 padding-left: 0;
 margin-left: 0;
}

*[data-product]::before{
    
    content: "[product: "attr(data-product)"]";
    border: 1px red solid;
    background-color:pink;
    font-weight:bold;
}


*[data-rev]::before{
    
    content: "[rev: "attr(data-rev)"]";
    border: 1px red solid;
     background-color:pink;
    font-weight:bold;
    display: block;
}

*[data-audience]::before{
    
    content: "[audience: "attr(data-audience)"]";
    border: 1px red solid;
     background-color:pink;
    font-weight:bold;
     display: block;
}

*[data-otherprops]::before{
    
    content: "[otherprops: "attr(data-otherprops)"]";
    border: 1px red solid;
     background-color:pink;
    font-weight:bold;
     display: block;
}

*[data-props]::before{
    
    content: "[props: "attr(data-props)"]";
    border: 1px red solid;
     background-color:pink;
    font-weight:bold;
     display: block;
}

*[data-platform]::before{
    
    content: "[platform: "attr(data-platform)"]";
    border: 1px red solid;
     background-color:pink;
    font-weight:bold;
     display: block;
}

.ge-button,
.ge button, .support {
  display: inline-block;
  margin: 0.5rem;
  padding:0;
  border-radius: 2.5rem;
  border-style: solid;
  border-width: 0.10rem;
  background-color: #63666a;
  border-color: #63666a;
  color: #fff;
  box-sizing: border-box;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  min-width: 1.0rem;
  /* 3.5 - padding */
  font-size: 0.75rem;
  line-height: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
}
a.ge-button, .support {
  text-decoration: none;
}
[type="button"].ge-button,
[type="reset"].ge-button,
[type="submit"].ge-button {
  -webkit-appearance: button;
}
/* PSUEDO CLASSES */
.ge-button:hover,
.ge button:hover,
.support:hover,
.ge-button:active,
.ge button:active,
.support:active,
.ge-button:focus,
.ge button:focus,
.support:focus{
  background-color: #2f3133;
  color: #fff;
  border-color: #2f3133;
  cursor: pointer;
  outline-style: none;
}
.ge-button:disabled,
.ge button:disabled,
.support:disabled,
.ge-button.-color--blue:disabled,
.ge button.-color--blue:disabled,
.support.-color--blue:disabled{
  opacity: 0.33;
  pointer-events: none;
  color: #63666a;
  background-color: #d7d8db;
  border-color: #d7d8db;
}

body{
    background-color:#fff;
    margin:0px 10px 0px 10px;
    padding:0;
    font-family:"ge-inspira-sans", arial, helvetica, sans-serif;
    line-height:18px;
    font-size:11pt;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    hyphens:none;

}
/*
body:lang(de){
    font-family:fantasy;
}

html:lang(de){
   font-family:fantasy; 
}

html:lang(zh-cn){
    font-family:fantasy;
}*/

table.table
{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    hyphens:auto;
    font-size: inherit;
    
}

caption
{
   margin-left: 0;
   text-align: left;
}

.tablecap 
{
    font-weight: bold;
}

.nohyphenate
{
      -webkit-hyphens:none;
    -moz-hyphens:none;
    hyphens:none;
}
span.frames{
    cursor:pointer;
    padding:0 5px 0 0;
}

a span.navheader_separator,
a span.navheader_linktext{
    display:none;
}

header.contentHead
{
    border:0.1pt solid white;
    
}
a:visited{
    color:#9999CC;
}
a:hover{
    color:#CC0033;
}

a:link{
   /* color:#3366CC*/
   color: #0000EE;
}

a span.frames{
    /*
 * Patch 18.08.2010 EXM-18336
 * color:navy;
 */
    color:#0000FF;
    text-decoration:underline;
}
/*
 * Patch 18.08.2010 EXM-18336
 * a:hover{ 
 *    color:red; 
 *    text-decoration:underline;
 * }
 * 
 */

table.nav{
    width:100%;
    vertical-align:middle;
}

table.nav td + td{
    text-align:right;
    padding:0 0.4em 0 0;
}

/* Patch EXM-23770
 */
.related-links{
    margin-top:30px;
}

/* Patch EXM-18336
 * h1.topictitle1 {
 *   color:black;
 *   background-color:#eee;  
 *   padding:0.3em 0 0 0.2em;
 *   margin:0 0.3em 0 0;
}
 */
h1.topictitle1{
  /*  margin-top:36pt;*/
    margin-bottom:12pt;
    color:#1F4998;
    font-size:1.47em;
    border-bottom:1pt solid #1F4998;
    padding-bottom:6pt;
    padding-top:6pt;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    hyphens:none;
}

table.callout
{
    margin-top: 12px;
    border-collapse: collapse;
    border: 1px solid black;
}

table.callout td {
    border: 1px solid black;
    padding: 5px;
}

table.callout ol {
    margin: 0;
    padding: 0 0 0 30px;
}

.haztable
{
  margin-bottom: 10px;  
  margin-top: 10px;
}
.hazul
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.hazul li
{
  margin:0;
  padding: 0;  
}


.hazLabel
{
    min-width: 20px;
    width: auto;
    min-height: 24px;
    vertical-align: top;
    
}

.hazLabel .note
{
    margin: 0;
    padding: 0;
}

.iecLabel
{
    min-width: 0.5in;
    width: auto;
    min-height: 24px;
    vertical-align: top;
    padding-right: 6px;
    
}

.iecLabel .note, .iecLabel .hazardstatement, .iecLabel .note ul, .iecLabel .note ul li
{
  margin-top: 0;  
  padding-top:0;
}

.hazNote
{
    vertical-align: top;
    padding-left: 10px;
    
}
.hazNote .hazardstatement
{
  margin: 0;
 padding: 0;  
}
.iecNote
{
    vertical-align: top;
    padding: 0px 4px 4px 4px;
    width: 40em;
  /*  border: 1px solid #D9D9D9;*/
    
}

.typeofhazard
{
  text-transform: uppercase;  
}

.iecNote .typeofhazard
{
  padding-left: 24px; 
}

.iecNote .howtoavoid
{
  padding-left: 24px; 
}

.iecNote .consequence
{
  padding-left: 24px; 
}


.hazard
{
 text-align: center;   
}

.noticelabel
{
    height: auto;
    width: auto;
    min-height: 33px;
    min-width: 1.25in;
    display: inline-block;
    background-color: #004C97;
    color: white;
     padding: 4px 0 4px 4px;
    border: 2px solid black;
    text-align: center;
    vertical-align: top;
}

.iecNote .noticelabel
{
    min-height: auto;
    border: none;
    padding: 0;
    color: inherit;
    background-color: inherit;
    text-align: left;
}

.iecNote .dangerlabel
{
    border: none;
    padding: 0;
    color: inherit;
  /*  background-color: inherit;*/
    background-color: transparent;
    
}
.dangerlabel
{
    height: auto;
    width: auto;
    min-width: 1.25in;
    display: inline-block;
    background-color: #DA291C;
    border: 2px solid black;
    color: white;
    padding: 4px 0 4px 4px;
    vertical-align: top;
}


.iecNote .warninglabel
{
    border: none;
    padding: 0;
    color: inherit;
    background-color: inherit;
    
}
.warninglabel
{
    height: auto;
    width: auto;
    min-width: 1.25in;
    display: inline-block;
    background-color: #E57200;
    border: 2px solid black;
      padding: 4px 0 4px 4px;
    vertical-align: top;
}


.iecNote .cautionlabel
{
    border: none;
    padding: 0;
    color: inherit;
    background-color: inherit;
}
.cautionlabel
{
    height: auto;
    width: auto;
    min-width: 1.25in;
    display: inline-block;
    background-color: #FFD100;
    border: 2px solid black;
      padding: 4px 0 4px 4px;
    vertical-align: top;
}

.hazNote .messagepanel
{
   padding-left: 0;
   margin-bottom: 0;  
}

.iecNote .messagepanel
{
    margin-top: -6px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}
 /* All note formats have the same default presentation */
        .note { margin-top: 1em; margin-bottom : 1em;}
        .notetitle { font-weight: bold; color:black; text-align:center; text-transform: uppercase}
        .notelisttitle { font-weight: bold; text-transform: uppercase;  }
        .tip { margin-top: 1em; margin-bottom : 1em;}
        .tiptitle { font-weight: bold;  text-transform: uppercase; }
        .fastpath { margin-top: 1em; margin-bottom : 1em;}
        .fastpathtitle { font-weight: bold; text-transform: uppercase;  }
        .important { margin-top: 1em; margin-bottom : 1em;}
        .importanttitle { font-weight: bold; text-transform: uppercase;  }
        .remember { margin-top: 1em; margin-bottom : 1em;}
        .remembertitle { font-weight: bold; text-transform: uppercase;  }
        .restriction { margin-top: 1em; margin-bottom : 1em;}
        .restrictiontitle { font-weight: bold; text-transform: uppercase;  }
        .attention { margin-top: 1em; margin-bottom : 1em;}
        .attentiontitle { font-weight: bold; text-transform: uppercase;  }
        .note.hazardstatement .dangertitle { font-weight: bold; text-align:center; text-transform: uppercase; color: white; vertical-align: top; margin-top:6px; display: inline-block;}
        .note .dangertitle { font-weight: bold; color: black; text-transform: uppercase; margin-top: 7px; display: inline-block;}
        .iecNote .dangertitle { font-weight: bold; text-align:center; text-transform: uppercase; color: inherit; vertical-align: top; margin-top: 0;}
        .danger { margin-top: 0; margin-bottom : 0; padding: 0;}
        .iecNote .danger { margin-top: 0; margin-bottom : 8px;}
        .caution { margin-top: 1em; margin-bottom : 1em; font-weight: normal;}
         .iecNote .caution { margin-top: 0; margin-bottom : 8px; }
         .cautionlabel .cautiontitle { font-weight: bold; text-align:center; text-transform: uppercase; vertical-align: top;  margin-top:6px; display: inline-block;}
         .cautiontitle { font-weight: bold; text-align:center; text-transform: uppercase; margin-top:6px; display: inline-block;}
          .note .cautiontitle { font-weight: bold; text-transform: uppercase; margin-top: 7px; display: inline-block;}
        /*.warning { margin-top: 1em; margin-bottom : 1em;}*/
         .iecNote .warning { margin-top: 0; margin-bottom : 8px;}
         .warninglabel .warningtitle { font-weight: bold; text-transform: uppercase; vertical-align: top; margin-top: 7px; display: inline-block;}
        .warningtitle { font-weight: bold; text-align:center; text-transform: uppercase; margin-top:6px; display: inline-block;}
        .note .warningtitle { font-weight: bold; text-transform: uppercase; margin-top: 7px; display: inline-block;}
        .notice { margin-top: 1em; margin-bottom : 1em;}
        .iecNote .notice { margin-top: 0; margin-bottom : 8px;}
        .iecNote .noticetitle { font-weight: bold; text-align:center; text-transform: uppercase; vertical-align: top; color: inherit; font-style: normal;}
        .noticetitle { font-weight: bold;  font-style: italic; text-align:center; text-transform: uppercase; vertical-align: top; color: white;  margin-top:6px; display: inline-block;}
        .note .noticetitle { font-weight: bold; color: black; text-transform: uppercase; margin-top:0px; font-style:normal; display: inline-block;}
         .note .noticetitle.iecTitle { font-weight: bold; color: black; text-transform: uppercase; margin-top: 0; font-style: normal; display: inline-block;}


.contentHead h1
{
margin-top: 0;
}

div.rate_page{
    float:left;
    width:400px;
    margin:40px 0 0 0;
}
div.rate_response{
    color:#555;
    font-size:0.9em;
}
.stars{
    position:absolute;
    width:105px;
    height:16px;
    left:140px;
    margin:-15px 0 0px 0;
    background-image:url("../img/dot.png");
    background-position:0px 1px;
    background-repeat:no-repeat;
    overflow:hidden;
    padding:0;
}

ul.stars li{
    margin:0;
    height:20px;
    width:21px;
    position:absolute;
    float:left;
    list-style-type:none;
}
ul.stars li a{
    text-decoration:none;
    position:absolute;
    overflow:hidden;
    padding:0;
    margin:0;
}
ul.stars li a:hover,
ul.stars li a.show_star{
    text-decoration:none;
    background-image:url("../img/star.png");
    background-position:0 0px;
    height:25px;
    background-repeat:no-repeat;
}
input{
    margin:14px 0 0 0;
}
textarea.text-input{
    margin:4px 0 0 0;
    width:225px;
    height:100px;
    border:1px solid #ccc;
}

.figcap
{
    font-style: normal;
}

a#star1{
    width:18px;
    z-index:6;
}
a#star2{
    width:40px;
    z-index:5;
}
a#star3{
    width:60px;
    z-index:4;
}
a#star4{
    width:80px;
    z-index:3;
}
a#star5{
    width:100px;
    z-index:2;
}

div#rate_comment{
    clear:both;
    margin:14px 0 0 0;
}
div.rate_response{
    margin:-14px 0 0 0;
}
.small{
    font-size:0.9em;
}
.hide{
    display:none;
}
.show{
    display:block;
}

/*----------------------*/


/*----------------
    The footer. 
-----------------*/

/*----------------
    The navfooter changes below reflect the footer information from the GE reverb sample. I added the html to c_remote_PhoneInfo.html as a sample to test. Added alignment, size and color for the font. Left in the border
    although the GE version did not contain it.
-----------------*/

div.footer{
    margin:2em 0.6em 1.5em 0;
    float:right;
    line-height:24px;
    text-align:left;
    font-size:10px;
    color:#3B73B9;
}
div.footer a{
    text-decoration:none;
    color:#444
}

/*----------------
    The navfooter changes below reflect the footer information from the GE reverb sample. I added the html to c_remote_PhoneInfo.html as a sample to test. Added alignment, size and color for the font. Left in the border
    although the GE version did not contain it.
-----------------*/

.navfooter{
    border-top:1px solid #eee;
    margin:3em 0 0 0;
    padding:0.4em 0 0 0;

}

.ftrcustom{
    margin-top:12pt
}

.ftrcustom p{
    font-size:7pt;
    color:#72add4;
}

/*----------------
    Added margin-top below to match the line separation of the lists in the navigation bar. 
-----------------*/
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;
}

div.page-wide
{

  border: 1px solid maroon;
   margin-left: 0;
   padding-left: 0;
}

div.page-wide-list-1
{

   margin-left: -12px;
   padding-left: 0;
}

div.page-wide-list-2
{

   margin-left: -32px;
   padding-left: 0;
}

div.page-wide-list-3
{

   margin-left: -36px;
   padding-left: 0;
}


.page-wide > figure
{
   margin-left: 0;
   padding-left: 0;
}

ul
{
 padding-left: 16px;   
}

ol.callout
{
   width:45%;
   margin-top:20px;
   text-align:left;
   padding-left:0;
}
ul.checkbox
{
    list-style:none;
    padding-left: 0;
}
/*ul.checkbox li:before
{
    /\*list-style-image: url('sqpurple.gif');*\/
     content: "\2752\00a0 ";
     font-size: 14pt;
     
}

ul.checkbox2 li:before
{
    /\*list-style-image: url('sqpurple.gif');*\/
     content: "\2611\00a0 ";
     font-size: 14pt;
     
}*/

ul.checkbox li > input
{
padding-right: 0;
margin-right: 6px;
padding-top: 0;
padding-bottom: 0;
margin-top:0;

}
ul li{
    line-height:normal;
/*    margin-top:5pt;
    padding-left: 16px;*/
}

.messagepanel .typeofhazard {
    line-height:18px;
    margin-top:5pt;
    padding-left: 16px;
}


ol 
{
    
padding: 0 0 0 15px;
margin-bottom: 10px;

}

ol > li > ol 
{
    
padding: 0 0 0 15px;
margin-bottom: 4px;

}

.entry > .ol, .entry > .ul
{
    padding: 0 0 0 2em;
}

.li > .ol
{
 padding-left: 1em;   
}

.ol > .li > .ul
{
 padding-left: 1em;
 list-style-type: disc;
 
}

/* 
	GEHC-Leroy
	Conversion content includes p within li and note
	2018-05-04: removed margin from first p in li and p after notetitle
 */

.li > .p:first-child 
{
    margin-bottom: 0em;
    margin-top: 0em;
}

span.notetitle + p.p 
{
    margin-top: 0em;
}

/* 
	GEHC-86
	Rally ID US331
	2017-11-01: changed padding-top and padding-bottom from 6px each to 4px each
	2017-11-03: added .sl .sli
 */
.ol .li, .ul .li, .simple .sli, .sl .sli
{
	padding-top: 4px;
	padding-left: 10px; /* to match PDF ol/li indent */
	padding-bottom: 4px;
}


.li img.break, img.break
{
    padding-bottom: 10px;
    padding-top: 10px;
}

.dl
{
   padding: 0 0 0 5px; 
}

.dt
{
   padding-top: 5px; 

}


/* 
	GEHC-86
	Rally ID US331
	2017-11-03: changed padding-top and padding-bottom from 5px each to 4px each
 */
.dd
{
   padding-left: 1em; 
	padding-top: 4px;
	padding-bottom: 4px;
}


li.step, li.substep
{
 line-height: 18px;
 padding-bottom: 8px; 
 padding-left: 16px;
}

ol.substeps
{
 padding-top: 8px;   
}
cmd,
stepresult{
    line-height:18px;
    margin-top:5pt;
    color:red;
}

step{
    line-height:18px;
    margin-top:5pt;
}

div.footer span.oXygenLogo img{
    vertical-align:bottom;
    border:0;
}
div.footer span.xmlauthor{
    margin-bottom:14px;
}


#myPassword,
#myUserName{
    width:100%;
}

/*----------------*/
/*The copyright.*/
/*div {
    font-size:10pt;

}*/

td.entry {
    padding: 5px;
}

.entry, .stentry
{
    padding: 5px;
}

.simpletable
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.choption {
    text-align:inherit;
}

div.copyright{
    font-size:8pt;
    padding-top:1em;
}
#nav_tree div.copyright{
    padding-top:0.2em;
    padding-left:1em;
}

div.mainhead
{
    color:#333;
    background-color:#ececec;
    text-shadow:0 1px 0 #fff;
    padding:0;
    box-shadow:0px 1px 2px #999;
    margin-left: -10px;
}


/* adjust for nested topics */
.nested1 h1.title,
.nested1 h2.title
{
   color:#333;
   padding:0;
   background-color:initial;
   text-shadow:inherit;
   box-shadow:none;
   border-radius:0;
   margin-left: 0;
   
}
/* Makes the titles stand-out */
.contentHead h1.title
{
   color:#333;
   padding:0.4em;
   border: none;
   background-color: transparent;
   text-shadow:0 1px 0 #fff;
   padding:0.4em;
   margin-left: -0.4em;
}
/* Makes the titles stand-out */
h1.title,
h2.title
{
   color:#333;
   padding:0.4em 0 0 0;
/*   background-color:#ececec;
   text-shadow:0 1px 0 #fff;
   padding:0.4em;
   box-shadow:0px 1px 2px #999;
   border-radius:5px;
   margin-left: -0.4em;*/
}

.uicontrol
{
    font-weight: bold;
    font-style: italic;
}

.msgph
{
    font-family: "ge-inspira-sans",arial,helvetica,sans-serif;
    font-weight: bold;
}


/* US408 GEDev: Use same rgb as PDF transform */
.codeph
{
	font-size: 10pt;
    /*background-color: rgb(217,217,217); */
} 

.codeblock
{
	font-size: 10pt;
} 

/* The navigation tree classes */
#nav_tree > ul{
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    margin-top:0em;
    margin-left:0.5em;
    margin-right:0.5em;
    min-width:300px;
    padding:1em;
    font-size:10pt;
}

#content{
    margin-left:1em;
    border-left:2px solid gray;
    padding-left:1em;
}

#nav_tree ul ul{
    margin:0;
    padding:0;
}

#nav_tree form{
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding-right:0.5em;
    text-align:right;
}
#nav_tree form input{
    font-size:8pt;
}

#nav_tree li{
    margin-top:0.2em;
    margin-left:1em;
    list-style-type:none;
}

/* The links */
#nav_tree a.nav_tree{
    color:black;
    background-color:inherit;
}

/* The selected page. */
#nav_tree li.nav_tree_last_open_book > a{
    background-color:#333399;
    color:white;
    text-decoration:none;
}

#nav_tree li:before{
    display:inline;
    vertical-align:text-bottom;
    padding-top:0.2em;
    padding-right:0.2em;
}


/* Title displayed over the tree area.*/
#nav_tree p.nav_title{
    font-size:14pt;
    font-weight:bold;
    margin-bottom:0.5px;
    margin-top:0.5em;
    margin-left:0.5em;
    margin-right:0.5em;
}
#nav_tree p.nav_title a{
    text-decoration:none;
    color:black;
    background-color:inherit;
}

/* The path in the document displayed over the content.*/
div.nav_path{
    text-align:right;
}

.redX{
    color:red;
    background-color:inherit;
    font-size:1.2em;
}

.oXygenLogo{
    color:#1166DD;
    background-color:inherit;
    font-weight:bold;
    font-size:1.2em;
}

/*This property controls the color of the highlighting of search terms
in the right pane. - Pat*/
.highlight{
    background-color:#FFFF88;
}

#permalink,
#printlink{
    float:right;
    font-size:xx-small;
    padding:0px 3px 0px 3px;
}



/*
 * Make the programlisting/codeblock stand-up.
 */
pre{
    padding:1em;
    background-color:#EEE;
    overflow:auto;
    max-height:600px;
    margin:0.5em;
}

a.prevClass{
    border:1pt solid #90BDEA;
    background-color:#F8FAFC; /*Set this background-color property so the Prev arrow box would not be transparent - Jack*/
    position:absolute;
    top:20px; /*- Pat*/
    left:200pt; /*Adjusted to make room for expanded text in alt languages - Pat*/
    text-decoration:none;
    padding-left:3pt;
    padding-right:3pt;
    color:#90BDEA;
    font-weight:bold;
}

a.nextClass{
    border:1pt solid #90BDEA;
    background-color:#F8FAFC; /*Set this background-color property so the Next arrow box would not be transparent - Jack*/
    position:absolute;
    top:20px; /*The prevclass and nextclass were adjusted to 20px from the top, from 10pt originally. - Pat*/
    left:215pt; /*Adjusted to make room for expanded text in alt languages and the collapse alt to the right - Pat*/
    text-decoration:none;
    padding-left:3pt;
    padding-right:3pt;
    color:#90BDEA;
    font-weight:bold;

}

span.filepath, .filepath { font-family:courier, monospace }

.draftClass{
    font-weight:bold;
    font-size:10pt;
    color:#1F4998;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    hyphens:auto;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    * cursor: hand
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td,
table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    * zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    * cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    * margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}


/* 
	GEHC-117
	Rally ID DE142
	2017-10-22: added styles to referenced choice table classes
 */
table.choicetable {
	border: 1px black solid;
	margin-top: 10px;
}

tr.chhead {}


/* 
	GEHC-117
	Rally ID DE142
	2017-11-14: added right side border to the choptionhd
 */
th.choptionhd {padding: 5px; border-right: 1px black solid;}


th.chdeschd {padding: 5px;}

tr.chrow {}


/* 
	GEHC-117
	Rally ID DE142
	2017-11-14: added right side border to the choption
 */
th.choption {padding: 5px; border-right: 1px black solid;}


td.chdesc {padding: 5px;}

.relinfo,
.relref,
.linklist {
    margin-top: 0;
    margin-bottom: 0;
}

.prev-next-links img{
    vertical-align: bottom;
    width: 18px;
    margin-right: 6px;
}
