
html{
  }

body {
  font-size: .875rem;
}

.logo {
    max-height: 70px;
}

.bg-header {
    background-color: #232628;
    height: 70px
}

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

.feather-md {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  color: #403d3d;
}
.feather-md:hover {
    color: darkgrey;
}


/*
 * Sidebar
 */

@media (max-width: 768px) {
    #sidebar.active {
      z-index: 100;
    }
    .menu-btn {
        display: inline-block;
    }
}

@media (min-width: 769px) {
    .menu-btn {
        display: none;
    }
}
@media (max-width: 1200px) {
    #notat {
        display: none;
    }
}



.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  min-width: 200px;
}


.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  height: calc((var(--vh, 1vh) * 100) - 70px);
  padding-top: .5rem;
  padding-bottom: .8rem;
  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: #007bff;
}

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

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

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  color: white; 
}


/*
 * Utilities
 */

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


.footer-height {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  text-align: center;
}

.footer-height a {
    color: grey;
}
.footer-height a:hover {
    color: inherit;
}

.sidebar .text-sm {
      font-size: 0.7rem;
      }


.footer-spacer {
    height: 65px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
