.cal-green{
	background-color: green;
	padding: 8px;
	color: white;
	border-radius: 4px;
}

.cal-orange{
	background-color: orange;
	padding: 8px;
	color: white;
	border-radius: 4px;
}

.dagitem{
  border: 1px solid white;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.dagitem:hover{
	background-color: rgba(255,255,255,0.1);
}

.chosen-container-single .chosen-single {
	color: white;
}


.pdf-feed .feed-icon {
  background: url(/modules/contrib/pdf_generator/images/pdf.png) no-repeat left center;
  background-size: auto;
  width: 58px;
  height: 21px;
  background-size: cover;
  margin: 20px 0;
}