/*!
 * Documenter 2.0
 * http://rxa.li/documenter
 *
 * Copyright 2011, Xaver Birsak
 * http://revaxarts.com
 *
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html {
	font-size:101%;
	font-family:'Nunito', sans-serif;
	font-size:16px;
	line-height: 30px;
	-webkit-text-size-adjust:none;
	color:#797e89;
	background-color:#ffffff;
}
::-moz-selection {
    background: #444444;
    color: #DDDDDD;
}
::selection {
    background: #444444;
    color: #DDDDDD;
}
body{
	min-height:100%;
	height:auto;
	width:100%;
}
footer, header, section {
	display:block;
}
h1, h2,  h3, h4, h5, h6 {
	font-family:'Inter', sans-serif;
    color: #1f2531;
}
a {
    color: #00bbee;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover {
    text-decoration:underline
}
p, ul, ol{
	margin:18px 0;
	line-height:1.5em;
}
li{
	list-style:none;
}
li.placeholder{
	height:70px;
	width:100%;
	font-size:16px;
}
strong{
	font-weight:700;
	color: #333333;
}
.wrapper {
	/* background: #ffffff url('../img/bg.png') right top no-repeat; */
	background: #ffffff;
	overflow: hidden;
	min-height: 460px;
}
#documenter_buttons{
	position:absolute;
	right:10px;
	margin-top:-30px;
}
.btn{
	cursor:pointer;
	width:auto;
	padding:7px 7px 8px;
	border-radius:3px;
	border:1px solid #ccc;
}
.btn:hover{
	border:1px solid #B1B4B0;
	box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	text-decoration:none;
}
.btn:active{
	border:1px solid #B1B4B0;
	box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
	background-color:#eee;
}

#documenter_content{
	position:absolute;
	right:18px;
	left:376px;
	padding-bottom:88px;
	padding-top: 98px;
	min-height:100%;
	height:auto;
	z-index:1;
    max-width: 1170px;
}
#documenter_sidebar{
	position:fixed;
	left:0;
	width:220px;
    padding: 0 25px 0 55px;
	height:100%;
	min-height:100%;
	z-index:100;
    background-color: #f7f6f1;
}
#documenter_sidebar a{
	position:relative;
	z-index:100;
}
img{
	border:0;
	max-width: 100%;
	height: auto;
}
#documenter_copyright{
	position:absolute;
	bottom:20px;
	font-size:14px;
	left:55px;
	width:190px;
	z-index:1;
	color: #747474;
    display: block;
    visibility: visible;
}
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;
}
.block{
	display: block;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/

#documenter_sidebar #documenter_logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;

	min-height:57px;
    height: 27%;
	width:194px;
	background-position:center center;
	background-repeat:no-repeat;
}
#documenter_sidebar #documenter_logo .logo{
	width:143px;
	height:31px;
	padding:10px;
    margin: 0 -10px;
}
#documenter_sidebar ul{
	font-size:14px;
	font-weight:500;
	min-height:150px;
	overflow:auto;
    height: calc(73% - 106px);
    padding: 0 25px 0 0;
}

#documenter_sidebar ul li{
	padding:0;
}
#documenter_sidebar ul a{
	display:block;
	padding: 9px 0 10px;
    color: #2d3131;
}
#documenter_sidebar ul a:hover,
#documenter_sidebar ul a.current{
	text-decoration:none;
    color: #00bbee;
}
#documenter_sidebar ul li ol{
	font-size:12px;
	min-height:10px;
	height:auto;
	overflow:auto;
	margin:0 0 0 24px;
	display:none;
}
#documenter_sidebar ul li ol li a{
	display:block;
	padding:5px 0;
}

/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/

#documenter_cover{
	position:relative;
	height:800px;
	padding-top:200px !important;
}
#documenter_cover li{
	list-style:none !important;
	margin-left:0 !important;
}
#documenter_cover p{
	width:500px;
}
#documenter_content section{
	padding-top:77px;
	margin-top: 71px;
	border-top: solid 2px #e1e1e1;
}
#documenter_content header + section {
    margin-top: 128px;
    border-top: none;
}
#documenter_content h1{
	font-size:50px;
	line-height: 1.2em;
	font-weight:700;
	letter-spacing: -0.025em;
}
#documenter_content h2{
	font-size:16px;
	margin-top: 9px;
	margin-bottom:35px;
	font-weight:600;
}
#documenter_content h3{
	font-size:30px;
    line-height: 36px;
	margin: 0 0 26px;
	font-weight:700;
    padding: 0 0 0 22px;
    position: relative;
}
#documenter_content h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    left: 0;
    right: auto;
    top: 2px;
    bottom: 1px;
    background-color: #00bbee;
}
#documenter_content h4{
	font-size:24px;
	margin: 0 0 18px;
    font-weight: 700;
	padding-top: 68px;
}
#documenter_content h5{
	font-size:20px;
    margin:68px 0 18px;
    font-weight: 700;
}
#documenter_content h6{
	font-size:16px;
    margin:38px 0 18px;
    font-weight: 700;
}
#documenter_content p{
	margin:18px 0;
    line-height:1.875em;
}
#documenter_content ol li{
	list-style:decimal;
	margin-left:36px;
}
#documenter_content ul li{
	list-style:square;
	margin-left:36px;
}
#documenter_content li:not(:first-child) {
    margin-top: 10px;
}
#documenter_content a{
	text-decoration: underline;
}
#documenter_content a:hover {
	text-decoration: none;
}
#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{
	padding:3px;
	text-align:left;
}
#documenter_content code{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	margin:0 10px;
}
#documenter_content .warning{
	padding:10px 10px 10px 30px;
	border:1px solid #D5D458;
	background-color:#F0FEB1;
	background-image:url(img/warning.png);
	background-repeat:no-repeat;
	background-position: 8px 11px;
}
#documenter_content .info{
	padding:10px 10px 10px 30px;
	border:1px solid #6AB3FF;
	background-color:#A3D0FF;
	background-image:url(img/info.png);
	background-repeat:no-repeat;
	background-position: 8px 11px;
}
#documenter_content div.alert {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#documenter_content div.alert-success,#documenter_content  div.alert-success div.alert-heading {
  color: #468847;
}
#documenter_content div.alert-danger,#documenter_content  div.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
#documenter_content div.alert-danger,
#documenter_content div.alert-error,
#documenter_content div.alert-danger div.alert-heading,
#documenter_content div.alert-error div.alert-heading {
  color: #b94a48;
}
#documenter_content div.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#documenter_content div.alert-info,#documenter_content  div.alert-info div.alert-heading {
  color: #3a87ad;
}
#documenter_content div.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
#documenter_content div.alert-block > p,#documenter_content  div.alert-block > ul {
  margin-bottom: 0;
}
#documenter_content div.alert-block p + p {
  margin-top: 5px;
}


.meta {
    font-weight: 500;
    color: #2d3131;
}
.shot {
	margin: 30px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	display: block;
	border: solid 1px #e5e5e5;
	background-color: #ffffff;
}
p .shot,
li .shot {
	margin: 30px 0;
}
p .shot:first-child,
li .shot:first-child {
	margin: 0 0 30px;
}
p .shot:last-child,
li .shot:last-child {
	margin: 30px 0 60px;
}




/*----------------------------------------------------------------------*/
/* Print Styles
/*----------------------------------------------------------------------*/

@media print {
	 * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	hr { border-top:1px solid #000 !important;border-bottom:0 !important; }
	
	#documenter_sidebar{
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		position:absolute;
		left:10px;
		top:0;
		width:100%;
		margin-top:500px;
	}
	#documenter_sidebar ul:before { content: "Table of Contents"; }

	#documenter_sidebar ul{
		border:0 !important;
	}
	#documenter_sidebar ul li{
		border:0 !important;
		text-align:left;
	}
	#documenter_sidebar ul li a{
		border:0 !important;
		text-align:left;
		padding:4px;
	}
	#documenter_sidebar ul li a:hover{
		border:0 !important;
	}
	#documenter_sidebar #documenter_logo{
		display:none;
	}
	#documenter_sidebar #documenter_copyright{
		display:none;
	}
	#documenter_content{
		left:10px;
	}
	#documenter_cover{
		margin-bottom:300px;
	}
	#documenter_content .warning{
		background-image:url(img/warning.png) !important;
		background-repeat:no-repeat !important;
		background-position: 8px 11px !important;
	}
	#documenter_content .info{
		background-image:url(img/info.png) !important;
		background-repeat:no-repeat !important;
		background-position: 8px 11px !important;
	}
}