﻿/*override banner style*/
.banner
{
    background-color: #7e7e79;
}

/*override banner welcome text*/
.welcome-header {
    color: #fff;    
}

/*override area below the home page banner*/
.prebody{
    /*background-color: #ffffff;
    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: #fff;
    color: #575754;
}

/*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: #575754;  /*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: #6393a6;
}

/*override block headers on home page*/
.HomePageHeaders
{
    background-color: #7e7e79;
    color: #ffffff;
}

/*override style for current registration tab*/
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    /*background-color: #2184be;
    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: #9dc8e2;
    color: #fff;*/
}

/*override style for registration buttons*/
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    /*background-color: #2184be;
    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;*/
}
