.text-align-end {
  text-align: right;
}

main {
  margin-top: 126px;
  padding-top: 20px;
  height: calc(100vh - 126px);
}

header {
  margin-bottom: 15px;
}

div.navbar {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to left, transparent, mistyrose), url(diver.jpg);
  width: 100%;
}

.navbar-brand {
  font-size: 50px !important;
}

.nav-link {
  font-size: 24px !important;
}

section {
  margin-bottom: 10px;
}

article {
  margin: 15px;
}

.text-primary {
  color: #e51937 !important;
}

.btn-primary {
  background-color: #e51937;
  border-color: #e51937;
}

.btn-primary:hover {
  background-color: #8f1727;
  border-color: #8f1727;
}

.btn-primary:focus {
  background-color: #8f1727;
  border-color: #8f1727;
}

.text-danger {
  color: #e51937 !important;
}

.btn-danger {
  background-color: #e51937;
  border-color: #e51937;
}

.btn-danger:hover {
  background-color: #8f1727;
  border-color: #8f1727;
}

.btn-danger:focus {
  background-color: #8f1727;
  border-color: #8f1727;
}

a {
  color: #e51937;
  cursor: pointer;
}

a:hover {
  color: #8f1727;
}

.link {
  color: #0d6efd;
  cursor: pointer;
}

.link:hover {
  color: #0a58ca;
}

button.nav-link {
  color: #e51937;
  cursor: pointer;
}

button.nav-link:hover {
  color: #8f1727;
}

.bg-danger {
  background-color: #e51937 !important;
}

.page-link {
  color: #e51937;
  border-color: #e51937;
}

.page-link:hover {
  color: #8f1727;
  border-color: #e51937;
}

.page-link:focus {
  color: #8f1727;
  border-color: #e51937;
  box-shadow: 0 0 0 0.25rem #e519374a !important;
}

.btn-outline-danger {
  color: #e51937;
  border-color: #e51937;
}

.btn-outline-danger:hover {
  background-color: #e51937;
  border: 1px solid #e51937;
}

.btn-outline-danger:focus {
  background-color: #e51937;
  color: white;
  border: 1px solid #e51937;
}

.btn-outline-danger:active {
  background-color: #e51937 !important;
  border: 1px solid #e51937 !important;
}

div.nav-link {
  color: #e51937;
  cursor: pointer;
}

div.nav-link:hover {
  color: #8f1727;
}

.nav-pills>button.nav-link.active {
  background-color: #e51937;
  cursor: pointer;
}

.popover {
  max-width: 1000px !important;
}

.dropdown-item:active {
  background-color: #e51937;
}

table {
  cursor: default;
}

th {
  border: 0;
}

th,
td {
  white-space: nowrap;
}

.table-scrollable tbody {
  display: block;
  overflow-y: scroll;
}

.table-scrollable thead,
.table-scrollable tfoot {
  display: block;
  overflow-y: scroll;
}

.table-scrollable thead tr,
.table-scrollable tfoot tr,
.table-scrollable tbody tr {
  display: table;
  width: calc(100% - 4px);
  table-layout: fixed;
}

thead>tr>td {
  font-weight: bold;
}

thead::-webkit-scrollbar,
tfoot::-webkit-scrollbar {
  background-color: white;
}

.col-key {
  font-weight: bold;
  width: 270px;
  max-width: 270px;
}

.col-orbis-key {
  font-weight: bold;
  width: 95px;
  max-width: 95px;
  padding-left: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.col-orbis-value {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.col-value {
  width: 400px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-header {
  text-decoration: underline;
}

.col-indent-1 {
  padding-left: 20px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

textarea.code {
  font-family: monospace;
}

/* styles for Safari only */
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {

    thead::-webkit-scrollbar,
    tfoot::-webkit-scrollbar {
      width: 0px;
    }
  }
}

::selection {
  background: #e51937;
  color: white;
}

.form-floating .form-control {
  height: 100%;
}

.form-floating .form-control:focus {
  border-color: #e51937;
  box-shadow: 0 0 4px 2px #e51937;
}

.form-control:focus {
  border-color: #e51937;
  box-shadow: 0 0 4px 2px #e51937;
}

a:focus,
.btn-close:focus {
  box-shadow: none;
}

.accordion-button:focus {
  background-color: mistyrose;
  box-shadow: 0 0 4px 2px #e51937;
}

.accordion-button:not(.collapsed) {
  background-color: mistyrose;
  color: black;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.7s ease-in forwards;
}

.btn-link {
  color: #e51937;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #8f1727 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.focusable:focus {
  box-shadow: 0 0 4px 2px #e51937;
}

.hovered {
  background-color: mistyrose;
}

.hovered:hover {
  background-color: mistyrose;
}

.was-validated .dropdown button {
  border-color: var(--bs-form-valid-border-color) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 35px;
}

.popover {
  max-width: 400px !important;
}

.dropdown-toggle {
  text-align: left;
}

.powered-by-annotation {
  color: #006ac3;
}

.form-check-input:checked {
  background-color: #e51937;
  border-color: #e51937;
}

.form-check-input:focus {
  background-color: #e51937;
  border-color: #e51937;
  box-shadow: 0 0 0 0.25rem #e519374a;
}

.searchbox {
  max-height: 38px;
}