/* <style type="text/css">
	.selected-random-date
	{
		background: #6aa3f1;
		color: #f3f3f3!important;
	}
	.timepicker-selected-random-date{
	border: 1px solid #2b8eff;
	background: #6aa3f1;
	color: #f3f3f3!important;
} 
</style> */


a[class*="clear-single-random-date"]{
	font-weight: bolder;
	border: 1px solid white;
	cursor: pointer;
    color: white;
    border-radius: 20px;
    padding: 0px 6px;
    margin-left: 10px;
}

.disable-multiple-non-adjacent
{
	cursor: not-allowed !important;
	pointer-events: none !important;
	opacity:  0.5 !important;
}