p{
    text-indent: 2em;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh);
    padding-top: 1rem;
    padding-bottom: 2rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar a {
    font-weight: 500;
    color: #333;
    line-height: 14px;
    margin: 2px 0;
}

.sidebar a .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar a.active {
    color: #007bff;
}

.sidebar a:hover .feather,
.sidebar a.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.nav-link {
    padding: 0 0.5rem
}

.nav-item .nav{
    margin-left: 1rem;
}

.sidebar .nav>li>a{
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}
.sidebar .nav>li>a:hover{
    background: transparent;
}
.sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: 400;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.content{
    padding-bottom: 20px;
}
.bs-docs-sidebar{
    margin-top: 20px;
}

.hljs {
    background: transparent;
}
.parent {
    color: #999;
}
.list-group-item > .badge {
    float: none;
    margin-right: 6px;
}
.panel-title > .methods {
    float: right;
}
.badge {
    border-radius: 0;
    text-transform: uppercase;
    width: 70px;
    font-weight: normal;
    color: #f3f3f6;
    line-height: normal;
}
.badge_get {
    background-color: #63a8e2;
}
.badge_post {
    background-color: #6cbd7d;
}
.badge_put {
    background-color: #22bac4;
}
.badge_delete {
    background-color: #d26460;
}
.badge_patch {
    background-color: #ccc444;
}
.list-group, .panel-group {
    margin-bottom: 0;
}
.panel-group .panel+.panel-white {
    margin-top: 0;
}
.panel-group .panel-white {
    border-bottom: 1px solid #F5F5F5;
    border-radius: 0;
}
.panel-white:last-child {
    border-bottom-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-white .panel-heading {
    background: white;
}
.tab-pane ul {
    padding-left: 2em;
}
.tab-pane h2 {
    font-size: 1.2em;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
}
.tab-pane h3 {
    font-size: 1.1em;
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
#sidebar {
    margin-top: 30px;
    padding-right: 5px;
    overflow: auto;
    height: 90%;
}
.top-resource-description {
    border-bottom: 1px solid #ddd;
    background: #fcfcfc;
    padding: 15px 15px 0 15px;
    margin: -15px -15px 10px -15px;
}
.resource-description {
    border-bottom: 1px solid #fcfcfc;
    background: #fcfcfc;
    padding: 15px 15px 0 15px;
    margin: -15px -15px 10px -15px;
}
.resource-description p:last-child {
    margin: 0;
}
.list-group .badge {
    float: left;
}
.method_description {
    margin-left: 85px;
}
.method_description p:last-child {
    margin: 0;
}
.list-group-item {
    cursor: pointer;
}
.list-group-item:hover {
    background-color: #f5f5f5;
}