div.stripes,tr.stripes td{position:relative;overflow:hidden}div.stripes:before,tr.stripes td:before{content:"";position:absolute;top:0;left:-46px;right:0;bottom:0;z-index:100;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}div.stripes.error:before{background-color:#ef44444d}div.stripes.warning:before{background-color:#eab3084d}tr.stripes.error td:before{background-color:#ef44444d}tr.stripes.warning td:before{background-color:#eab3084d}div.animate-stripes:before,tr.animate-stripes td:before{-webkit-animation-name:progress-striped;-webkit-animation-duration:1.3s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-name:progress-striped;animation-duration:1.3s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes progress-striped{0%{transform:translate(0)}to{transform:translate(46px)}}
