/* Marina Sailing theme for bootstrap-datepicker.
   Blue month/nav header to match the site's .panel-primary styling (same #337ab7 already
   used for the selected day), plus extra breathing room around the calendar grid. */

.datepicker-dropdown {
    padding: 12px;
}

/* The calendar table uses the browser's default border-spacing, which leaves visible gaps
   between the prev/month-year/next header cells even though they share the same background
   color. Collapse the table so the header reads as one solid bar. */
.datepicker table {
    border-collapse: collapse;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
    background-color: #337ab7;
    color: #fff;
    font-weight: bold;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
    background-color: #286090;
    color: #fff;
}

.datepicker .dow {
    background-color: #eef4fa;
    font-weight: bold;
}
