/* GENERAL COLORS */
div.divider { background-color: #ddd; }

.form-control.ng-invalid-required {
    background-image: url(/static/icons/frontend/asterisk.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 1% 50%;
}

.help-icon {
    color: #bbb;
    font-size: 90%;
    cursor: help;
}

/* OVERVIEW COLORS */
#home-top-center div.cdr-activity-positive { background-color: #337ab7; border-color: #2e6da4; }
#home-top-center div.cdr-activity-positive:hover { background-color: #286090; border-color: #204d74; }

#modal-cart-body-total { border-top: 1px solid #e5e5e5; }