﻿ 
/* Case Text Styles */
h1 {
	text-align: left;
	font-size: 2.26em;
	padding-bottom: 20px;
}

h2 {
	font-family: "Merriweather", serif;
	color: #76232f;
	text-align: left;
	font-size: 1.16em; 
    font-weight: bold;
	padding-bottom: 16px;
}

h3 {
	font-family: "Merriweather", serif;
	color: #002e65;
	text-align: center;
	font-size:1.15em; 
    font-weight: 800;
	padding: 6px 0;
	margin-top: 30px;
}

/* Case BG Styles */
.docBG{
	margin-top: 26px;
	background-color: #f2f2f3;
}


/* Tables - Default (Index Page) */
.cases-table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  max-width: 650px;
}

.cases-table thead {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cases-table td,
.cases-table th {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

.cases-table tr:hover {
  background-color: #f9f3da;
}

.cases-table a {
  color: #326295;
  text-decoration: none;
  font-weight: bold;
}

.cases-table a:hover {
  text-decoration: underline;
  color: #002e65;
}

.cases-table a:focus {
  outline: 2px solid #002e65;
  outline-offset: 2px;
}

/* Case Detail Page Specific Styles */
body.case-detail .cases-table {
  max-width: 100%;
  table-layout: fixed;
  margin: 20px 0;
}

body.case-detail .cases-table td,
body.case-detail .cases-table th {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

body.case-detail .cases-table td:nth-child(1),
body.case-detail .cases-table th:nth-child(1) {
  width: 100px;
  text-align: left;
}

body.case-detail .cases-table td:nth-child(2),
body.case-detail .cases-table th:nth-child(2) {
  text-align: left;
  padding-left: 5px;
}

body.case-detail .cases-table td:nth-child(3),
body.case-detail .cases-table th:nth-child(3) {
  width: 60px;
  text-align: center;
}

body.case-detail .cases-table tr:hover {
  background-color: #f5f5f5;
}

/* Radio Groups (Case Detail Page) */
.radio-group {
  margin: -12px 0 0 10px;
}

.radio-group label {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}

.radio-group input[type="radio"] {
  margin-right: 5px;
}

.radio-group input[type="radio"]:focus {
  outline: 2px solid #002e65;
  outline-offset: 2px;
}

/* Badge Styles */
.new-badge {
  color: #d9534f;
  font-weight: bold;
}

/* Utility Classes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}






