.button{
    display: inline-flex!important;
}

.button .material-icons{
	font-size: 16px;
}

tr{
	transition: background 1s ease-in-out, color 1s ease-in-out;
}

.single-product td.selected-trip,
.single-product .trip-date.selected-trip {
	background-color: yellow !important;
}

.single-product td.click-not-allowed,
.single-product .trip-date.click-not-allowed {
 cursor: not-allowed;
}

.single-product td.click-allowed,
.single-product .trip-date.click-allowed {
	cursor: pointer;
}
.single-product td.click-allowed:hover,
.single-product .trip-date.click-allowed:hover {
	background-color: yellow !important;
}