$button_primary_color:#0073aa;
$button_primary_hover_color: #135e96;

/**/.ui-datepicker-prev,.ui-datepicker-next{
    background-color: $button_primary_color;

    .ui-icon{
        color: #edeff1;
    }

    &:hover{
        background: $button_primary_hover_color;
        border-color: $button_primary_hover_color;
    }
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}