﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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-color: #eee;
    font-size:14px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


table.normal {
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    white-space: pre-wrap;
    border-collapse: collapse;
}

table.normal th {
    padding: 8px 6px;
    background-color: #107298;
    color: #eee;
    font-weight: normal;
    word-wrap: break-word;
    max-width: 120px;
}

table.normal td {
    padding: 6px 6px;
    white-space: pre-wrap;
    border-top: 1px solid #ccc;
    word-wrap: break-word;
}

table.columns td {
    border-right: 1px solid #ccc;
}

table.columns th {
    border-right: 1px solid #ccc;
}

table.normal tr.gridselect {
    background-color: #F8FFBD;
}
div.sublabel {
    color: white;
    float: right;
    margin-right: 14px;
}
/* Drop down menu */
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

#loginbar {
    display: flex;
}
    #loginbar input {
        height: auto;
    width:auto;
    }
#loginbar button {
    height: auto;
    width:auto;
}

select {
    appearance: auto;
}

table.table-standard {
    border-collapse: collapse;
    border: thin solid #999;
}

table.table-standard th {
    background-color: #107298;
    color: #eee;
    border-collapse: collapse;
    font-weight: normal;
    padding: 8px 6px;
    border: thin solid #999;
}

table.table-standard td {
    border-collapse: collapse;
    padding: 3px 6px;
    border: thin solid #999;
}

label.control-label {
    margin-top:6px;
}
