body {
	cursor: default;
}

@media screen and (max-width: 767px) {
	.site-header .navbar-brand>img {
		height: 42px !important;
		width: 86px !important;
		margin-top: 7px;
	}
}

figcaption {
	font-size: 80%;
	color: #a9a9a9;
}

h5 {
	background-color: #cbe8e8;
	padding: 10px;
	margin:0 0 16px 0;
}

.site-header .navbar-brand > img {
    max-height:66px;
}

.navbar {
	position: relative !important;
}

.navbar-header {
	height: 66px;
}

.sidenav ul  {
	list-style: none;
}

.sidenav .dropable ul ul {
    display: inherit;
}

.site-navigation .logo {
	height:66px;
}

#addLogo {
	position: absolute;
	top: -87px;
	display:none;
}

.main-content > header {
    border: 0;
    margin: 0;
}

a:hover {
	text-decoration:none;
}

.table2col td {
	vertical-align:top;
	padding:0 12px;
}

.valignTop td {
	vertical-align: top;
}

/* marker */

.marker {
	background-color: #ccc;
	color: white;
	font-size: 11px !important;
	line-height: 10px !important;
	padding: 0 6px;
	margin: 0;
	text-transform: uppercase;
}


/* method block */

.methodBlock td {
	vertical-align:top;
}

.methodBlock pre {
	
}

/* parameter block */

.parameterBlock {
}

.parameterBlock th {
	background-color:white !important;
	color:black !important;
}

.parameterBlock th, .parameterBlock td {
}

/* compact code view */
.compact {
	padding: 5px !important;
}

.compact > .language-name, .compact > a.clipboard-copy {
	display:none;
}

/* hotspot overlays */

.overlayTrigger {
	position:absolute;
	opacity:1;
	z-index:9999999;
	background-color: #fe7;
	border: 1px solid #fe7c60;
  	opacity:.2;
}

.overlay {
	background-color: white;
	border: 1px solid #888;
	border-radius: 5px;
	box-shadow: 4px 4px 4px #444;
	color: #333;
	display: none;
	padding: 6px 12px;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999999;
	font-family:Open Sans, sans-serif;
	font-size:14px;
	line-height:1em;
	font-weight:400;
}

.maxwidth33p {
	max-width:33%;
}


/* navigation-list */

.navigation-list {
	list-style: none;
	padding: 0;
	margin: 0;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

.navigation-list h6 {
	margin-bottom: 14px;
}

.navigation-list li {
	border: 1px solid #b0e3d9;
	margin: 0 6px 8px 0;
	padding: 0;
}

.navigation-list li:hover {
	border:1px solid #5cc7b2;
}

.navigation-list li a {
	display: block;
	line-height: 33px;
	margin-left: calc(22px + 1em);
	padding: 0;
	position: relative;
	text-indent: -1em;
}

.navigation-list li a:before {
	position: absolute;
	left: -12px;
	top: 9px;
	content: "\f105";
	font: normal normal normal 16px/1 FontAwesome;
}

.anchor-list li a:before {
	content: "\f107";
}

/* Table of contents list */

ul.TOCList {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ul.TOCList > li {
	list-style:none;
}

/* file tree overrides */

.file-tree {
	font-weight:bold;
	margin:0;
}

.file-tree i {
	font-family: Open Sans;
	font-weight: normal !important;
	color: #717171 !important;
	font-style: italic !important;
}

.file-tree li.is-folder {
	color:#888;
}

.file-tree li.is-folder::before {
	color:#888;
}



/* accordion */

.accordion-toggle {
	cursor: pointer;
	color:  #89c1e4;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}


/* table overrides */ 

.table > thead > tr > th {
	background-color: #ccc;
	border-bottom: 2px solid #ddd;
	color: white;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 6px;
	vertical-align: bottom;
}

.table-info tr > td:first-child {
	font-weight: 300;
	color #777;
}


.table-teaser-img {
	max-width:200px;
	max-height:100px;
	overflow: hidden;
}

/* tooltip.js */

.tooltip {
	font-family:Open Sans;
}
.tooltip-inner {
    background-color: #777;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #777;
}

/* footer */

.site-footer {
    background-color: #f0f0f0;
    color: #555;
    padding: 30px 15px;
    width: 100%;
    opacity: .8;
}

.footer-menu a {
    color: #555;
}

/* hide side navigation for print */
@media print {
   aside  {
     display:none;
   }
}
