﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.bs-docs-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    /*display: block;*/
    /*margin: 0 0 -1px;*/
    padding: 8px 14px;
}

.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    /*display: block;*/
    /*margin: 0 0 -1px;*/
    padding: 8px 14px;
}

.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}

.bs-docs-sidenav > li > a:hover {
    background-color: #F5F5F5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    /*background-image: url("../img/glyphicons-halflings-white.png");*/
    opacity: 1;
}

.bbs-docs-sidenav.affix {
    top: 40px;
}

.bbs-docs-sidenav.affix-bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}



.custom-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  border: 1px solid #eaeaea!important;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.custom-container-title {
  position: absolute;
  height: 20px;
  top: -10px;
  font-size: 12px;
  background-color: red;
  padding: 0 10px;
  border: 1px solid #eaeaea!important;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.about {
  padding: 10px;
}

.about h1 {
  font-family: roboto condensed,sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}

.about h2 {
  font-family: roboto condensed,sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 8px;
}

.about h3 {
  font-family: roboto condensed,sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 6px;
}

.about p {
  font-family: roboto condensed,sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.about {
  font-family: roboto condensed,sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}


@media only screen and (max-device-width : 770px) {
    .bs-docs-sidebar {
        top: 1px;
        position: relative;
    }
}