.shortcode_h
{
	color: #666;
}
.shortcode_h .na
{
	font-weight: 700;
	color: #000;
}
.sc_option
{
	padding-top: 20px;
}
/* 
 * flat colors
 */
.peter_river
{
	background-color: rgba(66,139,202,0.2);
}
.turquuise
{
	background-color: rgba(22,160,133,0.2);
}
.amethyst
{
	background-color: rgba(142,68,173,0.2);
}
.carrot
{
	background-color: rgba(243,156,18,0.2);
}
.alizarin
{
	background-color: rgba(192,57,43,0.2);
}
.asbestos
{
	background-color: rgba(122,141,142,0.2);
}
.nephritis
{
	background-color: rgba(39, 174, 96,0.2);
}
/* 
 *
 */
.h_red
{
	color: rgba(192,57,43,1);
}

html body
{
	background-color: #ECF0F1;
	padding-top: 0px;
}
html body *
{
	font-family: 'Open Sans', sans-serif;
}
html .header,
html .footer
{
	background-color: #16a085;
	color: #ffffff;
	position: relative;
	z-index: 100;
}
html .footer a
{
	color: #ffffff;
}
html .header .mmm
{
	min-height: 130px;
	line-height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}
html .header .mmm
{
	text-align: center;
}
html .header .mmm > span
{
	font-size: 60px;
	font-weight: 300; 
	vertical-align: middle;
	position: relative;
}
html .header .mmm > span:after
{
	content: 'Documentation';
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	font-size: 13px;
}
html .footer
{
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
html .primary_content .page-header
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
html .small_caption
{
	padding-top: 45px;
	margin-top: 0px;
}
html body img
{
	max-width: 100%;
	width: 100%;
}
html body .no_top_margin
{
	margin-top: 0px !important;
}


body {
	position: relative; /* For scrollyspy */
	padding-top: 50px; /* Account for fixed navbar */
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */

.bs-docs-nav {
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	background-color: #563d7c;
	border-color: #463265;
	box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-collapse {
	border-color: #463265;
}
.bs-docs-nav .navbar-brand {
	color: #fff;
}
.bs-docs-nav .navbar-nav > li > a {
	color: #cdbfe3;
}
.bs-docs-nav .navbar-nav > li > a:hover {
	color: #fff;
}
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #463265;
}
.bs-docs-nav .navbar-toggle {
	border-color: #563d7c;
}
.bs-docs-nav .navbar-toggle:hover {
	background-color: #463265;
	border-color: #463265;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
	position: static;
}

/* First level of nav */
.bs-sidenav {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top:    10px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	background-color: #f7f5fa;
	border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
	text-shadow: none;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a
{
	font-weight: bold;
}
.bs-sidebar .nav li > a:hover {
	color: #16a085;
}
/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
	display: none; /* Hide by default, but at >768px, show it */
}
.bs-sidebar li li {
	padding-left: 20px;
}
.bs-sidebar .nav .nav > li > a {
	padding-top:    3px;
	padding-bottom: 3px;
	font-size: 90%;
}

.bs-sidebar li > a:before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-width: 3px 4px;
	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #444444;
	position: relative;
	top: -1px;
	left: -5px;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
	.bs-sidebar .nav > .active > ul {
		display: block;
	}
	/* Widen the fixed sidebar */
	.bs-sidebar.affix,
	.bs-sidebar.affix-bottom {
		width: 213px;
	}
	.bs-sidebar.affix {
		position: fixed; /* Undo the static from mobile first approach */
		top: 10px;
	}
	.bs-sidebar.affix-bottom {
		position: absolute; /* Undo the static from mobile first approach */
	}
	.bs-sidebar.affix-bottom .bs-sidenav,
	.bs-sidebar.affix .bs-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	.bs-sidebar.affix-bottom,
	.bs-sidebar.affix {
		width: 263px;
	}
}

h1[id] {
	padding-top: 80px;
	margin-top: -45px;
	font-weight: 300;
}


.sidebar_overlayer {
	height: 240px;
	width: 101%;
	position: relative;
	z-index: 10;
	background: transparent;
	background: -moz-linear-gradient(top, #ECF0F1 65%, transparent 100%);
	background: -webkit-linear-gradient(top, #ECF0F1 65%, transparent 100%);
	background: -o-linear-gradient(top, #ECF0F1 65%, transparent 100%);
	background: -ms-linear-gradient(top, #ECF0F1 65%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ECF0F1), color-stop(100%, transparent));
	background: linear-gradient(to bottom, #ECF0F1 65%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECF0F1', endColorstr='transparent',GradientType=0 );
}