body {
  font-size: .875rem;
}

/*
 * Sidebar
 */

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

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 58px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

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

.sidebar .nav-link.active {
  color: #c60b45;
  font-weight: bold;
}

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

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  background: #e5e5e5;
  padding: 4px 0 2px 0;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .05);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

/**
 * Bootstrap overides - eew!
 */
.btn-success {
    color: #fff;
}

.btn-outline-success:hover {
    color: #fff;
}

.btn-success.disabled, .btn-success:disabled {
  color: rgba( 255, 255, 255, 0.6);
}


.notification-area {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1060;
}

.container-notification .alert {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.dashboard-fixed-top-right {
  position: absolute;
  top: 16px;
  right: 1.5rem;
}

.btn-copy {
  cursor: pointer;
}