/* CSS Document */

.footer {
    background-color: #CC092F !important;
}

.large-light-title {
  font-size: 4em;
  font-weight: 300;
  color: #ff0000;
}

#custom-search-input button {
    background-color: #CC092F; 
}

a, legend {
    color: #717074;
}

.company-info__welcome{
    color: #717074 !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #CC092F !important;
}

.brand-button-plans-table{
    background-color: #CC092F;
}

.plans-table .glyphicon-ok {
    color: #CC092F
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background-color: #e29d9d !important;
}

.btn-success,
.btn-success:hover, 
.btn-primary,
.btn-primary:hover {
    background-color: #CC092F !important;
    border-color: #9a001e !important;
}

.plans-table .plans-table__selected{
    background: #ffe6e6 !important;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    color: #ffffff !important;
}
