.ui-datepicker {
    width: 383.33px;
    height: auto;
    background-color: #333333;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.35);
    -moz-box-shadow: 0 3px 13px 0 rgba(0,0,0,.35);
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.35);
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ui-datepicker-header {
    background-color: #557a96;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 30px;
    display: flex;
}
.ui-datepicker-title {
    text-align: center;
    order: 0;
    flex-grow: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: -28px;
}
.ui-datepicker-month {
  order: 1;
  font-size: 24px;
  height: 20px;
  margin-top: -8px;
}
.ui-datepicker-year {
  order: 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}
.ui-datepicker-prev {
    order: 1;
    flex-shrink: 0;
    background-image: url('poli-chevron-left.svg');
}
.ui-datepicker-next {
    order: 2;
    flex-shrink: 0;
    background-image: url('poli-chevron-right.svg');
    background-position-x: right;
}
.ui-datepicker thead {
    color: #728fa5;
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 16px;
    height: 45px;
}
.ui-datepicker tbody td {
  height: 45px;
}
.ui-datepicker tbody td.eventi {
  position: relative;
}
.ui-datepicker tbody td.eventi a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
  margin: -8px auto 0;
}
.ui-datepicker tbody tr {

}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    box-sizing: content-box;
    font-size: 16px;
    border-radius: 50%;
}
.ui-datepicker-calendar .ui-state-default {

}
.ui-datepicker-unselectable .ui-state-default {
    color: #b3b5b9;
}
.ui-datepicker-calendar .ui-state-hover {
    border: 1px solid #ffffff;
    text-decoration: none;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #406e83;
}
