body .collapsible.panel > .panel-heading > .panel-title a {
  cursor: pointer;
}
body .nav-tabs {
  border-bottom: none;
}
a.thumbnail.active {
  background-color: #337ab75c;
}
@media print {
  a[href]:after {
    content: "";
  }
}
.date-selector {
  text-align: center;
}
.date-selector-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.date-selector-wrapper .form-control {
  min-width: 140px;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
}
.date-filter {
  display: flex;
}
.date-filter :first-child,
.date-filter :last-child {
  flex: 1;
}
.date-filter .react-datepicker__input-container {
  width: 100%;
}
