/* url(images/bg.jpg) no-repeat center center fixed; */
/* url(images/bg.jpg) no-repeat center center fixed; */
.responsive-calendar {
  background: #fff;
  margin: 10px 0px 10px 0px !important;
  padding-top: 0px;
}

.responsive-calendar h4 {
  color: #333;
  margin: -20px -20px 20px -20px !important;
  padding: 15px 20px 0px 20px;
}

.responsive-calendar .controls {
  text-align: center;
  margin-top: 0px;
  overflow: auto;
  font-size: 10px;
}

.controls {
  background-color: white;
  color: #333;
  padding: 10px 10px;
}

.responsive-calendar hr {
  margin: 0;
  border-top:0;
}

.responsive-calendar .controls a {
  cursor: pointer;
  color: #1DAEEC;
  font-size: 14px;
}

.responsive-calendar .controls a:hover {
  color: #188dbe!important;
}

.responsive-calendar .controls h4 {
  display: inline;
  font-size: 14px;
}

.responsive-calendar .day-headers, .responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 12px;
  width: 14.285714285714286%;
  text-align: center;
}

.day {
  background: whitesmoke;
}

.responsive-calendar .day a {
  color: #333;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
  border-left: solid 0 #ccc;
  border-bottom: solid 0 #ccc;
  font-weight: bold;
  font-size: 1.2em;
}

.responsive-calendar .day a:hover {
  color: white!important;
  background-color: #1DAEEC;
}

.responsive-calendar .day:nth-child(7n) a {
  border-right: solid 0 #ccc;
}

.clicked {
  background: #0a6535;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.clicked a {
  color: #ffffff !important;
  font-weight: bold;
}

.responsive-calendar .day.header {
  border-bottom: 0 #1f6684 solid;
  font-size: 11px;
  font-weight: bold;
  line-height: 36px;
}

.responsive-calendar .day.active a {
  background: #bbb;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #333;
}

.responsive-calendar .day.closure a {
  background: #10214A;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #ffffff;
}

.responsive-calendar .day.championship a {
  background: #1DAEEC;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #15212f;
}

.responsive-calendar .day.active .not-current {
  background-color: #15212f;
  color: #557c89;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #759fae;
}

.responsive-calendar .day.not-current a {
  color:#999;
}

.responsive-calendar .day .badge {
  position: absolute;
  top: -4px;
  right: -8px;
  z-index: 1;
}

.yeoo {
  color: yellow !important;
}
