.ui-datepicker-calendar td a {
    border: 2px solid transparent;
    border-radius: 50%;
    display: block;
    font-style: normal;
    margin: 0 2px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font: 300 15px/28px 'Exo 2';
    color: #000000;
    padding-left: 0px;
    font-weight: bold;
}

.ui-datepicker { background:#FFFFFF; z-index:1001; min-width:256px; }
#ui-datepicker-div { border: 1px solid #e2e3e6; }
.ui-icon {
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
}

.ui-datepicker-calendar span { padding-left: 0px; }

.ui-datepicker-calendar td a:hover { border: 2px solid #1fa1ff; }
.ui-datepicker-calendar td { width: 28px; height: 28px; text-align: center; }
.ui-datepicker-calendar { width: 100%; }

.hasDatepicker { background: #fff; position: relative; margin-bottom: 20px; padding: 10px 10px 0px 10px; }

.ui-datepicker-title span { padding-left: 0px; color: #FF1400; }
.ui-datepicker-header {
    color: #ff0000;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font: 300 17px/22px 'Exo 2'; text-transform: none;
}

.ui-datepicker-prev { background: url(../images/arrow-red-left-big.svg) left top no-repeat; background-size: 25px 22px; position: absolute;
    top: 3px;
    /*text-indent: -9999px;*/
    padding: 0px; left: 10px; }

.ui-datepicker-next {
    right: 10px;
    position: absolute;
    top: 3px;
    padding: 0px;
    background: url(../images/arrow-red-right-big.svg) right top no-repeat; background-size: 25px 22px;
}

.ui-datepicker-calendar th { font: 600 17px/22px 'Exo 2'; color: #000000; text-align: center; text-transform: none; padding-bottom: 5px; }
.ui-datepicker-title { font-weight: 400; }

.ui-state-disabled { font: 300 15px/28px 'Exo 2'; }

.ui-datepicker-year { padding: 3px; border-color: #FF1400; }