/* Should contain any rules to override styles set by the DPL */
.container-fluid {
  max-width: 95%;
}

.content {
  margin-top: 1rem;
}

.row-with-padding-top {
  padding-top: 1.25em;
}

/* Application specific styling should go here... */
#app-wrapper {
  grid-template-areas: "header" "content" "footer";
  grid-template-columns: 1fr;
}

#app-wrapper[aria-expanded="true"] {
  grid-template-columns: 1fr;
}

.admin-menu {
  padding-left: 5em;
}

/*
Start text indent classes
 */
.indent-1 {
  text-indent: 1em;
}

.indent-2 {
  text-indent: 2em;
}

.indent-3 {
  text-indent: 3em;
}

.indent-4 {
  text-indent: 4em;
}

.indent-5 {
  text-indent: 5em;
}

.indent-6 {
  text-indent: 6em;
}

.indent-7 {
  text-indent: 7em;
}

.indent-8 {
  text-indent: 8em;
}

/*
end text indent classes
 */
/* copied from dpl 0.14.0 */
.glyphicon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: x-small;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.glyphicon-ok:before {
  content: "\f00c";
  /* a checkmark */
}

.glyphicon-remove:before {
  content: "\f00d";
  /* an x */
}

/* override styles in dpl */
legend {
  font-size: 125%;
  font-weight: bold;
  padding-bottom: 0.75rem;
}

.input-sm {
  font-size: 1rem;
  font-weight: normal;
}

.btn-sm {
  font-size: 0.8rem;
}

/*# sourceMappingURL=app.css.map */
