﻿main {
    padding-top: 75px;
    padding-bottom: 75px;
}

.bg-masthead {
    background-color: #B1272F;
    margin-bottom: 10px;
}

.bg-footer {
    background-color: #707070;
}

.badge-lg {
    min-height: 30px;
}

.masshousing-badge {
    max-height: 18px;
}

.scroll-container-md {
    max-height: 300px;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
}

table.radio-list label {
    margin-left: .25rem !important;
}

table.datagrid td {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

img .qrcode {
    height: 140px !important;
}

.btn-mh-secondary {
    color: #fff;
    background-color: #931B1E;
    border-color: #931B1E;
}

    .btn-mh-secondary:hover, .btn-mh-secondary:active {
        color: #fff;
        background-color: #750000;
        border-color: #750000;
    }

    .btn-mh-secondary.focus, .btn-mh-secondary:focus {
        color: #fff;
        background-color: #750000;
        border-color: #750000;
        box-shadow: 0 0 0 0.2rem rgb(147 27 30 / 50%);
    }

.btn-mh-primary {
    color: #fff;
    background-color: #6C0D0F;
    border-color: #6C0D0F;
}

    .btn-mh-primary:hover, .btn-mh-primary:active {
        color: #fff;
        background-color: #4e0000;
        border-color: #4e0000;
    }

    .btn-mh-primary.focus, .btn-mh-primary:focus {
        color: #fff;
        background-color: #4e0000;
        border-color: #4e0000;
        box-shadow: 0 0 0 0.2rem rgb(108 13 15 / 50%);
    }

.btn-mh-activity {
    color: #212529;
    background-color: #B9CFF1;
    border-color: #B9CFF1;
    font-weight: 700 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

    .btn-mh-activity:hover, .btn-mh-activity:active {
        color: #212529;
        background-color: #9bb1d3;
        border-color: #9bb1d3;
    }

    .btn-mh-activity.focus, .btn-mh-activity:focus {
        color: #212529;
        background-color: #9bb1d3;
        border-color: #9bb1d3;
        box-shadow: 0 0 0 0.2rem rgb(185 207 241 / 50%);
    }

.jumbotron-mh {
    background-color: #F2F2F2 !important;
}

    .jumbotron-mh a {
        color: #00058F;
        font-weight: 700 !important;
    }

ul.link-list li {
    margin-bottom: 0.5rem !important;
}

ul.link-list a {
    color: #00058F;
    font-weight: 700 !important;
}

dl.link-list a {
    color: #00058F;
    font-weight: 700 !important;
}
