html, body {
  height: 100%; }

body {
  font-family: Roboto, sans-serif;
  font-size: 90%;
  margin: 0;
  padding: 0;
  background: white;
  color: #444444;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body p {
    line-height: 26px; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -43px; }

#footer-push {
  display: none;
  height: 43px; }

div.header, #footer {
  background: #fafcfc; }

#footer {
  display: none;
  border-top: 1px solid #f0f4f4;
  margin-top: 12px;
  padding: 0 2em;
  line-height: 30px;
  text-align: center;
  font-variant: small-caps;
  font-size: 95%; }

.clearing:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both; }
* html .clearing {
  height: 1px; }
.clearing *:first-child + html {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

a {
  color: #008ead;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #00739c; }

#diagram img {
  border: 0; }

#description a, .method .description a, .header a {
  color: #008ead; }
  #description a:hover, .method .description a:hover, .header a:hover {
    color: #00739c; }
#description h1 a, #description h2 a, #description h3 a, #description h4 a, #description h5 a, #description h6 a, .method .description h1 a, .method .description h2 a, .method .description h3 a, .method .description h4 a, .method .description h5 a, .method .description h6 a, .header h1 a, .header h2 a, .header h3 a, .header h4 a, .header h5 a, .header h6 a {
  color: #008ead; }
#description h1 span a, #description h2 span a, #description h3 span a, #description h4 span a, #description h5 span a, #description h6 span a, .method .description h1 span a, .method .description h2 span a, .method .description h3 span a, .method .description h4 span a, .method .description h5 span a, .method .description h6 span a, .header h1 span a, .header h2 span a, .header h3 span a, .header h4 span a, .header h5 span a, .header h6 span a {
  display: none; }

ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol li {
    margin-left: 0;
    white-space: nowrap; }
    ol li.other {
      display: none; }

ol.expanded li.other {
  display: list-item; }

table {
  margin-bottom: 1em;
  font-size: 1em;
  border-collapse: collapse; }
  table td, table th {
    padding: 0.4em 0.8em; }
  table thead {
    background-color: #e8e8e8; }
    table thead th {
      font-variant: small-caps;
      color: #666666; }
  table tr {
    border-bottom: 1px solid silver; }

body.list {
  background: #fafcfc;
  border-right: 1px solid #f0f4f4; }

#index a.show, div.header a.show {
  text-decoration: underline;
  font-style: italic;
  color: #666666; }
  #index a.show:after, div.header a.show:after {
    content: " ..."; }
  #index a.show:hover, div.header a.show:hover {
    color: black;
    background: #ffffee; }

#index {
  font-family: Roboto, sans-serif;
  padding-top: 5px; }
  #index a {
    text-decoration: none; }
  #index h1 {
    font-size: 12px;
    padding: 8px 20px 5px;
    text-transform: uppercase;
    color: #666666; }
  #index form {
    margin: 0;
    padding: 0; }
    #index form input {
      margin: 0.4em 3px 0 0.4em;
      width: 80%; }
    #index form #search.untouched {
      color: #777777; }
    #index form .clear_button {
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      background: #aaaaaa;
      color: white;
      padding: 0 5px 1px 5px;
      cursor: pointer; }
  #index ol {
    padding: 8px 0; }
    #index ol li {
      white-space: nowrap; }
      #index ol li a {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 300;
        padding: 5px 20px;
        line-height: 24px;
        color: #444444; }
      #index ol li a:hover {
        background: #F0F0F0; }
  #index #index-entries.classes {
    font-size: 1.1em; }
    #index #index-entries.classes ol {
      padding: 0; }
    #index #index-entries.classes span.nodoc {
      display: none; }
    #index #index-entries.classes span.nodoc {
      font-weight: bold; }
    #index #index-entries.classes .parent {
      font-weight: normal; }
  #index #index-entries.methods li, #index #search-results.methods li {
    margin-bottom: 0.2em; }
    #index #index-entries.methods li a .method_name, #index #search-results.methods li a .method_name {
      margin-right: 0.25em; }
    #index #index-entries.methods li a .module_name, #index #search-results.methods li a .module_name {
      color: #666666; }
    #index #index-entries.methods li a:hover .module_name, #index #search-results.methods li a:hover .module_name {
      color: #dddddd; }

#attribute-list .context-item-name {
  font-weight: bold; }

div.header {
  display: none;
  font-size: 80%;
  padding: 0.5em 2%;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f0f4f4; }
  div.header .name {
    font-size: 1.6em;
    font-family: Roboto, sans-serif; }
    div.header .name .type {
      color: #666666;
      font-size: 80%;
      font-variant: small-caps; }
  div.header h1.name {
    font-size: 11px; }
  div.header .paths, div.header .last-update, div.header .parent {
    color: #666666; }
  div.header .last-update .datetime {
    color: #484848; }
  div.header .parent {
    margin-top: 0.3em; }
    div.header .parent strong {
      font-weight: normal;
      color: #484848; }

#content {
  padding: 0; }
  div.class #content {
    position: relative; }
  #content pre, #content .method .synopsis {
    font: 14px Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    white-space: pre-wrap; }
  #content pre {
    color: #d4d4d4;
    background: #272b2d;
    border-radius: 5px;
    padding: 0em 0.8em;
    word-wrap: normal; }
  #content p code, #content p tt, #content li code, #content li tt, #content dl code, #content dl tt {
    font: 14px Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    background: #eee;
    color: #553333;
    padding: 2px 3px;
    line-height: 1.4;
    border-radius: 5px; }
  #content h1 code, #content h1 tt, #content h2 code, #content h2 tt, #content h3 code, #content h3 tt, #content h4 code, #content h4 tt, #content h5 code, #content h5 tt, #content h6 code, #content h6 tt {
    font-size: 1.1em; }
  #content #text {
    position: relative; }
  #content #description h1, #content #description h2, #content #description h3, #content #description h4, #content #description h5, #content #description h6 {
    font-family: Roboto, sans-serif; }
  #content #description h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }
  #content #description h2 {
    font-size: 1.8em;
    color: #292929;
    margin: 0.3em 0 0.8em 0; }
  #content #description h3 {
    font-size: 1.6em;
    margin: 0.8em 0 0.8em 0;
    color: #666666; }
  #content #description h4 {
    font-size: 1.4em;
    margin: 0.8em 0 0.3em 0; }
  #content #description h5 {
    font-size: 1.2em;
    margin: 0.8em 0 0.3em 0;
    color: #0e3062; }
  #content #description h6 {
    font-size: 1em;
    margin: 0.8em 0 0.3em 0;
    color: #666666; }
  #content #description .description-content {
    padding: 15px 15px 50px 30px; }
  #content #description ul, #content #description ol, #content .method .description ul, #content .method .description ol {
    margin: 0.8em 0;
    padding-left: 1.5em; }
  #content #description ol, #content .method .description ol {
    list-style: decimal; }
    #content #description ol li, #content .method .description ol li {
      white-space: normal; }
  #content table.rdoc-list {
    border-collapse: collapse;
    border-spacing: 0; }
    #content table.rdoc-list tr {
      background-color: white; }
      #content table.rdoc-list tr:nth-child(2n) {
        background-color: #f8f8f8; }
    #content table.rdoc-list td.label {
      font-weight: bold; }
    #content table.rdoc-list td {
      border: 1px solid #ddd;
      padding: 6px 13px; }

#wrapper.class #description {
  background-color: #323232; }
  #wrapper.class #description .description-content {
    background-color: white;
    padding: 15px 15px 50px 30px; }
  #wrapper.class #description .col {
    padding-left: 30px;
    padding-right: 30px; }

#method-list {
  top: 0px;
  right: -33%;
  background: #eeeeee;
  border: 1px solid silver;
  padding: 0.4em 1%;
  overflow: hidden; }
  #method-list h2 {
    font-size: 1.3em; }
  #method-list h3 {
    font-variant: small-caps;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    color: #666666;
    font-size: 1.1em; }
  #method-list ol {
    padding: 0 0 0.5em 0.5em; }

#context {
  border-top: 1px dashed silver;
  margin-top: 1em;
  margin-bottom: 1em; }

#context h2, #section h2 {
  font: small-caps 1.2em Roboto, sans-serif;
  color: #444444;
  margin: 1em 0 0.2em 0; }

#methods {
  padding-left: 30px; }
  #methods .method {
    margin-top: 0; }
    #methods .method .synopsis {
      margin-bottom: 20px;
      padding-right: 15px; }
      #methods .method .synopsis a {
        text-decoration: none; }
    #methods .method .description {
      padding: 0 15px 10px 0; }
      #methods .method .description pre {
        background: #f8f8f8; }
    #methods .method .source {
      margin: 0.5em 0; }
    #methods .method .source-toggle {
      font-size: 85%;
      margin-left: 1em; }
    #methods .method .method-details {
      padding: 0 0 50px; }
    #methods .method .method-example {
      padding: 35px 15px 15px;
      color: #dde4e8;
      background-color: #323232; }
  #methods .public-class {
    background: #ffffe4; }
  #methods .public-instance .synopsis {
    color: #292929; }
    #methods .public-instance .synopsis .name {
      font-family: Roboto, sans-serif;
      color: #444444;
      font-size: 22px;
      line-height: 32px; }

#content .method .source pre, #content pre.ruby, #methods .method .description pre.ruby {
  background: #262626;
  color: #ffdead;
  margin: 1em;
  padding: 0.5em;
  border: 1px dashed #999999;
  overflow: auto; }
  #content .method .source pre .ruby-constant, #content pre.ruby .ruby-constant, #methods .method .description pre.ruby .ruby-constant {
    color: #7fffd4;
    background: transparent; }
  #content .method .source pre .ruby-keyword, #content pre.ruby .ruby-keyword, #methods .method .description pre.ruby .ruby-keyword {
    color: aqua;
    background: transparent; }
  #content .method .source pre .ruby-ivar, #content pre.ruby .ruby-ivar, #methods .method .description pre.ruby .ruby-ivar {
    color: #eedd82;
    background: transparent; }
  #content .method .source pre .ruby-operator, #content pre.ruby .ruby-operator, #methods .method .description pre.ruby .ruby-operator {
    color: #00ffee;
    background: transparent; }
  #content .method .source pre .ruby-identifier, #content pre.ruby .ruby-identifier, #methods .method .description pre.ruby .ruby-identifier {
    color: #ffdead;
    background: transparent; }
  #content .method .source pre .ruby-string, #content pre.ruby .ruby-string, #methods .method .description pre.ruby .ruby-string {
    color: #faa;
    background: transparent; }
  #content .method .source pre .ruby-node, #content pre.ruby .ruby-node, #methods .method .description pre.ruby .ruby-node {
    color: #ffa07a;
    background: transparent; }
  #content .method .source pre .ruby-comment, #content pre.ruby .ruby-comment, #methods .method .description pre.ruby .ruby-comment {
    color: #fdf;
    font-weight: bold;
    background: transparent; }
  #content .method .source pre .ruby-regexp, #content pre.ruby .ruby-regexp, #methods .method .description pre.ruby .ruby-regexp {
    color: #ffa07a;
    background: transparent; }
  #content .method .source pre .ruby-value, #content pre.ruby .ruby-value, #methods .method .description pre.ruby .ruby-value {
    color: #7fffd4;
    background: transparent; }

div.params h3, div.route h3, div.response h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px; }

div.params {
  padding: 15px 15px 15px 0; }
  div.params ul {
    list-style: none;
    padding-left: 20px; }
    div.params ul li {
      padding: 5px;
      border-bottom: solid 1px #eee; }
    div.params ul li:first-child {
      padding-top: 0; }
    div.params ul li:last-child {
      border-bottom: none; }

div.route, div.response {
  padding: 15px 0 15px 0; }

div.route.route-container {
  font-family: Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  font-size: 16px;
  font-weight: 500; }

.logo {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f4f4;
  margin-bottom: 15px; }
  .logo img {
    width: 112px;
    vertical-align: middle; }
  .logo span {
    font-size: 24px; }
  .logo a {
    color: #444; }

.index-entries {
  margin-bottom: 15px; }

.row {
  display: flex; }
  .row .col {
    flex: 1; }
    .row .col .col-sm {
      flex: 0.75; }
    .row .col .col-lg {
      flex: 1.25; }
