.aa-date-input {
  display: inline-block;
  position: relative; }

.aa-date-input-cover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 2px 5px; }

.aa-cal {
  padding: 0;
  border: none;
  display: inline-block;
  font-family: inherit;
  font-size: auto;
  position: relative; }
  .aa-cal-controls {
    background-color: #fff;
    color: #333;
    min-width: 250px;
    padding: 0 0 5px;
    text-align: center;
    vertical-align: middle; }
  .aa-cal-btn {
    background-color: inherit;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    padding: 3px 7.5px; }
    .aa-cal-btn:hover {
      background-color: #eee;
      border: none; }
  .aa-cal-month-name {
    display: inline-block;
    font-size: auto;
    padding: 5px 10px 2px;
    text-align: center; }
  .aa-cal-prev-month, .aa-cal-prev-year {
    float: left; }
  .aa-cal-next-month, .aa-cal-next-year {
    float: right; }
  .aa-cal-next-month:before {
    content: "\203A"; }
  .aa-cal-prev-month:before {
    content: "\2039"; }
  .aa-cal-next-year:before {
    content: "\00bb"; }
  .aa-cal-prev-year:before {
    content: "\00ab"; }
  .aa-cal-set-to-today:before {
    content: "\29be"; }
  .aa-cal-set-to-today {
    display: none; }

table.aa-cal-month {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 250px; }
  table.aa-cal-month td, table.aa-cal-month th {
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle; }
  table.aa-cal-month th {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 5px; }
  table.aa-cal-month td {
    background-color: #fff;
    color: #333;
    cursor: pointer; }
    table.aa-cal-month td span {
      border: 1px solid #fff; }
    table.aa-cal-month td.aa-cal-other-month {
      color: #999;
      background-color: #eee;
      font-weight: normal; }
      table.aa-cal-month td.aa-cal-other-month span {
        border: 1px solid #eee; }
      table.aa-cal-month td.aa-cal-other-month:hover {
        background-color: #d4d4d4; }
        table.aa-cal-month td.aa-cal-other-month:hover span {
          border-color: #d4d4d4; }
    table.aa-cal-month td.aa-cal-selected {
      color: #333;
      background-color: #fff;
      font-weight: bold; }
      table.aa-cal-month td.aa-cal-selected span {
        border: 1px solid #fff; }
    table.aa-cal-month td.aa-cal-today {
      color: #333;
      background-color: #fff;
      font-weight: bold; }
      table.aa-cal-month td.aa-cal-today span {
        border: 1px solid #fff; }
      table.aa-cal-month td.aa-cal-today:hover {
        background-color: #e6e6e6; }
        table.aa-cal-month td.aa-cal-today:hover span {
          border-color: #e6e6e6; }
      table.aa-cal-month td.aa-cal-today.q-calendar-selected {
        color: #000;
        background-color: #fff;
        font-weight: normal; }
        table.aa-cal-month td.aa-cal-today.q-calendar-selected span {
          border: 1px solid #fff; }
        table.aa-cal-month td.aa-cal-today.q-calendar-selected:hover {
          background-color: #e6e6e6; }
          table.aa-cal-month td.aa-cal-today.q-calendar-selected:hover span {
            border-color: #e6e6e6; }
    table.aa-cal-month td.aa-cal-disabled {
      cursor: default;
      color: #999;
      background-color: #eee;
      font-weight: normal; }
      table.aa-cal-month td.aa-cal-disabled span {
        border: 1px solid #eee; }
      table.aa-cal-month td.aa-cal-disabled:hover {
        background-color: #eee; }
        table.aa-cal-month td.aa-cal-disabled:hover span {
          border-color: #eee; }
    table.aa-cal-month td:hover {
      background-color: #e6e6e6; }
      table.aa-cal-month td:hover span {
        border-color: #e6e6e6; }

.aa-datepicker-popup {
  border: solid 1px #e6e6e6;
  padding: 20px 10px 10px;
  position: absolute;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  top: 100%;
  left: 0px;
  z-index: 10000; }
  .aa-datepicker-popup-close {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1; }
    .aa-datepicker-popup-close:hover {
      color: #e6e6e6; }
    .aa-datepicker-popup-close:before {
      content: "\d7"; }
  .aa-datepicker-popup .aa-timepicker {
    padding: 5px 0;
    text-align: center; }

.aa-timepicker select.aa-timepicker-hour, .aa-timepicker select.aa-timepicker-minute, .aa-timepicker select.aa-timepicker-ampm {
  box-shadow: none;
  display: inline;
  height: auto;
  margin: auto;
  padding: 0;
  width: auto; }
