/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/

/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */


/*
 * Scaffolding
 *
 * Update the basics of our documents to prep for docs content.
 */

body {
  position: relative; /* For scrollspy */
}

/* Keep code small in tables on account of limited space */
.table code {
  font-size: 13px;
  font-weight: normal;
}

/* Outline button for use within the docs */
.btn-outline {
  color: #38820f;
  background-color: transparent;
  border-color: #38820f;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #38820f;
  border-color: #38820f;
}

/* Inverted outline button (white on dark) */
.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #bce5a8;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #38820f;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */

.bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}
.bs-home-nav .bs-nav-b {
  display: none;
}
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  color: #377e14;
  font-weight: 500;
}
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #377e14;
  background-color: #f9f9f9;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c;
}
.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff;
}
.bs-docs-nav .navbar-header .navbar-toggle:hover,
.bs-docs-nav .navbar-header .navbar-toggle:focus {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.nav.navbar-nav {
  margin-left: -15px;
}

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */

.bs-docs-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.bs-docs-footer-links {
	font-size: 14px;
  margin-top: 20px;
  padding-left: 0;
}
.bs-docs-footer a {
	color: #444;
}
.bs-docs-footer-links li {
  display: inline;
  padding: 0 2px;
}
.bs-docs-footer-links li:first-child {
  padding-left: 0;
}
.bs-docs-footer p {
  margin-bottom: 0;
	font-size: 13px;
}


/*
 * Homepage
 *
 * Tweaks to the custom homepage and the masthead (main jumbotron).
 */

/* Share masthead with page headers */
.bs-docs-masthead,
.bs-docs-header {
  position: relative;
  padding: 30px 15px;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #3e8c25;
  background-image: -webkit-linear-gradient(top, #3f8728 0%, #3e8c25 100%);
  background-image: linear-gradient(to bottom, #3f8728 0%, #3e8c25 100%);
  background-repeat: repeat-x;
}

 /* Masthead (headings and download button) */
.bs-docs-home .bs-docs-masthead h1 {
  height: 110px;
  font-size: 108px;
  line-height: 108px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.bs-docs-home .bs-docs-masthead.logo-test h1 {
  height: 130px;
}

.bs-docs-masthead .lead {
  margin: 0 auto 30px;
  font-size: 25px;
  color: #fff;
}
.bs-docs-masthead .version {
  margin-top: -25px;
  margin-bottom: 0px;
  color: #8ed578;
}
.bs-docs-masthead .btn {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 15px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .bs-docs-home .bs-docs-masthead h1 {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
  }
}

@media (min-width: 480px) {
  .bs-docs-masthead .btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .bs-docs-masthead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bs-docs-masthead .lead {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .bs-docs-masthead .lead {
    width: 80%;
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  .bs-docs-masthead .lead {
    width: 90%;
    font-size: 30px;
  }
}


/*
 * Page headers
 *
 * Jumbotron-esque headers at the top of every page that's not the homepage.
 */

/* Page headers */
.bs-docs-header {
  margin-bottom: 40px;
  font-size: 20px;
}
.bs-docs-header h1 {
  margin-top: 0;
  color: #fff;
}
.bs-docs-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}
.bs-docs-header .container {
  position: relative;
}

@media (min-width: 768px) {
  .bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
  }
  .bs-docs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .bs-docs-header h1,
  .bs-docs-header p {
    margin-right: 380px;
  }
}


/*
 * Homepage featurettes
 *
 * Reasons to use Bootstrap, entries from the Expo, and more.
 */

.bs-docs-featurette {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: center;
  background-color: #fff;
}

.bs-docs-featurette + .bs-docs-footer {
  margin-top: 0;
}

.bs-docs-featurette-title {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  margin-bottom: 5px;
}
.half-rule {
  width: 100px;
  margin: 40px auto;
}
.bs-docs-featurette h3 {
  font-weight: normal;
  color: #333;
  margin-bottom: 5px;
}
.bs-docs-featurette-img {
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.bs-docs-featurette-img:hover {
  text-decoration: none;
  color: #428bca;
}
.bs-docs-featurette-img img {
  display: block;
  margin-bottom: 15px;
}

/* Featured sites */
.bs-docs-featured-sites {
  margin-left: -1px;
  margin-right: -1px;
}
.bs-docs-featured-sites .col-sm-3 {
  padding-left: 1px;
  padding-right: 1px;
}

@media (min-width: 480px) {
  .bs-docs-featurette .img-responsive {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .bs-docs-featurette {
    padding-top:    50px;
    padding-bottom: 30px;
  }
  .bs-docs-featurette-title {
    font-size: 40px;
  }
  .bs-docs-featurette .lead {
    margin-left:  auto;
    margin-right: auto;
    max-width: 80%;
  }
  .bs-docs-featured-sites .col-sm-3:first-child img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bs-docs-featured-sites .col-sm-3:last-child img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .bs-docs-featurette .img-responsive {
    margin-top: 0;
  }
}

/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */

h1[id] {
  margin-top: 0;
  padding-top: 20px;
}

.row.user-ref {
  font-style: italic;
  text-align: left;
  font-weight: 400;
  text-align: left;
}

.row.user-ref {
  margin-top: 20px;
}

.row.user-ref blockquote {
  font-size: inherit;
 }

.half-rule-main {
  margin-top: 50px;
  margin-bottom: 30px;
}

.half-rule-user-ref {
  margin-bottom: 60px;
}

.half-rule-docs {
  margin-top: 50px;
  margin-bottom: 40px;
}

.half-rule-sourceforge {
  margin-top: 60px;
  margin-bottom: 50px;
}

.section-sourceforge {
  margin-bottom: 20px;
}

.bs-docs-masthead .btn-download {
  margin-right: 10px;
  padding-left: 20px;
}

.bs-docs-masthead .btn-download .btn-title,
.bs-docs-masthead .btn-download .btn-comment {
  margin-left: 10px;
  text-align: center;
}

.bs-docs-masthead .btn-icon {
  font-size: 30px;
  line-height: 10px;
  width: 40px;
  vertical-align: middle;
}

.btn-content {
  text-align: left;
}

.bs-docs-masthead .btn-comment {
  font-size: 11px;
  line-height: 12px;
  display: block;
}

#carousel-screenshots {
  max-width: 800px;
  margin:0 auto;
  margin-top: -10px;
  margin-bottom: 40px;
  border-radius: 2px;
}

.carousel-inner > .item {
  padding-bottom: 40px;
}

.carousel-caption {
  color: #666;
  text-shadow: none;
  padding-bottom: 0px;
  margin-bottom: -20px;
}

.carousel-indicators {
  bottom: 25px;
}

.carousel-control,
.carousel-control:focus {
  opacity: 0;
  margin-bottom: 60px;
}

.carousel-control:hover {
  opacity: .9;
}

.carousel-indicators li {
  border: 1px solid #666;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #666;
}

.carousel-control.left,
.carousel-control.left:hover,
.carousel-control.right,
.carousel-control.right:hover {
  background-image: none;
  background-image: none;
  filter: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    margin-left: -15px;
    margin-right: -15px;
}

.bs-docs-highlights {
  text-align: left;
}

/*  Download page */

.bs-docs-download .bs-docs-masthead h1,
.bs-docs-info .bs-docs-masthead h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

.bs-docs-download .bs-docs-featurette h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.bs-docs-download .bs-docs-featurette {
  text-align: left;
  padding-top: 30px;
}

.bs-docs-download .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bs-docs-download h3 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.bs-docs-download .bs-docs-masthead .container,
.bs-docs-download .bs-docs-featurette .container {
  max-width: 600px;
}

.bs-docs-info .bs-docs-masthead h1 {
  text-align: center;
}

/*  Documentaton page */

.bs-docs-wiki .bs-docs-masthead {
	padding: 20px 0;
	text-align: center;
	background-color: #3e8c25;
	margin-bottom: 10px;
}

.bs-docs-wiki  .bs-docs-masthead h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin: 15px 0px 5px 0px;
}

.bs-docs-wiki .bs-docs-featurette {
  text-align: left;
  padding-top: 10px;
}

.bs-docs-wiki {
  text-align: left;
}

.bs-docs-wiki table th, table td {
  border: 1px solid #ddd !important;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.bs-docs-wiki table th {
  background-color: #e5e5e5;
}

.bs-docs-wiki table {
  margin-bottom: 12px;
}

.bs-docs-wiki pre, .bs-docs-wiki code {
  background-color: #fbfbfb;
  font-size: 14px;
}

.bs-docs-wiki code.highlighter-rouge {
  color: #333;
  border: 1px solid #ccc;
}

.docs-sidebar {
  padding-left: 25px;
  width: 205px;
  margin-bottom: 20px;
  float: right;
  display: none;
}

.docs-sidebar h1 {
  font-size: 20px;
  color: #666;
  margin-top: 0;
}

.docs-sidebar h2 {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

.docs-sidebar ul {
  padding-left: 0;
}

.docs-sidebar li {
    list-style-type: none;
}

.docs-sidebar a {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.bs-container {
	max-width: inherit;
	margin: 0;
	padding: 0 20px;
	border: none;
}

.release-notes-history-link {
  font-weight: 700;
  margin-top: 20px;
}

.modal .release-notes-history-link {
  text-align: center;
}

#hist-content hr {
  max-width: 350px;
  margin-left: 0;
}

@media only screen and (min-width: 1150px) {
	.bs-container {
		max-width: 1110px;
		margin: 0 auto;
		padding: 0;
	}
}

@media only screen and (min-width: 868px) {
  .docs-sidebar {
    display: block;
  }
  .docs-content {
    margin-right: 200px;
  }
}

@media only screen and (max-width:700px) {
	.bs-container {
		padding: 0 10px;
	}
}
