@import 'public-booking/main_dependencies';

.bb-day, div[bb-month-availability] {

  // Button styling

  .btn-link {
    color: $gray-base;
  }

  .fa-chevron-left {
    margin-right: 5px;
  }

  .fa-chevron-right {
    margin-left: 5px;
  }

  // Table styling

  table.table {
    color: $gray-base;
  }

  // Active and inactive month and day style

  .bb-month-highlight {
    background-color: #f8f8f8;
  }

  .bb-today {
    border: 2px solid #337ab7;
  }

  p.bb-past {
    color: $bb-gray;
  }

  // Hover states

  td.bb-go-ok:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }

  td.bb-no-go:hover {
    cursor: initial;
  } 

}
