/*
 | This file is part of the DITA Open Toolkit project hosted on
 | Sourceforge.net. See the accompanying license.txt file for
 | applicable licenses.
 */

/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
 */

a {
    color: #0503E3;
    text-decoration: none;
}

#mainrow {
    background-color: #f1f3f4;
    margin-left:0px;
    margin-right:0px;    
}

.tbody .row {
    background-color: #ffffff;
}

.table-hover>tbody>tr:hover{background-color:#ffffff}


#main-content {
    padding-left:20px;
    padding-top:20px;
    clear:right;
    background-color:#ffffff;
}

.unresolved {
	background-color: skyblue;
}
.noTemplate {
	background-color: yellow;
}
.base {
	background-color: #ffffff;
}
/* basic page layout */
body {
	font-family: 'Proxima Nova', 'Open Sans', Verdana, Arial, sans-serif;
	color: #222222;
	font-size:14px;
	line-height:1.5;
	overflow-y: scroll;
	background-color:#f1f3f4;

}
#banner {
	margin-bottom: 0px;
	/*  background-color:#f4f4f5; */
}

#navsidebar {
	background-color:#f1f3f4;
	height:calc(100vh - 100px);
	overflow-y:auto;
}


#contentbar {
	height:calc(100vh - 100px);
	overflow-y:auto;
}

ul {
	-webkit-padding-start: 20px;
}
ol {
	-webkit-padding-start: 20px;
}
/* Add space for top level topics */
.nested0 {
	margin-top: 1em;
}
/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {
	margin-top: 1em
}
/* div with class fignone is used to encapsulate figure block */
.fignone {
	margin-top: 1em
}
/* Default of italics to set apart figure captions */
.figcap {
	font-style: italic;
	margin-top: 1em
}
.figdesc {
	font-style: normal
}
/* JVA set italic to P and li elements inside fig */
div.fig p {
    font-style: italic;
    margin-left: 5em
}
div.fig ol {
      font-style: italic;
    margin-left: 5em  
}
/* Use italics to set apart table captions */
caption {
	max-width: 700px;
	font-style: italic;
	text-align: left;
	color: #334444;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
table {
	max-width: 700px;
	margin-top: 3px;
	margin-bottom: 20px;
}
/* choice table fine-tuning */
.choicetableborder {
	margin-top: 1em
}
.choicetableborder th {
	background-color: #EEEEEE
}
/* Use @frame to create frames on figures */
.figborder {
	border-style: solid;
	padding-left: 3px;
	border-width: 2px;
	padding-right: 3px;
	margin-top: 1em;
	border-color: Silver;
}
.figsides {
	border-left: 2px solid;
	padding-left: 3px;
	border-right: 2px solid;
	padding-right: 3px;
	margin-top: 1em;
	border-color: Silver;
}
.figtop {
	border-top: 2px solid;
	margin-top: 1em;
	border-color: Silver;
}
.figbottom {
	border-bottom: 2px solid;
	border-color: Silver;
}
.figtopbot {
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-top: 1em;
	border-color: Silver;
}
/* Most link groups are created with <div>. Ensure they have space before and after. */
.localtoc {
	margin-top: 4em;
	font-weight: bolder
}
.ullinks {
	list-style-type: disc;
	margin-left:17px;
}
.ullinks:before {
    Content: "Contents:";
    color:#222222;
    font-weight:700;
    margin-left: -27px;
}
.ulchildlink {
	margin-left: -10px;
	padding-top:7px;
}
.olchildlink {
	margin-left: -20px
}
.linklist {
	margin-bottom: 1em
}
.linklistwithchild {
	margin-left: 1.5em;
	margin-bottom: 1em
}
.sublinklist {
	margin-left: 1.5em;
	margin-bottom: 1em
}
.relconcepts {
	margin-top: 1em;
	margin-bottom: 1em;
}
.reltasks {
	margin-top: 1em;
	margin-bottom: 1em;
}
.relref {
	margin-top: 1em;
	margin-bottom: 1em;
}
.relinfo {
	margin-top: 1em;
	margin-bottom: 1em;
}
.parentlink {
    display:none;
}

.ulchildlink br {
    display: none;
}

.breadcrumb {
	font-size: 80%;
	margin-bottom: 1em
}
.prereq {
	margin-left: 20px;
}
/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 {
    margin-top: 0pc;
    margin-bottom: 0.1em;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    background: #83efec;
    display: inline-block;
    padding: 8px 20px 8px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.topictitle2 {
	margin-top: 1pc;
	margin-bottom: .45em;
}
.topictitle3 {
	margin-top: 1pc;
	margin-bottom: .17em;
	font-weight: bold;
}
.topictitle4 {
	margin-top: .83em;
	font-weight: bold;
}
.topictitle5 {
	font-weight: bold;
}
.topictitle6 {
	font-style: italic;
}
.sectiontitle {
	margin-top: 1em;
	margin-bottom: 0em;
	color: black;
	font-size: 1.17em;
	font-weight: bold;
}
.section {
	margin-top: 2em;
	margin-bottom: 1em
}
.example {
	margin-top: 1em;
	margin-bottom: 1em
}
/* All note formats have the same default presentation */
.note {
	background-image: url(../images/note.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
}
.notetitle {
	font-weight: bold;
	color: #000000
}
.notelisttitle {
	font-weight: bold
}

.tip {
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}

.tiptitle {
	font-weight: bold;
	color: #000000
}
.fastpath {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	background-color: #EFEFEF;
}
.fastpathtitle {
	font-weight: bold
}
.important {
    background-image: url(../images/important.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}
.importanttitle {
	font-weight: bold;
	color: #000000;
	}
.remember {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	background-color: #EFEFEF;
}
.remembertitle {
	font-weight: bold
}
.restriction {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	background-color: #EFEFEF;
}
.restrictiontitle {
	font-weight: bold
}
.attention {
		background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}
	
.attentiontitle {
	font-weight: bold;
	color: #000000}
.dangertitle {
	font-weight: bold
}
.danger {
		background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}
	
.cautiontitle {
	font-weight: bold;
	color: #000000}
.caution {
		background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}
	
.warningtitle {
	font-weight: bold;
	color: #000000}
.warning {
		background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:4em;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
	min-height:40px;
	border-top: 2px solid #dce4e9;
	border-bottom: 2px solid #dce4e9;
	}
	

.note .p {
	margin-bottom:3px;
	margin-top:3px;}

/* Simple lists do not get a bullet */
ul.simple {
	list-style-type: none
}
/* Text list mods */
/*li { margin-bottom: 1em; }*/
li p {
	display: inline-block;
	vertical-align: middle
}
/* disable inline-block for <p> inside steps */
.taskbody .steps .step > p {
    display: block;
}

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol {
	font-weight: bold;
}
/* Various basic phrase styles */
.bold {
	font-weight: bold;
	color: #000000;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.italic {
	font-style: italic;
}
.underlined {
	text-decoration: underline;
}
.uicontrol {
	font-weight: bold;
	color: #000000;
}
.wintitle {
	font-weight: bold;
	color: #000000;
}
.parmname {
	font-weight: bold;
	color: #000000;
}
.kwd {
	font-weight: bold;
	color:#000000;
}
.defkwd {
	font-weight: bold;
	text-decoration: underline;
	color:#000000;
}
.var {
	font-style: italic;
}
.shortcut {
	text-decoration: underline;
}
/* Default of bold for definition list terms */
.dlterm {
	font-weight: bold;
	margin-top: 1.5em;
	color:#000000;
}
/* Use CSS to expand lists with @compact="no" */
.dltermexpand {
	font-weight: bold;
	margin-top: 1em;
}
*[compact="yes"] > li {
	margin-top: 0em;
}
*[compact="no"] > li {
	margin-top: .53em;
}
.liexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
.sliexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
.dlexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
.ddexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
.stepexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
.substepexpand {
	margin-top: 1em;
	margin-bottom: 1em
}
/* Align images based on @align on topic/image */
img {
	max-width: 100%;
	height:auto;
	vertical-align:baseline;
}

span > img {
    width=100%;
    padding-top:5px;
}
div.imageleft {
	text-align: left;
	max-width: 600px;
}
div.imagecenter {
	text-align: center;
	max-width: 600px;
}
div.imageright {
	text-align: right;
	max-width: 600px;
}
div.imagejustify {
	text-align: justify;
	max-width: 600px;
}




/* The cell border can be turned on with
 {border-right:solid}
 This value creates a very thick border in Firefox (does not match other tables)

 Firefox works with
 {border-right:solid 1pt}
 but this causes a barely visible line in IE */
.cellrowborder {
	border-left: none;
	border-top: none;
	border-right: solid 1px;
	border-bottom: solid 1px
}
.row-nocellborder {
	border-left: none;
	border-right: none;
	border-top: none;
	border-right: hidden;
	border-bottom: solid 1px
}
.cell-norowborder {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-bottom: hidden;
	border-right: solid 1px
}
.nocellnorowborder {
	border: none;
	border-right: hidden;
	border-bottom: hidden
}

span.cmd + p {
    display: block;
    }
pre.screen {
	padding: 5px 5px 5px 5px;
	border: outset;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: pre
}
pre {
	font-size: 110%;;
	background-color: #EEEEEE
}


#bottomhelpbox {
padding-left: 30px;
padding-bottom: 10px;
background-color: #f1f3f4;
}
.morehelp2
{font-weight: bold;
	margin-right:20px;
color:#222222;
	text-decoration:none}


.morehelp
{font-weight: bold;
	margin-right:20px;
	margin-left:20px;
	text-decoration: none;
color:#334444;}

code
{padding:0px;
font-size:90%;
color:black;
background-color:white;
}

/* responsive, change size settings when navig and content are stacked for small screens */
@media only screen and (max-width: 768px) {
#navsidebar {
	background-color:#f1f3f4;
	height:100%;
	overflow-y:hidden;
}

#contentbar {
	height:100%;
	overflow-y:hidden;
}

}
