body div#ui-datepicker-div[style] {
  z-index: 99999!important;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  max-width: 20px;
}

th.ui-datepicker-week-end span {
  margin-right: -10px;
}

th span {
  margin-right: -10px;
}


select.ui-datepicker-month,
select.ui-datepicker-year {
  width: 218px;
  background-color: rgb(216, 223, 227);
}

th {
  background-color: #efc94c !important;
  font-weight: bold !important;
}


.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

a.ui-state-default,
.ui-datepicker tbody tr, .ui-datepicker thead {
  background-color: white !important;
}

.ui-datepicker-calendar .ui-state-default{
     background: linear-gradient(to bottom,#4dff65 0,#dedede 100%) ;
}
 

.ui-datepicker-unselectable .ui-state-default {
  background: #C87575;
  color: white;
  text-shadow: none;
  text-decoration: line-through;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  max-width: 190px;
  padding: 4px;
}

select.ui-datepicker-year {
 transform: translateY(-5px);
}
