﻿/* Adapted from the CSS for doxygen 1.8.7 */



/* @group Heading Levels */

h1.groupheader {
	font-size: 150%;
}



h2.groupheader {
	border-bottom: 1px solid #7E9595;
	color: #2F3939;
	font-size: 150%;
	font-weight: normal;
	margin-top: 1.75em;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}

h3.groupheader {
	border-bottom: 1px solid #a3c1c1;
	color: #B0B0B0;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-transition: text-shadow 0.5s linear;
	-moz-transition: text-shadow 0.5s linear;
	-ms-transition: text-shadow 0.5s linear;
	-o-transition: text-shadow 0.5s linear;
	transition: text-shadow 0.5s linear;
	margin-right: 15px;
}

h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
	text-shadow: 0 0 15px cyan;
}

dt {
	font-weight: bold;
}

/* @end */

/* @group Link Styling */

#body-content a, #body-content a:link, #body-content span.label a, #body-content span.label a:visited, #body-content span.label a:link {
	color: #394545;
	font-weight: normal;
	text-decoration: none;
}

.contents a:visited {
	color: #475656;
}

a:hover {
	text-decoration: underline;
}

a.qindex {
	font-weight: bold;
}

a.qindexHL {
	font-weight: bold;
	background-color: #93A6A6;
	color: #ffffff;
	border: 1px double #7D9494;
}

.contents a.qindexHL:visited {
        color: #ffffff;
}

a.el {
	font-weight: bold;
}

a.elRef {
}

a.code, a.code:visited, a.line, a.line:visited {
	color: #4665A2;
}

a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
	color: #4665A2;
}

/* @end */

dl.el {
	margin-left: -1cm;
}

div.groupHeader {
	margin-left: 16px;
	margin-top: 12px;
	font-weight: bold;
}

div.groupText {
	margin-left: 16px;
	font-style: italic;
}



div.contents {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 8px;
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #4C5D5D;
}

hr.footer {
	height: 1px;
}

/* @group Member Descriptions */

table.memberdecls {
	border-spacing: 0px;
	padding: 0px;
}

.memberdecls td, .fieldtable tr {
	-webkit-transition-property: background-color, box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color, box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color, box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color, box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.5s;
}

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: cyan;
	box-shadow: 0 0 15px cyan;
}

.memberdecls_left, .memberdecls_right {
	background-color: #F8F9F9;
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}

.memberdecls_left {
        white-space: nowrap;
}

.memberdecls_right {
	width: 100%;
}

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */

table.memberdecls {
	border-spacing: 0px;
	padding: 0px;
}

.memberdecls td, .fieldtable tr {
	-webkit-transition-property: background-color, box-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color, box-shadow;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: background-color, box-shadow;
	-ms-transition-duration: 0.5s;
	-o-transition-property: background-color, box-shadow;
	-o-transition-duration: 0.5s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.5s;
}

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: cyan;
	box-shadow: 0 0 15px cyan;
}

.memitem {
	padding: 0;
	margin-bottom: 10px;
	margin-right: 5px;
        -webkit-transition: box-shadow 0.5s linear;
        -moz-transition: box-shadow 0.5s linear;
        -ms-transition: box-shadow 0.5s linear;
        -o-transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear;
        display: table !important;
        width: 100%;
}

.memitem.glow {
         box-shadow: 0 0 15px cyan;
}



/* @end */

/* these are for tree view inside a (index) page */

div.directory {
        margin: 10px 0px;
        border-top: 1px solid #93A6A6;
        border-bottom: 1px solid #93A6A6;
        width: 100%;
}

.directory table {
        border-collapse:collapse;
}

.directory td {
        margin: 0px;
        padding: 0px;
	vertical-align: top;
}

.directory td.entry {
        white-space: nowrap;
        padding-right: 6px;
	padding-top: 3px;
}

.directory td.entry a {
        outline:none;
}

.directory td.entry a img {
        border: none;
}

.directory td.desc {
        width: 100%;
        padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.directory tr.even {
	padding-left: 6px;
	background-color: #F5F7F7;
}

.directory img {
	vertical-align: -30%;
}

.directory .levels {
        white-space: nowrap;
        width: 100%;
        text-align: right;
        font-size: 9pt;
}

.directory .levels span {
        cursor: pointer;
        padding-left: 2px;
        padding-right: 2px;
	color: #394545;
}

table.directory {
    font: 400 14px Roboto,sans-serif;
}

/* @end */

div.dynheader {
        margin-top: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


div.summary
{
	float: right;
	font-size: 8pt;
	padding-right: 5px;
	width: 50%;
	text-align: right;
}

div.summary a
{
	white-space: nowrap;
}



div.headertitle
{
	padding: 5px 5px 5px 10px;
}

tr.heading h2 {
        margin-top: 12px;
        margin-bottom: 4px;
}

@media print
{
  #top { display: none; }
  #side-nav { display: none; }
  #nav-path { display: none; }
  
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  .summary { display: none; }
  .memitem { page-break-inside: avoid; }
  #doc-content
  {
    margin-left:0 !important;
    height:auto !important;
    width:auto !important;
    overflow:inherit;
    display:inline;
  }
}




/* ------------------------------------------------- */
/* ADOC customizations                               */
/* ------------------------------------------------- */

div.inheritance {
        margin: 10px 0px;
        border-top: 1px solid #A8B8D9;
        border-bottom: 1px solid #A8B8D9;
		display: table;
		min-width: 40%;
}

.inheritance table {
		margin-top:0px !important;
        border-collapse:collapse;
	width: 100%;
}

.inheritance td {
        margin: 0px;
        padding: 0 25px 0 25px;
	vertical-align: top;
	width: 100%;
}

.inheritance td.entry {
        white-space: nowrap;
        padding-right: 6px;
	padding-top: 3px;
}

.inheritance td.entry a {
        outline:none;
}

.inheritance td.entry a img {
        border: none;
}

.inheritance tr.even {
	padding-left: 6px;
	background-color: #F5FAF5;
}

.inheritance img {
	vertical-align: -30%;
}

div.elementHeader {
	margin:0;
	border-color:#DEE4F0;
	border-width:0px 0px 1px 0px;
	border-style:solid;
}

.memberdecls_left, .memberdecls_right {
	vertical-align:top;
	padding: 6px 0px 5px 5px;
}

div.summaryBlock {
	font-size:10pt;
}

div.summaryBlock span.code, div.summaryBlock * span.code  {
	font-size:8pt !important;
}

div.signatureBlock, div.signatureBlock * {
	font-family: Consolas, "Courier New", Courier, "Nimbus Mono L", monospace;
	font-size:12pt;
}

.signatureElementName, .signatureElementName * {
	font-weight:bold !important;
	color:inherit !important;
}

div.elementDetailsBlock {
	display:none;
	margin:0;
	padding:0;
	background-color:transparent;
	border-color:#DEE4F0;
	border-width:0px 0px 1px 0px;
	border-style:solid;
}

div.elementDetailsContentBlock {
	margin:0px 0px 0px 32px;
	padding: 1px 10px 20px 20px;
	background-color:transparent;
	border-color:#DEE4F0;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	font-size:10pt;
}
div.elementDetailsContentBlock * {
	font-size:10pt;
}

div.elementDetailsContentBlock * span.code {
	font-size:8pt !important;
}

.tooltip {
	display: none;
}

table {
	margin-top:0px !important;
}

.paramTable {
	border-collapse:collapse;
}

.paramTable td {
	vertical-align: top;
	border-color:#DEE4F0;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	padding-right:10px;
}
td.paramTableNameCell {
	white-space:nowrap;
	padding-left:10px;
}
.paramTableDocCell {
	width:100%;
}
.paramTable td p {
	margin:0px;
}
.paramTableCaption {
	color:#b0b0b0;
}

.elementHeader.expandable {
	cursor:pointer;
}
.elementHeader:hover td, .expandable:hover span.paramTableCaption, .expandable:hover .groupheader {
	background: #fff3c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff3c6));
	background: -moz-linear-gradient(top,  #fff,  #fff3c6);
	background: -ms-linear-gradient(top,  #fff,  #fff3c6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff3c6'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff3c6'); /* ie8 */
}

.builtInType {
	color:#006600;
}
.returnValue {
	color:#006600;
}
.argument {
	color: #993333;
}

.extendedType {
	font-style: italic;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #EFEFEF;
	padding: 5px 5px 5px 10px;
	line-height:90%;
}

.embedded_example_title {
	font-weight: bold;
}

.desHeader {
	color: #2F3939;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
}

h1.desHeader {
	font-size: 140%;
	padding-top: 20px;
}

h2.desHeader {
	font-size: 120%;
	padding-top: 10px;
}

h3.desHeader {
	font-size: 100%;
	padding-top: 10px;
}

/* Typeahead styles */
.typeahead,
.tt-query,
.tt-hint {
	height: 29px;
	border: 2px solid #ccc;
	outline: none;
}

.twitter-typeahead {
	width: 100%;
}

.typeahead {
	background-color: #fff;
	width:100%;
	background-image: url(search/search.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box
 }

.typeahead:focus {
	border: 2px solid #0097cf;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-input {
	background-color:#FFFFFF;
}

.tt-menu {
	margin: 5px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	overflow:hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	max-height: 550px;
	overflow-y: auto;
}

.tt-suggestion-header {
	margin: 5px 10px;
	color: #b0b0b0;
	border:0px solid #cccccc;
	border-bottom-width:1px;
}

.tt-suggestion {
	padding: 0px 20px;
	white-space: nowrap;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #5aafcf;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

th  {
	text-align:left;
}

#version_widget {
	margin-top:25px;
}

.version-added, .version-추가됨, .version-追加  {
	background-color:rgba(0,255,0,0.25);
}
.version-removed, .version-제거됨, .version-削除  {
	background-color:rgba(255,0,0,0.25);
}
.version-deprecated, .version-더 이상 사용되지 않음, .version-廃止予定  {
	background-color:rgba(255,255,0,0.4);
}
.version-modified, .version-수정됨, .version-修正  {
	background-color:rgba(248, 249, 249, 0.5);
}

table.dataTable .version-added-inner, table.dataTable .version-추가됨-inner, table.dataTable .version-追加-inner  {
	background-color:rgba(0,255,0,0.1);
}
table.dataTable .version-removed-inner, table.dataTable .version-제거됨-inner, table.dataTable .version-削除-inner  {
	background-color:rgba(255,0,0,0.1);
}
table.dataTable .version-deprecated-inner, table.dataTable .version-더 이상 사용되지 않음-inner, table.dataTable .version-廃止予定-inner  {
	background-color:rgba(255,255,0,0.25);
}
table.dataTable .version-modified-inner, table.dataTable .version-수정됨-inner, table.dataTable .version-修正-inner  {
	background-color:rgba(248, 249, 249, 0.5);
}
table.version-data {
	padding:0px;
	border-collapse:collapse;
}
table.version-data td {
	border-color: #DEE4F0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	vertical-align:top;
	padding:2px 20px;
}
table.version-data td.version-data-key {
	text-align:right;
	font-weight:bold;
	color:#2F3939
}
/* ADSK additions */

#body-content .el {
  font-family: Consolas, "Courier New", Courier, "Nimbus Mono L", monospace;
}
/* inline code styling */
#body-content .memdoc a.el, #body-content .textblock a.el {
	background-color:#fafafa;
	border-radius:2px;
	border-width:1px;
	border-style:solid;
	border-color:#e7e7e7;
	padding:1px 7px 1px 7px;
	font-size:smaller;
}
/* hovering */
#body-content .memdoc a:hover.el, #body-content .textblock a:hover.el {
	background-color:#ffffff;
	border-color:#00ABE5;
	text-decoration:none;
}
/* exclusions from inline code styling */
#body-content .reflist dt a.el{
	background:none;
	border:0;
	padding:0px;
	font-size:inherit;
}

/* code blocks. */
#body-content div.fragment * {
  white-space:pre;
  font-family: Consolas, "Courier New", Courier, "Nimbus Mono L", monospace;
}
#body-content div.fragment {
  /*white-space:pre;*/
  font-family: Consolas, "Courier New", Courier, "Nimbus Mono L", monospace;
  overflow:visible;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #F7F7F7;
  border: 1px solid #888;
  margin:0px;
  padding:15px;
  min-width:97%;
}
#body-content div.fragment div.line { line-height:1.4; }

/* TODO: remove this if we can't fix Search All Occurrences for 2.1 */
.searchLinkDiv {
	font-size:90%;
	text-align:right;
}

/* The collapsible area that contains back-links to overview topics. */
#OverviewLinksDiv {
	border-bottom: 1px #c2c2c2 solid;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: -30px 5px 0px 10px;
}

.body_content ul.overviewLinks {
	margin-top:0px;
}
.body_content ul.overviewLinks li.overviewLink {
	margin:0px;
}

.dyncontent {
	border-width:1px;
	border-color:#C4CFE5;
	border-style: solid;
	padding:10px;
	background-color:#F9FAFC;
}

#body-content #side-nav {
	z-index:1000;
}

/* Fixes styles for the nav-tree */
#body-content #nav-tree ul li {
	margin:0;
}
#body-content #nav-tree ul {
	margin:0;
	list-style: none outside none;
}

/* Fix doxygen's title to look like 2.1 h1 */
#body-content div.title {
    border-bottom: 1px #c2c2c2 solid;
    color: rgb(85, 85, 85);
	font-family:inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 5px 0px 12px 0px;
}
#body-content div.summary {
	clear:both;
}
/* Hide the title put there by our 2.1 template. */
#body-content .head h1 {
	display:none;
}
/* These are important - fixes scrolling problems with nested divs
   in AKN and CHM. */
body, #body-content {
	margin:0 !important;
}
#doc-content {
 overflow:visible;
}
/* Puts the Pluck section on top of the nav-tree. */
#ui-component {
	position:relative;
	z-index: 100;
}
/* Highlights the selected link in the nav tree. */
#nav-tree #selected a:link,
#nav-tree #selected a:hover, 
#nav-tree #selected a:visited,
#nav-tree #selected a:active
{
	color:#FFFFFF;
}
/* Removes the silly borders in IE. */
#body-content a img {
	border:0;
}
/* Section headings on doxygen-generated pages. */
#body-content h1, #body-content h2, #body-content h3, #body-content h4, #body-content h5, #body-content h6 {
	padding-top:20px;
}
#body-content .contents  { clear:both; }
#body-content .contents h1 { font-size: 140%; }
#body-content .contents h2 { font-size: 120%; }
#body-content .contents h3 { font-size: 110%; }
#body-content .contents h4 { font-size: 100%; }
#body-content .contents h5 { font-size: 95%; }
#body-content .contents h6 { font-size: 90%; }

#navrow1, #navrow2, #navrow3, #navrow4 { display:none; }

table.params {
	padding-left:10px;
}
table.params td {
	padding-left:10px;
}


#body-content .contents a:link, #body-content .contents a:visited, #body-content .contents a:hover, #body-content .contents a:active,
#body-content .header a:link, #body-content .header a:visited, #body-content .header a:hover, #body-content .header a:active {
    color: #088ECF;
}
#body-content span.label a:hover, #body-content span.label a:visited:hover {
    color: #00abe5; /* ADSK light blue */
}