.internal_email.unread td {
    font-weight: bold;
}

.sortable-column {
    color: #337ab7;
}

.good-width {
    min-width: 500px;
}

.typeahead__query, .typeahead__container {
    font-size: 1.5rem;
}

.form-group.extended, .form-group.extended .input-group {
    width: 100%;
}

.form-group.extended .input-group-addon {
    width: 20%;
}

.form-group.extended .form-control {
    width: 75%;
}

div.dt-buttons {
  margin-top: 40px;
  clear: left;
}

.dt-button {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.filter-actions {
  padding-bottom: 1rem;
  border-bottom: 2px solid #dee2e6;
}
.filter-actions .btn {
  min-width: 140px;
  font-weight: 500;
}
.export-section {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 4px;
  margin-top: 1.5rem !important;
}

.export-section::before {
  content: "Export Options";
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.export-actions .btn {
  min-width: 140px;
  font-weight: 500;
}
.clear-btn {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}
.clear-btn:hover {
  background-color: #0d6efd;
  color: #fff;
}
.custom-tabs {
  border-bottom: 2px solid #234f8d;
}
.custom-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: none;
  color: #234f8d;
  font-weight: 500;
  background-color: #f8f9fa;
  transition: all 0.2s ease-in-out;
}
.custom-tabs .nav-link:hover {
  background-color: #e6eefc;
  color: #163b6b;
}
.custom-tabs .nav-link.active {
  color: #fff !important;
  background-color: #234f8d;
  border-color: #234f8d #234f8d transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
