﻿.ui-datepicker {
    background-color: #fff;
}

.ui-datepicker-header {
    background-color: #41a8fd;
}

.ui-datepicker-title {
    color: white;
}

.ui-widget-content .ui-state-default {
    border: 0px;
    text-align: center;
    background: #fff;
    font-weight: normal;
    color: #000;
}

    .ui-widget-content .ui-state-default:hover {
        border: 0px;
        text-align: center;
        background: #000;
        font-weight: normal;
        color: #fff;
    }

.ui-widget-content .ui-state-active {
    border: 0px;
    background: #0366d6;
    color: #fff;
    font-weight: bold;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f100";
}

.ui-datepicker-next:before {
    content: "\f101";
}
