﻿/* 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. */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url('/images/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    background-color: white;
    opacity: 0.8;
}

nav {
    opacity: 0.8;
    margin:0;
}



header {
    position: fixed;
    top: 0;
    width: 100vw;
    margin:0;
    z-index: 999999999;

}

main {
    background-color: white;
    opacity: 0.9;
    padding: 1em;
    border: black solid 1px;
    border-radius: 0.5em;
    box-shadow: grey 15px 15px 20px;
}

.one-liner h1, .one-liner h3 {
    display: inline-block;
    width: auto;    
    padding-right: 8px;
}
.one-liner a {
    display: inline-block;
    width: auto;    
    margin-bottom: 14px;
    font-size: larger;
}
a i.bi {
    margin-right: 6px;
}

.table td , .table thead tr th {
    vertical-align: middle;
}

td.actions {
    font-size: 20pt;
    color: black;
    text-wrap: none;
    white-space: nowrap;
}

.table th, .table th a {
    text-wrap: none;
    white-space: nowrap;

}

i.lm {
    margin-left: 4px;
}

.form-control-file {
    width: 100%;
}

.formgroup.row {
    padding-left: 1em;
    padding-right: 1em;
}


div.frost {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: aliceblue;
    opacity: 0.7;
}

div.everything {
    position: absolute;
    top:60px;
    bottom:40px;
    left:0;
    width: 100vw;    
    overflow: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

nav, div.navbar-collapse {
    z-index: 99 !important;
}

.topmost {
    z-index: 99 !important;
}


input.field-code {
    width: 6em;
}


@media screen and (max-width: 576px) {
    nav {
        opacity: 1.0;
    }

    .way-too-small {
        display: none;
    }


    td.actions {
        font-size: 16pt;
    }
}

@media screen and (max-width: 992px) {
    .too-small {
        display: none;
    }
}