/* this file should only include boostrap styles that are overwritten */

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
	 -webkit-animation: progress-bar-stripes 1s linear infinite;
	 animation: progress-bar-stripes 1s linear infinite;
   }
}

.table td, .table th {
	border: 1px solid #dee2e6;
}

.inputChanged {
	border-color: #007bff;
}