/*!
 * Copyright 2013 Twitter, Inc.
 *
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */
/*
 * Bootstrap Documentation
 * Special styles for presenting Bootstrap's documentation and code examples.
 *
 * Table of contents:
 *
 * Scaffolding
 * Main navigation
 * Footer
 * Social buttons
 * Homepage
 * Page headers
 * Old docs callout
 * Ads
 * Side navigation
 * Docs sections
 * Callouts
 * Grid styles
 * Examples
 * Code snippets (highlight)
 * Responsive tests
 * Glyphicons
 * Customizer
 * Miscellaneous
 */
/*
 * Scaffolding
 *
 * Update the basics of our documents to prep for docs content.
 */
/* Layout */
body {
  position: relative;
  /* For scrollyspy */
  overflow: hidden;
  /*padding-top: 50px;*/
  display: flex; }

.page {
  flex: 1;
  overflow: auto; }

.page > .container {
  background-color: white;
  padding-bottom: 2rem; }
  @media (max-width: 768px) {
    .page > .container {
      padding-bottom: 0; } }
/* Page headers */
.header {
  display: flex;
  align-items: center; }

.header h1 {
  flex: 1;
  color: #4a3f59;
  font-size: 2rem;
  padding: 2rem 0;
  margin: 0; }
  @media (max-width: 768px) {
    .header h1 {
      font-size: 1.5rem;
      line-height: 1;
      text-align: center; } }
.header .action {
  flex: none; }

/* Section anchors */
main .section:first-child {
  margin-top: -2rem; }

.section h1 {
  padding-top: 2rem; }

.section h1:before,
.section h2:before {
  display: block;
  content: " ";
  visibility: hidden;
  pointer-events: none; }

/* Icons */
.bs-glyphicons-list {
  list-style-type: none;
  padding: 0; }

.bs-glyphicons-list .am-icon {
  font-size: 36px; }

.bs-glyphicons-list:after {
  clear: both;
  content: "";
  display: block; }

/* Font size adjustement */
body {
  font-size: 1rem; }

.bs-card,
.bs-example {
  font-size: .875rem; }

/*
 * Main navigation
 *
 */
.bs-docs-nav {
  border-color: transparent;
  border: none;
  background-color: #4a3f59;
  padding: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  /*   border-bottom: 1px solid #eee; */ }

.bs-docs-nav .container,
.bs-docs-nav .navbar-collapse {
  align-items: stretch; }

.bs-docs-nav .navbar-nav > li {
  display: flex;
  flex-direction: column;
  position: relative; }

.bs-docs-nav .navbar-nav > li.has-megamenu {
  position: static; }

@media (min-width: 992px) {
  .bs-docs-nav .container .nav:last-child {
    margin-right: -15px; } }

.bs-docs-nav .navbar-collapse {
  border-color: #4a3f59; }

.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  color: #fff;
  padding: 16px 16px;
  text-decoration: none;
  height: 100%; }

@media (max-width: 992px) {
  .bs-docs-nav .navbar-nav > li > a {
    width: 100%; } }

.bs-docs-nav .navbar-nav > li > a:hover {
  color: #333;
  background-color: #e6bebf;
  text-decoration: none; }

.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #333;
  background-color: #fff;
  border-bottom: none; }

.bs-docs-nav .navbar-toggle {
  border-color: #b12a1c; }

.bs-docs-nav .navbar-toggle:hover {
  background-color: #4a3f59;
  border-color: #4a3f59; }

.bs-docs-nav li.navbar-text {
  display: none;
  color: white;
  padding: 0; }
  @media (min-width: 1280px) {
    .bs-docs-nav li.navbar-text {
      display: flex; } }
.bs-docs-nav .navbar-text span {
  padding: 16px; }

@media (min-width: 992px) {
  .navbar-btn {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5); } }

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
  position: static; }

@media (min-width: 768px) {
  .bs-sidebar {
    position: sticky;
    top: 60px; } }

/* First level of nav */
.bs-sidenav {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
  flex-direction: column; }

/* All levels of nav */
.bs-sidebar .nav > li {
  display: block; }

.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
  text-decoration: none; }

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0; }

.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #b12a1c;
  background-color: transparent;
  border-right: 1px solid #b12a1c; }

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
  flex-direction: column; }

.bs-sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px; }

.bs-sidebar h2 {
  margin: 0;
  padding: 0;
  font-size: 1em; }

.bs-sidebar h2 a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  font-weight: normal;
  color: #888; }

.bs-sidebar h2 a:hover,
.bs-sidebar h2 a:focus {
  background-color: #e5e3e9;
  text-decoration: none; }

.bs-sidebar .nav + .nav {
  margin-top: 12px; }

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block; }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px; }
  .bs-sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 70px; }
  .bs-sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */ }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px; } }

/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */
/* Space things out */
.bs-docs-section + .bs-docs-section {
  padding-top: 40px; }

/* Janky fix for preventing navbar from overlapping */
h1[id] {
  /*
  padding-top: 80px;
  margin-top: -45px;
*/ }

.docs-templates h4 {
  font-size: 16px;
  /*   border-top: 1px solid #dedede; */
  padding-top: 8px;
  font-weight: bold; }

.bs-docs-container .legend {
  height: 3em;
  overflow: hidden;
  margin-bottom: 3px; }

.bs-docs-container .thumbnail {
  margin-bottom: 10px; }

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7; }

.bs-callout-danger h4 {
  color: #b94a48; }

.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc; }

.bs-callout-warning h4 {
  color: #c09853; }

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1; }

.bs-callout-info h4 {
  color: #3a87ad; }

/*
 * Grid examples
 *
 * Highlight the grid columns within the docs so folks can see their padding,
 * alignment, sizing, etc.
 */
.show-grid {
  margin-bottom: 15px; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

/*
 * Examples
 *
 * Isolated sections of example content for each component or feature. Usually
 * followed by a code snippet.
 */
.bs-example {
  position: relative;
  padding: 15px 15px 15px;
  margin: 0 -15px 15px;
  background-color: #fafafa;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0; }
  @media (max-width: 768px) {
    .bs-example {
      margin: 15px 0; } }
/* Echo out a label for the example */
.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px; }

.bs-example.haslabel:after {
  content: "Example";
  content: attr(data-label); }

.bs-example.haslabel {
  padding-top: 45px; }

.bs-example > .form-control + .form-control {
  margin-top: 0.5em; }

.bs-card {
  position: relative;
  padding: 0;
  background-color: #fafafa;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-color: #e5e5e5 #eee #eee; }

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight {
  margin: -15px -15px 15px;
  border-radius: 0;
  border-width: 0 0 1px; }

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
  .bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none; }
  .bs-example + .highlight {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; } }

/* Undo width of container */
.container .page {
  padding-top: 0;
  padding-bottom: 50px; }

.bs-example .container {
  width: auto; }

.bs-example .nav-tabs,
.bs-example .nav-pills {
  margin-bottom: 1rem; }

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0; }

.bs-example > p > .close {
  float: none; }

/* Typography */
.bs-example-type .table .info {
  color: #999;
  vertical-align: middle; }

.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }

.bs-example-type .table tr:first-child td {
  border-top: 0; }

.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0; }

/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px; }

/* Tables */
.bs-example > .table-responsive > .table {
  background-color: #fff; }

/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px; }

.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px; }

/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 10px; }

.bs-example-form .input-group {
  margin-bottom: 10px; }

.bs-example > textarea.form-control {
  resize: vertical; }

/* List groups */
.bs-example > .list-group {
  max-width: 400px; }

/* Navbars */
.bs-example #zone-de-travail-footer {
  box-shadow: none; }

.bs-example .navbar:last-child {
  margin-bottom: 0; }

.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  overflow: hidden;
  /* cut the drop shadows off */ }

.bs-navbar-top-example .navbar-header,
.bs-navbar-bottom-example .navbar-header {
  margin-left: 0; }

.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

.bs-navbar-top-example {
  padding-bottom: 45px; }

.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px; }

.bs-navbar-top-example .navbar-fixed-top {
  top: -1px; }

.bs-navbar-bottom-example {
  padding-top: 45px; }

.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px; }

.bs-navbar-bottom-example .navbar {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute; }
  .bs-navbar-top-example {
    border-radius: 0 0 4px 4px; }
  .bs-navbar-bottom-example {
    border-radius: 4px 4px 0 0; } }

/* Pagination */
.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px; }

/* Pager */
.bs-example > .pager {
  margin-top: 0; }

/* Example modals */
.bs-example-modal {
  background-color: #f5f5f5 !important; }

.bs-example-modal > .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block; }

.bs-example-modal .modal-dialog {
  left: auto;
  margin: 1rem auto; }

.modal h1 {
  padding: 0; }

.bs-example > .dropdown-menu:first-child {
  position: static;
  display: block;
  float: none;
  max-width: 20rem; }

/* Example dropdowns */
.bs-example > .dropdown > .dropdown-toggle {
  /*   float: left; */ }

.bs-example > .dropdown > .dropdown-menu {
  /*
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left;
*/ }

/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
  /*   margin-bottom: 15px; */ }

.bs-example-tabs .tab-content {
  padding-top: 15px; }

/* Tooltips */
.bs-example-tooltips {
  text-align: center; }

.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.show-tooltips .tooltip {
  display: block;
  opacity: 1;
  position: relative; }

.show-tooltips .row {
  margin: 1rem;
  display: block; }

/* Popovers */
.bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9; }

.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px; }

/* Scrollspy demo on fixed height div */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto; }

/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */
.highlight {
  display: none;
  /* hidden by default, until >480px */
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px; }

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  /*   white-space: nowrap; */ }

.highlight pre code {
  font-size: inherit;
  color: #333;
  /* Effectively the base text color */ }

.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5; }

/* Show code snippets when we have the space */
@media (min-width: 481px) {
  .highlight {
    display: block; } }

/*
 * Responsive tests
 *
 * Generate a set of tests to show the responsive utilities in action.
 */
/* Responsive (scrollable) doc tables */
.table-responsive .highlight pre {
  white-space: normal; }

/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999; }

.responsive-utilities tbody th {
  font-weight: normal; }

.responsive-utilities td {
  text-align: center; }

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important; }

.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important; }

/* Responsive tests */
.responsive-utilities-test {
  margin-top: 5px; }

.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px; }

.responsive-utilities-test span {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px;
  display: block; }

.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #999;
  border: 1px solid #ddd; }

.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }

.hidden-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-lg-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-xs-block {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 135px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd; }

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px; }

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center; }

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, 0.1); }

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%; } }

/*
 * Miscellaneous
 *
 * Odds and ends for optimum docs display.
 */
/* About page */
.bs-about {
  font-size: 16px; }

/* Examples gallery: space out content better */
.bs-examples h4 {
  margin-bottom: 5px; }

.bs-examples p {
  margin-bottom: 20px; }

/* Pseudo :focus state for showing how it looks in the docs */
#focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }

/* Better spacing on download options in getting started */
.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px; }

.screen-capture {
  margin-left: -15px; }

.bs-docs-section .row {
  margin-bottom: 0px; }

.input-group .twitter-typeahead {
  display: table;
  width: 100%; }

.btn-link {
  text-decoration: underline; }

/* BOOTSTRAP 3 */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #f4f5f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: black; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #4a3f59; }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

h1 {
  font-family: tahoma, "Helvetica neue", sans-serif;
  text-transform: uppercase;
  color: black;
  margin-bottom: 16px; }

.bs-docs-title {
  display: flex;
  padding-right: 1rem; }

.bs-docs-title h2 {
  flex-grow: 1;
  flex-basis: fill; }

.bs-docs-title a {
  flex-basis: auto;
  padding: 8px 8px;
  font-size: 16px;
  background-color: #e4e4e4;
  align-self: center;
  border-radius: 4px; }

.row.doc-cardview {
  align-items: stretch; }

.row.doc-cardview .bs-example {
  height: 100%; }

.doc-cardview div[class^="col"] {
  padding-right: 0; }

.doc-cardview div[class^="col"] + div[class^="col"] {
  padding-left: 0; }

.doc-cardview div[class^="col"]:last-child {
  padding-right: 16px; }

.doc-cardview > div + div .bs-example {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* MEGA MENU */
.bs-docs-nav .dropdown-menu {
  left: 0;
  border-top: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 15rem; }

.bs-docs-nav .dropdown-menu h3 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 0.5;
  /*   border-top: 1px solid #ccc;   */ }

.bs-docs-nav .dropdown-menu .nav-link {
  padding: 0.5rem 1rem; }

.bs-docs-nav .dropdown-menu div[class^="col"] + div[class^="col"] {
  border-left: 1px solid #ccc; }

.bs-docs-nav .dropdown-menu h3:first-child {
  border: none; }

.bs-docs-nav .dropdown-menu.mega-menu {
  left: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); }

.bs-docs-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.bs-docs-nav .dropdown-menu {
  background-color: white; }
  @media (max-width: 992px) {
    .bs-docs-nav .dropdown-menu {
      padding-bottom: 0;
      padding-top: 0;
      border-radius: 0;
      border: none; } }
.bs-docs-nav .dropdown-menu a {
  text-decoration: none; }

.bs-docs-nav .dropdown-menu li a:hover,
.bs-docs-nav .dropdown-menu li a:focus {
  background-color: #4a3f59;
  color: white; }

.extended-menu {
  width: 30rem; }
  @media (max-width: 992px) {
    .extended-menu {
      width: 100%; } }
.mega-menu {
  width: 100%;
  margin-top: 0;
  box-shadow: 1px 3codepx 4px rgba(0, 0, 0, 0.41);
  padding-top: 1rem; }

.mega-menu .col-sm {
  padding: 0 45px; }

.mega-menu ul + h3 {
  padding-top: 0.5rem; }

.mega-menu h3 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  color: #777; }

iframe {
  border: 1px solid #ccc; }

.row + .page-header {
  margin-top: 30px; }

/* Two col layout with iframes */
.align-items-stretch .doc-iframe-block {
  height: 100%; }

.align-items-stretch iframe {
  height: 100%;
  min-height: 500px; }
  @media (max-width: 768px) {
    .align-items-stretch iframe {
      height: 500px; } }
.align-items-stretch .bs-example {
  margin-bottom: 0; }

.demo .treeview {
  background-color: #ccc; }
  .demo .treeview .node > .treeview {
    background-color: #aaa; }
  .demo .treeview .node .node > .treeview {
    background-color: #999; }
