body{
	padding-top: 106px;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	color: #5F5F5F;
}
/* shadow utility class */
.shadow{
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.45);
}
/* gambio header */
.main-header{
	background-color: #3c96f3;
	color: white;
	min-height: 50px;
}
.main-header .icon-bar{
	background:white;
}
.main-header a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.main-header .navbar-brand{
	padding: 0;
}
.main-header .gambio-logo-img{
	display: inline-block;
	margin-top: 5px;
	min-height: 40px;
	max-height: 40px;
}
.main-header .nav-link{
	padding: 10px;
	font-size: 16px;
}
@media(min-width: 768px){
	#apigen-navbar-collapse-1 .navbar-nav{
		float: right;
		display: flex;
		min-height: 50px;
		align-items: center;
		justify-content: center;
	}
}
/* navigation sidebar */
.side-nav {
	margin-top: 1.2em;
}
.side-nav.affix {
	position: relative;
	overflow: auto;
	width: 100%;
	padding-left: 6px;
}
/* have it display a leading caret */
.nav-toggle.collapsed::before{
	content: "▸";
	margin-right: 5px;
}
.nav-toggle:not(.collapsed)::before{
	content: "▾";
	margin-right: 3px;
}
.nav-sidebar {
	overflow-x: hidden;
}
@media(min-width: 768px){
	.nav-sidebar {
		min-height: 81vh;
	}
}
.nav-sidebar ul {
	list-style-type: none;
	padding-left: 0.8em;
}
.nav-sidebar a {
	text-decoration: none;
	cursor: pointer;
	color: #34495e;
}
.nav-sidebar > li > a:not(.nav-toggle)::before{
	content: ' ';
}
.nav-sidebar li a {
	padding: 0.3em;
	position: relative;
	display: block;
}
.nav-sidebar li a:hover{
	background-color: #eee;
}
.nav-inner li a{
	font-size: 0.95em;
	padding: 0.2em 0.4em;
}
/* content section */
.page-header{
	margin: 0;
	font-weight: 700;
}

a.nav-selected {
	font-weight: bold;
}
a.open{
	font-weight: bold;
	color: #3c96f3;
}
/* Methods summary */
.summary .element{
	margin-bottom: 1em;
}
/* Summary sections */
#content h2 {
	margin-top: 1.3em;
}

/* gambio footer */
.main-footer {
	background: #1b1b1b;
	position: absolute;
	color: white;
	width: 100%;
	padding-top: 15px;
	height: 50px;
	font-weight: bold;
}
/* search box */
#search-results{
	position: fixed;
	background: white;
	z-index: 1010;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid rgba(0,0,0,.075);
	margin-top: -1em;
}
#search-results ul {
	list-style-type: none;
	padding: 0;
}
#search-results ul li {
	padding: 0.2em 0.5em;
	cursor: pointer;
}
#search-results ul li.search-suggestion-highlight {
	background: #3c96f3;
	color: white;
}