/*index page*/
.my_table {
    border-collapse: collapse;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 10px auto;
}
.my_table th {
    background-color: #036;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 5px;
}
.my_table tr > td {
    text-align: center;
    padding-left: 10px;
}
.my_table tr:nth-child(even) {
    background-color: #E8E8E8;
}
my_table tr:nth-child(odd) {
    background-color: #DFEFFF;
}
.my_table tr {
    height: 40px;
}
/*index page end */
/* Date Styling */
.date-time-container {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}
/* Logo Section */
.logo-container {
    margin-top: 0;
    width: 100%;
    text-align: center;
}
.emblem-image {
    height: 125px;
    max-width: 100%;
}
/* Marquee Section */
.marquee-container {
    background-color: #036;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-family: Courier, monospace;
    font-size: 20px;
}

/* Banner Section */
.banner-container {
    width: 100%;
    text-align: justify;
    padding: 15px;
    margin: 20px auto;
}

.welcome {
    padding: 10px;
    font-size: 16px;
}

.table11 table {
    border-collapse: collapse;
    border: 1px solid #FF0000;
}

.table11 table td {
    border: 1px solid #FF0000;
}

/* Input Styling */
input {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: blue;
    font-weight: bold;
}
.container {
    text-align:center;
}

/* Navigation List Styling */

/* Note Section */
.note-container {

    text-align: center;
    margin: 20px auto;
    font-size: 10pt;
    line-height: 1.5;
}

.note-text,
.disclaimer-text,
.footer-text {

    margin: 10px 0;
}

.note-text b,
.disclaimer-text b {
    font-size: 12pt;
    color: #036;
}

.footer-text {
    font-size: 12pt;
    color: #036;
}

error {
    font-weight: bold;
    color: #C00
}

.table11 table{
    border-collapse:collapse;
    border:1px solid #FF0000;
}

.table11  table td{
    border:1px solid #FF0000;
}

#tables_input1 th {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
#tables_input1 th {
    background-color: #036;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
}
#tables_input1 {
    border-collapse: collapse;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
}
#tables_input2 {
    border-collapse: collapse;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
}
#tables_input1 tr >td {
    padding-left: 10px;
}

input{

    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    color:blue;
    font-weight: bold;
}

/*case detail table*/
.case-details-container {
    margin: 30px 200px;

    justify-content: center;
    align-items: center;
    background-color: white;
}

.back-link {
    padding: 0;
    background-color: white;
}

.case-details-table {
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.case-details-table th, .case-details-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.case-details-table th {
    background-color: #036;
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
}

.case-details-table td {
    padding-left: 10px;
    background-color: #f9f9f9;
    font-size: 1em;
}

.case-details-table tr:nth-child(odd) td {
    background-color: #f2f2f2; /* Light gray for odd rows */
}

.case-details-table tr:nth-child(even) td {
    background-color: #ffffff; /* White for even rows */
}

.case-details-table tr:hover {
    background-color: #e0f7fa; /* Highlight row on hover */
}

.case-details-table td b {
    font-weight: bold;
}

.case-status-table .next-hearing {
    color: green;
}

.case-status-table .decision-date {
    color: red;
    font-weight: bold;
}

.status {
    color: red;
}

/* Style for table headings and labels */
.case-details-table h3 {
    margin: 0;
    font-size: 1.5em;
}

.case-details-table th, .case-details-table td {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

/* Add some spacing between elements */
.case-details-table tr td:first-child {
    width: 30%;
}
