﻿.body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/*input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: unset;
}*/

.diary-title {
    padding: 0.7em 2em;
    font-size: 1.1em;
}

.toast-container {
    z-index: 1060;
    width: 100%;
    position: absolute;
}

.btn.disabled, .btn:disabled {
    cursor: default;
}

.patient-name {
    color: blue;
}
.patient-name-deactivated{
    color: red;
}
#chart-key0 {
    
    display: grid;
    font-size: 14px;
    grid-template-rows: 4fr;
    grid-template-columns: 100%;
    /*grid-template-areas: "severe" "moderate" "mild" "good";*/
    margin-right: 10px;
}
.underline-text {
    text-decoration: underline;
}

#new-patients {
    background-color: #0E8CCC;
    padding-left: 50px;
}
#new-assessments {
    background-color: #ECBC41;
    padding-left: 50px;
}

.no-left-padding {
    padding-left: 0px;
}

.blue-solid-border {
    border: solid;
    border-color: blue;
}

#add-note {
    padding-left: 5em;
}

#note-date {
    background-color: #E9E9E9;
}

#chart-icons-container {
    width: 700px;
}

#chart-icons {
    margin-left: 2px;
    margin-right: 35px;
}

.validation-summary-valid ul li {
    display: none;
}

.highlight-text {
    color: Highlight;
}

.password-requirement {
    color: royalblue;
    margin-bottom: 0px;
}

.text-blue {
    color: royalblue;
}

#NewEmailAddress {
    width: inherit;
}

.update-profile {
    padding-left: 4em;
}