
/* - - - - - - - - - - PRODUCTFINDER FALLBACK COLORS - - - - - - - - - - */
.custom-color                               {color: #333;}
.custom-color a                             {color: #000;}
.custom-color a:hover                       {color: #333;}

.custom-background                          {background: #333;}
a.custom-background, .custom-background     {color: #fff !important;}

.tabs ul .active                            {color: #333;}
.tabs ul .active a                          {color: #000;}

.navbar-default .navbar-nav > li > a        {color: #fff; }
.dropdown-menu > li > a                     {color: #fff;}

.steps .active                              {color: #333; border: 2px solid; background: #cfedfa;}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #333;
    border-color: #000;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

/* - - - - - - - - - - WEBSITE FALLBACK COLORS - - - - - - - - - - */
.menu-color             {background-color: #333; color: white;}
.menu-color:hover             {color: white !important;}

.title-color            {color: #333;}
.title-color a          {color: #333; text-decoration: none}
.title-color a:hover    {color: #000; text-decoration: none}

.price-color            {color: #333;}
.bg-color               {background-color: #333;}

.text-color             {color: #333;}
.text-color a           {color: #333; text-decoration: none;}
.text-color a:hover     {color: #000; text-decoration: underline;}

label.required:after {
    content: "*";
}

.alert-danger {
    font-weight: bold;
}

/*  */

