table.dataTable.display tbody tr.even td.highlight-flight{animation:highlightFlight 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable.display tbody tr.odd td.highlight-flight{animation:highlightFlight 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable tbody tr.odd.selected td.highlight-flight{animation:highlightFlight 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable tbody tr.even.selected td.highlight-flight{animation:highlightFlight 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}
table.dataTable.display tbody tr.even.highlight-flight-row{animation:highlightFlightRow 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable.display tbody tr.odd.highlight-flight-row{animation:highlightFlightRow 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable tbody tr.odd.selected.highlight-flight-row{animation:highlightFlightRow 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}table.dataTable tbody tr.even.selected.highlight-flight-row{animation:highlightFlightRow 30000s;animation-timing-function:cubic-bezier(1,-0.88,.75,1.03)}
@keyframes highlightFlight{from{background:var(--background-color-1)}to{background:white}}@keyframes highlightFlightRow{from{background:var(--background-color-row)}to{background:white}}