body {
	font-family: Verdana, Geneva, sans-serif;
}

header {
	margin: auto;
}

#header {
    background-color: #00447C;
}

img.navbar-brand {
    height: auto;
    width: 129px;
    margin-top: 0.5rem;
}

#library-header {
    width: 129px;
}

.site-title {
    color: #FFFFFF;
}

.avoid-clicks {
    pointer-events: none;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a:link.no-underline {
  text-decoration: none;
}

a:visited.no-underline {
  text-decoration: none;
}

a:hover.no-underline {
  text-decoration: none;
}

a:active.no-underline {
  text-decoration: none;
}

a:link.no-underline {
  color: inherit;
}

.toolbar-icons {
    color: white !important;
}

.lst-app-form {
    box-shadow: 5px 5px 5px grey;
    background-color: rgb(247, 247, 247);
}

.info-block {
    margin-bottom: 40px;
}

.info-block-content {
    padding-left: 40px;
}

.form-shadow-box {
  padding: 1em;
  border: 1px solid #f1f1f1;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}

.form-section-group {
    margin-top: 10px;
    margin-left: 25px
}

.invalid-feedback {
    display: block;
}
