/* Custom CSS for doxygen 1.8.4 */

/* Title of the topic */
/* Make it the same as for Kanzi documentation topics. */
.title {
	background-repeat: repeat;
	border-top: solid 0px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
	margin-left: -17px;
	margin-right: -17px;
	padding: 10px;
	padding-left: 20px;
	page-break-before: always;
	z-index: 6;
	color: #ffffff;
	background-color: #9ad400;
	background-image: none;
	border-bottom: solid 2px #749ab6;
	border-bottom-color: #ffffff;
	border-bottom-width: 0px;
	width: auto;
	padding-right: 50px;
	display: inline-block;
}

#titlearea {
	border-bottom: none;
}

/* Title of the topic */
/* Remove spacing at the top and adjust the spacing on the left. */
div.headertitle {
	padding: 0px 5px 5px 30px;
}

div.header {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	border-bottom: none;
}

div.contents {
	margin-left: 35px;
}

h2.groupheader {
	border-bottom: none;
}

/* Separator between the navigation tree and the topic content */
/* Make it solid gray and change the cursor type to match that of Kanzi documentation. */
.ui-resizable-e {
	cursor: col-resize;
	height: 100%;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #ccc;
	background-image: none;
}

/* Navigation tree on the left side of the page */
/* Remove the background color. */
#nav-tree {
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: none;
	border-top: 1px #777777;
	-webkit-overflow-scrolling: touch;
}

#nav-tree .selected {
	text-shadow: none;
	color: #ffffff;
}

#nav-tree a {
	color: #000000;
}

#nav-tree .item  a:hover{
	color: #000000;
	background-color: #E5EDD0;
	width: 100%;
	padding-left: 10 px;
}

#side-nav {
	padding: 0px 5px 0px 0px;
	margin: 10px 0px 0px 10px;
}

#doc-content {
	margin: 10px 0px 0px 10px;
}

/* Navigation tabs at the top of the page */
/* Make them lower and remove the background image */
.tablist li {
	float: left;
	display: table-cell;
	line-height: 24px;
	list-style: none;
	background-image: none;
}

.tablist li.current a {
	float: left;
	display: table-cell;
	line-height: 24px;
	list-style: none;
	background-image: none;
	background-color: #ccc;
	text-shadow: none;
}

.tablist a {
	background-image: none;
}

.tabs, .tabs2, .tabs3 {
	background-image: none;
	width: 100%;
	z-index: 101;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.tablist a:hover {
    background-color: #e5edd0;
    background-repeat:repeat-x;
    color: #000000;
    text-decoration: none;
	background-image: none;
	text-shadow: none;
}

.tablist li.current a {
    background-color: #9AD400;
    background-repeat:repeat-x;
    color: #fff;
}

.navpath ul {
	background-image: none;
	border: none;
}

a {
	color: #339900;
}


/* Code snippets */
div.fragment {
	padding: 25px 10px 25px 0px;
	margin: 0px;
	background-color: #e1e1e1;
	border: 0px;
}


/* Tables */

.memproto, dl.reflist dt {
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 6px 0px 6px 0px;
	color: #000000;
	font-weight: bold;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	background-image: none;
	background-repeat: repeat-x;
	background-color: #e5edd0;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border-top-left-radius: 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}

.memdoc, dl.reflist dd {
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 6px 10px 2px 10px;
	background-color: #FCFFF6;
	border-top-width: 0;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

span.mlabel {
	background-color: #557501;
	border-top: 0px solid #6C9400;
	border-left: 0px solid #6C9400;
	border-right: 0px solid #D8FF6D;
	border-bottom: 0px solid #D8FF6D;
	text-shadow: none;
	color: white;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 0px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}

.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
	background-color: #ffffff;
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}

div.directory {
        border-top: 1px solid #9AD400;
        border-bottom: 1px solid #9AD400;
}

.directory tr.even {
	background-color: #ffffff;
}

.directory table {
	background-color: #f8f8f8;
}

.fieldtable th {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #e5edd0;
	font-size: 90%;
	color: #192300;
	padding-bottom: 4px;
	padding-top: 5px;
	text-align: left;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: 0px;
}

table.fieldtable {
	margin-bottom: 10px;
	border: 0px;
	border-spacing: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.fieldtable td.fieldtype, .fieldtable td.fieldname {
	white-space: nowrap;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.fieldtable td.fielddoc {
	border-bottom: 1px solid #ccc;
}

div.qindex, div.navtab {
	background-color: #e5edd0;
	border: 0px;
	text-align: center;
	padding: 5px;
}

a.qindexHL {
	background-color: #9AD400;
	color: #ffffff;
	border: 1px double #9AD400;
}

blockquote {
        border-left: 2px solid #9AD400;
}

.arrow {
    color: #9AD400;
}

/* Alphabet icons in the Class Index */
div.ah, span.ah {
	background-color: #9AD400;
	border: solid thin #9AD400;
	border-radius: 0em;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;
}

/* Icons in the Class List */
.icon {
    background-color: #9AD400;
}
