.responsive-calendar{
	padding-top:10px;
	}
.responsive-calendar .controls {
  text-align: center;
  padding: 15px 0 8px 0;
  }
.responsive-calendar .controls a {
  cursor: pointer;
  font-size:20px;
  color:#f7901e;
}
.responsive-calendar .controls h4 {
  display: inline-block;
  color:#1a1a1a;
  padding-bottom:10px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.responsive-calendar .day-headers{
	border:1px solid #ddd;
	border-top:none;
	border-bottom:none;
	}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
  color:#1a1a1a;
 
    border-top: none;
    border-bottom: none;
  
 
}
.responsive-calendar .days {
	background:#fff;

	}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 9pt;
  width: 14.285714285714286%;
  text-align: center; 
  padding:10px 0;
  
}
.responsive-calendar .day a {
  color: #666;
  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 solid #ddd;
  background:#fafafa;
  height:auto;
}
.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: 0px;
  right: 0px;
  color:#fff;
  background:#f39b13;
  padding:4px 10px;
  z-index: 1;
}
/*.day.sun a{
	color:#ddd;
	pointer-events: none;
	cursor: default;
	}*/

