﻿/* 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;
}

@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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* -------------------------------------------------- */

div.container {
    width: 1200px;
    max-width: 1200px;
}

/* -------------------------------------------------- */

body {
    font-size: 1.0rem;
    font-family: Arial;
    background-color: #83807C;
}

header {
    background-color: #342F79;
    margin-bottom: 0;
    border-bottom: 2px solid #FF9300;
}

footer {
    background-color: #E9ECEF;
}

main {
    background-color: white;
    padding: 20px 50px 0 50px !important;
}

@media print {
    main {
        padding: 0 !important;
    }

    footer {
        display: none;
    }
}

span.logo-white {
    color: white;
    font-weight: bold;
}

span.logo-orange {
    color: #FF9300;
    font-weight: bold;
}

button.logo-link {
    color: #A4A2C3 !important;
}

.small {
    font-size: 0.8rem;
}

.tiny {
    font-size: 0.6rem;
}

.large {
    font-size: 1.2rem;
}

.huge {
    font-size: 1.4rem;
}

.normal {
    font-size: 1.0rem;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

hr.login-box {
    border-color: black;
}

div.login-box {
    width: 400px;
}

div.login-box span.caption {
    font-size: 10px; /* 0.8rem */
    color: white;
    background-color: dodgerblue;
    vertical-align: top;
    border: 1px solid dodgerblue;
    border-radius: 5px;
    padding: 2px 5px 3px;
    font-weight: bold;
}

span.headline {
    font-weight: bold;
    font-size: 1.2rem;
    /*font-size: 16px;*/
}

.nav-link:hover {
    text-decoration: underline;
}

table.inline {
    border: 2px solid darkgrey;
    border-collapse: collapse;
    width: 100%;
    height: 700px;
    display: flex;
    flex-flow: column;
    background-color: lightgrey;
}

table.inline > thead {
    flex: 0 0 auto;
    width: calc(100% - 16px);
}

table.inline > tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    background-color: white;
}

table.inline > tbody tr {
    width: 100%;
}

table.inline > thead, table.inline > tbody tr {
    display: table;
    table-layout: fixed;
}

table.inline > thead tr {
    border-bottom: 2px solid darkgrey;
    background-color: lightgrey;
}

table.inline tr {
    border-bottom: 1px solid darkgrey;
}

table.inline tr.inner {
    border-bottom: 1px solid lightgrey;
}

table.inline th, table.inline td {
    vertical-align: top;
    padding: 5px;
    /*text-align: left;*/
}

div.columns {
    display: flex;
    flex-direction: row;
}

div.right {
    text-align: right;
}

div.stretch {
    width: 100% !important;
}

div.no-break, span.no-break {
    white-space: nowrap;
}

div.center {
    text-align: center;
}

span.label {
    /*background-color: lightgrey;*/
    color: white;
    font-weight: bold;
    padding: 0 5px 0 5px;
    border-radius: 3px;
}

span.warn {
    background-color: red;
}

span.ok {
    background-color: green;
}

.hide {
    visibility: hidden;
}

.none {
    display: none;
}

.neg {
    color: red;
}
