@font-face { font-family: OpenSansLight; src: url('OpenSans-Light.ttf'); }
@font-face { font-family: OpenSansRegular; src: url('OpenSans-Regular.ttf'); }
@font-face { font-family: OpenSansSemiBold; src: url('OpenSans-SemiBold.ttf'); }

body {
  font-family: OpenSansRegular, sans-serif;
  background-color: #FAFBFC;
  font-size: 14px;
  color: #0E2950;
  line-height: 1.85;
  height: 100vh;
}

.flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.flex-container .nav {
  flex: 0 1 auto;
}

.flex-container .main-content {
  flex: 1 1 auto;
}

.span9 {
  display: flex!important;
  flex-direction: column;
  justify-content: space-between;
}

h1, h2, h3, h4, h5, h6 {
	font-family: OpenSansRegular, sans-serif;
  font-weight: 500; 
	word-wrap: break-word;
}
h1 {
	font-size: 24px;
  color: #3B4651;
}
h1 small {
  font-family: OpenSansLight, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #11BB98;
  border: 1px solid #11BB98;
  border-radius: 20px;
  padding: 4px 10px 6px;
  background-color: #DDF6F1;
  margin-right: 6px;
}

h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
  color: #546379;
}
h4 {
	font-size: 20px;
}
h5, h5 code {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

a {
  color: #266DD1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1E56A6;
  text-decoration: underline;
}

.main-content {
  margin-top: 0px;
  margin: 0px;
  height: 100%;
  display: flex;
}

.well {
  background-color: #F5F6F7;
  box-shadow: none;
  border: 0px;
  border-right: 1px solid #DEE1E4;
  padding: 0;
  margin-bottom: 0;
}

.dark {
	background: rgb(20,20,25);
	color: white;
}
.dark a {
	color: white;
}
.dark a:hover {
	color: rgb(200,200,200);
}
.dark blockquote {
	 border-left: 3px solid rgb(126,126,129);
}
.dark blockquote small {
	color: white;
	font-weight: bold;
}
.dark blockquote small:before {
	display: none;
}

/* #nav { */
/*   float: left; */
/*   width: 250px; */
/*   background: green; */
/* } */
/*#content .header { position:absolute; background:rgba(255,255,255,0.9); left:250px; right:15px; padding:0px 12px; border-bottom:1px solid #EEE;}*/
/*#content .body { padding-top:80px;}*/
.nav-list {padding: 0;	 }
.nav-list>li>a, .nav-list .nav-header {margin-right:0;}
.nav-list>li>a.treeLink {padding-left:20px;}
.nav-list a { overflow: hidden; font-size:14px; text-shadow: none!important; color: #0E2950;}
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:focus {
	background-color: #DEE1E4;
  color: #0E2950;
}
.nav-list>.active>a.treeLink:hover {
  background-color: #EAEBED;
  color: #0E2950;
}

.nav>li>a:hover {
  background-color: #EAEBED;
}

li {
  line-height: 32px;
}

.nav-list li i.fa {
	height: 16px;
	width: 16px;
	color: rgb(200,200,200);
	font-weight:normal;
	font-size:16px;
}

a.nav-header {
  line-height: 32px;
  color: #0E2950;
  font-size: 16px;
  font-weight: 500;
  font-family: OpenSansRegular, sans-serif;
  text-transform: capitalize;
}

li.expando {
  padding-left: 15px;
}

.row-fluid {
  display: flex;
  flex-direction: row;
  /* height: 100%; */
}

.viewsource {float:right}

/** Footer sitemap **/
footer{
	margin:10px 0;
  font-size:14px;

}
.section.site-footer {
	border-bottom: 0px;
}
.copyright {
	padding: 1px;
	overflow: hidden;
}
.dark .copyright a { color:#F48821; }

/* .doc { margin-top:16px; } */
.toggle-hide { display:block; }
.toggle-show { display:none; }
.toggle-on .toggle-hide { display:none !important; }
.toggle-on .toggle-show { display:block !important; }
.related-types .toggle-hide { padding-top:4px; }
/* .availability { margin-left:14px; color:#93a1a1; } */
/* .doc { margin-left:14px; } */



/* #nav li { list-style-type: none; } */
#nav .expando > ul { display:none; }
#nav .expando.expanded > ul { display:inherit; }
/* #nav ul, #nav li li { margin-left: 10px; } */
#nav img { padding-right:4px; }
#nav .pack { display:none; }

/* .nav .nav li { margin-left: 14px; } */

.dropdown { padding: 0 9px; } 

#nav.searching .expando > ul { display:inherit; }
#nav.searching .expando > a { display:none; }
#nav.searching ul { margin-left:0px; }
#nav.searching .pack { display:inline; }
#nav.searching .nav-list .nav-list { padding-left: 0; padding-right: 0; }

.nav-header {
	text-transform: none;
	font-size:14px;
	color:#555;
	text-shadow: none;
}

.availability {
	color: #e48931;
	font-size: 90%;
}

h3 code { 
	background:none;
	box-shadow: 0 0 15px rgb(240, 240, 240);
	padding: 4px 8px;
	white-space: inherit;
	display: inline-block;
	line-height: 1.75em;
	margin-left: 0px;
}

.label, .badge {
  background-color: #8E9CB0;
}

h3 span.label, .label-meta {
	margin-right: 5px; 
}

.label.label-meta {
	background:#5959AC;
}

/* hide meta that has doesn't belong in the API (implementation details) */
.label-meta-impl, .label-meta-value, .label-meta-has_untyped, .label-meta-hlNative, .label-meta-access, .label-meta-allow, .label-meta-keep, .label-meta-keepInit, .label-meta-keepSub, .label-meta-dox, .label-meta-noCompletion, .label-meta-directlyUsed, .label-meta-build, .label-meta-autoBuild, .label-meta-genericBuild, .label-meta-analyzer, .label-meta-enum, .label-meta-extern {
	display:none;
}

.label-meta.label-meta-from, .label-meta.label-meta-to {
	background:#a93685;
}

.alert.alert-deprecated {
	font-size: 90%;
	margin-bottom: 10px;
	padding: 4px 35px 4px 14px;
}

.alert, .alert h4 {
  color: #DE9300;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #FCF8E3;
  border: 1px solid #F0CF88;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

code {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-weight: normal;
  color: #666;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 13px;
}

code .identifier {
  font-family:bold 14px OpenSansSemiBold, sans-serif;
  color:#002b36;
  padding: 0 0 0 5px;  
}

code .identifier, code.type {
  font-weight: bold;
}

/* code { background:#FDF6E3; color:#002b36; tab-size:4; } [> light <] */
code a { text-decoration:none; }
code a:hover { text-decoration:underline; }

/*code.dark { background:#272822; color:#F8F8F2; border:none; } */
code .type { color:#266DD1; }
/* code .keyword { color:#dc322f; } */
/* code .directive { color:#2aa198; } */
/* code .constant { color:#AE81FF; } */
/* code .comment { color:#75715E; } */
/* code .string { color:#E6DB74; } */
/* code .macro { color:#A6E22A; } */
/* code .inactive { color:#75715E; } */

/* .navbar-fixed-top { position: fixed; } */
/* .navbar-fixed-top .navbar-inner, */
/* .navbar-fixed-bottom .navbar-inner { padding: 0; } */

.sidebar-nav {
  height: 100%;
  border-radius: 0px;
}

.page-header {
  border-bottom: 0px;
  margin: 20px 0 0 0;
}

#searchForm {
  padding: 0 9px;
  margin-bottom:10px;
}

#searchForm .control-group {
  margin: 0;
}

.indent {
  margin-left: 0px;
  border-left: 4px solid #A2AABD;
  padding-left: 12px;
}

table.params {
  border-left: 0;
  margin-left: 0;
}

table.params th {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #CACED6;

}

.table-bordered th, .table-bordered td {
  border-left: 1px solid #DEE1E4;
}


.doc-main {
  margin-bottom: 0px;
}

.doc-main p { font-style: italic; }

.section {
  border-bottom: 0px;
}

.table td#packageList {
  border-bottom: 0 !important;
}

.table p {
  margin: 3px 0;
}

.table th, .table td {
  border-top: 0;
  border-bottom: 1px solid #DEE1E4;
  background-color: #fff;
}

.table a small {
  color: #666;
}

.table .fa {
  color: rgb(200,200,200);
  margin-right:5px;
}



.javadoc {
  /* font-size: small; */
  margin-top: 20px;
  font-weight: 600;
  font-style: normal;
}
.inline-content * {
  display: inline;
}
/**
 * Stuff for input-block-level:
 * http://stackoverflow.com/questions/13306670/bootstrap-prepended-and-appended-input-how-to-max-input-field-width
 */
.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table;
}
.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
}
.input-append.input-block-level > input,
.input-prepend.input-block-level > input {
  box-sizing: border-box; /* use bootstrap mixin or include vendor variants */
  -moz-box-sizing: border-box; /* for Firefox */
  -webkit-box-sizing: border-box; /* for Firefox */
  -ms-box-sizing: border-box; /* for Firefox */
  -o-box-sizing: border-box; /* for Firefox */
  display: table; /* table-cell is not working well in Chrome for small widths */
  min-height: inherit;
  width: 100%;
}
.input-append.input-block-level > input {
  border-right: 0;
}
.input-prepend.input-block-level > input {
  border-left: 0;
}

.field {
  padding-bottom: 10px;
}
.field + .field {
  border-top: 1px solid #CACED6;
  margin-top: 10px;
}
.fields {
  margin-left: 0px;
}
.field-source {
  margin-top: 15px;
  visibility: hidden;
}
.field:hover .field-source {
  visibility: inherit;
}

pre.example {
  position: relative;
  padding-top: 34.5px;
}
pre.example:before {
  position: absolute;
  top: -1px;
  left: -1px;

  content: "Example";
  color: #999;
  padding: 2px 6px;
  background: #fff;
  font-weight: bold;
  font-family: OpenSansSemiBold, sans-serif;

  -moz-border-radius: 4px 0;
  -ms-border-radius: 4px 0;
  -webkit-border-radius: 4px 0;
  border-radius: 4px 0;
  border: 1px solid rgba(0,0,0,0.15);
}

.inherited-fields {
  padding: 5px 20px;
  margin-top:1em;
  background:#fcfcfc;
}

@media (max-width: 767px) {
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .divider { 
    display: none;
  }
  
  .main-content {
    margin-top:0px;
  }
}
@media (max-width: 979px) {
  .main-content {
    margin-top:0px;
  }
}

.navbar-item, .navbar-link {
  color: #0E2950;
  -webkit-font-smoothing: auto;
}
