div.calendar * {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}

.calendar {
  background-color: rgba(255, 255, 255, 1);
}

.calendar .controls {
  text-align: center;
  padding: 15px;
}
.calendar .controls a {
  cursor: pointer;
}
.calendar .controls h4 {
  display: inline;
}

.calendar .day-headers {
  background-color: rgba(0, 88, 156, 1);
  padding: 7px 0;
  color: rgba(255, 255, 255, 1);
}
.calendar .day-headers,
.calendar .days {
  font-size: 0;
}
.calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.28571428571429%;
  text-align: center;
}
.calendar .day a {
  color: rgba(51, 51, 51, 1);
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}
.calendar .day a:hover {
  background-color: rgba(244, 244, 244, 1);
  text-decoration: none;
}
.calendar .day.active a {
  background-color: rgba(197, 219, 236, 1);
  color: rgba(0, 88, 156, 1);
}
.calendar .day.active a:hover {
  background-color: rgba(110, 150, 204, 1);
  color: rgba(255, 255, 255, 1);
}
.calendar .day.not-current {
  background-color: rgba(250, 250, 250, 1);
}
.calendar .day.not-current:hover,
.calendar .day.not-current a:hover {
  background-color: rgba(244, 244, 244, 1);
  color: rgba(223, 223, 223, 1);
}
.calendar .day.not-current a {
  color: rgba(223, 223, 223, 1);
}
.calendar .day.today a {
  background-color: rgba(227, 104, 0, 0.5);
  color: rgba(250, 250, 250, 1);
  /*border: 1px solid rgba(223, 223, 223, 1);*/
}
.calendar .day.today a:hover {
  background-color: rgba(227, 104, 0, 1);
}
.calendar .day .badge {
  position: absolute;
  top: -9px;
  right: -12px;
  z-index: 1;
}

.calendar .tooltip > .tooltip-inner > .topic1 span.title {
  color: rgba(147,177,49,1);
}
.calendar .tooltip > .tooltip-inner > .topic2 span.title {
  color: rgba(108,192,140,1);
}
.calendar .tooltip > .tooltip-inner > .topic3 span.title {
  color: rgba(162,221,242,1);
}
.calendar .tooltip > .tooltip-inner > .topic4 span.title {
  color: rgba(229,96,10,1);
}
.calendar .tooltip > .tooltip-inner > .topic5 span.title {
  color: rgba(251,239,195,1);
}
.calendar .tooltip > .tooltip-inner {
  background-color: rgba(51, 51, 51, 1);
  padding: 15px;
  font-size: 14px;
  text-align: left;
}
.calendar .tooltip > .tooltip-inner span.title {
  display: block;
  font-size: 16px;
  color: rgba(110, 150, 204, 1);
  font-weight: bold;
}
.calendar .tooltip > .tooltip-inner span.subtitle {
  font-size: 12px;
}
.calendar .tooltip > .tooltip-inner hr {
  margin: 7px 0;
}
.calendar .tooltip > .tooltip-inner td {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  padding: 0;
  border: none;
}
.calendar .tooltip > .tooltip-inner tr > td:first-child {
  font-weight: bold;
}
.calendar .tooltip > .tooltip-inner tr > td:not(:first-child) {
  padding-left: 7px;
}
.calendar .tooltip.top > .tooltip-arrow {
  border-top: 5px solid rgba(51, 51, 51, 1);
}

#filterMenu {
	background: rgba(244, 244, 244, 1);
	padding: 15px 15px 0px;
}
a.iconoff > i.fa-rss-square {
	color: rgba(227, 104, 0, 1);
}
#filterEvents .col-sm-6 {
	padding: 0;
}
#filterEvents .control-label {
	text-align: left;
}

#eventResult > .panel > .panel-heading {
  min-height: 85px;
}

#eventResult > .panel > .panel-heading > a > i.fa-minus,
#eventResult > .panel > .panel-heading > a.collapsed > i.fa-plus {
	margin-top: 8px; /*13*/
}


.eventListItem > span.eventInfo {
  color: rgba(110, 110, 110, 1);
}

.btn-ics {
  position: absolute;
  right: 32px;
  cursor: pointer;
}

/*debug*/
/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/