/*

Oxygen Webhelp plugin
Copyright (c) 1998-2014 Syncro Soft SRL, Romania.  All rights reserved.
Licensed under the terms stated in the license file EULA_Webhelp.txt 
available in the base directory of this Oxygen Webhelp plugin.

*/

@import "print.css";

body{
  background-color:transparent;
  font-family:arial, helvetica, sans-serif;
  line-height:22px;
  font-size:12px;
}

img{
  vertical-align:middle;
}

a.link{
  text-decoration:none;
}

/*
a.xref:link, a.xref:visited{
  text-decoration:none;
  color:black;
  cursor:auto;   
}*/

.nextdiv{
  /*min-width:326px;*/
  text-align:center;
}

.nextdiv a.link{
  text-decoration:none;
  color:#000000;
  font-weight:bold;
}

.nextpage{
	font-size:24px;
	color:green;
}

.qstopicend h4 { 
	display: flex; 
	flex-direction: row; 
} 
		
.qstopicend h4:before, 
.qstopicend h4:after { 
	content: ""; 
	flex: 1 1; 
	border-bottom: 6px solid #4265ad; 
	margin: auto; 
	padding: 2px;
} 

.nextpagediv a {
	color:#56cb57;
	padding-left:0px;
	text-decoration:none;
}

.nextpagediv a:visited {
	color:#56cb57;
	padding-left:0px;
}

.nextbefore{
	width:30%;
	background-color:#060;
}

.previousdiv{
  /*min-width:326px;*/
  text-align:left;
}

.navheader{
  min-width:326px;
  text-align:right;
}
.navheader_linktext,
.navheader_separator{
  display:none;
}
.navnext a,
.navprev a,
.navparent a{
  padding-left:0px;
  display:inline-block;
  text-decoration:none;
}
.navparent,
.navprev,
.navnext{
  background-repeat:no-repeat;
/*  margin-left:5px;*/
  cursor:pointer;
  padding-right:10px;
  padding-bottom:5px;
  line-height:16px;
  display:inline-block;
/*  text-indent:3px;*/
  min-width:16px;
  min-height:16px;
}
.navparent{
  background-image:url('../img/nav_up16.png');
}
/* mgh-6/12/20230-4368060 - Start of styling for Next/Previous buttons */
#btnPrev {
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  padding-top:25px;
}

#btnNext {
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  padding-top:25px;
}

#btnPrev .navprev a {
  float: right;
  display: block;
  background-color: #56cb57;
  color: #FFF;
  text-align: center;
  padding: 8px 12px 12px 8px;
  text-decoration: none;
  font-size: 18px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#btnPrev .navprev a:hover {
  background-color: #56cb57;
  color: white;
}
#btnPrev .navprev a:hover:before {
	content: "\00AB   Previous topic";
	font-size: 16pt;
}
#btnPrev .navprev a:hover span {
	display: none;
}

#btnPrev .navprev a.active {
  background-color: #56cb57;
  color: white;
}

#btnNext .navnext a {
  float: right;
  display: block;
  background-color: #56cb57;
  color: #FFF;
  text-align: center;
  padding: 8px 8px 12px 8px;
  text-decoration: none;
  font-size: 12px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#btnNext .navnext a:hover {
  background-color: #56cb57;
  color: white;
}
#btnNext .navnext a:hover:before {
	content: "Next topic   \00BB";
	font-size: 16pt;
}
#btnNext .navnext a:hover span {
	display: none;
}

#btnNext .navnext a.active {
  background-color: #56cb57;
  color: white;
}

#print {
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
}

#printlink {
	background-position: center center;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	msargin-right: 8px;
}
#printlink:hover {
	background-color: transparent !important;
}

.navheader_label {
	font-size: 24pt;
}


.nextpagediv {
	padding-left:0px;
}

#topic {
	margin-top: 70px;
}
/* End of styling for Next/Previous buttons */

/* mgh-6/11/20230 - Comment out to make way for the new Next/Previous buttons */
/*.navprev{
  background-image:url('../img/nav_left16.png');
}
.navnext{
  background-image:url('../img/nav_right16.png');
  float:right;
}*/

span.frames{
  cursor:pointer;
  padding:0 5px 0 0;
}

.submitButton > a:visited
{
    color:#ffffff;
}

a:visited{
  color:#660066;
}

a:hover{
  color:red;
}

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:left;
  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{
  color:black;
  /*background-color:#C0C0C0;*/
  font-size:20px;
  padding:0 0 0.3em 0.7em;
  margin:0 0.3em 0 0;
}

.booklibrary,
.booktitlealt{
  display:none;
}

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 0 0;
  background:url("../img/dot.png") no-repeat 0 1px;
  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:url("../img/star.png") no-repeat 0 0;
  height:25px;
}
input{
  margin:14px 0 0 0;
}
textarea.text-input{
  margin:4px 0 0 0;
  width:225px;
  height:100px;
  border:1px solid #ccc;
}

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. 
-----------------*/

div.footer{
  margin:2em 0.6em 1.5em 0;
  float:right;
  line-height:24px;
  color:#444;
  font-size:0.9em
}
div.footer a{
  text-decoration:none;
  color:#444
}

.navfooter .navnext{
  float:none;
}

.navfooter{
  margin:3em 0 0 0;
  padding:0.4em 0 0 0;
  text-align:right;
}

.navfooter_label{
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
}

div.footer span.oXygenLogo img{
  vertical-align:bottom;
  border:0;
}
div.footer span.xmlauthor{
  margin-bottom:14px;
}

#myPassword,
#myUserName{
  width:100%;
}

/*----------------*/
/*The copyright.*/
div,
td{
  font-size:12pt;
}

div.copyright{
  font-size:8pt;
  padding-top:1em;
}
#nav_tree div.copyright{
  padding-top:0.2em;
  padding-left:1em;
}

/* Makes the titles stand-out */
h1.title,
h2.title{
  color:#333;
  /*background-color:#ececec;*/
  text-shadow:0 1px 0 #fff;
  padding:0.0em 0.4em 0.4em 0.4em;
}

/* The navigation tree classes */
#nav_tree > ul{
  border-top:1px solid gray;
  border-bottom:1px solid gray;
  margin-top:0;
  margin-left:0.5em;
  margin-right:0.5em;
  min-width:300px;
  padding:1em;
  font-size:12pt;
}

#content{
  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:12pt;
}

#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;
}

.info, .stepresult {
   color:#5C5C5C;
}

/* mgh-07/29/2020 - Add end of topic indicator styling*/
hr.qstopicend {
  border: 5px solid green;
  border-radius: 5px;
}

/* Title displayed over the tree area.*/
#nav_tree p.nav_title{
  font-size:14pt;
  font-weight:bold;
  margin: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;
}

.highlight{
  background-color:#FFFF88;
}

#permalink > a{
  display:block;
  width:16px;
  height:16px;
  background:url("../img/link.png") no-repeat;
  float:right;
  font-size:xx-small;
  padding:0 3px 0 3px;
  margin-right:3px;
}

#printlink > a{
  display:block;
  width:16px;
  height:16px;
  background:url("../img/print.png") no-repeat;
  float:right;
  font-size:xx-small;
  padding:0 3px 0 3px;
  margin-right:3px;
}

/* Use the admonitions from the oXygen WebHelp resources. */
.warningtitle,
div[class = "warning"] > h3{
  background-image:url("../img/warning.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.warningtitle{
  font-weight:bold;
}

.notetitle,
div[class = "note"] > h3{
  background-image:url("../img/note.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}


.cautiontitle,
div[class = "caution"] > h3{
  background-image:url("../img/caution.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.importanttitle,
div[class = "important"] > h3,
.attentiontitle,
div[class = "attention"] > h3,
.noticetitle,
div[class = "notice"] > h3{
  background-image:url("../img/important.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.remembertitle,
div[class = "remember"] > h3{
  background-image:url("../img/remember.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.restrictiontitle,
div[class = "restriction"] > h3{
  background-image:url("../img/restriction.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.dangertitle,
div[class = "danger"] > h3{
  background-image:url("../img/danger.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

.tiptitle,
div[class = "tip"] > h3{
  background-image:url("../img/tip.png") !important;
  background-repeat:no-repeat;
  padding:4px 4px 4px 23px;
}

/*
 * Make the programlisting/codeblock stand-up.
 */
pre{
  padding:0.5em;
  background-color:#EEE;
  overflow:auto;
  max-height:600px;
  margin:0.5em;
}

/* OXYGEN PATCH START - EXM-18138 - Insert space between button image and button name. */
span.uicontrol > img{
  padding-right:5px;
  border:none;
  background:none;
}
/* OXYGEN PATCH END - EXM-18138 */

/* OXYGEN PATCH START EXM-17248 - Center figure captions. */
div.fignone p.figcap{
  display:block;
  text-align:left;
  font-weight:bold;
  padding:2px 10px 5px 10px;
}

div.fignone p.figcapcenter{
  display:block;
  text-align:center;
  font-weight:bold;
  padding:2px 10px 5px 10px;
}

div.fignone p.figcapright{
  display:block;
  text-align:right;
  font-weight:bold;
  padding:2px 10px 5px 10px;
}

div.fignone p.figcapjustify{
  display:block;
  text-align:justify;
  font-weight:bold;
  padding:2px 10px 5px 10px;
}

div.fignone img{
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
}

.question{
  padding-left:0.5em;
  padding-bottom:0.5em;
  padding-right:0.5em;
  padding-top:1em;
  background-color:#EEE;
  overflow:auto;
  max-height:600px;
  margin:0.5em;
  font-size:12pt;
  vertical-align:top;

}

.questionResultNotCheckedCorrect,
.questionResultCorrect{
  padding:0.5em;
  background-color:#90EE90;
  overflow:auto;
  max-height:600px;
  margin:0.5em;
  font-size:12pt;

}

.questionResultNotCheckedIncorrect,
.questionResultIncorrect{
  padding:0.5em;
  background-color:#EE9090;
  overflow:auto;
  max-height:600px;
  margin:0.5em;
  font-size:12pt;
}

.questionResultIncorrectSequence{
  padding:0.5em;
  background-color:#EEE;
  overflow:auto;
  max-height:600px;
  margin:0.5em;
  font-size:12pt;
}

.submitButton{
  margin-top:12pt;
}

.buttonProps{
  margin-right:12pt;
  font-size:12pt;
  font-weight:bold;
  background-color:#295193;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:6px;
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
  /*border:solid black 1px;*/
  padding:0.45em;
}

.questionInput{
  margin-right:12pt;
  font-size:12pt;
}

.questionTitle{
  padding-left:0.5em;
  overflow:auto;
  max-height:600px;
  margin-left:-0.5em;
  font-size:14pt;
  color:rgb(41, 81, 147);
}

.answer{
    font-size:12pt;
}

.videoDescText{
  font-size:12pt;
}

/* OXYGEN PATCH END EXM-17248 */

/* IE6 & IE7 style */
/*@media screen\9 {
    .navheader{
        width: 360px;
        text-align: right;
    }
    .navnext{
        background-image: url('../img/nav_right16.png');
        float:none;
    }
}*/
.choicetable,
.stentry{
  font-size:12pt;
}

.table,
.entry{
  font-size:12pt;
}

.term{
  font-style:italic;
  color:#295193;
  padding:1pt;
  cursor:help;
}

.stepsection{
	font-size:12pt;
}