body{
  min-height: 500px;
}

html, body{
  font-family: "Nunito","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tab-pane.iframe{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    overflow: hidden;
}

pre{
  border: 1px solid rgb(221, 221, 221);
}

.nav-tabs{
  border-bottom: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background: rgb(245, 245, 245);
}

.jumbotron{
  background-color: #00a2ff;
  color: white;
  padding-left: 20px;
  height: 220px;
}

.navbar-inverse{
    background-color: #30516B;
    background-color: #1C91C7;
    border: 0;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.33);
}
// .nav-stacked>li{
//   line-height: 9px;
// }
.nav-stacked>li a{
  line-height: 1.4em;
  padding: 3px 15px;
}
.navbar-text{
    display: inline-block; float: left;
    margin-right: 15px; margin-left: 0px;
}
.navbar-text a{
    color: white;
}
.navbar-brand{
    padding: 10px 10px;
}
.nav-sidebar-wrapper{
    // background: rgb(253, 251, 250);
    padding-bottom: 100px;
    padding-top: 10px;
    // border: 1px solid rgb(239, 239, 239);
    border-radius: 4px;
    margin-left: 10px;
    box-sizing: border-box;
    max-width: 240px;
    float: right;
    position: fixed;
    height: calc(100vh - 60px);
    overflow: auto;
    overflow-x: hidden;
    margin-top: -30px;
}
nav.docs-sidebar{
  margin: 0 auto;
  padding: 0px;
  /* border-right: 1px solid #cacaca; */
  position: relative;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active{
  background-color: rgb(255, 111, 0);
  color: white;
}

.docs-sidebar h1, .docs-sidebar h3, .docs-sidebar li.dropdown-header{
    font-size: 18px;
    margin-left: 14px;
    margin-right: 14px;
    color: rgb(62, 60, 60);
    font-weight: bold;
    display: inline-block;
    min-width: 180px;
}

.docs-sidebar h3, .docs-sidebar li.dropdown-header{
    font-size: 14px;
    color: rgb(62, 60, 60);
    padding-left: 0px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 10px;
}

.docs-sidebar li.divider{
  display: none;
}

.affix, .affix-top{
  width: 213px;
  margin-top: 100px;
}
nav.affix{
  top: 83px;
  position: fixed;
  left: 4%;
}
nav.affix-top{
  left: 0;
}
.back-to-top{
  display: block;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.back-to-top:hover{
  color: #563d7c !important;
  text-decoration: none;
}
.back-to-top:focus, .back-to-top:active, .back-to-top:visited{
  text-decoration: none;
  color: #999;
}

/* bootstrap overrides */
.navbar-inverse .navbar-nav>li>a{
  color: rgb(226, 226, 226);
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: rgb(255, 111, 0);
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    color: rgb(48, 81, 107);
    background-color: rgb(245, 245, 245);
}

.dropdown-header{
  border-color: rgb(8, 8, 8);
}

@media (max-width: 767px){

  .dropdown-header{
    color: white;
    border-color: rgb(8, 8, 8);
  }


  .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
    background-color: rgba(255, 255, 255, 0.15);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
      color: rgb(220, 220, 220);
      background-color: rgba(0, 0, 0, 0);
  }
}

.navbar-inverse .navbar-toggle{
  border-color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
  background-color: rgb(3, 98, 142);
}

.nav-pills.white > li > a{
  color: #fff;
}
.nav-pills.white > li.active > a, .nav-pills.white > li.active > a:hover{
  background-color: #fff;
  color: #337ab7;
}
.nav-pills.white > li > a:hover{
  background-color: #3593CC;
}
hr {margin-top: 30px; margin-bottom: 10px;}

h1{ font-size: 30px; }
h2{ font-size: 26px; padding-top: 50px; }
h3{ margin-top: 30px; }
h4{ margin-top: 30px; }
h2 + h3, h2 + h4{margin-top: 20px;}

h1,h2,h3,h4,h5{
  font-weight: 600;
}
h1,h2,h3{
  text-transform: uppercase;
}

code{padding: .1rem .5rem; color: #FF6200; background-color: #f7f7f9; border: 1px solid #EFEEEE; font-weight: 500; }
a code{ color: #0FA0CE }
a { color: rgb(30, 174, 219); }
a:hover{ color: rgb(15, 160, 206); }

pre{
  background-color: rgb(253, 252, 253);
  margin-bottom: 20px;
  font-size: 12px;
}
code{
  font-size: 79%;
}
pre.js code, pre.html code, pre.css code {
  border: 0;
  font-size: 100%;
}

.btn.btn-primary{
    color: rgb(255, 255, 255);
    background-color: rgb(51, 195, 240);
    border-color: rgb(51, 195, 240);
}
.btn.btn-primary:hover{
  background-color: rgb(30, 174, 219);
  border-color: rgb(30, 174, 219);
}

.btn.btn-uppercase{
    text-transform: uppercase;
    padding: 8px 20px;
}

pre .toolbar{
  display: inline-block;
  position: absolute;
  margin: 0px;
  top: 2px;
  right: 9px;
}

pre .toolbar .toolbar-item a{
  cursor: pointer;
}