﻿body
{
	font-family: Arial,Sans-Serif;
	font-size: 11pt;
}

.mainheader
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 56px;
	border-bottom: solid 2px #3B3A33;
}

.toc
{
	background: #F4F4F4;
	position: absolute;
	left: 0px;
	width: 250px;
	top: 54px;
	bottom: 0px;
	overflow: auto;
	padding: 10px;
	border-right: solid 2px #3B3A33;
	overflow-x: hidden;
}

.maincontent
{
	position: absolute;
	left: 292px;
	right: 0px;
	top: 54px;
	bottom: 0px;
	overflow: auto;
	padding: 20px;
}

.nondoccontent
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 54px;
	bottom: 0px;
	overflow: auto;
	padding: 20px;
}

.maintitle,
.maintitle a,
.search label 
{
	color: #3B3A33;
}

.search input 
{
	border: 1px solid #3B3A33;
	padding: 3px;
	/* border-radius */
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 /*background-clip*/
	 background-clip: padding-box;
	 -webkit-background-clip: padding-box;
	 -moz-background-clip: padding-box;
}

.search label
{
	font-weight: bold;
}

.search #button
{
	cursor: pointer;
	/*margin-top: 2px;*/
	vertical-align: bottom;
	width: 24px;
	height: 24px;
	background: url(view.png) center center no-repeat;	
	border: 0px solid #3B3A33;
	/* border-radius */
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 /*background-clip*/
	 background-clip: padding-box;
	 -webkit-background-clip: padding-box;
	 -moz-background-clip: padding-box;

	display: inline-block;
	zoom:1;
	*display: inline;
}
.search #button:hover
{
	border-width: 1px;
	width: 22px;
	height: 22px;
}

.maintitle
{
	margin-top: 12px;
	float:left;
	font-size: 18pt;
	font-weight: bold;
}

.maintitle a 
{
	text-decoration: none;
}

.logo 
{
	float:left;
	height: 56px;
	/*width: 201px;*/
	width: 194px;
	margin-right: 10px;
	background: url('xli_agilix_logo.png');
	background-size: 100% 100%;
}

.search 
{
	float:right;
	margin-top: 3px;
}

.prod-site-warning
{
	color: #008000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
}

.prod-site-hidden
{
	display:none;
}

.production-site-sandbox-warning
{
	color: #008000;
	font-weight: bold;
	font-size: 14px;
}

.obsolete
{
	color: Red;
	font-weight: bold;
}

.tocheading
{
	color: #008000;
	font-weight: bold;	
}

.tocgroup
{
	margin-bottom: 10px;	
}

.tocgroup li
{
	list-style-type: square;	
}

.tocgroup ul
{
	margin: 0px;	
	padding-left:20px;
}

.link,
.tocgroup ul a,
.tocgroup li,
.exampleurl
{
	color:#005999;
	text-decoration:none;
}

.example pre
{
	margin: 0px;
}

.link
{
	font-weight:bold;
}

.tocgroup ul a:hover,
.tocgroup li:hover
{
	color: #D37D0C;
}

.tocgroup  li.selectedentry,
.tocgroup .selectedentry a,
.tocgroup .selectedentry:hover,
.tocgroup .selectedentry a:hover
{
	color: #3B3A33;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.command
{
	color: #008000;
	font-size: 18pt;
	font-weight:bold;
	margin-bottom: 16px;
}

.heading
{
	font-size: 12pt;
	font-weight:bold;
	margin-top: 16px;
	margin-bottom: 6px;
	font-style: italic;
}

.subheading
{
	font-size: 11pt;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.detail
{
	font-size:10pt;
	margin-bottom:6px;	
}
.label
{
	font-weight: bold;	
}

.seealso
{
	color: #008000;
	font-size: 10pt;
}

.xmldata,
.jsondata
{
	font-size: 10pt;
}

.xmlschema
{
	margin-top: 10px;
}

.xmlname,
.jsonname,
.queryname

{
	color: Maroon;
}

a.xmlname,
a.jsonname
{
	text-decoration: none;
}

a:hover.xmlname,
a:hover.jsonname
{
	text-decoration: underline;
}

a.idtype
{
	text-decoration: none;
}

a:hover.idtype
{
	text-decoration: underline;
}

.xmlvalue,
.jsonvalue,
.queryvalue
{
	font-weight: bold;
}

.xmltype,
.jsontype,
.querytype
{
	font-style: italic;
}

table
{
	border-bottom-width: 1px;
	border-right-width: 1px;
	width: 100%;
}

table,
.nondoccontent form
{
	font-size: 10pt;
	border: solid 2px #3B3A33;
	/* border-radius */
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
}

.parameter,
.enum
{
	margin-top: 10px;
}

.parametername,
.nodename
{
	font-style: italic;
}

table thead
{
	font-weight: bold;
}

table td
{
	vertical-align:top;
	border: solid 1px #3B3A33;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px 5px 5px 5px;
	border-spacing:0px; 
}

table td:last-child
{
	border-right-width: 0px;
}

.nondoccontent table,
.nondoccontent form
{
	padding: 20px;	
	background: #F4F4F4;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
.nondoccontent table td
{
	border: solid 0px #3B3A33;
}

.tablelabelcell 
{
    width: 90px;
    font-weight: bold;
}

table thead td
{
	background-color: #008000;
	color: White;
	border-bottom-width: 1px;
	border-top-width: 0px;
}
table thead td:last-child
{
	border-right-width: 1px;
}
.example
{
	background-color: #D0D0D0;
	width: 98%;
	padding: 5px;
	border: solid 2px #3B3A33;
	font-size: 10pt;
	
	/* border-radius */
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;

	 overflow:hidden;
}

.exampledescription
{
	margin-bottom:6px;	
}

.exampleheading
{
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

.binaryresponse
{
	color: Maroon;
	font-style: italic;
}

.indent {
    margin-left: 20px;
}

.comment
{
	color: Green;
}

.content > div,
.content > table,
.description div
{
	margin-bottom: 10px;
}


table.gsc-search-box,
table.gsc-search-box td
{
	border: 0px !important;	
}

.gsc-control-cse 
{
	padding: 0px !important;
}

.gs-visibleUrl,
.gsc-adBlock,
.gsc-adBlockVertical,
.gsc-resultsHeader,
.gsc-search-box
{
	display: none !important;
}

ul.language
{
    position: fixed;
    top: 54px;
    right: 19px;
    width: auto;
    height: auto;
    
    font-size: 75%;
    
    margin: 0;
    padding: 0.5em 1em;
    
    background: #ddd;
    
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    
    border: 1px solid #aaa;
    border-top-width: 0;
    
    list-style: none;
}

ul.language li 
{
    float: left;
    margin-left: 1em;
}

ul.language li.selected
{
    font-weight: bold;
    color: #008000;
}

ul.language li.not-selected:hover
{
    cursor: pointer;
    text-decoration: underline;
}

ul.language li:before
{
    content: "|";
    color: Black;
    margin-right: 1em;
    text-decoration: none !important;
}

ul.language li:first-child
{
    margin-left: 0;        
}

ul.language li:first-child:before
{
    content: "";
    margin-right: 0;
}

.apiconsole table
{
    border-radius: 0px;
    border-width: 1px 0px 0px 0px;
}

.apiconsole .logo
{
    position:absolute;
	height: 45px;
	width: 171px;
	margin: -13px 10px 10px 10px;
	background: url('xli_agilix_logo.png');
	background-size: 171px 45px;
    background-repeat: no-repeat;
}

.apiconsole .nondoccontent
{
    top:64px;
    padding: 0px;
}

.apiconsole .maintitle
{
    float:inherit;
}

.apiconsole .mainheader
{
    text-align:center;
    margin-top:23px;
    border-bottom: 0px;
}

.apiconsole .doclink
{
    font-size: 18pt;
    font-weight: bold;
    margin-left: 20px;
}

