.btn {
  margin-bottom: 5px;
}
h4 {
  padding-top: 10px;
}
a.anchor:target {
  padding-top: 150px;
}
h1 {
  font-family: "Avenir 65 Medium", Helvetica, sans-serif;
}
h1.indexCardId {
  text-transform: uppercase;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h3,
h4 {
  padding-top: 10px;
}
h1 {
  margin: 0.5em 0em;
}
.iclr-sdt-list-view .heading-buttons {
  float: right;
}
.iclr-sdt-list-view .help-text {
  margin: 1em;
}
.iclr-edit-sdt .iclr-edit-sdt--fields {
  margin: 1em 0em;
}
.iclr-edit-sdt .iclr-edit-sdt--fields .form-group {
  padding-bottom: 2rem;
}
.iclr-edit-sdt .iclr-edit-sdt--buttons > div {
  margin-top: 2em;
  text-align: right;
}
.iclr-edit-sdt .iclr-edit-sdt--status {
  float: left;
}

.iclr-toast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000; /* stay above nav header */
}
.iclr-toast .alert {
  position: relative;
  top: 0;
  z-index: 1050;
}
.iclr-toast-popup-enter-active,
.iclr-toast-popup-leave-active {
  transition: all .3s ease;
  height: 30px;
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
}
.iclr-toast-popup-enter,
.iclr-toast-popup-leave-to {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}

/* iclr css has transparent background colours which is bad for toast */
.iclr-toast .alert-success {
  background-color: #d3ebd4;
}
.iclr-toast .alert-danger {
  background-color: #ffd7db;
}
.iclr-toast .alert-info {
  background-color: #c1eff5;
}

div.container.admin {
  margin-bottom: 3em;
}

div.container.footer {
  bottom: 0px;
  padding: 0.2em 1em;
  position: fixed;
  background-color: white;
  width: 100%;
}
