.views-exposed-form.block-views-exposed-filter-blockcalendar-page-2  button.button {
  background: #036 !important;
  color: #ffffff !important;
  padding: 10px 40px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #036;
}

.views-exposed-form.block-views-exposed-filter-blockcalendar-page-2  input {
	display: inline-block;
	width: auto;
	border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.views-exposed-form.block-views-exposed-filter-blockcalendar-page-2 input::placeholder {
	background-image: url('/themes/custom/ngpsb2/images/search.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% center;
}
.views-exposed-form.block-views-exposed-filter-blockcalendar-page-2 {
	margin-bottom:20px;
}
.views-exposed-form.block-views-exposed-filter-blockcalendar-page-2  button#edit-reset-calendar--2 {
	border-radius: 4px;
	margin-left: 10px;
}
.view-calendar .js-drupal-fullcalendar .fc-button-active {
	background-color: #000;
}
/* Event labels */
.view-id-calendar .views-label {
	font-size: 18px;
}