html,
body {
  padding: 20px;
}

.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2020;
}

.filter-container {
  padding: 20px 0px;
}

.ui-datepicker-trigger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none !important;
}

.date-label {
  padding: 10px 0px;
}

#start-date-value,
#end-date-value {
  font-weight: 600;
  cursor: pointer;
  background-color: #f2ec82;
  padding: 5px;
  font-size: 1.2em;
  text-decoration: underline;
}

.table-container {
  margin: 0 !important;
}

#pagination-manager {
  padding: 0px 0px 10px 0px;
}

ol {
  margin: 0;
  padding-left: 25px;
}

.table-name-cell {
  text-align: center;
  vertical-align: middle;
}

.table-name-item,
.snapshot-link {
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  color: darkgoldenrod;
}

td.messages-cell {
  width: 25%;
  word-break: break-all;
}

.messages-cell ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

td .device-info-container {
  font-size: 0.9rem;
  max-width: 200px !important;
  width: 200px !important;
}

td.messages-cell {
  font-size: 0.9rem;
  max-width: 250px !important;
  width: 250px !important;
}

span.table-name-item {
  font-size: 0.9rem;
  font-weight: 900;
}

.semaphore {
  font-weight: 900;
  color: darkgoldenrod;
  font-size: 1.2rem;
}

td.table-name-cell {
  width: 70px;
  max-width: 70px;
}

hr {
  margin: 0px !important;
}

.device-info {
  font-size: 0.8rem;
}

.hover-information {
  text-decoration: underline;
  cursor: pointer;
}

.table-device-cell {
  width: 200px !important;
  max-width: 200px !important;
}

td.action-date,
td.snapshot {
  width: 100px;
  font-size: 0.9rem;
}

th {
  vertical-align: middle !important;
  text-align: center !important;
}
