/* EZMANN Notes */
#ezmann_manage_notes_popup {
    background-color: white;
    margin-top: 5%;
    margin-left: 20%;
    width: 60%;
}

.list-records-background-color-button {
    /* border: 0; */
    /* background-color: #ffd000; */
    width: 2em;
    max-width: 2.25em;
    height: 1.5em;
    max-height: 2em;
    font-size: 1.25em;
    cursor: pointer;
}

#ezhome_icon_note_body_box {
    max-height: 24em;
    overflow: auto;
}

#send-note-email-address-wrapper {
    width: 75%;
    position: relative;
}

#send-note-email-address-autocomplete-menu {
    border: 1px solid black;
    background-color: white;
    width: calc(100% - 2px);
    position: absolute;
    top: 26px;
    max-height: 12em;
    padding: unset;
    margin: unset;
    list-style: none;
    overflow: auto;
    /* z-index: 1000; */
    /* display: none; */
    /* visibility: hidden; */
}

#send-note-email-address-autocomplete-menu li:hover {
    background-color: gold;
}

#send-note-email-address-autocomplete-menu button {
    border: unset;
    background: unset;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    display: block;
    /* border: 1px solid black; */
}

/* Note Information Box */
.note-information-box {
    width: 20%;
    border: 2px solid black;
    text-align: center;
    max-width: 24em;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.note-box-first-section-layout {
    overflow: hidden;
    background-color: #e9e9e9;
    border-bottom: 2px solid black;
}

.note-box-open-expand-text-button {
    padding: 0.5em;
    border: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.note-expand-button-text {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    overflow-wrap: break-word;
}

.note-expand-content-layout {
    padding: 1em;
    overflow: auto;
    max-width: 40em;
    max-height: 36em;
    width: 24em;
    height: 20em;
}

.note-expand-content-layout.maximized {
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
}

.note-keyword {
    color: #a800ca;
}

.note-title {
    color: #0088aa;
}

.note-box-third-section-layout {
    background-color: #e9e9e9;
    padding: 0.25em;
    border-top: 2px solid black;
}

.note-section-box-button {
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}

.note-section-box-button:hover {
    background-color: #ffffff;
    cursor: pointer;
}