/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.footer {
  background-color: #f5f5f5;
  text-align: center;
}

.fa-calendar {
  padding-left: .5rem;
}

.fa-caret-down {
  padding-right: .5rem;
}

.daterangepicker-span:hover {
  color: rgba(0,0,0,.7);
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #898989;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.thead-dark a {
  color: #ffffff;
  background-color: transparent; // Remove the gray background on active links in IE 10.
}

.table, table-striped {
  font-size: 0.75rem;
  line-height: 0.75;
  text-align: right;
}

.thead-dark {
  text-align: center;
}

.pagination {
  font-size: 0.75rem;
}

.footer {
  font-size: 0.8rem;
}

.table-title {
  font-size: 0.95rem;
  color: #212529;
  text-align: center;
  background-color: #d2d2d2;
  border-top: 1px solid #dee2e6;
  padding: .30rem;
}

.table-title-warning {
  font-size: 0.95rem;
  color: #212529;
  text-align: center;
  background-color: #ffeeba;
  border-top: 1px solid #dee2e6;
  padding: .30rem;
}
