.uib-datepicker {
  margin-top: 8px;
}

.uib-month {
  margin-bottom: 16px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.uib-month:first-child {
  border-top: none;
  padding-top: 0;
}

.uib-month-header .month-title {
  margin: 0 0 6px 0;
  font-weight: 600;
}

.uib-daypicker {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.uib-daypicker th {
  font-weight: 600;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}

.uib-daypicker td {
  padding: 2px;
}

.uib-daypicker td .btn {
  width: 100%;
  min-height: 32px;
  padding: 6px 0;
}

.uib-daypicker td.uib-disabled .btn {
  cursor: not-allowed;
  opacity: 0.45;
}

.uib-daypicker td.uib-weekend .btn-default {
  border-color: #337ab7;
}

.uib-daypicker td.active .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.uib-daypicker td .btn-link {
  color: #777;
  pointer-events: none;
}

.margin-top-10px {
  margin-top: 10px;
}

.uib-daypicker td.empty-cell {
  visibility: hidden;
}

.calendar-scrollable-body {
  max-height: 500px;
  overflow-y: auto;
}