body {
  font-family: "Lato", sans-serif;
  height: 100%;
  /* transition: background-color .5s; */
}

main {
  background: radial-gradient(#8cd492, #004d17);
  color: #fff;
}

.btn-success {
  background-color: darkolivegreen;
  border: white 2px solid;
}

.btn-success:hover {
  border: white 2px solid;
}

input.form-control.form-control-sm {
  background-color: #fff;
}

#BinsList_filter label {
  color: #fff;
}

#POList_filter label {
  color: #fff;
}
table.dataTable > tbody > tr > td {
  padding: 0px !important;
  align-content: center !important;
  text-align: center !important;
}

input[type="checkbox"] {
  background-color: darkolivegreen;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: rgb(226, 226, 226);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #00c700;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.list-group-item {
  background: none;
  border: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.toast {
  background-color: #333;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
