/* 0.0 - 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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}


.doc-clearfix {
	zoom: 1;
}

.doc-clearfix:before, .doc-clearfix:after {
	content: "";
	display: table;
}

.doc-clearfix:after {
	clear: both;
}

.doc-clearboth {
	clear: both;
}

body {
	color: #424242;
	background: #dddddd;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6, .doc-navigation .doc-navigation-section ul li, .doc-content-label {
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #424242;
}

body, select, input, button, textarea, p, li, .toggle h4, .accordion h4 {
	font-family: 'Open Sans', sans-serif;
}

pre {
    border: #e8e8e8 1px solid;
	background: #f8f8f8;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 159%;
    margin: 0 0 30px 0;
    padding: 16px 20px;
    white-space: pre-wrap;
}

.doc-navigation {
	width: 350px;
	background: #fff;
	overflow-y: scroll;
	height: 100vh;
	float: left;
	position: fixed;
	
}

.doc-navigation .doc-navigation-section h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 45px 30px;
}

.doc-navigation .doc-navigation-section ul li {
	font-size: 14px;
	font-weight: 600;
}

.doc-navigation .doc-navigation-section ul li:first-child a {
	border-top: #e8e8e8 1px solid;
}

.doc-navigation .doc-navigation-section ul li a {
	padding: 20px 45px;
	display: block;
	border-bottom: #e8e8e8 1px solid;
	text-decoration: none;
}

.doc-navigation .doc-navigation-section ul li.doc-navigation-current a,
.doc-navigation .doc-navigation-section ul li a:hover {
	background: #f5f5f5;
}

.doc-content-wrapper {
	float: left;
	width: calc(100% - 360px);
	max-width: 1100px;
	padding: 0 30px;
	margin: 0 0 0 350px;
}

.doc-content-wrapper h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin: 60px 0;
}

.doc-support-msg {
	padding: 30px;
}

.doc-support-msg,
.doc-content {
	background: #fff;
	margin: 0 0 30px 0;
}

.doc-support-msg i {
	margin: 0 10px 0 0;
	font-size: 22px;
	top: 2px;
	position: relative;
	color: #424242;
}

.doc-support-msg p {
	margin: 0;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	margin: 0 0 25px 0;
	color: #5e5e5e;
}

p a,
.doc-support-link,
.doc-content li a {
	color: #0388bd;
	font-weight: 600;
}

p a:hover,
.doc-support-link:hover,
.doc-content li a:hover {
	text-decoration: underline;
}

img {
	margin: 0 0 30px 0;
	max-width: calc(100% - 10px);
	border: #e8e8e8 1px solid;
	padding: 5px;
}

.doc-content h1 {
	font-size: 24px;
	font-weight: 600;
	float: left;
}

.doc-content .doc-support-link {
	float: right;
	margin: 4px 0 0 0;
}

.doc-content .doc-support-link i {
	margin: 0 0 0 8px;
}

.doc-content .doc-content-header {
	margin: 0 0 55px 0;
	padding: 55px 30px;
	border-bottom: #e8e8e8 1px solid;
}

.doc-content-inner {
	padding: 0 30px 30px 30px;
}

.doc-content h1.doc-small-title {
	margin: 10px 0 30px 0;
}

.doc-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.doc-content-label {
	font-size: 16px;
	font-weight: 600;
	width: 33px;
	height: 26px;
	padding: 7px 0 0 0;
	display: inline-block;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	border: #202124 2px solid;
	float: left;
	top: -9px;
	position: relative;
}

.doc-content-section {
	float: right;
	width: calc(100% - 50px);
}

.doc-content-section-wrapper {
	margin: 0 0 30px 0;
}

.doc-content strong {
	font-weight: normal;
	background: #fff6d2;
	padding: 2px 7px 3px 7px;
}

.doc-content em {
	border-bottom: 1px dashed;
	color: #202124;
}

.doc-footer {
	margin: 30px 0 30px 0;
}

hr {
	border: none;
	background: #e8e8e8;
	height: 1px;
	margin: 0 0 50px 0;
}

.doc-content ol li {
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 12px 0;
	line-height: 140%;
}

.doc-content ol {
	margin: 0 0 35px 15px;
}

.doc-content ul li {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 12px 0;
	line-height: 140%;
}

.doc-content ul {
	margin: 0 0 35px 15px;
}

.doc-notice {
	background: #fff6d2;
	padding: 10px 20px;
	margin: 0 0 50px 0;
}