﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 61px; /* Add 1px to compensate for top border of footer */
    line-height: 60px; /* Vertically center the text there */
}

.app-link-panel {
    text-align: center;
}

    .app-link-panel .app-link {
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        border: 1px solid gray;
        border-radius: 0.3rem;
        padding: 1rem 2rem;
        min-width: 250px;
        color: black;
        text-decoration: none;
    }

        .app-link-panel .app-link:hover {
            text-decoration: underline;
        }

.gallery-item {
    padding: 10px;
    margin: 10px;
    border: 1px solid gray;
    border-radius: 3px;
}

    .gallery-item img {
        max-width: 300px;
        max-height: 200px;
        margin-bottom: 10px;
    }

.jumbotron-mini {
    padding: 20px;
    background-color: #e9ecef;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* Summernote html/text editor style extensions */
.note-editor.note-frame .note-status-output .alert { /* Dont show message when cleaning pasted text */
    display: none;
}
