.red {
  color: red !important;
}

td,
th {
  text-align: center;
}

.dataTable td:first-child {
  font-weight: bold;
  text-align: left;
}

.modal-xl {
  max-width: 90% !important;
}

.page-title {
  font-size: 20px;
  color: #5b6be8;
}

.cursor {
  cursor: pointer;
}

.cursor .fa-sort {
  margin-left: 5px;
}

.top-numbers {
  color: #007bff;
  font-weight: bold;
  letter-spacing: 1.2px;
}

td {
  vertical-align: middle !important;
}

.dataTables_filter label {
  float: right;
}

.signal-data>.container-fluid,.data>.container-fluid {
  width: 100%
}

.left-border {
  border-left: 2px solid #9d9d9d !important;
}



.table thead th {
  vertical-align: middle !important;
  background-color: #5b6be8;
  color: #fff;
  border-color: #fff;
}

table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;
}

.badge{
  font-size: 100%!important;
}

.badge-pill {
  padding: 0.6em;
  border-radius: 5px;
}