/* PlanningLine Container */
.fixed-projects-container {
  position: fixed;
  top: 250px;
  left: 15px;
  right: 15px;
  bottom: 8px;
  /* padding-top: 30px; */
  padding-top: 18px;
  background: #fff;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* padding-bottom: 77px; */
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  z-index: 999;
}
/* 
#alterHours,
#absentHours {
    background: rgba(8, 28, 129, 0.6) !important;
} */

.fixed-projects-container > .row {
  height: 100%;
  overflow-y: scroll;
}

/* Slide settings */

.slide-up {
  top: 70px !important;
  transition: all 0.3s ease-out;
  padding-bottom: 150px;
  /* padding-bottom: 85px; */
}

.slide-down {
  bottom: 8px !important;
  transition: all 0.3s ease-out;
}

/* Status filter */

.filterList {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.status-filter-item {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}

.status-filter-item.active {
  font-weight: 700;
  border-bottom: 2px solid #000;
}
