.table .calendar .button {
  background-color: #555;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  padding-left: 10px; padding-right: 10px;
}

.table .sticky_header {
}

.table .button:hover {
  background-color: black;
}

.locked .button {
   opacity: 0.3;
   cursor:not-allowed !important;
   pointer-events: none;

}

.locked .button:hover {
    cursor: not-allowed;
}

.user td {
    font-weight: bold;
}

.rb {
    border: 2px solid #dee2e6 ;
    border-radius: 8px;
}

.notification {
    border: 2px solid #ff8080 ;
    border-radius: 8px;
}

.notification ul {
    list-style-type:none;
    vertical-align: middle;
}

.footer-bs{
      position: absolute;
      width: 100%;
      min-height: 320px;
      bottom: 40px;
      left: 0;
}