.cal-reserva .controls {
  text-align: center;
  width: 100%;
}
.cal-reserva .controls a {
  cursor: pointer;
}
.cal-reserva .controls h4 {
  display: inline;
}
.cal-reserva .day-headers,
.cal-reserva .days {
  font-size: 0;
}
.cal-reserva .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
  color:#2e3192;
}
.cal-reserva .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}
.cal-reserva .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.cal-reserva .day.header {
  border-bottom: 2px #ffcb05 solid;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.cal-reserva .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}
.cal-reserva .day.active a:hover {
  background-color: #36a0e2;
}
.cal-reserva .day.active .not-current a {
  background-color: #8fcaef !important;
  color: #ffffff !important;
  cursor:default;
}
.cal-reserva .day.active .not-current:hover a {
  background-color: #bcdff5 !important;
}
.cal-reserva .day.not-current a {
  color: #dddddd !important;
}
.cal-reserva .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
.cal-reserva .day.today {
  background-color:#f7d4d4;
}
.cal-reserva .day a {
  cursor:default;
}
#calendario2 .day.future:not(.reserva) a {
  cursor:pointer;
}
#calendario2 .day.future.not-current a {
  cursor:default;
}
.cal-reserva .day a:hover {
  background-color: transparent;
  text-decoration: none;
}
.cal-reserva .select-fake {
    width: 49%;
    color: #17184A;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    margin-right:4px;
}
.cal-reserva .select-fake .options {
  color:#ffffff;
  font-weight:300;
}
.cal-reserva .day.reserva a {
  color:#bba347;
}
.cal-reserva .day.meia-reserva-dia {
  background:#ffffff url('/img/calendario-reserva-dia.png') no-repeat center center;
}
.cal-reserva .day.meia-reserva-noite {
  background:#ffffff url('/img/calendario-reserva-noite.png') no-repeat center center;
}
.cal-reserva .day.reserva-dia {
  background:#ffcb05;
}
#calendario1 .select-fake:last-child,
#calendario2 .select-fake:last-child {
  margin-right:0px;
}
@media (max-width: 767px) {
  .cal-reserva .day.meia-reserva-dia {
    background:#ffffff url('/img/calendario-reserva-dia-sm.png') no-repeat center center;
  }
  .cal-reserva .day.meia-reserva-noite {
    background:#ffffff url('/img/calendario-reserva-noite-sm.png') no-repeat center center;
  }
}