/*
Theme Name: Shapely Child
Template: shapely
Theme URI: https://colorlib.com/wp/themes/shapely
Author: colorlib
Author URI: https://colorlib.com/
Description: Child theme for Liftx.online
Version: 2.0.0


*/

.event_legend{
	padding: 2px 8px!important;
    border-radius: 2px!important;
}

.legend_contacted{
	background-color: #e67e22!important;
	border-color: #e67e22!important;
}
.legend_booked{
	background-color: #208ed7!important;
	border-color: #208ed7!important;
}
.legend_due{
	background-color: #f54141!important;
    border-color: #f54141!important;
}
.legend_reissued{
	background-color: grey!important;
    border-color: grey!important;
}
.legend_new{
	background-color: #6eb43f!important;
    border-color: #6eb43f!important;
    color: #ffffff!important;
}