
/*Header and Navbar styles*/

.navbar-inverse {
    min-height: 175px;
    margin: 0;
    /*margin-right: -15px;*/
    background-image: url("/resources/col-header-background.jpg");
    background-repeat: no-repeat;
    background-position: 100% 130%;
    background-size: cover;
    border: 0;
}

.nav-search-box {

    position: absolute;
    width: 180px;
    height: 40px;
    top: 50px;
    right: 25%;
}


/*this is to give a rounded corner to form-control, this selector is used by bootstrap for textboxes like the search textbox. I'm just overriding it here to give the corners some curves*/
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
     border-radius: 5px 0 0 5px; 
}

.navbar-background {
    display: block;
    background-color: red;
}

.navbar-inverse > .container {
    bottom: 0;
    padding: 0;
    width: 100%;
    margin-top: 100px;
}



.navbar {
    position: relative;
}

#navbar {
    background-color: #005470 !important;
}

.navbar-header {
    background-color: #005470 !important;
    height: 75px;
    margin: 0 !important;
}

.navbar-right {
    padding: 20px;
    margin-right: 10px;

}

.navbar-brand {
    margin-left: 20px !important;

}

.navbar-inverse .navbar-nav > li > a {
    color: white;

}

.nav > li > a {
    padding: 10px 10px;
}

.header-bottom {
    background-color: #D9D9D9;
    height: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}






/*I noticed in pages where there is heading and then a body, the negative margin that comes OOB looks ugly on phones. */
.page-heading + .row {
    margin-left: 0;
    margin-right: 0;
}









/*Footer Styles*/

footer {
    background-color: #005470 !important;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.footer-top {
    background-color: #005470 !important;
    min-height: 40px !important;
    padding: 10px;
}

.footer-top .container {
    margin: 0 auto;
}

.footer-bottom {
    background-color: #D9D9D9 !important;
    max-height: 20px;
    padding: 15px 0 !important;
}


.footer-right-nav ul li {
    float: left;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;

}

.panel-footer {
    height: auto;
}

.footer-right-nav ul li h4 {
    font-size: 14px;
    color: #005470;
    font-weight: bold;
}

footer .footer-website {
    text-decoration: underline;
}

footer .footer-website,
footer .copy-rights {
    font-size: 14px;
    color: white;
}

a{
	color:#246FB1;
}
