﻿/* 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;
}

/* 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;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    background: transparent url(~/../../images/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.20);
}

.grid-container {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
    padding: 10px;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}


.container {
    background-color: #fff;
    border: 0;
    outline: 0;
}

.container-fluid {
    background-color: #fff;
}

.box {
    padding: 10px;
    background: rgba(255,255,255,0.75);
    border: 1px solid #dadada;
    border-radius: 3px;
    overflow: hidden;
    overflow-y: auto;
}

.login-page {
    position: fixed;
    right: 10px;
    top: 180px;
    width: 350px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    z-index: 999;
}

blockquote {
    padding: 10px;
    border-left: 2px solid #dadada;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .container {
        width: 100%;
    }
}

.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;
}

.buttons-html5 {
    border: none;
    font-size: 11px;
    color: blue;
}
/* 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;
    line-height: 60px; /* Vertically center the text there */
}
