/* Jquery datepicker css 
    writen by Ron Janssen 05/06/2020 */

.highlight a{
  color:#e20419 !important;
  font-size:14px !important;
  font-weight:bold !important;
  }
/* date field*/  
.ui-datepicker-calendar a.ui-state-default {
  color: #333333;
  font-size:14px;
  border-radius:5px;
  text-align:center;
  height:16px !important;
  width:24px !important;
  line-height:16px !important;
  } 
/* today field*/
.ui-datepicker-calendar a.ui-state-highlight {
  background: none #ffffde;
  border: 1px solid #027d8f;
  }
/* selected date field*/ 
.ui-datepicker-calendar .ui-state-active {
  background: #f0fff0;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #e0e0e0;
  border: 1px solid #666666;
  position: relative;
  margin: -1px;
  }
/* header*/
.ui-datepicker .ui-datepicker-header {
  padding: .4em 0;
  position: relative;
  background: none #027d8f;
  color: #ffffff;
  }
/* unselectable dates fields*/
.ui-datepicker-unselectable .ui-state-default {
  font-size:14px;
  border-radius:5px;
  text-align:center;
  height:16px;
  width:24px;
  line-height:16px !important;  
  }
/* body*/  
.ui-datepicker table tbody .ui-datepicker-week-col {
  color: #027d8f !important;
  text-align:right;
  padding-right:8px;
  font-size:12px;
  font-weight:bold;
  }
/* column header*/ 
.ui-datepicker th {
  color: #027d8f !important;
  font-size:14px;
  }
