@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,800,800i|Source+Sans+Pro:400,400i,700,700i|Material+Icons&display=swap');
body 
{
    border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff; 
	width: 100%;
	font-size: .9375rem;
	line-height: 1.5em;
}

table {

	width: 100%; 
	margin-top: .6em;
	margin-bottom: .3em;
	/*border-width: 1px 0px 1px 0px;*/
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
	border: 0;
}

table table th {
	background-color: #f1f1f1;
}



table th { 
	background: #ffffff; 
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 700;
	font-family: 'Source Sans Pro', Calibri, 'Segoe UI', Verdana, Tahoma, Arial;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-right: 0;
	border-left: 0;

}

table th:first-child {
	border-left-width: 1px!important;
	border-left-color: #9B9B9B;
	border-left-style: solid;
    border-right: 0;

}

table th:last-child {
	border-left: 0;
	border-right-width: 1px!important;
	border-right-color: #9B9B9B;
	border-right-style: solid;

}





table td {
	font-family: Nunito, Calibri, Segoe UI, Verdana, Tahoma, Arial;
	line-height: 1.5em;
	color: #333333;
	font-size: .9375rem;
	padding-left: 12px;
	background: #ffffff;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0 6px 7px 8px;
}





table th, table td { 
	border-style: solid; 
	text-align: left;
	padding: 12px 10px 12px 10px;
}



#layout {
	width: 100%; 
	height: 100%;	
	margin: 0;
	padding: 0;
	border: none;
	background: #ffffff;
}

#tocframe, #bodyframe { 
	border-style: none; 
	padding: 0;
	margin: 0;
	height: 100%;
}

#tocframe 
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;    
}

#tocframe iframe {
    border-right: 1px solid #000000;
    padding: 0;
    margin: 0;
    height: 99%;
}

#mainframe {
    height: 100%;
}

div.header {
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 4px;
	/*border-bottom: 1px solid #999999;*/
	border-bottom: 0;
	/*background-color: #99ccff;*/
	background-color: #ffffff;
}

div.footer {
    margin-top: 25pt;
    margin-left: 30px;
	height: 40px;
	vertical-align: middle;
	border: 0!important;

}

div.footer hr {
	height: 0!important;
	display: none;
}

.footer p {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #666666;
}

td.toc 
{
	padding: 5px;
	background-color: #dddddd;
}

div.toc 
{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

div.toc ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	margin-left: 6px;
}

div.toc li {
	font-size: 13px;
}

div.toc ul ul 
{
	padding-left: 0px;
}

div.toc ul ul ul
{
	padding-left: 0px;
}

li.section
{
    line-height: 16px;
	background-image: url("Folder.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	cursor:pointer;
}

li.topic
{
    line-height: 16px;
	background-image: url("Page.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
}

div.toc a
{
    color: #000000;
    text-decoration:none;
}

div.body {
	top: 0px;
	padding: 5px 20px 0px 30px;
	margin-left: 5px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: .4em; 
	margin-top: 1em;
	margin-left: -18px;
}
h1 {
	margin-top: 0em;
}

h2 {
	font-size: 1.875rem;
	margin-left: 0!important;
	margin-bottom: 9px;
}

h5 {
	
	font-size: 1.75rem;
	margin-top: 0;
	margin-bottom: 9px;
	color: #333333!important;
	font-weight: 700;
	font-family: 'Source Sans Pro', Calibri, 'Segoe UI', Verdana, Tahoma, Arial;
	letter-spacing: 0.2px;
	line-height: 110%;
	padding-top: 18px;
	margin-left: 0!important;
}

div.title {
	padding: 0px 10px 0px 48px; 
}
div.title h1
{
    /*margin-top: 0;
    padding-top: 0;
	margin-bottom: .2em;
    font-size: 12pt;
    font-weight: bold;*/
	
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 7px;
	color: #333333!important;
	font-weight: 700;
	font-family: 'Source Sans Pro', Calibri, 'Segoe UI', Verdana, Tahoma, Arial;
	letter-spacing: 0.2px;
	line-height: 110%;
	padding-top: 24px;
}

div.body h1	{
	margin-top: 1em;
	font-size: 1.75rem;
	margin-left: 0!important;
	margin-bottom: 9px;
	color: #000000;
	line-height: 110%;
	
	
	
}





td.header {
    font-style: italic;
}

div.header table p, div.footer table p
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.header table p
{
font-family: 'Source Sans Pro', Calibri, 'Segoe UI', Verdana, Tahoma, Arial;
	font-size: 1.125rem;
	color: #595959;
	text-transform: uppercase;
    letter-spacing: 0.2px;
	font-style: normal;
	padding-top: 22px;
	padding-bottom: 23px;
	padding-left: 20px;
	text-align: left!important;
	display: block;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	
}

div.header tr td:last-child {
	display: none;
}

div.header table p::before {
	background-image: url('FlexeraFNOSOAPDocLogo.png');
    background-size: 100px 15px;
    display: inline-block;
    width: 100px; 
    height: 15px;
    content:"";
	padding-right: 18px;
	background-repeat: no-repeat;
}
   
    
div.header table {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	/*background-color: #99ccff;*/
	background-color: #ffffff;
}

div.footer table {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	background-color: White; 
}
div.header table td {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	background: transparent; 
}
div.footer table td {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	border-width: 0px;
	border-style: solid;
	background: transparent; 
}
p {
	margin: .5em 0em .5em 0em;
}
pre	{
	margin-top: .5em;
	margin-bottom: .5em; 
    font-size: 14px;
	line-height: 140%;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space : normal; /* crucial for IE 6, maybe 7? */
	font-family: Consolas, Lucida Console, Lucida Sans Typewriter, Courier, Courier New;
	background-color: #f7f7f7;
	padding: 12px 12px 12px 12px;
	display: block;
	
}
hr {
	color: #999999;
	height: 1px;
}
ul {
margin: .5em 0em 0em 1em;
padding-left: 1em;
}
ul li {
margin-bottom: .5em;
padding-left: .5em;
margin-left: 0em;
}
ol {
margin: .5em 0em 0em 1em;
padding-left: 1em;
}
ol li {
margin-bottom: .5em;
padding-left: 0em;
margin-left: .5em;
}
blockquote {
margin: .5em 0em 0em 2.5em;
}
ul p, ol p, dl p {
	margin-left: 0em;
}
ul p.label, ol p.label {
	margin-top: .5em;
}
dl {
    margin-top: 0em;
    padding-left: 1px;
}
dd {
    font-style: italic;
    margin-bottom: 0em;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
    margin-top: .5em;
}

img {
	border: none; 
}
.error {
	color: Red;
	font-weight: bold;
}
sup, sub	{
font-size: 90%;
}

table td.keyIcon { 
	padding-left: 12px;
	background-image: url(PrimaryKeyScreen.png);
	background-repeat: no-repeat;
	background-position: 2px left;
}

tr.startGroup0 td.first { 
	/*background-color: #99ccff;*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 10; 
	background-position: -80px 0;
}

tr.endGroup0 td.first {
	/*background-color: #99ccff;*/
	background-color: #ffffff;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 10; 
	/*background-position: -80px 0;*/
	background-position: -90px 0px;
}

tr.group0 td.first {
	padding-left: 10;
}

tr.startGroup0 td.middle, tr.startGroup0 td.last, 
tr.endGroup0 td.middle, tr.endGroup0 td.last {
	/*background-color: #99ccff;*/
	background-color: #ffffff;
}

tr.startGroup1 td.first { 
	/*background-color: #80FF80;*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 20; 
	background-position: -70px 0;
}

tr.endGroup1 td.first {
	/*background-color: #80FF80;*/
	background-color: #ffffff;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 20; 
	background-position: -70px 0;
}

tr.group1 td.first {
	padding-left: 20; 
}

tr.startGroup1 td.middle, tr.startGroup1 td.last,
tr.endGroup1 td.middle, tr.endGroup1 td.last {
	/*background-color: #80FF80;*/
	background-color: #ffffff;
}

tr.startGroup2 td.first { 
	background-color: #FFFF80;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 30; 
	background-position: -60px 0;
}

tr.endGroup2 td.first {
	background-color: #FFFF80;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 30; 
	background-position: -60px 0;
}

tr.endGroup0 {
	display: none!important;
	
}

tr.group2 td.first {
	padding-left: 30;
}

tr.startGroup2 td.middle, tr.startGroup2 td.last, 
tr.endGroup2 td.middle, tr.endGroup2 td.last {
	background-color: #FFFF80;
}

tr.startGroup3 td.first { 
	/*background-color: #8080FF;*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 40; 
	background-position: -50px 0;
}

tr.endGroup3 td.first {
	/*background-color: #8080FF;*/
	background-color: #ffffff;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 40; 
	background-position: -50px 0;
}

tr.group3 td.first {
	padding-left: 40;
}

tr.startGroup3 td.middle, tr.startGroup3 td.last, 
tr.endGroup3 td.middle, tr.endGroup3 td.last {
	/*background-color: #8080FF;*/
	background-color: #ffffff;
}

tr.startGroup4 td.first { 
	/*background-color: #FF80FF;*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 50; 
	background-position: -40px 0;
}

tr.endGroup4 td.first {
	/*background-color: #FF80FF;*/
	background-color: #ffffff;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 50; 
	background-position: -40px 0;
}

tr.group4 td.first {
	padding-left: 50;
}

tr.startGroup4 td.middle, tr.startGroup4 td.last, 
tr.endGroup4 td.middle, tr.endGroup4 td.last {
	/*background-color: #FF80FF;*/
	background-color: #ffffff;
}

img.framed {
	border: solid black 1px;
}


a, a:link, a:visited {
    text-decoration: none;
    color: #BB2FE5!important;
    cursor: pointer;
}

a:hover, a:active {
    text-decoration: underline;
    color: #BB2FE5!important;
    cursor: pointer;
}


