.available_dates .available_dates_dot {
  color: #F13239;
  height: 0px;
  width: 100%;
  text-align: center;
  position: relative;
  top: -10px;
}

.available_dates:hover {
  background:#e9e9e9;
  color:#212529;
}

.today {
  background:#212529;
  color:#fff;
}

.day.disabled {
  color:#b5b5b5;
}

/*Bootstrap Calendar*/
.datepicker {
  border-radius: 0;
  padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #F13239;
  color: #ffffff;
  border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
text-transform: uppercase;
font-weight: 300 !important;
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
padding: 5px 9px;
cursor: pointer;
text-align: center;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
border-radius: 0;
}
.datepicker td, .datepicker th {
border-radius: 50%;
padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
background: #F13239;
color: #ffffff;
border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
background:#ccc;
}
.datepicker .prev, .datepicker .next {
color: rgba(255, 255, 255, 0.5);
transition: 0.3s;
width: 37px;
height: 37px;
cursor: pointer;
}
.datepicker .prev:hover, .datepicker .next:hover {
background: transparent;
color: rgba(255, 255, 255, 0.99);
font-size: 21px;
}
.datepicker .datepicker-switch {
font-size: 24px;
font-weight: 400;
transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
color: rgba(255, 255, 255, 0.7);
background: transparent;
}
.datepicker table tr td span {
border-radius: 2px;
margin: 3%;
width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
background-color: #3546b3;
background-image: none;
}