body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*
 * Sidebar
 */

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

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

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 45px - 50px); /* (viewport height) - (navbar height) - (browser toolbar height) */
  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;
  color: #333;
  padding: 0.4rem 0.8rem;
}

.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: 1.0rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .7rem;
  left: 1rem;
}

.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);
}

/*
 * Form
 */
.dashboard-buttons .col-auto {
  margin-bottom:5px;
}

.dashboard-buttons .row {
  margin-top: 10px;
}

.dashboard-buttons form .row {
  margin-left: 0;
  margin-right: 0;
}

.dashboard-buttons form .col-auto {
  padding-left: 2px;
  padding-right: 2px;
}

.dashboard-buttons form .col-auto label {
  padding-top: 10px;
}

/*
 * Links
 */
 a.btn:visited {
  color: #fff;
 }
 a.btn:link {
  color: #fff;
 }


 #item_edit h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #666;
  font-size: 20px;
  color: white;
 }