/*
 * Navbar
 */

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


/*
 * Sidebar
 */

.sidebar {
  z-index: 100; /* Behind the navbar */
  padding: 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 56px);
  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: 18px;
  color: #333;
}

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

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

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

.nav-indent {
  margin-left: 10px;
}

/*
 * Card styles
 */

.kpi-card {
  height: 100px;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
}

.kpi-card .kpi-text {
  text-align: right;
  padding-right: 25px;
}

.kpi-card .kpi-text p {
  margin-bottom: 0;
}

.kpi-card .kpi-text span {
  font-size: 40px;
  line-height: 1.0;
}

.kpi-card .octicon {
  padding: 10px;
  font-size: 48px;
}

#devAddOpts a {
    width: 180px;
    height: 200px;
}

#devAddOpts a i {
    font-size: 90px;
    display: block;
}
