/*
 * Local modifications for Bootstrap by M:Tier.
 * Bootstrap was downloaded from http://twitter.github.io/bootstrap/customize.html
 * The only custimization was @linkcolor => #5bb75b
 */

.section-header {
  padding-bottom: 1px;
  margin: 25px 0 5px;
  border-bottom: 1px solid #eeeeee;
}

.footer {
  padding: 0px 4px;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  display: inline;
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

.footer-links-ad {
  display: inline;
  margin: 10px 0;
  float:right;
}
.footer-links-ad li {
  display: inline;
  padding: 0 2px;
}
.footer-links-ad li:first-child {
  padding-left: 0;
}

.vuxml-topic {
}

.vuxml-dl {
}

.vuxml-dl-full {
  text-decoration:none !important;
  font-weight:bold;
}

.vuxml-header {
}

.vuxml-header-date {
  display: inline;
  float: right;
  color: #999;
}

.subscribe-form {
  position:relative;
  padding-top:50px;
}

.subscribe-form-links {
  margin-left:-12px;
}

.tldr {
  font-style:italic;
}

.lts,
.binpatch {
  display: inline;
  color: #FF0000;
  margin-left:-10px;
}

.lts,
.syspatch {
  display: inline;
  color: #FF0000;
  margin-left:-10px;
}

.lts-binpatch {
  display: inline;
  color: #FF0000;
  margin-left:-10px;
}

.lts-syspatch {
  display: inline;
  color: #FF0000;
  margin-left:-10px;
}

.pkg-name {
  font-weight:bold;
  font-family: monospace;
  display:inline;
  padding-right:2em;
}

.pkg-download-btn {
  margin-top:-5px;
  margin-right:23px;
  display:inline;
  float:right;
}

.pkg-entry {
  margin-top:5px;
  margin-bottom:-3px;
}

.btn-mtier-yellow {
  background-color: hsl(45, 100%, 51%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed24c", endColorstr="#ffc005");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fed24c), to(#ffc005));
  background-image: -moz-linear-gradient(top, #fed24c, #ffc005);
  background-image: -ms-linear-gradient(top, #fed24c, #ffc005);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fed24c), color-stop(100%, #ffc005));
  background-image: -webkit-linear-gradient(top, #fed24c, #ffc005);
  background-image: -o-linear-gradient(top, #fed24c, #ffc005);
  background-image: linear-gradient(#fed24c, #ffc005);
  border-color: #ffc005 #ffc005 hsl(45, 100%, 47.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
  -webkit-font-smoothing: antialiased;
}

/*
 * Overrides from bootstrap.css:
 */
a.thumbnail:hover {
  border: 1px solid #6FC01D;
}

.modal-subtitle {
  font-weight:bold;
}

.alert {
  font-weight:bold;
}

/* Yellow buttons at navbar with gray text. */
.nav-pills a {
  color: #666;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #666;
  background-color: #ffd100;
}

.page-header-form {
  text-align: center;
}

.account-header {
  margin-top: -3em;
  color: #666;
  text-align: right;
}

.account-email {
  display: inline;
  font-weight: bold;
}

.offline {
    margin: 4em;
}
