#blazor-error-ui {
    display: none;
}

a {
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 35px;
    min-width: 48px;
}

a:visited {
    color: #000000;
    color: #0FA0CE;
}

div.row.alignCentre {
    text-align: center;
}

div.row.alignLeft {
    text-align: center;
}

h1 {
    text-transform: capitalize;
}

header a {
    font-weight: bold;
    text-transform: capitalize;
}

footer {
    font-size: 1rem;
}

h1 {
    border: none;
}

.inline {
    display: inline;
}

.hideSmall {
    display: none;
}

div.tagList a,
a.tagLink {
    text-transform: capitalize;
}

.centered,
details summary div.columns {
    display: flex;
    align-items: center;
}

details summary div.columns h5 {
    display: inline;
    margin: 0;
}

details summary div.columns img {
    height: 30px;
    margin-left: 10px;
}

details summary div.columns img.minus {
    display: none;
    width: 30px;
}

details summary div.columns img.plus {
    display: inline-block;
    width: 30px;
}

details[open] summary div.columns img.plus {
    display: none;
}

details[open] summary div.columns img.minus {
    display: inline-block;
}

div.copyLink a {
    text-decoration: none;
    color: #000000;
    float: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.copyLink a img {
    margin-left: 10px;
}

div.imageRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.imageRow div.columns img {
    max-inline-size: 100%;
    block-size: auto;
    object-fit: contain;
}

div.imagePlaceholder {
    height: 250px;
}

div.mobileMenu details summary img {
    display: block;
    margin: auto;
    height: 50px;
}

div.fullSizeMenu {
    display: none;
}

#cookie-dialog {
    position: fixed;
    z-index: 1000;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    padding: 24px;
    background-color: white;
    /* mobile size */
    top: 10%;    
    width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

#cookie-dialog .buttonContainer {
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#cookie-dialog .buttonContainer button {
    font-weight: bold;
}

#cookie-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

details.detailsText
{
    margin-bottom: 15px;
}

details.detailsText summary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

details.detailsText summary h4 
{
    margin-bottom: 0;
}

details.detailsText summary img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}

details.detailsText:open summary img.plus,
details.detailsText summary img.minus
{
    display: none;
}

details.detailsText:open summary img.minus,
details.detailsText summary img.plus
{
    display: initial;
}

/* Larger than phablet */
@media (min-width: 550px) {
    div.imageTitle button {
        float: right;
    }

    div.imagePlaceholder {
        height: 300px;
    }

    div.mobileMenu {
        display: none;
    }

    div.fullSizeMenu {
        display: inherit;
    }
}


/* Larger than tablet */
@media (min-width: 750px) {
    div.row.alignLeft {
        text-align: left;
    }

    .hideSmall {
        display: initial;
    }

    div.imagePlaceholder {
        height: 550px;
    }

    a {
        min-height: auto;
        min-width: auto;
    }

    #cookie-dialog {        
        width: 60%;
    }
}

@media (min-width: 1000px) {
    div.imagePlaceholder {
        height: 550px;
    }
}

@media (min-width: 1200px) {
    div.imagePlaceholder {
        height: 800px;
    }
}

@media (min-width: 1400px) {
    div.imagePlaceholder {
        height: 900px;
    }
}

@media (min-width: 1600px) {
    div.imagePlaceholder {
        height: 1000px;
    }
}