/*@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: local('Open Sans'), local('OpenSans'),
    url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family: 'Open Sans Light';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: local('Open Sans Light'), local('OpenSans Light'),
    url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}*/

html {
  overflow: auto;
  font-size: 16px;
}

body {
  font-family: monospace, monospace;
  line-height: 1.5;
  color: #8e8d8d;
  background-color: #000000;
}

a,
a:visited,
a:active {
  text-decoration: none;
  color: #7a8f2d;
}
a:hover,
a:active {
  /*text-decoration: underline;*/
  color: #bfd46f;
}
a:visited,
a:active {
  /*color: #bfd46f;*/
}

a:hover {
  /*text-decoration: underline;*/
}

header {
  display: block;
  padding: 0px 4px;
}

li::marker {
  color: #bb256b;
}
li {
  line-height: 1.25;
  margin-bottom: 1em;
}

tt,
code,
kbd,
samp {
  font-family: monospace, monospace;
  color: #8e8d8d;
  background-color: #001b36;
  font-size: 90%;
  font-weight: bold;
  padding: 0.1em 0.3em;
}

.class-description {
  font-size: 130%;
  line-height: 140%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.class-description:empty {
  margin: 0;
}

#main {
  float: right;
  width: calc(100% - 12rem);
}

article dl {
  margin-bottom: 40px;
}

article dl:not(.details) dt,
article dl:not(.details) dd {
  display: inline-block;
}

article img {
  max-width: 100%;
}

section {
  display: block;
  /*background-color: white;*/
  /*background-color: black;*/
  padding: 0 2em 1em 2em;
  border-bottom: 1px solid #111;
  margin-right: 1em;
}

.variation {
  display: none;
}

.signature-attributes {
  font-size: 60%;
  font-style: italic;
  font-weight: lighter;
  color: #bb256b;
}

nav {
  display: block;
  float: left;
  margin-top: 28px;
  width: 12rem;
  box-sizing: border-box;
  border-left: 1px solid #111;
  padding-left: 16px;
}

nav h2 {
  font-size: 2em;
}

nav ul {
  font-family: monospace, monospace;
  font-size: 100%;
  line-height: 17px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

nav ul a,
nav ul a:visited,
nav ul a:active {
  font-family: monospace, monospace;
  line-height: 16px;
}

nav h3 {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: normal;
  color: #5e5e5e;
}

nav li {
  margin-top: 0.5em;
  color: #5e5e5e;
  background-color: #000000;
  position: relative;
  z-index: 2;
  padding: 0.1em;
  line-height: 1.25;
  margin-bottom: initial;
}
nav li.nested-1,
nav li.nested-2 {
  margin-top: 0;
}
nav li.nested-1:before,
nav li.nested-2:before {
  content: "\21B3";
  margin-right: 0.1em;
  top: 0em;
  position: relative;
  font-size: 2em;
  color: #222222;
}
nav li.nested-2:after {
  content: "|";
  position: absolute;
  left: 0.13em;
  font-size: 2em;
  color: #222222;
}
nav li.nested-1 {
  margin-left: 0em;
  z-index: 1;
  line-height: 1;
  padding: 0 0 0 1em;
}
nav li.nested-2 {
  padding-left: 1.8em;
  z-index: 0;
}

footer {
  display: block;
  padding: 0.5em;
  margin-top: 1em;
  font-style: italic;
  font-size: 90%;
}

h1,
h2,
h3,
h4 {
  font-weight: 200;
  margin: 0;
}

h1 {
  font-family: monospace, monospace;
  font-size: 3em;
  margin: 1em 2em 1em 0;
  line-height: 1.2em;
  font-weight: bold;
  color: #b5b5b5;
}

#main > h1 {
  margin-left: 0.666em;
}

h2,
h3.subsection-title {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.333em;
}

h3.subsection-title {
  margin-top: 70px;
  font-size: 26px;
  color: #5e5e5e;
}

h3 {
  font-size: 2em;
  margin-bottom: 1em;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  color: #b5b5b5;
}
h4.name {
  margin-top: 150px;
}

h4:first-of-type,
h3 + h4 {
  margin-top: 40px;
}

h5,
.container-overview .subsection-title {
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  color: #003f7c;
}
article > h5 {
  margin-top: 2em;
}

h6 {
  font-size: 100%;
  margin: 0 0 3px 0;
  font-weight: normal;
  color: #444444;
}

table {
  font-size: 94%;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  margin-bottom: 2em;
  /*  display: inline-block;*/
  max-width: 100%;
  overflow: scroll;
}

td,
th {
  /*background-color: #090909;*/
  margin: 0px;
  text-align: left;
  vertical-align: baseline;
  padding: 0.5em 1em 0.5em 0;
  display: table-cell;
}
/*td:first-of-type,
th:first-of-type {
	padding-left: 0;
}*/

thead,
th {
  display: none;
}

thead tr {
  color: #444444;
  font-weight: bold;
}

/*th { border-right: 1px solid #aaa;
tr > th:last-child {
  border-right: 1px solid #272627;
}
}*/

.ancestors,
.attribs {
  color: #999;
}
.ancestors a,
.attribs a {
  color: #999 !important;
  text-decoration: none;
}

.clear {
  clear: both;
}

.important {
  font-weight: bold;
  color: #950b02;
}

.yes-def {
  text-indent: -1000px;
}

.type-signature {
  color: #bb256bde;
  text-transform: capitalize;
}

.name,
.signature {
  font-family: monospace, monospace;
}

.details {
  margin-top: 0;
}
.details dt,
.details dd {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.details dt {
  /*min-width: 10em;*/
  text-align: right;
  color: #5e5e5e;
}
.details div:only-of-type > dt {
  min-width: initial;
}
.details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.details li {
  padding: 0;
  margin: 0;
}
.details pre.prettyprint {
  margin: 0;
}
.details .object-value {
  padding-top: 0;
}

.description {
  margin-bottom: 2em;
  margin-top: 1em;
}
.description > h5 {
  color: #8e8d8d;
}

.code-caption {
  font-style: italic;
  font-size: 107%;
  margin: 0;
}

.source {
  border: 1px solid #272627;
  width: 80%;
  overflow: auto;
}

.prettyprint.source {
  width: inherit;
}

.source code {
  /*font-size: 100%;*/
  font-weight: normal;
  /*line-height: 16px;*/
  display: block;
  padding: 4px 1em;
  margin: 0;
  background-color: black;
  color: #b5b5b5;
}

.prettyprint code span.line {
  display: inline-block;
}

.prettyprint.linenums {
  padding-left: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prettyprint.linenums ol {
  padding-left: 0;
}

.prettyprint.linenums li {
  border-left: 3px #272627 solid;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.prettyprint.linenums li.selected,
.prettyprint.linenums li.selected * {
  background-color: #333333;
}

.prettyprint.linenums li * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.params .name,
.props .name,
.returns .name,
.name code {
  /*color: #4D4E53;*/
  /*color: #b5b5b5;*/
  font-family: monospace, monospace;
  font-size: 100%;
  text-align: right;
  min-width: 10em;
}

.param-type,
.params-type,
.returns .type,
.params .type {
  color: #bb256b;
  text-transform: capitalize;
}

.returns td.description > p,
.params td.description > p {
  line-height: 1.333em;
}
.returns td.description > p:first-child,
.params td.description > p:first-child,
.props td.description > p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.returns td.description > p:last-child,
.params td.description > p:last-child,
.props td.description > p:last-child {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.param-desc {
  margin-bottom: 20px;
}

.disabled {
  color: #454545;
}
