@charset "UTF-8";

body {
    background-color: #a3d1ff;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 1.25em;
}

a {
    font-weight: bold;
}

.plusicon::before {
    margin-right: 10px;
    content: "\25B6";
    color: darkblue;
}

.minusicon::before {
    margin-right: 10px;
    content: "\25BC";
    color: darkblue;
}

.plusicon_bak {
    background-image: url("../unico/plus.png");
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.minusicon_bak {
    background-image: url("../unico/minus.png");
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
}

p {
    font-size: 1em;
}

.passed {
  color: green;
}

.failed {
  color: red;
}

.aborted {
  color: goldenrod;
}

.header {
    font-weight: bold;
    font-size: 1.2em;
}

.inactive {
    font-style: italic;
    color: gray;
}

.header table {
    width: 50%;
    background-color: #d7ebff;
}

.table-detail tr {
    background-color: white;
    border: 0px;
    border-collapse: collapse;
}

table.table-detail tbody tr td {
    border-bottom: 0px;
    pointer-events: none;
}

table tbody tr.dt-hasChild + tr {
    background-color: white;
    pointer-events: none;
}

/* Base table styling */
table.dataTable {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Header */
table.dataTable thead {
    background-color: #2c3e50;
    color: #ffffff;
}

table.dataTable thead th {
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #1a252f;
}

/* Body rows */
table.dataTable tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #e0e0e0;
}

/* Zebra striping */
table.dataTable tbody tr:nth-child(even) {
    background-color: white;
}

/* Hover highlight */
table.dataTable tbody tr:hover {
    background-color: #ccffd0;
}

.dataTables_filter {
    display: none;
}

/* DataTables controls (search, pagination) */
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    margin: 4px;
}

/* Pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 4px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #3498db;
    color: white !important;
    border-color: #2980b9;
}

/* Info text */
.dataTables_wrapper .dataTables_info {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
}

/* Status coloring (custom for your model) */
.status-pass {
    color: #2ecc71;
    font-weight: bold;
}

.status-fail {
    color: #e74c3c;
    font-weight: bold;
}

/* Compact layout option */
.table-compact td {
    padding: 4px 6px;
    font-size: 13px;
}
