.icon-chevron {
  display: block;
  width: 15px;
  height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAAAElBMVEX///8AAAAAAAAAAAAAAAAAAABknMCaAAAABXRSTlMAEHCg0O5XV0MAAAAzSURBVHgBYwACJkYGZMDMysKIwmUFCyC4KAIsrKgCjPQQQPCpzUX4B9O/mOGBGV7o4QkA5zcCv3HiEZgAAAAASUVORK5CYII=);
}

.icon-chevron-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page {
  width: 500px;
  margin: 0 auto;
  padding: 1em;
}
.responsive-calendar-placeholder {
	position:absolute;
	z-index:2;
	}
.responsive-calendar-modal {
  background-color: #1d86c8;
  color: white;
  padding: 1em;
}

.responsive-calendar .controls {
  text-align: center;
}

.responsive-calendar .controls a {
  cursor: pointer;
  color: red;
}

.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}

.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}

.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
  color: #ddd;
}

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
/*
.modal-header h4:before {
	content: "EVENTI DEL ";
}
*/
.badge-success {
	background-color: red;
}
.today {
	background-color: green;
}
.today > a {
	color: #fff !important;
	font-weight: bold;
}
.badge {
	color: #fff !important;
	margin-top:-10px;
	margin-right:-10px;
}
.today > a:hover, .today> a:focus {
	background-color: rgba(78,212,68,1.00) !important;
}
.today,.future a:hover,.past a:hover, .day.active a, .today > a:hover,.responsive-calendar .day.not-current a {
	border-radius: 4px !important;
}
.responsive-calendar .day.not-current a {
	color: #999;
}