﻿/* 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. */

.ratio-4x1 {
    width: 100%;
    aspect-ratio: 1139/494;
    object-fit: contain;
}

.ratio-quarter {
    width: 100%;
    aspect-ratio: 1139/494;
}

label.form-label::after {
    background-color: transparent !important;
}

body {
    overflow-x: hidden;
}

.outline-black {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.default-link {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
}

html {
    scroll-behavior: smooth;
}

.mw-500px {
    max-width: 500px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.card-container {
    max-width: 900px;
}

@media (min-width: 0) {
    #IndexNavigation {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    #IndexNavigation {
        display: block;
        visibility: visible;
    }
}

#IndexNavigation {
    border: 1px solid black;
    width: 500px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.img-custom {
    height: 120px !important;
    width: auto !important;
}

.card-index {
    max-width: 250px;
    min-width: 250px;

    max-height: 346px;
    min-height: 346px;
}

.card-custom {
    max-width: 500px;
    min-width: 500px;
}

a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.9em;
}

html, body, main, footer, .bg-grey {
    background-color: #ebebeb !important;
}

main {
    margin-bottom: 88px;
}
footer {
    height: 88px;
}

hr.gradient {
    border-top: 2px solid #999;
}

hr.solid {
    border-top: 2px solid #999;
}

.text-bg-primary {
    background-color: #0063a5 !important;
}

.bg-green {
    background-color: #8DC63F !important;
}

.text-green {
    color: #8DC63F;
}

.text-blue {
    color: #0063a5;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

/* 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%;
    background-color: #EBEBEB;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    /*line-height: 60px;  Vertically center the text there */
}

/* Flex Grid
-------------------------------------------------- */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: white;
}

.flex-container .flex-col {
    padding: 10px;
    margin: 0px;
    text-align: center;
    width: 250px;
    height: auto;
}
