/* Scrollbar */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* Top menu */

.topmenu {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

/* Sidebar */

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

  overflow-y: scroll;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 56px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.selectpicker {
  z-index: 2000;
}

.main-content h2, h4 {
  padding-top: 56px;
}

.menu-padding {
  padding-top: 56px;
}

/* vis.js */
.vis-network:focus {
  outline: 0;
}

/* Footer */

footer .hse img {
  height: 75px;
}

footer .bcpro_app img {
  height: 55px;
}

footer a {
  text-decoration: none;
}
