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{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0}table{border-collapse:separate;border-spacing:0}blockquote:before,blockquote:after,q:before,q:after{content:""}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}a{text-decoration:none;position:relative;color:#000}audio,video,canvas{max-width:100%}
.clearfix:before,.clearfix:after,.container:before,.container:after{content:" ";display:table}.clearfix:after,.container:after{clear:both}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
html { 
 
}
body{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height:100%;
 
	font-family: 'Poppins', sans-serif;
  	min-height: 100vh;
 
   
	overflow-x:hidden !important;
}
 
a:hover { text-decoration:underline }
p, ul, ol{
	margin:18px 0;
	line-height:1.5em;
}
p {
	line-height: 24px;
 	font-size: 14px;
	font-weight: 300;
}
li{
	list-style:none;
}
li.placeholder{
	height:70px;
	width:100%;
	font-size:16px;
}
hr { 
	display:block;
	height:0px;
	line-height:0px;
	border:0;
	border-top:1px solid #d9d9d9;
 
	margin:20px 0;
	padding:0;
}
 
strong{
	font-weight:700;
}
.respimg {
	width: 100%;
	height: auto;
}
#documenter_content{
	position:relative;
	float:left;
 
	width:100%;
 
	padding:90px 0 300px 300px;
 
	height:auto;
	z-index:1;
	background: #fff;
}
#documenter_sidebar{
 	padding-top: 80px;
	overflow: auto;
	position:fixed;
	left:0;
	width:300px;
	height:100%;
	min-height:100%;
	z-index:100;
	background:#fff;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
#documenter_sidebar a{
	position:relative;
	z-index:100;
	color: #566985;
}
img{
	border:0;
}
#documenter_copyright{
	position:absolute;
	bottom:10px;
	font-size:10px;
	right:15px;
	width:200px;
	text-align:right;
	z-index:1
}
noscript{
	display:block;
	position:absolute;
	top:238px;
	margin:0 auto;
	width:800px;
	bottom:0;
	z-index:20;
}
noscript p{
	width:800px;
	font-size:20px;
	padding-top:20px;
	margin:0 auto;
	color:#4D4D4D;
}
.small{
	font-size:10px;
	letter-spacing:0;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/

 
#documenter_nav ul{
	font-size:12px;
	font-weight:700;
	min-height:150px;
 
	margin-top:  40px;
	border-bottom:1px solid #e9e9e9;
}

#documenter_nav li{
	text-align:right;
	padding:0;
}
#documenter_nav ul a{
	display:block;
	border-top:1px solid #e9e9e9;
 	font-size: 12px;
	padding:16px 35px;
	text-align:left;
	font-weight: 400;
	background: #f8f9fa;
}
#documenter_nav ul a:hover,#documenter_nav ul a.actscr-link{
 	text-decoration: none;
	background: #fff;color: #335CDC
}
.top-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	z-index: 101;
} 
.logo {
	position: absolute;
	top: 24px;
	left: 25px;
}
.navbar-nav {
	float: left;
	margin: 0 0 0 300px;
 	border-left: 1px solid #eee;
}
.navbar-nav li {
	float: left;
}
.navbar-nav li  a {
	text-transform: uppercase;
	height: 80px;
	line-height: 80px;
	padding: 0 60px;
	font-weight: 600;
	float: left;
	color: #566985;
	border-right: 1px solid #eee;
}
.navbar-nav li  a:hover{
	    background: #f8f9fa;
	text-decoration: none;
}
/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/
.info-list li a {
	color:#335CDC
}
#documenter_content section{
 
 	 width: 100%;
	float: left;
	position: relative;
  	border-bottom: 1px solid #eee;
	padding-left: 30px;

}
.sec-container {
 	 width:   1000px;
	float: left;
	position: relative;
	background: #f9f9f9;
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #eee;
	border-radius: 20px;
	overflow: hidden;
	
}
 
#documenter_content h1{
	font-size:30px;
	font-weight:700;
}
#documenter_content h2{
	font-size:20px;
	margin-bottom:18px;
 
}
#documenter_content h3{
	font-size:26px;
	margin:18px 0 0;
	font-weight:600;
	color:#444;
}
#documenter_content h4{
	font-size:20px;
	margin:18px 0;
	font-weight:300;
}
#documenter_content h5{
	font-size:16px;
	margin:18px 0;
	font-weight:100;
}
#documenter_content h6{
	font-size:14px;
	margin:18px 0;
	font-weight:100;
}
#documenter_content p{
	margin:18px 0;
}
#documenter_content ol li{
	list-style:decimal;
	margin:8px 0 8px 36px;
	font-size: 14px;
	color: #555
}
#documenter_content ul li{
	list-style:square;
	margin-left:36px;
}
#documenter_content dl{
}
#documenter_content dl dt{
	padding-top:12px;
	font-weight:700;
	font-size:14px;
}
#documenter_content dl dd{
	padding-top:3px;
	margin-left:18px;
}
#documenter_content table{
	border-collapse:collapse;
}
#documenter_content table th{
	font-weight:700;
}
#documenter_content table th, #documenter_content table td{
 
	text-align:left;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
background: #fff;
}
#documenter_content code, #documenter_content pre{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
#documenter_content .warning{
	padding:10px 10px 10px 30px;
	border:1px solid #D5D458;
	background-color:#F0FEB1;
 
}
#documenter_content .info{
	padding:10px 10px 10px 30px;
	border:1px solid #6AB3FF;
	background-color:#A3D0FF;
 
}
#documenter_content pre{
 
	line-height:19px;
}