#main-navbar {
    border-bottom-width: 5px !important;
}

.delete-inline {
    margin-top: 1.7em !important;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 70px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    border-right-width: 5px !important;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 70px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    /*font-size: .875rem;*/
}

.nav-link.active {
    color: black;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 85px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 85px; /* Space for fixed navbar */
  }
}

@media (min-width: 992px) {
    .navbar-expand-lg>.navbar-hide-lg {
        display: none !important;
    }
}

.docs-dropdown {
    overflow-y:auto;
    max-height:300px
}
