.logo {
  background-image: url("images/NSWTF_Logo_White.png");
  height: 50px;
  margin: 10px 0;
  min-height: 100px;
}


.CaseStaffIQA .rgMasterTable tr:is(.rgRow, .rgAltRow):has(span.StaffRole-CaseOfficer) {
	background-color: #ffdcc7 !important;
}

.CaseNotesIQA .rgMasterTable tr:is(.rgRow, .rgAltRow):has(span.NotePriority-High) {
	background-color: #ffc6b9 !important;
}



/* Organiser Icon (Calendar) */
a.rtIn.OrganiserNavIcon::before {
	content: "\f073" !important;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.IQASummary.TwoColumn .PanelField {
  width: 50%;
  display: inline-block;
  float: revert;
}

.redBtn.TextButton {
	background: #d01400;
}

/* hide email on address */
#ctl00_TemplateBody_AddressEdit_DivAddressEntry tr.PanelField.Left:nth-last-child(2),
#ctl00_TemplateBody_AddressEdit_DivAddressEntry tr.PanelField.Left:last-child {
	display: none;
}


.fas.fa-times.IQA {
  text-decoration: none;
  font-size: 150%;
}

.IQA.red {
  color: red !important;
}

.IQA.red:hover {
  color: #a90000 !important
}

.isPastDeadline {
	color: red;
}

.CaseNotesIQA .panel-body-container {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.CaseNotesIQA .rgMasterTable thead tr[role="row"] th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f5f5f5;
}