:root {
    --ecpd-light-blue: rgb(191, 210, 218);
    --ecpd-medium-blue: rgb(13, 172, 222);
    --ecpd-dark-blue: rgb(0, 86, 127);
    --ecpd-darkest-blue: rgb(61, 76, 96);
    --button-outline: rgb(136, 136, 136);
}

#dropTarget.hover {
    color: #f00;
    background-color: lightblue;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

.modal-body {
    overflow-y: auto;
}

.feature-list div.item {
    padding-top: 5px;
    border-top: 1px solid #dddddd;
}

.disease-list .item.active {
    background-color: #f5f5f5;
}

.selected {
    background-color: var(--ecpd-light-blue)
}

.error {
    color: red;
    border-color: rgba(255, 0, 0, 0.5);
}

.container {
    max-width: none;
}

.note {
    font-size: 0.9rem;
    font-weight: lighter;
}

.compact-table-form {
    font-size: 0.75rem;
}

.compact-table-form th,
.compact-table-form td {
    padding: 4px 5px;
}

.compact-table-form input[type="email"],
.compact-table-form input[type="number"],
.compact-table-form input[type="search"],
.compact-table-form input[type="text"],
.compact-table-form input[type="tel"],
.compact-table-form input[type="url"],
.compact-table-form input[type="password"],
.compact-table-form textarea,
.compact-table-form select {
    height: 19px;
    padding: 2px 3px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 1px;
    box-shadow: none;
    box-sizing: border-box;
}

.popup-form {
    border: 1px black solid;
    /* box-shadow: 12px 12px 2px 1px rgba(255, 255, 255, .2);  */
    background-color: white;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.template-box {
    height: 9em;
}