.slidesUI .title {
  font-weight:bold;
}

.tfnDashboard {
  font-weight:bold;
  font-size: 1.5rem;
}


.alert-dash {
  color: #E08A00;
  background-color: #FAFFCE;
  border-color: #E08A00;
  padding-bottom: 20px;
}
.alert-dash a {
  color: #E08A00;
}

.issue_NoDefect td,.issue_Deferred td,.issue_No-Defect td {
  color: #666666;
  background-color: #B2B2B2 !important;
}

.issue_Resolved td, .issue_Resolved td a {
  color: #999999;
  background-color: #DFFFD3 !important;
}

.priority1 td {
  color: #D60000;
  background-color: #FFD8D8 !important;
}

div.hideRow { display:none !important; }


textarea[name="eventData"] {
  background: #eee;
  color: #858585;
}
