.responsive-calendar .controls {
  text-align: center;
  background: rgb(208, 208, 206);
  padding: 12px 0;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid gray;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.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;
  border-radius: 20px;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
  background-color: rgb(143, 214, 189);
  color: #ffffff;
  border-radius: 20px;
}
.responsive-calendar .day.active a:hover {
  background-color: rgb(239, 96, 121);
}
.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;
}

.responsive-calendar .day .badge {
  display: inline-block;
  min-width: 10px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgb(29, 60, 52)  !important;
  /* background-color: rgba(29, 60, 52, 0.5)  !important; */
  border-radius: 10px;
}
.responsive-calendar .day .badge:hover{
  background-color: rgb(87, 41, 50);
}
a.pull-left {
  padding-left: 8px;
}

a.pull-right {
  padding-right: 8px;
}