﻿/* 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;
}

.div-center {
    width: 400px;
    height: 400px;
    margin: auto;
    margin-top: 50px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    display: table;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

.siteName{
    font-weight: bold;
    padding: 5px;
    color: #fff !important;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

.welcomeMessage {
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
}

.loginInfo {
    text-decoration: none;
    color: inherit;
    text-shadow: 1px 1px 2px #111;
}

.loginInfo:hover{
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: inherit;
}

.LogOn{
    margin-bottom: 30px;
}

.gridContainer{
    padding: 20px;
    margin-bottom: 100px;
}

.information-div{
    padding: 20px 20px 0px 20px;
}

.informationBarFieldSet {
    border: 1px solid lightgray;
    padding: 10px;
}

.informationBarCaption{
    inline-size: fit-content;
}

.meterTable input[readonly="readonly"] {
    background: gray !important;
}

.meterTable input[type="text"] {
    width: 95%;
    background-color: #12eb87;
}

.viewMetaData {
    margin: 20px 20px 50px 20px;
    background-color: #fff;
}

.tableContainer{
    margin:20px 20px 10px 20px;
}

.saveButton {
    margin-bottom: 10px;
    width: 100px;
    margin-right: 20px;
}

.pageTitle{
    padding-left: 20px;
    padding-top: 25px;
}

.viewMetaData td{
    border: 1px solid lightgrey;
}

.meterErrors{
    display: block;
    margin: 10px 0px 0px 20px;
}

.meterEdit {
    text-align: right;
}

/* 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: #99CC99 !important;
}
.footer {
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
  text-align: center;
}

.field-validation-error{
    color: red;
}
