main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.help-block {
    display: block;
    color: var(--bs-warning);
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.menu-week-table
{
    border: 1px solid black;
    width:100%;
    margin-bottom: 1em;
}

.menu-week-table th
{
    vertical-align: top;
    padding: 5px;
    border: 1px solid black;
    width: 14%
}

.menu-week-table td
{
    vertical-align: top;
    padding: 5px;
    border: 1px solid black;
    width: 14%
}

.form-group
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.admin-card
{
    width: 9em;
    height: 9em;
    min-width: 117px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
.clearfix();
}

.admin-card .card-body
{
    padding: 3px 0 0;
    min-width: 117px;
}

.admin-card .card-title
{
    font-weight: bold;
    text-align: center;
}

.admin-card .card-text
{
    height: 94%;
    font-size: xxx-large;
    text-align: center;
}

.admin-card .card-text a
{
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.admin-card:hover
{
    border-color: var(--primary);
}

.disabled, :disabled
{
    cursor: not-allowed !important;
    pointer-events: initial !important;
}

dd
{
    margin-bottom: .9rem !important;
}

dt.active:after
{
    content: " <span class=\"fa-solid fa-square-caret-right\"></span>";
}

.list-no-style
{
    list-style: none outside none;
    margin-left: -40px;
}

.no-content
{
    font-size: 3em;
    font-weight: bold;
    color: var(--gray);
    text-align: center;
}
.no-content::before
{
    content: "∅";
}

.carousel-picture
{
    max-width: 100%;
    max-height: 25em;
}

.carousel-inner
{
    text-align: center;
    border: 1px solid lightgray;
}

.carousel-control-prev
{
    background-color: #AAA;
    /*margin-left: -5em;*/
    width: 5em;
}

.carousel-control-next
{
    background-color: #AAA;
    /*margin-right: -5em;*/
    width: 5em;
}

.carousel-caption
{
    color: var(--bs-body-color);
    font-weight: bold;
    background-color: rgba(200, 200, 200, 0.5);
    border: 1px solid lightgray;
}

.carousel-indicators button.active
{
    background-color: gray !important;
}

.inline-picture
{
    max-height: 2em;
}

.danger-zone
{
    border: 4px ridge var(--bs-danger);
    padding: 5px;
}

.danger-zone h3
{
    color: var(--bs-danger);
}

.icon-primary
{
    float: left;
    font-size: xxx-large;
    color: var(--bs-primary);
    margin-right: 20px;
}

.menu-groceries
{
    column-count: 3;
    column-gap: 5em;
    column-rule: 1px solid var(--bs-gray-dark);
}

.menu-groceries h1
{
    column-span: all;
}

.menu-groceries li
{
    list-style-type: "☐  ";
}

@media print
{
    .no-print
    {
        display: none;
    }
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }

    .menu-groceries ul
    {
        column-count: 1;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
