$base-color: #2e99eb; //darken(#6EB8F1, 20%)

$dp-datepicker-height: 100%;
$dp-datepicker-width: 100%;
$dp-datepicker-border-width: 1px;
$dp-datepicker-border-style: solid;
$dp-datepicker-border-color: #A8A8A8;
$dp-datepicker-day-color: inherit;
$dp-datepicker-day-bg: inherit;
$dp-datepicker-today-color: $base-color;
$dp-datepicker-today-bg: inherit;
$dp-datepicker-day-other-month-color: #5c5c5c; // darken(#999, 40%)
$dp-datepicker-day-disabled-color: lighten($dp-datepicker-day-other-month-color, 50%);
$dp-datepicker-day-other-month-bg: inherit;
$dp-datepicker-day-disabled-bg: $dp-datepicker-day-other-month-bg;
$dp-datepicker-day-in-range-bg: #E2F0FF;
$dp-datepicker-font-size: 14px;
$dp-datepicker-nav-bg: inherit;
$dp-datepicker-month-name-bg: inherit;
$dp-datepicker-month-name-over-bg: #EEE;
$dp-datepicker-nav-over-bg: $dp-datepicker-month-name-over-bg;
$dp-datepicker-value-color: black;
$dp-datepicker-value-font-weight: bold;
$dp-datepicker-value-bg: $dp-datepicker-month-name-over-bg;
$dp-datepicker-cell-over-background: $dp-datepicker-value-bg;
$dp-datepicker-cell-over-font-weight: inherit;
$dp-datepicker-cell-over-color: inherit;
$dp-datepicker-cell-padding: 5px;
$dp-datepicker-header-padding: 8px;
$dp-datepicker-weekend-highlight-color: #BF0909;
