#header-navbar-2025 {
  background-color: #6C7581 !important;
  border-bottom: 1px solid white;
}

#edp .navbar-collapse {
	background-color: #6C7581;
  	padding: 10px !important;
}



#edp .btn-primary {
    background-color: #aaa;
    background-image: -webkit-linear-gradient(#aaa 0%, #666 100%); 
	background-image: -moz-linear-gradient(#aaa 0%, #666 100%); 
	background-image: -o-linear-gradient(#aaa 0%, #666 100%); 
	background-image: linear-gradient(#aaa 0%, #666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa',endColorstr='#666',GradientType=0)
}

#edp .footer-row {
    background: none repeat scroll 0 0 #666;
    border-radius: 5px 5px 0 0;
}

#edp .footer-row a {
    color: #FFFFFF;
    margin-left:10px;
}

#edp h1.red, #edp h2.red {
    border-bottom:2px solid #cc0033;
}

#edp h1.blue, #edp h2.blue {
    border-bottom:2px solid #336699;
}

#edp h1.green, #edp h2.green {
    border-bottom:2px solid #679966;
}

#edp h1.gray, #edp h2.gray {
    border-bottom: 1px solid #aaa;
}

#edp .notes-yellow .note-block .note-header {
	color:#679966;
	font-weight:bold;
}

#edp .notes-yellow .note-block a {
	color:#679966;
}

.notes-yellow .note-answers {
	border-top: 1px solid #679966;
}


#edp .search-container.search-accordion .autosearch {
    box-sizing: border-box;
    width: 165px;
}

#edp .search-container.center .autosearch {
    width: calc(100% - 90px);
}

#edp #bfd-search-submit {
    background: url("../../../img/bfd/search_vertical_bfd-64.png") no-repeat scroll 3px 3px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 25px;
}