@charset "UTF-8";

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	overflow: auto;
}

code,  .fragment, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}

code,  .fragment, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code,  .fragment {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	border-radius: 4px;
	background: #f8f8f8;
}

pre code, pre  .fragment {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt, dd {
	line-height: 1.42857;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

small, .small {
	font-size: 85%;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

html {
	color: #111;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

a {
	color: #799bff;
	word-break: break-word;
}

a:hover {
	color: #23527c;
}

.pull-right {
	float: right;
}

.hidden {
	display: none;
}

.contents {
	max-width: 750px;
	margin: 0 30px;
}

.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
	font-weight: 500;
	line-height: 1.1;
	margin: 40px 0 10px 0;
}

.contents p {
	margin: 0 0 1rem;
}

.contents ul, .contents ol {
	margin: 0 0 1rem;
}

.contents ul li {
	list-style-type: circle;
}

.contents h2 {
	font-size: 24px;
}

.contents h3 {
	font-size: 21px;
}

.contents h4 {
	font-size: 18px;
}

.contents h5 {
	font-size: 15px;
}

.contents img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.contents dl {
	margin-bottom: 50px;
}

.contents dl dl {
	margin-left: 0px;
}

.contents .caption {
	margin: 6px 6px 10px 6px;
	color: #828485;
}

.contents blockquote {
	margin: 10px 0;
	background-color: #f9f2ff;
	padding: 10px 20px;
}

.contents blockquote p:first-child {
	margin-top: 0;
}

.contents blockquote p:last-child {
	margin-bottom: 0;
}

.contents sup {
	margin-left: 0.5em;
}

.contents dd {
	margin-left: 3em;
	margin-bottom: 2em;
}

h1 .anchor {
	opacity: 0;
	padding-left: 8px;
	transition: opacity 0.25s;
}

h1:hover .anchor {
	opacity: 1;
}

.cover-page {
	margin: 0 auto;
	max-width: 1600px;
	text-align: center;
	font-size: 14px;
	color: #444;
	padding: 10px 0;
	line-height: 1.42857;
}

.cover-page header {
	border: none;
	margin: 40px 40px 40px 40px;
}

.cover-page h1, .cover-page h2, .cover-page h3, .cover-page h4 {
	font-weight: 300;
	margin: 10px 0;
}

.cover-page h1 {
	font-size: 34px;
}

.cover-page h2 {
	margin: 20px 0 15px 50px;
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #434343;
}

.cover-page h3 {
	font-size: 13px;
	margin-bottom: 30px;
}

.cover-page h4 {
	margin: 0;
	color: #4988fe;
	font-size: 15px;
	font-weight: 600;
}

.cover-page .ui-widget {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.cover-page section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cover-page body > section:last-of-type {
	margin-bottom: 80px !important;
}

.cover-page #division {
	font-size: 0;
}

.cover-page #division > .flex {
	display: flex;
}

.cover-page #division > .flex > section {
	display: inline-block;
	width: 33.3333%;
	font-size: 14px;
	padding: 0px 0;
}

.cover-page #division h2 {
	margin: 20px 0 15px 40px;
}

.cover-page #division p {
	padding-top: 10px;
	margin: 0;
}

.cover-page #division a {
	background: transparent;
	border-left: 6px transparent solid;
	box-sizing: border-box;
	color: #111;
	display: inline-block;
	padding: 16px 35px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.cover-page #division a:hover {
	background: rgba(242, 242, 242, 0.7);
	border-color: #FEC449;
}

.cover-page #versions {
	left: 0;
	margin-left: 40px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.cover-page #forum {
	background: #EDFDFF;
	padding: 35px;
	text-align: left;
	margin-top: 40px;
}

.cover-page #forum h2 {
	color: #4e4e4e;
	margin: 20px 0 15px 50px;
}

.cover-page #forum a {
	display: inline-block;
	margin-top: 20px;
	color: #799bff;
	text-decoration: none;
}

.cover-page #download {
	margin: 60px 0;
}

.cover-page .linkDropdown {
	outline: none !important;
	width: 150px !important;
	line-height: 34px;
	height: 33px;
	color: #498bfe;
	border: 1px solid #dbe8ff;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: height 0.2s linear;
	-moz-transition: height 0.2s linear;
	-ms-transition: height 0.2s linear;
	-o-transition: height 0.2s linear;
	transition: height 0.2s linear;
}

.cover-page .linkDropdown li {
	list-style: none;
	width: 100%;
	background: #fff;
	position: relative;
}

.cover-page .linkDropdown li a {
	text-decoration: none;
	color: #adadad;
	display: block;
	font-family: "Roboto", sans-serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.cover-page .linkDropdown li a:hover {
	color: #498bfe;
}

.cover-page .linkDropdown li.selected:after {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	bottom: 0;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top: 0;
}

.cover-page .linkDropdown li.selected a {
	color: #498bfe;
}

.cover-page .linkDropdown.opened {
	height: 135px;
}

.cover-page .linkDropdown.opened .selected:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cover-page .downloadPdf {
	border: 1px solid #dbe8ff;
	display: inline-block;
	padding: 20px 40px;
	color: #498bfe;
	text-decoration: none;
}

.cover-page .downloadPdf i {
	padding-left: 20px;
}

.cover-page #copyright {
	color: #bbb;
	font-size: 80%;
}

.ui-widget.ui-widget-content {
	border: none;
	background: none;
}

.ui-tabs .ui-tabs-panel {
	border-radius: 0;
	border-top: 1px solid #dbe8ff;
}

.ui-tabs .ui-tabs-nav li {
	float: none;
	border: 1px solid #dbe8ff;
	border-bottom: 1px solid white;
	top: 1px;
	width: 140px;
	display: inline-block;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 2px solid white;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color: #4988fe;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	display: block;
	float: none;
	outline: none;
	padding: 1.5em 0;
}

.ui-widget-header {
	border: none;
	background: none;
	margin: 0 0 -1px 0;
}

.ui-widget-header .ui-state-default {
	background: none;
	border: 1px solid #dbe8ff;
}

.ui-widget-header .ui-state-active {
	border: 1px solid #4988FE;
}

ul[role="tablist"] {
	padding-left: 0;
}

@media screen and (max-width:380px) {
	li[role="tab"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 586px) {
	.ui-tabs .ui-tabs-nav li {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
}

@media (max-width: 960px) {
	.ui-tabs .ui-tabs-nav li {
		margin: 0px;
	}
	.ui-tabs .ui-tabs-nav li a {
		margin-left: 5px;
		margin-right: 5px;
		padding: 20px 30px 20px 18px;
	}
	.cover-page header {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.cover-page #division  > .flex {
		display: block;
	}
	.cover-page #division  > .flex  > section {
		width: 100%;
	}
	.cover-page #forum {
		margin-left: 40px;
		margin-right: 40px;
	}
	.cover-page #reference_division > .flex {
		display: block;
	}
	.cover-page #reference_division > .flex > section {
		width: 100%;
	}
	.cover-page #forum {
		margin-left: 40px;
		margin-right: 40px;
	}
	.cover-page #versions {
		margin: 0 0 24px 0;
		position: static;
	}
}

header a h1 {
	color: #434343;
}

a h1 img {
	position: relative;
	top: -3px;
	vertical-align: middle;
	width: 50px;
	padding-right: 7px;
}

#navrow1 {
	display: none;
}

#main-nav {
	display: none;
}

header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px #f1f1f1 solid;
	height: 70px;
	z-index: 1;
}

header:after {
	content: "";
	display: table;
	clear: both;
}

header * {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

header ul {
	margin: 0;
	padding: 0;
}

header .brand {
	height: 70px;
	padding: 16px 30px;
}

header .brand img {
	height: 100%;
}

header .brand .logo-desc {
	color: #111;
	font-size: 20px;
	padding: 4px 8px 8px;
}

header nav, header .formatPicker {
	margin-left: 110px;
	line-height: 70px;
}

header nav a, header .formatPicker a {
	color: #111;
	margin-left: 5px;
	margin-right: 20px;
	line-height: inherit;
}

.title {
	font-family: "Roboto", sans-serif;
	font-size: 34px;
	font-weight: 100;
	margin: 20px 30px 45px 30px;
	max-width: 750px;
}

#menuOpener {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

#menuOpener .fa {
	font-size: 24px;
	padding: 20px;
	color: #111;
}

@media (max-width: 980px) {
	#menuOpener {
		display: inline-block;
	}
	#doc-content, #searchResults {
		margin: 0px !important;
	}
	#side-nav, #refinements {
		background: #fff;
		box-sizing: border-box;
		padding-top: 110px;
		z-index: 2;
		width: 350px !important;
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-ms-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	#nav-tree {
		height: 100% !important;
	}
	header {
		position: relative;
		z-index: 3;
	}
	header nav, header #searchForm, header #queryInfo, header .formatPicker {
		display: block;
		line-height: 50px;
		padding-left: 30px;
		margin-left: 0;
		background: #fff;
		width: 340px;
		box-sizing: border-box;
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-ms-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	.menuOpened #side-nav, .menuOpened #refinements, .menuOpened nav, .menuOpened #searchForm, .menuOpened #queryInfo, .menuOpened .formatPicker {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.ui-resizable-handle.ui-resizable-e {
	background: none;
	border-left: 1px solid #efefef;
}

#nav-sync {
	display: none;
}

#side-nav {
	width: 350px;
}

#nav-tree {
	background: none;
}

#nav-tree-contents {
	margin: 0;
}

#nav-tree-contents  > ul {
	background: #fafafa;
	padding-top: 24px;
}

#nav-tree-contents  > ul  > li > .item {
	padding-left: 30px;
}

#nav-tree-contents  > ul  > li > .item .arrow {
	display: none;
}

#nav-tree-contents  > ul  > li > .item  > .label > a {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 35px 20px 0px;
}

#nav-tree-contents .arrow {
	display: inline-block;
	font-size: 12px;
	opacity: 0.8;
	vertical-align: text-bottom;
}

#nav-tree-contents li .item {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

#nav-tree-contents li .item.selected {
	background: none;
	text-shadow: none;
}

#nav-tree-contents li .item.selected a {
	color: #799bff;
}

#nav-tree-contents li .item.selected a:after {
	border-color: #fec449;
	opacity: 1;
}

#nav-tree-contents li .label a {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	color: #111;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 35px 13px 6px;
	white-space: normal;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#nav-tree-contents li .label a:after {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	border: 4px solid #f2f3f3;
	bottom: 0;
	content: " ";
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#nav-tree-contents li .label a:hover {
	color: #799bff;
}

#nav-tree-contents li .label a:hover:after {
	opacity: 1;
}

#nav-tree-contents .item span + span.label a {
	padding-left: 0px;
}

.search-form {
	position: absolute;
	right: 30px;
	top: 18px;
}

.search-form .search-form__input {
	border: none;
	border-bottom: 1px #ccc solid;
	color: #545454;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	padding: 8px;
}

.search-form .search-form__input:focus {
	outline: none;
}

button.fa-search {
	background: none;
	border: none;
	font-size: 16px;
	margin: 0;
	outline: none !important;
	padding: 8px;
	padding-left: 30px;
	margin-bottom: 5px;
}

.tooltip {
	background-color: #898989;
	border-radius: 6px;
	color: #fff;
	margin: 0;
	padding: 5px 12px;
	position: relative;
	text-align: center;
	visibility: hidden;
	z-index: 1;
}

.searchtooltiptext {
	top: -20px;
}

.filtertooltiptext {
	margin: 5px 5px;
	top: -10px;
}

.fa-search:hover + .searchtooltiptext {
	visibility: visible;
}

@media (max-width: 980px) {
	.search-form {
		float: none;
		margin-right: 0;
		position: static;
	}
}

.doxtable, .markdownTable {
	border-collapse: collapse;
	margin-bottom: 24px;
	max-width: 100%;
	width: 100%;
}

.doxtable th, .markdownTable th {
	border-bottom: 1px solid #ddd;
	font-size: 0.8em;
	padding: 4px 8px;
	vertical-align: bottom;
}

.doxtable td, .markdownTable td {
	border-top: 1px solid #eee;
	padding: 7px 8px;
	vertical-align: top;
}

.doxtable tr:nth-of-type(even), .markdownTable tr:nth-of-type(even) {
	background-color: #fdfdfd;
}