﻿/*input.ng-invalid {
    border: 1px solid red !important;
}*/
#bar-notification {
    z-index: 10000;
}

select.ng-invalid.ng-touched, .showValidationErrors select.ng-invalid {
    border-color: red !important;
}


pre {
    white-space: pre-wrap;
}

.message-success {
    color: #0096a5;
    font-weight: bold;
}

.message-failure {
    color: red;
    font-weight: bold;
}

.cart .discount {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
}
