 .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    background: 0 !important;
    border: 0 !important;
    color: #9c9c9c !important;
    font-weight: bold;
    text-align: center !important;
    white-space: no-wrap;
  }

  table {
    border-collapse: collapse !important;
    margin: 0;
  }

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 100% !important;
  }

  <!-- .ui-datepicker-unselectable.ui-state-disabled {
    border: 0 !important;
  }

  -->.ui-datepicker-unselectable.ui-state-default {
    display: none;
  }

  .ui-state-range {
    background-color: #FBD2D3 !important;
    color: #fff !important;
  }

  #ui-datepicker-div tr td:hover *,
  #ui-datepicker-div tr td>.ui-state-default.ui-state-hover,
  .ui-datepicker-current-day {
    background-color: #F4777C !important;
    color: #fff !important;
    text-align: center !important;
  }

  thead::after {
    content: "";
    display: block;
    height: 1.5em;
    width: 100%;
    background: white;
  }

  .ui-datepicker-today {
    background-color: none !important;
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    text-align: center !important;
  }

  tbody {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  td {
    border: 1px solid #F6F6F6 !important;
  }

  #ui-datepicker-div {
    display: none;
    left: 8px;
    position: absolute;
    top: 31px;
    width: 50% !important;
    z-index: 1;
  }

  .ui-datepicker-header.ui-widget-header {
    background-color: #F6F6F6 !important;
    border: 0 !important;
    font-weight: bold;
    color: #9c9c9c !important;
  }

  .ui-datepicker th {
    background-color: #F6F6F6 !important;
    border: 0 !important;
    font-weight: normal;
  }

  .lowTicketValue {
    color: #326EA6;
    white-space: no-wrap;
  }

  .lowTicketValue:active {
    color: #fff !important;
    white-space: no-wrap;
  }

  .ui-datepicker .ui-state-range {
    background: blue !important;
  }

  .ui-datepicker-calendar .highlight {
    background-color: #EBF4F8 !important;
  }

  .ui-state-range {
    background-color: #F4777C !important;
  }

  .highTicketValue {
    color: #F4777C !important;
  }

  #ui-datepicker-div tr td:nth-child(2n+1)>span {
    color: #F4777C !important;
  }

  #ui-datepicker-div tr td:nth-child(2n+1):active>span,
  #ui-datepicker-div tr td:nth-child(2n+1):hover>span {
    color: #fff !important;
  }

  .Highlighted a {
    background-color: Green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
  }

  .ui-red {
    background: red;
  }

  .highlight {
    background-color: #EBF4F8 !important;
	}

