﻿/* 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;
}

.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 */
}

.calcentre {
    text-align: left;
    font-weight: bold;
    background-color: lightgray;

}

.calgrey {
    text-align: center;
    background-color: lightgray;
    color: darkgrey;
}

.calheader {
    text-align: center;
    font-size: 18px;
    background-color: #0B406A;
    color: whitesmoke;
}

.caltitle {
    color: #0B406A;
    font-size: 28px;
    font-weight: bold;
}

.inputcenter {
    text-align: center;
    color: darkorange;
}

.inputcenteractive {
    text-align: center;
    color: black;
}

.buttonright {
    float: right;
    position: relative;
    top: 2px;
    right: 2px;
}

.padtext {
    padding-left:3px;
}


.navbar-custom {
    background-color: #0B406A;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #92C832;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #92C832;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #92C832;
    }

.dropdown-menu {
    background-color: #0B406A;
}

.fcviewheader {
    text-align: center;
    width: 615px;
    height: 40px;
}

input.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
}

/* Hourly Table 
-------------------------------------------------- */
table {
    width: 615px;
    border: 0px solid #000;
}

th.date{
    width: 40%
}

th.time {
    width: 20%
}

th.forecast {
    width: 40%; /* Not necessary, since only 70% width remains */
}

/* Overide default button colours 
-------------------------------------------------- */

.btn-success {
    background-color: #77BE44;
    color: #FFF;
    border-color: #77BE44;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Overide table row heights 
-------------------------------------------------- */

tr.comp {
    line-height: 10px;
    min-height: 10px;
    height: 10px;
}

tr.compmissing {
    color: whitesmoke;
    background-color: red;
    font-weight: bold;
}

tr.compolder24 {
    color: whitesmoke;
    background-color: darkorange;
}

tr.compok {
    color: whitesmoke;
    background-color: green;
}

tr.headdm {
    color: whitesmoke;
    background-color: #202225;
}




/* Div to compress table height
-------------------------------------------------- */
.compheight {
    height: 10px;
}

