/* @group reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, menu, nav, header, footer {
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	-webkit-text-size-adjust: none;
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */
html, body {
	height: 100%
}

body {
	background: #fff;
}

.api-navigation {
	width: 199px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border-right: 1px solid #ddd;
	padding: 15px 0px;
	background: rgba(167, 172, 177, 0.1);
	overflow-y: auto;
}

.api-content {
	position: fixed;
	top: 0px;
	left: 200px;
	right: 0px;
	bottom: 0px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.api-section {
	clear: both;
}

.api-section-clear {
	clear: both;
	height: 0px;
}

.api-section-text {
	float: left;
	width: 50%;
	height: inherit;
	border-bottom: 1px solid #ddd;
	padding-top: 6px;
	padding-bottom: 15px;
	overflow-x: hidden;
}

.api-section-text a.nav {
	display: block;
	height: 10px;
}

.api-section-text h1,
.api-section-example h1 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding: 0px 20px 10px;

}

.api-section-text h2,
.api-section-example h2 {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	padding: 0px 20px 0px;
}

.api-section-text h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin: 0px 20px;
	padding-top: 30px;
}

.api-section-text p,
.api-section-example p {
	font-size: 12px;
	font-weight: 200;
	color: #666;
	line-height: 1.4em;
	padding: 10px 20px 0px;
}

.api-section-text p a {
	color: #369cf7;
	font-size: inherit;
}

.api-section-text p a:hover {
	text-decoration: underline;
}

.api-section-example h1,
.api-section-example h3 {
	color: #fff;
}

.api-section-example p {
	color: rgba(255, 255, 255, 0.5);
	font-family: Monaco, Consolas, "Lucida Console", monospace;
	margin-bottom: 30px;
	padding-top: 0px;
}

.api-section-example p b {
	color: rgba(255, 255, 255, 0.8);
}

.api-section-example p.status {
	margin-bottom: 10px;
}

.api-section-example h2 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: Monaco, Consolas, "Lucida Console", monospace;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase
}

.api-section-example .json {
	color: #fded82;
	margin: 0px 10px;
	line-height: 1.4em;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, 0.08) 0px 1px 0px, inset rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

.api-section-example .json pre {
	font-family: Monaco, Consolas, "Lucida Console", monospace;
	overflow: hidden;
	color: #cc7eda;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}

.api-section-example i {
	font-style: normal;
	color: #fff;
}

.api-section-example i.red {
	color: #f83b47;
}

.api-section-example i.green {
	color: #9fe85e;
}

.api-section-example i.yellow {
	color: #fded82
}

.api-section-example i.gray {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.07);
	padding: 2px;
}

.api-section-example {
	float: left;
	width: 50%;
	background: #2b3341;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0px 5px;
	overflow-x: hidden;
}

.api-navigation ul ul {
	display: none;
}

.api-navigation ul li.title {
	display: block;
	color: #a7acb1;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 8px 8px;
}

.api-navigation ul li:first-child {
	padding-top: 0px;
}

.api-navigation ul li a {
	display: block;
	line-height: 24px;
	height: 24px;
	padding: 0px 8px;
	color: #369cf7;
	font-weight: 500;
}

.api-navigation ul li li a {
	padding-left: 20px;
	font-weight: 300;
}

.api-navigation ul li a:hover {
	background-color: rgba(53, 155, 247, 0.1);
	cursor: pointer;
}

.api-navigation ul li a.selected {
	background-color: #369cf7;
	color: #fff;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
}

table.parameters {
	width: 100%;
	margin: 30px 0px 10px;
}

table.parameters td.label {
	width: 30%;
	font-weight: 500;
	color: #333;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: right;
}

table.parameters td.label label {
	font-weight: 500;
	color: #333;
	font-size: 13px;
}

table.parameters td.label small {
	display: block;
	font-weight: 200;
	font-size: 11px;
	text-transform: uppercase;
	color: #91bbdf;
	padding-top: 8px;
}

table.parameters td.label.red small {
	color: #f83b47;
}

table.parameters td {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 70%;
	font-weight: 500;
	color: #333;
	font-size: 13px;
	color: #333;

}

table.parameters td p,
table.parameters td h4 {
	padding: 0px 0px 5px;
}

table.parameters td p {
	line-height: 1.6em;
}

table.parameters td b {
	margin-right: 4px;
	font-weight: 500;
	color: #333;
	font-size: 11px;
}

table.parameters td h4 {
	font-weight: 500;
	color: #333;
	font-size: 13px;
}

table.parameters td h4 span {
	background: #f6f7f7;
	padding: 1px 4px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
	margin-right: 5px;
	font-size: 11px;
}

table.parameters td p span {
	font-size: inherit;
	background-color: rgba(53, 155, 247, 0.1);
	padding: 1px 4px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: inherit;
	margin: 0px 2px;
	font-size: 11px;
}

table.parameters td p span.red {
	background-color: rgba(248, 58, 70, 0.1);
}

.header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
	z-index: 100;
	display: none;
}

.header .tabs {
	height: 30px;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	position: absolute;
	top: 10px;
}

.header .tabs a {
	color: #333;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	display: block;
	width: 140px;
	float: left;
	line-height: 30px;
}

.header .tabs a.selected {
	background-color: #369cf7;
	color: #fff;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
	border-radius: 3px;
}

@media (max-width: 770px) {
	.header {
		display: block;
	}

	.api-navigation {
		display: none;
	}

	.api-navigation.open {
		display: block;
		top: 50px;
		width: 100%;
		z-index: 99;
		background: #f6f7f7
	}

	.api-content {
		position: absolute;
		top: 0px;
		padding-top: 20px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

	.api-section-text {
		width: 100%;
	}

	.api-section-example {
		width: 100%;
	}

	.api-section-text.hidden,
	.api-section-example.hidden {
		display: none;
	}

	.menu {
		position: absolute;
		font-size: 20px;
		right: 15px;
		top: 15px;
	}
}