﻿/* 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;
}

.sectionHeader 
{
    color: green;
    font-size: large;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color:bisque;
}

.fundingAddNew {
    color: green;
    font-size: large;
    padding: 10px 10px 1px 10px;
    background-color: bisque;
    border: 1px solid grey;
}

.fundingAddNewAuthorization {
    color: green;
    font-size: large;
    padding: 10px 10px 1px 10px;
    background-color: aliceblue;
    border: 1px solid grey;
}

.fundingAddNewAllocation {
    color: green;
    font-size: large;
    padding: 10px 10px 1px 10px;
    background-color:aliceblue;
    border: 1px solid grey;
}

.pageHeader {
    text-align: center;
    padding: 10px 5px 20px 5px;

}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 50px;  
}
*/
#footer {
    height: 50px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    background-color: black;
    text-align: center;
   
}

​​​​​​​​​​

#footer_contents {
    width: 1000px;
    margin: auto;
    height: 50px;
    box-sizing: border-box;
}
#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 60px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(49,79,96,0.84);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

    #backtop:hover {
        background-color: #27CFC3;
    }

    #backtop.mcOut {
        opacity: 0;
    }

/*https://css-tricks.com/snippets/css/sticky-footer/*/

.project-notes-label
{
    color:blue;
}

/* Color Scheme Fields */
.date-color-legend 
{
    display: block;   
    padding: 5px 10px 5px 0;
}

.yellow-date-field {
    display: block;
    background-color: yellow;
    color: black;
    font-weight: bold;
    padding: 5px 10px 5px 5px;
}

.red-date-field {
    display: block;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px 5px 5px;
}

.required-legend {
    display: block;
    color: red;
    font-weight: bold;
    padding: 5px 10px 5px 0;
}

.required-field {
    border-color:red;
}

.required-field-asterisk {
    font-size:large;
    color:red;
}

.error-message {
    color: red;
}

.floating-menu 
{
    font-family: sans-serif;
    background-color: rosybrown ;
    padding: 5px;
    width: 90px;
    z-index: 100;
    position: fixed;
    bottom: 140px;
    right: 10px;
}

.floating-menu a,
.floating-menu h3 
{
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
}

.floating-menu2 {
    font-family: sans-serif;
    background: transparent;
    padding: 5px;
    width: 100px;
    z-index: 100;
    position: fixed;
    bottom: 180px;
    right: 6px;
}

    .floating-menu2 a,
    .floating-menu2 h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
    }

/* Notes style */

.notes 
{
    height: 100px;
    max-height: 100px;
    overflow-y:scroll;
    vertical-align:top;
    border-color:blue;
}

.authorization-panel {
    border: 1px solid blue;
    padding: 5px 5px 5px 5px;
}

.allocation-panel {
    border: 1px solid green;
    padding: 5px 5px 5px 5px;
}