@charset "UTF-8";
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}

/* Loading styles
-------------------------------------------------- */
.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}
.loader-with-message {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-with-message .loader {
  margin-bottom: 1rem;
}

/* Form styles
-------------------------------------------------- */
fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  xmin-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: 10px !important;
}

legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  width: 35%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

/* Button styles
-------------------------------------------------- */
.btn + .btn {
  margin-left: 0.5rem;
}

.button-group {
  display: flex;
  gap: 1em;
}

/* Table styles
-------------------------------------------------- */
.table td dl {
  margin-bottom: 0;
}

/* Status page styles
-------------------------------------------------- */
pre#logging {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  background-color: #eee;
}

iframe#edition {
  width: 100%;
  height: 70vh;
}

#alert {
  font-size: 20px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 75%;
  line-height: 1;
  border-radius: 0.25rem;
}

.btn-xs + .btn-xs {
  margin-left: 0.25rem;
}

.table-font {
  font-size: 75%;
}

/* Sortable list styles
-------------------------------------------------- */
.sortable-element .list-group-item i {
  color: #ccc;
}
.sortable-element .list-group-item:hover {
  cursor: grab;
  background-color: #f5f5f5;
}

/*# sourceMappingURL=style.min.css.map */
