

body{
  position: relative;
}

.feather {
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
 .sidebar-left, .sidebar-right {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  margin-top: 0.5rem !important;
  overflow-y: auto;
}

.sidebar-left {
  left: 0;
  margin-left: 0.5rem !important;
}
.sidebar-right {
  padding-top: 21vw;
  right: 0;
  margin-right: 0.5rem !important;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  /* top: 4rem;
  height: calc(100vh - 4rem);
  padding-top: .5rem; */
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


/*
 * Navbar
 */

.navbar-nav .nav-link{
  padding-left: 1rem;
}

li.list-group-item {
  margin: 0;
  padding: 0;
}

.sidebar-sticky a.list-group-item-action{
  background: url(../img/speckle.png) top left repeat;
  margin: 0;
  padding: 0.75rem;
}

li.active a.list-group-item-action, .bg-primary a.list-group-item.list-group-item-action
{
  color:white;
}
li.active a.list-group-item-action:hover{
  background-color:#20305e;
}
