@keyframes bpcFlash { from { background-color: #fff6bf; } to { background-color: transparent; } }
.bpc-flash, .bpc-flash > tr > td { animation: bpcFlash 1.2s ease-out; }

.bpc-busy, a.bpc-busy { opacity: 0.65; cursor: progress !important; pointer-events: none; }
input[type=image].bpc-busy { opacity: 0.4; }
.bpc-busy .bpc-busy-spinner { margin-right: 2px; }
