// @import (reference) "../../bower_components/bootstrap/less/bootstrap";

@import "docs/examples";


/**
 * The default ng-factory doc bs theme
 */

body {
  position: relative;
  padding-top: 50px;
}


[append-source] {
  padding-bottom: 20px;
}

.bs-docs-nav {
  border-color: #a33f3e;
  background-color: #b94846;
  box-shadow: 0 1px 0 rgba(255,255,255,.1);
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
}

.bs-docs-nav .navbar-brand {
  color: #fff;
}

.bs-docs-nav .navbar-nav>li>a {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  color: #f9f1f1;
}
.bs-docs-nav .navbar-nav>li>a:hover,
.bs-docs-nav .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.bs-jumbotron {
  color: #fff;
  background: url('//mgcrea.github.io/angular-strap/images/triangular-red.png') #b94846;
  padding-bottom: 20px;
}

.bs-markdown{

}

.bs-markdown table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.bs-markdown table>caption+thead>tr:first-child>th, .bs-markdown table>colgroup+thead>tr:first-child>th, .bs-markdown table>thead:first-child>tr:first-child>th, .bs-markdown table>caption+thead>tr:first-child>td, .bs-markdown table>colgroup+thead>tr:first-child>td, .bs-markdown table>thead:first-child>tr:first-child>td {
  border-top: 0;
}
.bs-markdown table>thead>tr>th, .bs-markdown table>thead>tr>td {
  border-bottom-width: 2px;
}
.bs-markdown table>thead>tr>th, .bs-markdown table>tbody>tr>th, .bs-markdown table>tfoot>tr>th, .bs-markdown table>thead>tr>td, .bs-markdown table>tbody>tr>td, .bs-markdown table>tfoot>tr>td {
  border: 1px solid #ddd;
}
.bs-markdown table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bs-markdown table>thead>tr>th, .bs-markdown table>tbody>tr>th, .bs-markdown table>tfoot>tr>th, .bs-markdown table>thead>tr>td, .bs-markdown table>tbody>tr>td, .bs-markdown table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
}

.bs-markdown table>tbody>tr:nth-child(odd)>td, .bs-markdown table>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}
