/* line 3, app/assets/stylesheets/home.css.scss */
html, body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: auto !important;
  font-family: 'Roboto', sans-serif;
}

/* line 13, app/assets/stylesheets/home.css.scss */
.wrap {
  min-height: 100%;
  width: 100%;
  height: auto !important;
  margin: 0 0 -120px 0;
  padding: 0;
}

/* line 21, app/assets/stylesheets/home.css.scss */
.navbar-default {
  background-color: #fff;
  border: 0px;
  border-color: #fff;
}

/* line 26, app/assets/stylesheets/home.css.scss */
.feature-well {
  min-height: 250px;
}

/* line 30, app/assets/stylesheets/home.css.scss */
a.navbar-brand {
  padding-top: 12px;
}

/* line 34, app/assets/stylesheets/home.css.scss */
a.navbar-brand > img {
  height: 25px;
}

/* line 38, app/assets/stylesheets/home.css.scss */
.navbar-default .navbar-nav > li {
  margin-left: 10px;
}

/* line 42, app/assets/stylesheets/home.css.scss */
.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

/* line 47, app/assets/stylesheets/home.css.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  border-bottom-color: #1ef744;
  border-bottom-color: rgba(30, 247, 68, 0.25);
}

/* line 53, app/assets/stylesheets/home.css.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom-color: #1ef744;
  background-color: transparent;
}

/* line 60, app/assets/stylesheets/home.css.scss */
.btn-custom {
  color: #ffffff;
  background-color: #808282;
  border-color: #808282;
}

/* line 65, app/assets/stylesheets/home.css.scss */
.btn-custom a {
  color: #ffffff;
}

/* line 68, app/assets/stylesheets/home.css.scss */
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  color: #ffffff;
  background-color: #737575;
  border-color: #676868;
}

/* line 76, app/assets/stylesheets/home.css.scss */
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom.active[disabled],
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #808282;
  border-color: #808282;
  color: #ffffff;
}

/* line 93, app/assets/stylesheets/home.css.scss */
.usefullink-img {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: -4px;
  margin-top: 4px;
}

/* line 101, app/assets/stylesheets/home.css.scss */
.usefullink-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: -15px;
}

/* line 108, app/assets/stylesheets/home.css.scss */
.homefeature-img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 114, app/assets/stylesheets/home.css.scss */
.homefeature-title {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-top: -10px;
}

/* line 120, app/assets/stylesheets/home.css.scss */
.feature-img {
  width: 54px;
  height: 54px;
}

/* line 125, app/assets/stylesheets/home.css.scss */
.useful-img {
  width: 35px;
  height: 35px;
}

/* line 130, app/assets/stylesheets/home.css.scss */
.jumbo-button {
  margin-bottom: 4px;
}

/* line 133, app/assets/stylesheets/home.css.scss */
.github-icon {
  margin-top: -6px;
  width: 20px;
}

/* Set the fixed height of the footer here */
/* line 139, app/assets/stylesheets/home.css.scss */
#footer {
  margin-top: 180px;
  height: 120px;
  background-color: #232323;
  color: #eeeeee;
  margin-bottom: 0px;
  overflow: hidden;
  padding-top: 10px;
}

/* line 149, app/assets/stylesheets/home.css.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 156, app/assets/stylesheets/home.css.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 165, app/assets/stylesheets/home.css.scss */
.carousel-control {
  top: 50%;
  bottom: 50%;
}

/* line 170, app/assets/stylesheets/home.css.scss */
.home-blog {
  max-height: 340px;
  overflow: hidden;
}

/* line 175, app/assets/stylesheets/home.css.scss */
.home-blog:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 1.3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

/* line 186, app/assets/stylesheets/home.css.scss */
h1 {
  font-weight: 300;
}

/* line 190, app/assets/stylesheets/home.css.scss */
h3 {
  font-weight: 300;
}

/* line 194, app/assets/stylesheets/home.css.scss */
.footer-social {
  border: 0;
  width: 32px;
  height: 32px;
}

/* line 200, app/assets/stylesheets/home.css.scss */
.footer-social-link {
  text-decoration: none;
}

/* line 204, app/assets/stylesheets/home.css.scss */
.spacer {
  height: 80px;
}

/* line 208, app/assets/stylesheets/home.css.scss */
#content td, #content th {
  border: 1px solid lightgrey;
  padding: 0.5em;
}

/* line 213, app/assets/stylesheets/home.css.scss */
#content tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.jumbotron {
  background-size: cover;
  padding-bottom: 5px;
  padding: 0;
}

.jumboopaque {
  padding: 20px;
  background-color: rgba(240,240,240, 0.9);
}

.jumbo-list {
  padding-left: 0px;
}

.jumbo-list-item {
  padding: 10px;
  min-width: 100px !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
.tree {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  background-color:#fbfbfb;
  /*border:1px solid #999;*/
  margin-bottom:10px;
  /*max-height:300px;*/
  min-height:20px;
  overflow-y:auto;
  padding:19px;
}

.tree a {
  display:inline;
  overflow:hidden;
  text-overflow:ellipsis;
  width:90%;
  color: #000;
}

.tree a:hover {
  display:inline;
  overflow:hidden;
  text-overflow:ellipsis;
  width:90%;
  color: #fff;
}

/*  color: #df8505;*/

.tree li {
  list-style-type:none;
  margin:0;
  padding:4px 0 0 2px;
  position:relative;
}

.tree li::before,
.tree li::after {
  content:'';
  left:-20px;
  position:absolute;
  right:auto;
}

.tree li::before{
  border-left:1px solid #999;
  bottom:50px;
  height:100%;
  top:0;
  width:1px;
  -webkit-transition:"border-color 0.1s ease 0.1s";
  -moz-transition:"border-color 0.1s ease 0.1s";
  -o-transition:"border-color 0.1s ease 0.1s";
  transition:"border-color 0.1s ease 0.1s";
}

.tree li::after{
  border-top:1px solid #999;
  height:20px;
  top:23px;
  width:23px;
  -webkit-transition:"border-color 0.1s ease 0.1s";
  -moz-transition:"border-color 0.1s ease 0.1s";
  -o-transition:"border-color 0.1s ease 0.1s";
  transition:"border-color 0.1s ease 0.1s";
}

.tree li span.tree-element,
.tree li span.tree-attribute {
  word-wrap: break-word;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #999;
  border-radius:5px;
  display:inline-block;
  line-height:14px;
  padding:2px 4px;
  text-decoration:none;
  -webkit-transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
  -moz-transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
  -o-transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
  transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
  pointer-events: none;
}

.tree li span.tree-element > h5,
.tree li span.tree-attribute > h5
{
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 10px;
  margin: 0px;
  margin-top:-3px;
  margin-left:-5px;
  border-top-left-radius:5px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);;
  border-left: 1px solid rgba(255, 255, 255, 0.7);;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
}


.tree li.parent_li > span {
  cursor:pointer;
}

.tree li.parent_li > span:hover {
  color:#df8505;
}

.tree li.parent_li > span:hover + ul li::after {
  border-top-color:#f89406;
}

.tree li.parent_li > span:hover+ul li::before {
  border-left-color:#f89406;
}

.tree li.parent_li>span:hover+ul li span{
  background:#fddfb3;
  border:1px solid #faa937;
  color:#000;
}

.tree li:last-child::before {
  height:23px;
}

.tree>ul>li::before,.tree>ul>li::after{
  border:0;
}

.tree-attribute {
  background-color: #96e890;
}

.tree-element {
  background-color: #90c2e8;
}

.tree-contents {
  margin-left: 20px;
  margin-top: 10px;
}

.tree-collapse {
  top:0px;
  border: 0px;
  padding: 4px;
}

.tree li a.other-tab:hover {
  color:#df8505;
}

@media screen and (max-width:1200px) {
  .spec-example {display: none}
  .spec-details {width: 100%;}
}

.tree-contents > .col-xs-4 {
  max-width: 250px;
  min-width: 200px;
}
.tree-contents > .col-xs-8 {
  max-width: 350px;
  min-width: 200px;
}
/* line 1, app/assets/stylesheets/tutorials.css.scss */
.version {
  list-style: none;
  padding-left: 0px;
}

/* line 5, app/assets/stylesheets/tutorials.css.scss */
.version:before {
  content: "Versions: ";
}

/* line 8, app/assets/stylesheets/tutorials.css.scss */
.version li {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/tutorials.css.scss */
.version li:after {
  content: "|";
  margin-left: 5px;
  speak: none;
}

/* line 16, app/assets/stylesheets/tutorials.css.scss */
.version li:last-child:after {
  display: none;
  margin-left: 0px;
}

/* line 20, app/assets/stylesheets/tutorials.css.scss */
.mytocify {
  position: fixed;
}

/* line 26, app/assets/stylesheets/tutorials.css.scss */
blockquote, blockquote > p {
  font-size: 100%;
}

/* line 30, app/assets/stylesheets/tutorials.css.scss */
.nocopy {
  border: 1px solid #000000;
}

/* line 34, app/assets/stylesheets/tutorials.css.scss */
.nocopy:before {
  content: "Do not copy. The following is for reference purposes.";
  background-color: #5b5b5b;
  display: block;
  margin-left: -9.5px;
  margin-top: -9.5px;
  margin-right: -9.5px;
  margin-bottom: 4px;
  border-bottom: 1px solid #000;
  padding: 4px;
  color: #fff;
}

/* line 47, app/assets/stylesheets/tutorials.css.scss */
.tutorial .panel-body {
  height: 80px;
}

/* Control the padding for container-fluid. Used for tutorials */
@media (min-width: 1024px) {
  /* line 53, app/assets/stylesheets/tutorials.css.scss */
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Control the padding for container-fluid. Used for tutorials */
@media (max-width: 480px) {
  /* line 61, app/assets/stylesheets/tutorials.css.scss */
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 67, app/assets/stylesheets/tutorials.css.scss */
.max-width-400 {
  max-width: 400px;
}

/* line 71, app/assets/stylesheets/tutorials.css.scss */
.max-width-800 {
  max-width: 800px;
}

/* line 75, app/assets/stylesheets/tutorials.css.scss */
#toc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  text-indent: 10px;
}

/* line 83, app/assets/stylesheets/tutorials.css.scss */
#toc li ul li {
  font-size: 12px;
  padding-left: 10px;
}

/* line 88, app/assets/stylesheets/tutorials.css.scss */
#toc a {
  padding: 5px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 97, app/assets/stylesheets/tutorials.css.scss */
#toc a:hover {
  background-color: #eee;
}

/* line 100, app/assets/stylesheets/tutorials.css.scss */
.anchorjs-link {
  color: #eee;
}

/* line 104, app/assets/stylesheets/tutorials.css.scss */
.anchorjs-link:hover {
  text-decoration: none;
  color: #000;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */
/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 }  /* plain text */

@media screen {
  .str { color: #080 }  /* string content */
  .kwd { color: #008 }  /* a keyword */
  .com { color: #800 }  /* a comment */
  .typ { color: #606 }  /* a type name */
  .lit { color: #066 }  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo { color: #660 }
  .tag { color: #008 }  /* a markup tag name */
  .atn { color: #606 }  /* a markup attribute name */
  .atv { color: #080 }  /* a markup attribute value */
  .dec, .var { color: #606 }  /* a declaration; a variable name */
  .fun { color: red }  /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str { color: #060 }
  .kwd { color: #006; font-weight: bold }
  .com { color: #600; font-style: italic }
  .typ { color: #404; font-weight: bold }
  .lit { color: #044 }
  .pun, .opn, .clo { color: #440 }
  .tag { color: #006; font-weight: bold }
  .atn { color: #404 }
  .atv { color: #060 }
}

/* Put a border around prettyprinted code snippets. */
pre.prettyprint { padding: 2px; border: 1px solid #888 }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }
