﻿.heading-shade {
    background: linear-gradient(to right, rgba(135, 206, 235, 0.2), white);
}

.body-shade {
    background: rgba(128, 128, 128, .1);
}
td.total {
    border-bottom: 3px solid gray;
    border-top: 1px solid gray;
}
td.sub-total {
    border-top: 1px solid gray;
}

.sidebar {
    background-image: linear-gradient(180deg, navy 0%, black 70%);
}
.subject-row {
    border: 1px solid rgba(135, 206, 235, 0.5);
}
    .subject-row:hover .content {
        border: 1px solid rgba(135, 206, 235, 0.21);
        box-shadow: 0px 0px 5px 1px rgba(135, 206, 235, 0.21);
        background: white;
    }
.note-entry {
    box-shadow: 0 0 2px 1px rgba(135, 206, 235, 0.21);
    background: rgba(135, 206, 235, 0.5);
}
.report-title {
    color: gray;
}
.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.sticky {
    background: linear-gradient(to left, white 5%, skyblue);
    box-shadow: 0 0 1px 2px skyblue;
}
.home-lander a {
    color: navy;
}
.darkerpurple {
    color: navy;
}

a, .btn-link {
    color: #0071c1;
}

.btn-dark {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
}

@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        background-color: #f7f7f7;
    }
}

dt.word-property {
    background-color: aliceblue;
}
.shade {
    background: linear-gradient(to top, rgba(135, 206, 235, 0.21), white)
}

.gradient-text {
    background: linear-gradient(to right, blue, skyblue);
}
a, .btn-link {
    color: #0071c1;
}

.btn-dark {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}