.popover-content {
  display: none;
}

.dayCode {
  text-transform: capitalize;
}

.overview-button {
  width: 100px;
}

.student-present {
  color: #4AD463;
}

.student-absent {
  color: #770000;
  text-decoration: line-through;
}

.btntoggled {
  border: 5px solid #42f462 !important;
}

.tblCommitted {
  background-color: #ccebff !important;
}

.tblUncommittedOk {

}

.tblUncommittedWarn {
  background-color: #ff8080 !important;
}

.tblCancelled {
  color: #707070 !important;
  text-decoration: line-through !important;
}

.tblCancelledBilled {
  background-color: #eeda93 !important;
}

.tblAlert {
  background-color: #ff8080 !important;
}

.tblCurrent {
  background-color: #c1f0c1 !important;
}

.roCurrent {
  color: #000 !important;
  font-weight: bold !important;
}
