/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay just below topbar */
  top: 1; /* Keep just below topbar */
  left: 0;
  background-color: #336699;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* Auto-hide sidebar on small screens */
@media only screen and (max-width: 1023px) {
    #bodyContainer {
      padding-left: 10px;
    }
}

@media only screen and (min-width: 1024px) {
  #bodyContainer {
    padding-left: 170px;
  }
}

/* The side navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 12px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  background-color: #006622;
}

.divider {
  background-color: white;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
