/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.carousel .item {
  height: 640px;
  background-color: #999;
}
.inner-item {
    text-align: center;
    img {
        margin: 0 auto;
    }
}
.img-responsive { margin: 0 auto; }

code.canvasXpressDoc {
    display: block;
    padding: 9.5px;
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: inherit;
    background-color: #eee;
    border-radius: 6px;
}

/*Properties*/
div.privateProperty {
}
div.publicProperty {
}
div.titleProperty {
}
span.nameProperty {
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
span.typeProperty {
  font-style: italic;
  font-size: 14px;
  line-height: 2;
  color: red;
}
span.privateProperty {
  float: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  color: red;
}
div.descProperty {
}
span.descProperty {
  font-size: 14px;
  line-height: 2;
}
span.alsoProperty {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}
div.defaultProperty {
}
span.defaultProperty {
  font-style: italic;
  font-size: 14px;
  line-height: 2;
  color: green;
}
div.optionsProperty {
}
span.optionsProperty {
  font-size: 14px;
  line-height: 2;
  color: blue;
}
div.usedProperty {
}
span.usedProperty {
  font-size: 14px;
  line-height: 2;
  padding: 4px;
  background-color: #ddd;
  border-radius: 4px;
}
span.headerProperty {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}
.jumbotron {
	margin-bottom: 0;
}
.jumbotron h1{
  color: #337ab7;
}
.dodgerblue{
  color: #337ab7;
}
.minijumbotron {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: inherit;
  background-color: #eee;
}
.minijumbotron h1,
.minijumbotron .h1 {
  color: inherit;
}
.minijumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.minijumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .minijumbotron,
.container-fluid .minijumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.minijumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .minijumbotron {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .container .minijumbotron,
  .container-fluid .minijumbotron {
    padding-right: 40px;
    padding-left: 40px;
  }
  .minijumbotron h1,
  .minijumbotron .h1 {
    font-size: 43px;
  }
}
.thumbnailnb {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   line-height: 1.42857143;
   background-color: #fff;
   border: 1px solid #fff;
   border-radius: 4px;
   -webkit-transition: border .2s ease-in-out;
   -o-transition: border .2s ease-in-out;
   transition: border .2s ease-in-out;
}
.share {
  float: right;
  margin-right: 20px;
}
.donate {
  float: right;
  margin-right: 20px;
}
.tweet {
  float: right;
  margin-right: 20px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}


