﻿.autopsy-reports-detail-text {
    min-width: 40%;
    margin-bottom: 1.5rem;
}

    .autopsy-reports-detail-text tr {
        line-height: 2.5rem;
        font-size: 1.1rem;
    }

        .autopsy-reports-detail-text tr td {
            border: 1px solid black;
            text-align: right;
            padding-right: 0.5rem;
        }

    .autopsy-reports-detail-text .head {
        background-color: var(--primary-color);
        color: var(--primary-light-color);
        font-weight: 500;
        border-right: 1px solid var(--primary-color);
        border-left: 1px solid var(--primary-color);
    }


    .autopsy-reports-detail-text .subhead {
        background-color: rgb(142, 169, 219);
        color: rgb(247, 249, 252);
        font-weight: 500;
        border-right: 1px solid rgb(142, 169, 219);
        border-left: 1px solid rgb(142, 169, 219);
        border-bottom: 1.1px solid black;
    }

        .autopsy-reports-detail-text .subhead th {
            border-right: 1px solid white;
        }

            .autopsy-reports-detail-text .subhead th:last-child {
                border: none;
            }

        .autopsy-reports-detail-text .subhead th {
            padding: 0 1rem;
        }

.autopsy-reports-detail-text-disabled {
    opacity: 0.7;
}

.autopsy-reports-detail-text-container .vq-file-upload-icon-waiting {
    margin-left: 0;
    margin-top: 8rem;
}

.autopsy-reports-detail-text-container {
    margin-left: calc(50% - 4rem);
}
