/*DATEPICKER*/
  body .ui-datepicker {
    width: 250px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    border: 1px solid #ddd; }
  body .ui-datepicker a {
    text-decoration: none; }
  body .ui-datepicker table {
    width: 100%; }
  body .ui-datepicker-header {
    background: #fff;
    color: #e0e0e0;
    font-weight: bold;
    line-height: 30px; }
  body .ui-datepicker-title {
    text-align: center; }
  body .ui-datepicker-prev, body .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 600%;
    overflow: hidden; }
    body .ui-datepicker-prev span, body .ui-datepicker-next span {
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      font-weight: 800; }
  body .ui-datepicker-prev {
    float: left;
    background-position: center -30px; }
  body .ui-datepicker-next {
    float: right;
    background-position: center 0px; }
  body .ui-datepicker thead {
    background-color: #f3f3f3;
    border-bottom: 3px solid #fff; }
  body .ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #404040;
    text-align: center;
  }
  body .ui-datepicker tbody td {
    padding: 0;
    border-right: 2px solid #fff;
    background-color: #fff; }
  body .ui-datepicker tbody td:last-child {
    border-right: 0px; }
  body .ui-datepicker tbody tr {
    border-bottom: 6px solid #fff; }
  body .ui-datepicker td span, body .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666; }
  body .ui-datepicker-calendar .ui-state-default {
    background: #f5f5f5; }
  body .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  body .ui-datepicker-calendar .ui-state-active {
    background: #008a5a;
    color: #fff;
    position: relative; }
  body .ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3; }
  body .ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0; }
  body .ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0; }
  body .ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0; }
  body .ui-datepicker-title {
    padding: 15px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    background: #009B7B;
    color: #fff; }
  body .ui-datepicker-next, body .ui-datepicker-next:focus {
    height: 30px;
    background: #016450;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid transparent;
    letter-spacing: 0px;
    float: right;
    margin-top: 14px;
    margin-right: 10px; }
  body .ui-datepicker-prev, body .ui-datepicker-prev:focus {
    height: 30px;
    background: #016450;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid transparent;
    letter-spacing: 0px;
    float: left;
    margin-top: 14px;
    margin-left: 10px; }
  body table thead tr th, body table thead tr td {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
  body .ui-datepicker-calendar td {
    text-align: center; }
  body .ui-datepicker-calendar td a {
    color: #009B7B; }
  body .ui-datepicker-year {
    margin: 0 5px;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    width: 70px;
    font-size: 1em;
    background-size: 10px;
    background-position: 86.5% center;
}
