/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
body{
	position: relative;
}
#maincontent{
	padding-left: 30px;
}
img{
	display: block;

}
h1{
	font-size: 25px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 10px;
	margin-top: 1em;
	color: #003366;
}
h2{
	font-size: 19px !important;
}
h3{
	font-size: 15px !important;
}
.sectioncontent{
	font-size: 16px !important;
	padding-top: 30px;
}
.sectionheader{
	border-bottom:1px solid #ccc;
}
.card-header, .card-header:hover {
	text-decoration: none;
	font-weight: 400;
	color: #003366;
}
a{    overflow-wrap: break-word;}

.bluebox{
	border: solid #7BA0CD 1.0pt;
	background: #D3DFEE;
	padding:10px;
	display: inline-block;
}

.sectioncontent code{
	font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
	font-size: 12px;
	line-height: 1.5;
	color: black;
	background-color: rgba(0,0,0,0.1);
	padding: 3px;
	border-radius: 3px;
}

.sectioncontent table td,.sectioncontent table th  {
	padding: 10px;
}
.listheader li{font-size: 15px;}
.listheader li h3{margin-bottom: 0px;}

pre{
	background: #1E2224;
	color: #e6db74;
}
.redfont{
	color: red !important;
}
.emptybox code{
	background-color: rgba(0, 0, 0, 0);
}
.emptybox{
	border:1px solid #ccc;
	padding:10px;
	display: inline-block;
}
.smallbox{
	border:1px solid #ccc;
	padding:5px 40% 5px 10px;
	display: inline-block;
}
/* ---------------------------------------------------
MEDIA QUERY 
----------------------------------------------------- */
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: -250px;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	background: #036;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow-x: hidden;
}

#wrapper.toggled #sidebar-wrapper {
	left: 0;
}

/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	/*text-indent: 20px;*/
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 12px 15px;
    line-height: 16px;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #0094da;
}
.sidebar-nav li a.active {
	color: #fff;
	background: #0094da;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}



.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}
a.dropdown-btn .fa-angle-up:before{
	position: absolute;
	right: 15px;
	top: 14px;
	transition: all .2s ease;
}
a.dropdown-btn.open .fa-angle-up:before{
	transform: rotate(180deg);
}
.sidebar-nav .dropdown-container a {
	padding: 8px 15px 8px 35px;
}
.sidebar-brand img{margin:0 auto;}
.sidebar-brand{padding: 20px 0;}
#sidebarCollapse:focus {
    outline: none;
    box-shadow: none;
}
#sidebarCollapse:hover {
    background-color: #ccc;
}
#togglewrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px 15px;
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	transition: all .3s ease;
}
#wrapper.toggled #togglewrapper{
	left: 250px;
}
.sidebar-nav li a.anc.highlight {
	color: #f78e1e;
	border-right: 5px solid #0094da;
}
pre.prettyprint {
    background-color: #1E2224;
    padding: 15px;
}
.apisection {
    padding: 40px 0px;
    border-bottom: 1px solid #ddd;
}
/*.dropdown-container{
overflow: hidden;
transition: max-height .3s ease;
}
.dropdown-btn + .dropdown-container {
max-height: 0;
}
.dropdown-btn.open + .dropdown-container {
max-height: 400px;
}*/
@media(min-width:768px) {
	#wrapper {
		padding-left: 0;
	}
	#wrapper.toggled {
		padding-left: 250px;
	}
	#sidebar-wrapper {
		width: 0;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 250px;
	}
	#page-content-wrapper {
		padding: 15px;
		position: relative;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}
#page-content-wrapper {
	padding: 15px;
	position: relative;
	padding-top: 58px;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}

@media(max-width:767px) {
	#wrapper.toggled{padding-left: 0;}	
	.sidebar-nav li a:hover {
		background: transparent;
	}
}

.poemslink{
	color: #007bff;	
}

