p,
li {
	font-size: 15px;
}

.header-wrap li,
.attr-table table,
p,
li,
p.code-bg {
	font-family: 'Apercu Avnet Mono', monospace;
}

.code-json span,
.json-code-wrap,
span.json-open,
p.code-json, 
.header-wrap h4 {
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px
}

.json-code-wrap {
	background: #F4F4F4;
	padding: 20px;
	border-radius: 8px;
}

td.table-title {
	font-weight: bold;
	font-size: 15px;
}



.header-wrap li {
	padding: 5px 0px;
	list-style-type: square;
}

.header-wrap {
	background: #F4F4F4;
	padding: 0 20px 20px;
	border-radius: 8px;
}

.header-wrap h4 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

.json-code-wrap pre {
	border: none;
}

.button-wrap {
	position: relative;
}

img#copyAttr {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.json-code-wrap {
	background: #F4F4F4;
	padding: 20px;
	border-radius: 8px;
}

.button-wrap span {
	position: absolute;
	right: 15px;
	top: 45px;
	color: green;
}

div#main {
	margin-left: 300px;
}

.page-section {
	border-top: 1px solid #393939;
	margin: 6% 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #161616;
	padding: 1em 0 0;
	word-wrap: break-word;
}

h1.first {
	position: relative;
	font-family: "IBM Plex Mono", monospace;
	font-size: 38px;
}


/* welcome page start */
h1.first:before {
	content: '//';
	margin-right: 20px;
	color: #41C363;
	letter-spacing: -9px;
}

.page-h1 {
	font-family: "IBM Plex Mono", monospace;
	font-size: 42px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0;
}

.page-h2 {
	font-family: "IBM Plex Mono", monospace;
	font-size: 32px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0;
}

.page-h3 {
	font-family: "IBM Plex Mono", monospace;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0;
}

.page-h4 {
	font-family: "IBM Plex Mono", monospace;
	font-size: 42px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0;
}

.page-txt {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 10px 0;
    margin-bottom: 20px;
}

.page-infoSec {
	background-color: #F4F4F4;
	padding: 10px;
	border-radius: 6px;
	margin: 15px 0;
}

.page-infotxt img {
	float: left;
	margin: 4px 4px 0 0;
}


.page-logos {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.logobg {
	float: left;
	width: 240px;
	height: 72px;
	background-color: #fff;
	border-radius: 6px;
	padding-top: 20px;
	text-align: center;
	border: 1px solid #E0E0E0;
}

.page-list li {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.page-l2 {
	float: left;
	margin: 0 0 0 20px;
}

.page-l3 {
	float: left;
	margin: 0 0 0 20px;
}

/* side Nav sart */

div#sub {
	position: absolute;
	width: auto;
	margin-left: 20px;
	background-color: #fff;
	border: none
}

.bodySection {
	float: left;
	width: 100%;
	margin: 0;
}

.sidenav::-webkit-scrollbar {
	width: 5px;
}

.sidenav::-webkit-scrollbar-thumb {
	background: #262626;
	border-radius: 10px;
}

.sidenav::-webkit-scrollbar-thumb:hover {
	background: #333333;
}

.sidenav {
	height: 100%;
	width: 216px;
	/* position: fixed;*/
	border-right: 1px solid #262626;
	z-index: 1;
	top: 38px;
	left: 0;
	overflow-x: hidden;
	padding: 10px 20px;
}

.sidenav a,
.dropdown-btn {
	padding: 6px 8px 6px 12px;
	margin: 4px 0 4px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #818181;
	display: block;
	width: 90%;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}

.sidenav a.active,
.sidenav a:hover,
.dropdown-btn:hover {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #161616;
	background-color: #E0F8E5;
	border-left: 4px solid #194E2A;
	padding: 6px 8px 6px 8px;
}

.sidenav .active,
.sidenav .active:hover {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #194E2A;
	border-left: 4px solid #194E2A;
	padding: 6px 8px 6px 8px;
}

.sidenav_heading {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	color: #161616;
	margin: 14px 0 6px 0;
}

.dropdown-btn,
.dropdown-btn:hover {
	padding: 6px 8px 6px 2px;
	margin: 4px 0 4px 0;
}

.dropdown-btn::before {
	content: ">";
	margin-right: 3px;
}


.dropdown-container {
	display: none;
}

.sidenav_subsec {
	border-top: 1px dashed #f4f4f4;
	margin: 16px 0 125px 0;
	padding: 10px 0 0 0;
}

.sidenav_subsec span {
	font-family: 'Apercu Avnet Mono', monospace;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	color: #0072C3;
}

/* side nav end */

.page-content {
	padding-left: 50px;
}

.attr-table table {
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
}

.attr-table table td {
	border-radius: 8px;
	background: #F4F4F4;
	border: none;
	padding: 10px
}

.page-txt span.post {
	color: #41C363;
}

p.code-bg {
	background: #F4F4F4;
	padding: 10px;
	border-radius: 8px;
}

p.code-json {
	background: #F4F4F4;
	padding: 20px;
	border-radius: 8px;
}

.code-json>span {
	display: block;
	padding-left: 20px;
}

p.required {
	color: red;
	font-weight: 100 !important
}

td.table-title:first-child {
    width: 150px;
}
p.post.page-txt {
    font-size: 20px;
}
.json-code-wrap pre {
    padding: 0;
}
#user-nav li.first.sign-in, li.register {
    visibility: hidden;
}

h1.first{
	padding-top: 0;
}