.responsive-calendar .controls {
  text-align: center;
  overflow: auto;
}
.responsive-calendar .controls a {
  cursor: pointer;
  margin-top: -9px;
}
.responsive-calendar .controls h4 {
  display: inline;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.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 hr{
  border: 0
}
.responsive-calendar .day.active a {
  background-color: #ab0909;
  color: #ffffff;
  border-right: 1px solid #FFF;
}
.responsive-calendar .day.active a:hover {
  background-color: #ab0909;
}
.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 .btn-calendar{
  color: #FFF;
  font-weight: bold !important;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  background: none;
  background-image: none !important;
}
.responsive-calendar .btn-calendar:hover,
.responsive-calendar .btn-calendar:active,
.responsive-calendar .btn-calendar:focus{
 background: none;
  background-image: none !important;
    box-shadow: none;
}
.responsive-calendar .bg-primary {
  color: #fff;
  background: #428bca;
  background-image: linear-gradient(to bottom, #f5c800, #f5c800) !important;
  padding: 35px 15px 15px 15px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2) inset;
}

.responsive-calendar{
  max-width: 600px;
  margin: auto;
  border: 1px solid #e4ebed;
}


.legend {
  max-width: 600px;
  overflow: hidden;
  margin: 15px auto auto auto;
  text-align: left;
}

.legend b{
  font-size: 13px;
  margin-bottom: 1px;
  display: inline-block;
}

.legend .square-white {
  border: 1px solid #e4ebed;
}

.legend .square {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.legend .square-active {
  background: #ab0909;
}

.legend .d-inline{
  display: inline-block;
  margin-right: 10px
}

.responsive-calendar .btn:active, 
.responsive-calendar .btn:focus,
.responsive-calendar select:active, 
.responsive-calendar select:focus {
    box-shadow: none;
}