﻿/*override banner style*/
.banner
{
    background-color: #38595E;
}

/*override banner welcome text*/
.welcome-header {
    color: #fff;    
}

/*override area below the home page banner*/
.prebody {
    background-color: #38595E;
    background-image: none;
   }

/*override top menu style*/
.navbar-inverse .navbar-nav > li > a
{
    color: #fff;
}

/*override dropdown menu background and text color*/
.navbar-nav > li > .dropdown-menu, .navbar-nav .dropdown-menu > li > a
{
    background-color: #F6F7F8;
    color: #38595E;
}

/*override the mobile dropdown menu background and text color. If not overridden the default bootstrap mobile menu color will be used*/
@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a 
    {
        color: #38595E;  /*this needs to be the same color as the one used to override the dropdown menu text color*/
    }
}

/*override dropdown menu hover text color*/
.navbar-nav .dropdown-menu > li > a:hover
{
    color: #2CC0B3;
}

/*override block headers on home page*/
.HomePageHeaders
{
    background-color: #38595E;
    color: #fff;
}

/*override style for current registration tab*/
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background-color: #2CC0B3;
    color: #fff;    
}

/*override style for previously visited registration tabs*/
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background-color: #38595E;
    color: #fff;
}

/*override style for registration buttons*/
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background-color: #38595E;
    color: #fff;    
}

/*override style for Neighbor administrration detail buttons*/
.infoButton
{
    /*color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;*/
}

/*override hover style for Neighbor administration detail buttons*/
.infoButton:hover
{
    /*color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;*/
}
