/* left-nav header */

.highlighted-hash {
	background-color: #e5ff00;
	padding: 6px;
}

main -nav {
	position: sticky;
	top: 0;
	height: 60px;
	z-index: 4000;
	background-color: white !important;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* Terry, these default styles from bootstrap-docs.css were causing headers to overlap with
content on the Client API reference pages, causing the underlying content to be unclickable
*/

.bd-content > h2[id]::before,
.bd-content > h3[id]::before,
.bd-content > h4[id]::before {
	display: none;
}

/*
h4.name:before {
	display: block;
	height: 6rem;
	margin-top: -6rem;
	visibility: hidden;
	content: "";
}
*/

.method-name,
.method-signature {
	display: inline-block;
}

.navigation div.applicationName {
	border-top-right-radius: 0px !important;
}

main .nameContainer {
	border-top: 1px solid #a29f9f;
}

main .nameContainer h4 {
	font-weight: normal;
}

.navigation .search input {
	background-color: white;
}

pre[class*="language-"] {
	box-shadow: none !important;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	margin: 1em 0 1em 0;
}

.method-wrapper {
	display: flex;
	justify-content: space-between;
}

main .readme p {
	font-size: 1em;
}

.navigation li.item .title {
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.navigation li.item ul > li {
	font-size: 1em;
}

.method-toggle .fa {
	display: inline-flex;
	height: 100%;
	justify-content: center;
	cursor: pointer;
	margin-right: 8px;
	color: gray;
}

.method-toggle {
	cursor: pointer;
}

.navigation li.item .title a {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

a code {
	padding: 2px 4px;
	font-size: 90%;
	color: inherit;
	white-space: nowrap;
	background-color: inherit;
	border-radius: 4px;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	white-space: nowrap;
	background-color: rgba(239, 239, 239, 0.77);
	border-radius: 2px;
	color: #1c5986;
}

.last-generated {
	text-align: center;
}

main dt.tag-todo {
	margin-bottom: 1em;
	font-size: 12px;
	display: inline-block;
	background-color: #2497fc;
	color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
}

main h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 1em 0;
}

.bd-sidebar {
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	width: 350px;
}

.bd-toc-item {
	padding-left: 1em;
}

pre[class*="language-"] {
	border: 1px solid #cacaca !important;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
	display: none;
}

.nav-subsection .bd-toc-item {
	display: none;
	padding-left: 2em;
}

p {
	margin-bottom: 1.1em;
}

.navigation .list {
	height: 100%;
	padding: 0 0 75px 0;
	overflow-x: hidden;
}

a {
	color: #378090;
}

.bd-toc-item a {
	color: black;
}

.bd-navbar .navbar-nav .nav-link {
	color: black;
}

.bd-navbar {
	min-height: 4rem;
	background-color: #ffffff;
	box-shadow: none;
	border-bottom: 1px solid gainsboro;
}

.nav-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #2497fc;
	padding-left: 1em;
	width: 250px;
	height: 65px;
}

.nav-header a {
	color: white;
}

.navigation li.item {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	border-bottom: 0px;
}

.navigation li.item a {
	border-left: 3px solid transparent;
	width: 100%;
	display: block;
}

.api-docs-content {
	display: flex;
}

.current-page-link {
	border-left: 3px solid #2497fc !important;
	background-color: #e8e9ea;
	margin-left: -1em;
	padding-left: 1em;
	width: 100%;
}

.nav-section-title {
	font-weight: bold;
	margin: 10px 0 0 0.5em;
	color: #378090;
}

body {
	font-family: Roboto, sans-serif;
}

main -page-block-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

main -page-block {
	display: flex;
	flex-direction: column;
	padding: 0 1em 0 1em;
}

main -page-block-description {
	font-size: 0.85em;
	align-self: center;
}

main -page-block-link {
	padding: 0.5em 0.75em 0.5em 0.75em;
	background-color: #449cd1;
	color: #fafafa;
	border-radius: 2px;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-top: auto;
	align-self: center;
}

#wrap {
	margin: 0;
	transition: margin 0.5s;
}

main -nav {
	padding: 0;
	transition: padding 0.5s;
}

@media (min-width: 1400px) {
	#wrap {
		margin: 0 10em 0 10em;
		transition: margin 0.5s;
	}
	main -nav {
		padding: 0 10em 0 10em;
		transition: padding 0.5s;
	}
}

@media (max-width: 800px) {
	main -page-block-wrapper {
		display: flex;
		flex-direction: column;
	}
}

main -page-block-link:hover {
	color: #fafafa;
	text-decoration: none;
}

.nav-subsection li {
	display: none;
}

.navigation li.item > ul {
	display: none;
	margin: 0 0 0 0.5em;
}

.navigation li.item > ul > li {
	margin: 0 0 0 0.5em;
}

.navigation li.item .subtitle {
	margin-top: 0px;
}

.nav-subsection > * {
	padding-left: 1em;
}

.nav-subsection-title {
	width: 100%;
}

.active-nav-link,
.bd-toc-item:hover,
.nav-subsection-title:hover {
	background-color: #e8e9ea;
}

.bd-toc-item a {
	display: block;
	width: 100%;
}

.returnType {
	font-size: 0.75em !important;
}

main article ol > li {
	margin: 1em 0 1em 0;
}

main h2 {
	margin-bottom: 0.75em;
}

main article ol > li,
main article ul > li {
	margin-left: 2em;
}

main article p,
main table {
	margin-left: 1em;
}

p img {
	max-width: 100%;
	margin: 1em 0 1em 0;
}

.algolia-autocomplete {
	width: 400px;
}

/* Bottom border of each suggestion */

.algolia-docsearch-suggestion {
	border-bottom-color: #3a3dd1;
}

/* Main category headers */

.algolia-docsearch-suggestion--category-header {
	background-color: #fafafa;
	padding: 1em !important;
}

/* Highlighted search terms */

.algolia-docsearch-suggestion--highlight {
	color: #3a33d1;
}

/* Highligted search terms in the main category headers */

.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
	background-color: #fafafa;
}

/* Currently selected suggestion */

.aa-cursor .algolia-docsearch-suggestion--content {
	color: #272296;
}

.aa-cursor .algolia-docsearch-suggestion {
	background: #ebebfb;
}

.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
	color: white;
	background: #2497fc;
	font-weight: bolder;
}

.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
	float: left;
	width: 40%;
	display: none;
	padding-left: 0;
	text-align: right;
	position: relative;
	padding: 5.33333px 10.66667px;
	color: #2497fc;
	border-right-color: #2497fc;
	background-color: #fafafa;
	font-size: 0.9em;
	word-wrap: break-word;
	padding: 1em 1em 1em 0;
	font-weight: bold;
}

.algolia-autocomplete .algolia-docsearch-suggestion--content {
	width: 60%;
}

/* Just says "Documentation"*/

.algolia-docsearch-suggestion--category-header {
	display: none !important;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext");
html {
	font-family: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	margin: 0;
	color: rgb(51, 51, 51);
	line-height: 1.6;
}

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

article {
	padding-bottom: 30px;
}

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:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #1f606d;
}

.toc-entry a:hover {
	color: black;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;
	line-height: 1.4;
	cursor: text;
	scroll-margin-top: 85px;
}

h1 {
	padding-bottom: 0.3em;
	font-size: 2.25em;
	line-height: 1.2;
	border-bottom: 1px solid #eee;
}

h2 {
	padding-bottom: 0.3em;
	font-size: 1.75em;
	line-height: 1.225;
}

h3 {
	font-size: 1.5em;
	line-height: 1.43;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	color: #777;
}

mark {
	background: #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 {
	/*display:none; /* hide them because they are in weird places and I don't know how to take out of template. Terry */
	height: 4px;
	padding: 0;
	margin: 16px 0;
	background-color: #e7e7e7;
	border: 0 none;
	overflow: hidden;
	box-sizing: content-box;
	border-bottom: 1px solid #ddd;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	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;
}

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;
	box-sizing: content-box;
}

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/main/src/css/main.css */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

#main {
	margin-top: 62px;
}

.navbar-fixed-top .navbar-inner {
	padding-left: 20px;
	padding-right: 20px;
}

img.branding-logo {
	max-height: 30px;
	display: inline-block;
	padding: 0px;
	margin: -3px 5px 0 0;
}

.page-title {
	font-size: 220%;
	color: #2780e3;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 7px;
	display: block;
}

main .page-title {
	display: none;
}

footer {
	border-top: 1px solid #1967be;
	padding-top: 15px;
}

.custom-docs-tag {
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: white;
	font-weight: 400;
	display: inline-block;
	border-radius: 4px;
	font-size: smaller;
}

.experimental-tag {
	background-color: orange;
}

.beta-tag {
	background-color: orange;
}

hr {
	height: 1px;
}

::-webkit-scrollbar {
	height: 10px;
	width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 10px;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.bd-links {
		max-height: calc(100vh - 5rem);
		overflow-y: auto;
	}
}

main pre p {
	margin-bottom: 10px;
}

main table {
	width: 100%;
	margin-bottom: 15px;
}

main table th {
	padding: 3px 3px;
}

main table td {
	vertical-align: top;
	padding: 5px 3px;
}

main table .name {
	width: 110px;
}

main table .type {
	width: 60px;
	color: #aaa;
	font-size: 11px;
}

main table .attributes {
	width: 80px;
	color: #aaa;
	font-size: 11px;
}

main table .description {
	font-size: 12px;
}

main table .description p {
	margin: 0;
}

main table .optional {
	float: left;
	border-radius: 3px;
	background-color: #ddd !important;
	font-size: 0.7em;
	padding: 2px 4px;
	margin-right: 5px;
	color: gray;
}

main .nameContainer {
	position: relative;
	margin-top: 20px;
	padding-top: 5px;
	border-left: 3px solid #2497fc;
	display: flex;
	align-content: center;
	padding-left: 15px;
	margin-bottom: 9px;
	border-top: 0px;
}

main .nameContainer .inherited {
	display: inline-block;
	border-radius: 3px;
	background-color: #888 !important;
	font-size: 0.7em;
	padding: 2px 4px;
	margin-right: 5px;
}

main .nameContainer .inherited a {
	color: #fff;
}

main .nameContainer .tag-source {
	position: absolute;
	top: 17px;
	right: 0;
	font-size: 11px;
	font-weight: 400;
}

main .nameContainer .tag-source a {
	color: gray;
}

main .nameContainer.inherited {
	color: gray;
}

main .nameContainer h4 {
	margin-right: 150px;
	line-height: 1.3;
}

main .nameContainer h4 .signature {
	font-size: 13px;
	font-weight: normal;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

main .nameContainer h4 .type-signature.type a {
	color: #fff;
}

.navbar-nav-scroll > ul {
	margin-top: 4px;
}

blockquote {
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	border-left: 0.25rem solid #eceeef;
	color: #666666;
}

blockquote p {
	margin-bottom: 0px;
}

.right-nav-anchor.active {
	/* background-color: #e8e9ea; */
}

#legacy-bar {
	width: 100%;
	height: 28px;
	background-color: #8f2d56;
	color: #fff;
	margin: 0;
	padding: 4px;
	display: block;
	font-size: 12px;
	text-align: center;

	/* To be sticky at the top */
	position: sticky;
	top: 0;
	z-index: 1000;
}

#legacy-bar a {
	color: #fff;
	text-decoration: underline;
}

#legacy-bar img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-bottom: 4px;
}

header.navbar {
	top: 24px;
}
