﻿/*HD Types*/
a {
    color: #C6007E;
}
a:hover {
    color: #C6007E;
}
#health_declaration_type_template {
    display: none;
}

/*HD Information panel*/

#hd_information_template {
    display: none;
}

#hd_information_note_template {
    display: none;
}

#hd-information-command-template {
    display: none;
}

.information-panel {
    margin: 2rem;
}


.note-panel {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    padding: 10px;
}

.ea-highlight-panel {
    background-color: #f9e5f2;
    border-left: 6px solid #c6007e;
    padding: 10px;
}
.question-text-without-header {
    display: inline;
}
.questionnaire-information {
    margin-top: 1em;
    margin-bottom: 1em;
}

    .questionnaire-information span {
        font-size: 1rem;
        font-weight: 600;
        max-width: 90ch;
    }

    .questionnaire-information p {
        margin: 0 0 10px;
        /*white-space: pre;*/
        max-width: 90ch;
    }

.questionnaire-information-edit {
    display: none;
    margin: .5rem;
    padding: 1rem;
    border: 1px solid rgba(211, 211, 211, .8);
    background-color: rgba(211, 211, 211, .1);
}
.ea-question-link-panel {
    background: #eff7fc;
    border: 1px solid #f4cce4;
    padding: 10px;
    margin: 0.5rem 1rem 1rem 1rem;
    width: 80%;
    position: relative;
}
    .ea-question-link-panel input[type=text] {
        width: 50%;
    }
    .ea-question-link-panel span {
        font-size: 0.8rem;
    }