﻿body {

}

.logo-assets {
    display: flex;
    flex-direction: column;
    gap: 8px; 
}

.logo-text {
    padding-bottom: 15px;
}
/* Set padding to keep content from hitting the edges */
.main-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Public Sans', sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* 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;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.page-title {
    display:flex;
    margin-bottom:1%;
}

.card .card-body p {
    margin-bottom: 10px;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

@media print {
    @page {
        size: letter;
        margin: 0;
        margin-top: 5mm;
        margin-bottom: 5mm;
        -webkit-print-color-adjust: exact;
    }

    html, body {
        width: 210mm;
        height: 282mm;
        font-size: 12px;
        background: #FFF;
        overflow: visible;
        margin: 0;
    }

    body {
        padding-top: 15mm;
        margin: 0;
    }

    .main-nav-icons {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none;
        border: none;
        background: none;
    }

    .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none;
        border: none; 
        background: none;
    }

    footer {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none;
        border: none; 
        background: none;
    }
}