﻿html, body {
    background-color: #f0f0f0;
    font-family: 'Roboto', 'Arial', sans-serif;
}

body {
    padding-bottom: 3rem;
    padding-top: 56px;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
}

footer {
    color: black;
    font-size: 0.9rem;
    padding: 1em;
    padding-bottom: 0;
}

a, .nav-link {
    color: #888;
    cursor: pointer;
    text-decoration: none;
}

nav .nav-link {
    padding-left: 1em !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#sigmonster-alert-box {
    display: none;
    left: 0;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 1000;
}

main {
    background-color: #ffffff;
}

.card {
    background-color: #fafafa;
}

.card-footer a {
    margin-right: 1.5em;
}

.getting-started {
    columns: 1;
}

@media only screen and (min-width: 576px) {
    .getting-started {
        columns: 2;
    }
}

.suggestion-byline {
    font-size: smaller;
    font-style: italic;
    max-width: 33%;
    text-align: center;
}

    .suggestion-byline > img {
        max-width: 100%;
    }

.signature-preview {
    background-color: transparent;
    border: none;
    overflow: hidden;
}

    .signature-preview iframe {
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        overflow: hidden;
    }
