body{
	background-color: #fff;
}
.ui-datepicker {
  display: none;
  width: 16%;
  padding: 1%;
  height: auto;
  background-color: #fff;
  font: 12pt SegoeUiBold;
	border: 1px solid #808080;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  color: #000;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-image: url('../images/left-arrow.svg');
  background-repeat: no-repeat;
}
.ui-datepicker-next {
  float: right;
  background-image: url('../images/right-arrow.svg');
  background-repeat: no-repeat;
}
.ui-datepicker thead {

}
.ui-datepicker th {
  font-size: 10pt;
  padding: 5px 0;
  width: 14%;
  color: #224B37;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker tbody{
	border: 1px solid #ccc;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #ccc;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #ccc;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 9pt;
}
.ui-datepicker-calendar .ui-state-default {
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #224B37;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  color: #e0e0e0;
  background-color: #224B37;
  position: relative;
  margin: -1px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
	opacity: 1 !important
}
/*AUTOCOMPLETE*/
.ui-corner-all{
    -moz-border-radius: 4px 4px 4px 4px;
}
.ui-widget-content{
  display: none;
  padding: 1%;
}
.ui-menu{
  display: block;
  float: left;
    list-style: none outside none;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #808080;
    width: 15%;
}
.ui-autocomplete{
    cursor: default;
    position: absolute;
    max-height: 250px;
    overflow-y: scroll; 
    overflow-x: hidden;
}
.ui-menu .ui-menu-item{
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 90%;
}

/*AUTOCOMPLETE*/
.ui-menu .ui-menu-item{
    color: #000;
    font: 10pt SegoeUi;
    border: none;
    padding: 3% !important;
}
.ui-autocomplete .ui-menu-item.ui-state-focus{
    background-color:  #00A779 !important;
    background-image: none;
    color: #fff;
    border: none;
}
.ui-helper-hidden-accessible{
  display: none;
}

