.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-widget-header {
    background-color: transparent; border: none
}


.ui-widget.ui-widget-content {
    background: white;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker table {
    text-align: center;
}

.ui-datepicker-calendar td { padding: 5px; }

.pagination {
    margin: 0px !important;
}
.chartjs-wrapper{
  margin-top: 20pt;
}
.backdrop{
  height: 100%!important;
  position: fixed!important;
}
