﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/

.patient-header {
    background-color: #f6f6f6;
}

#patientPreviewButton {
    white-space: nowrap;
    max-width: 65ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.patient-name {
    color: #065d93;
}

.patient-data {
    color: #606060;
}

/* This creates a vertical bar between each piece of data*/
span.patient-data:not(:last-of-type) {
    border-right: solid 2px #000;
    padding-right: 5px;
}

div.striped > div.row:nth-child(odd) {
    background-color: #ddd;
}

div.striped > div.row:nth-child(odd) > div > a {
    color: var(--bs-link-hover-color);
}