/*	OVERRIDING DEFAULT BOOTSTRAP CSS HERE*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white; /*BACKGROUND color for active*/
    /*background-color: #030033;*/
    background-color: #0076c0;
    /*border-bottom: 1px solid #003e7e;*/
}

.navbar-default {
    /*background-color: #0f006f;
    border-color: #030033;*/
    /*background-color:#3e7dbd !important;*/
    background-color: #0076c0;
    border-color:#316497;
    background-image:none;
    box-shadow:none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #66CCFF;  /*change color of links in drop down here*/
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
}


.navbar-default .navbar-nav > li > a {
    color: white; /*Change active text color here*/
}

.dateField {

    margin-left: 60px;
}

.all {
    border: 1px solid #ccc;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.white {
    color: #fff;
}

footer {
    /*background-color:#003e7e !important;*/
    /*background-color:#3e7dbd !important;*/
    width:100%;
    color: white;
    /*text-align:center;*/
}

footer a {
    color: blue;
}

footer h3 {
    color: #000;
}

footer address {
    color: #000;
}
