
.calendar {
    margin-top: 5px;
}
.ui-datepicker {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
}
.ui-datepicker-header {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0px;
    font-family: 'Roboto',Arial,sans-serif;
    text-transform: uppercase;
}

.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
    margin-left: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
    margin-right: 5px;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker table {
    width: 100%;
}
.calendar table {
    background-color: transparent;
}
.calendar table {
    border-spacing: 0;
    border-collapse: collapse;
}
.ui-datepicker-calendar .ui-state-default {
    background: #ffffff;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 35px;
    color: #666666;
}
.ui-datepicker a {
    text-decoration: none;
}


.ui-tabs .ui-tabs-nav li.ui-state-active a:after, table tr:hover td {
  background: #eee6f7
}

.ui-datepicker-calendar .ui-state-default {
  background-color:transparent;
  color:#000;
}

td.ui-datepicker-current-day{
      background-color: rgb(0, 0, 0);
      color:#fff!important;
}

a.ui-state-default ui-state-active{
  color:#fff!important;
}

.calendar th {
    text-align: center;
  }


  .ui-datepicker-calendar .ui-state-active {
      background-color: rgb(0, 0, 0);
      color: #FFFFFF!important;
      position: relative;
      margin: -1px;
  }
/* FIM DO CALENDARIO ------------- */
