﻿.bmi-dropdown {
    width: 25%;
    max-width: 25%;
    margin-bottom: 0;
    border: 1px solid #045196;
    box-shadow: 0 0 5px #E3E3E3; 
}

.bmi-error-message {
    font-size: 0.75rem;
    font-weight: bold;
    color: #F76324;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.human {
    width: 12px;
    padding-bottom: 5px;
}

.humans {
    width: 100%;
    max-width: 400px;
}

.percentage_green {
    display: inline-block;
    border-radius: 50%;
    background-color: #136930;
    color: #fff;
    width: 38px;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    font-weight: bold;
}

.percentage_orange {
    display: inline-block;
    border-radius: 50%;
    background-color: #D07B2A;
    color: #fff;
    width: 38px;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    font-weight: bold;
}

.percentage_red {
    display: inline-block;
    border-radius: 50%;
    background-color: #CF2025;
    color: #fff;
    width: 38px;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    font-weight: bold;
}

.percentages {
    font-weight: bold;
    font-size: 16px;
}

.alert {
    display: block;
    background-color: rgba(143, 186, 228, 0.5);
}

    .alert p {
        padding: 5px;
    }

.anchor-list-link {
    font-weight: normal;
    color: #045196;
    text-decoration: underline;
    font-family: inherit;
}

.quick_menu_pages__link {
    margin-bottom: 0;
}

@media print, screen and (max-width: 74.99875em) {
    .bmi-dropdown {
        width: 100%;
        max-width: none;
    }
}