.page-header {
	padding: 10px 0;
	box-shadow: inset 0 -1px 0 0 rgba(98,105,118,.16);
}

table th.date {
	width: 15%;
}

table th.error-message {
	width: 85%;
}

.pagination.m-0.ms-auto {
  align-self: flex-end;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.paginationjs .paginationjs-pages li > a {
	  font-size: 0.875rem !important;
}

.paginationjs, .paginationjs-pages {
	width: 100%;
	align-items: flex-end;
	display: flex;
}

.paginationjs .paginationjs-pages li.active a {
	  font-weight: 700 !important;
	  color: #fff !important;
}

.pagination .icon {
  vertical-align: middle;
  top: -2px;
  position: relative;
}

.navbar-nav .dropdown-menu-column .dropdown-item {
	cursor: pointer;
}

.card-title {
	font-weight: 600 !important;
}

th {
	font-weight: 700 !important;
}

#confirm-content.hide {
	display: none;
}

#api-calls.hide {
	display: none;
}

.btn-close.hide {
	display: none;
}

#text-status.success {
	color: #155724;
}

.modal-content.success {
	background: #d4edda;
}

#text-status.failed {
	color: #721c24;
}

.modal-content.failed {
	background: #f8d7da;
}