﻿body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    top: 50px;
    bottom: 200px;
    right: 0;
    left: 0;
    overflow-y: auto;
    background-color:white;
}

strong {
    font-weight: 700;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



html body .container.body-content {
    right: 0;
    left: 0;
    overflow-y: auto;
    padding-bottom: 50px;
}

/*
    Navbar 

*/
nav {
    background-color: #2c3e50;
}

    nav .bi {
        color: white;
    }

    nav .nav-item a {
        font-size: 1.1rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    nav.navbar-nav.nav-item.nav-link.nav-white {
        color: white;
    }

.app-navbar {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.app-navbar .navbar-brand {
    font-size: 1.65rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0.55rem;
}

.navbar-brand.navbar-brand-header {
    color: white;
    font-weight: 600;
}

.navbar-brand.navbar-brand-header:hover {
    color: white;
}

.brand-logo {
    margin-right: 0.75rem;
}

.brand-title {
    display: inline-block;
    font-size: 1.45rem;
}

.brand-subtitle-link {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    padding-left: 0.55rem;
    padding-right: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-decoration: none;
}

.brand-subtitle-link:hover,
.brand-subtitle-link:focus {
    color: #f8f9fa;
    text-decoration: none;
}

.navbar-brand-wrapper {
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .brand-title {
        font-size: 1.2rem;
    }

    .brand-subtitle-link {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        font-size: 1.15rem;
        letter-spacing: normal;
        text-transform: none;
    }
}

.navbar {
    border-bottom: 5px solid gray;
}


.navbar-brand-subheader {
    color: darkgray;
}

/*
    Footer
*/
.footer {
    background-color: #2c3e50;
    width: 100%;
    float: none;
    display: block;
    padding: 50px;
}

.footer-link {
    color: white;
    line-height: 35px;
}

    .footer-link:hover {
        color: white;
    }

.footer-officehours {
    color: white;
    font-weight: bold;
}

.footer-subheader {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-header {
    font-size: large;
    color: white;
}

.footer-address {
    color: white;
}

.footer-timesection {
    color: white;
}

.card ul li.list-group-item .bi {
    color: #2c3e50;
}

.card .list-group-item a {
    color: #2c3e50;
}

.jc-body-card-header {
    background-color: #2c3e50;
    color: white;
}

.jc-body-card-footer {
    background-color: #2c3e50;
    color: white;
}

#noticesToBidTable {
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
}

    #noticesToBidTable td a {
        color: #2c3e50;
    }

#noticesToBidTable .bi {
    color: steelblue;
}
    #noticesToBidTable thead tr h1{

    }


.NFB-Edit-Row{
    background-color:lightgray;

}

.ArialFontSize2W{
    background-color: #2c3e50;
    color:white;
    font-size:large;
    vertical-align:middle;
}
.ArialFontSize2{
    vertical-align:top;
}

.FiscalYearHeader {
    font-size: large;
    background-color: #757575;
    color: white;
}

/** WCAG contrast **/
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        background-color: #333;
    }

.navbar-dark .navbar-text {
    color: #FFF
}

input.form-control, textarea.form-control, select.form-control {
    border: 1px solid #000;
}

a.btn.btn-primary {
    background-color: #13769A;
}

a {
    color: #13769A;
}
