@media (min-width: 768px) {
  .text-container {
    padding-left: 80px;
    padding-right: 80px; } }
.text-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa; }

.text-container.title-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.centered-text-block {
  margin-top: 1.5em;
  line-height: 1.75em; }

.centered-text-block {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%; }

.img-350px {
  width: 350px; }

.yt-video {
  max-width: 100%;
  width: 560px;
  height: 315px; }

@media (max-width: 991px) {
  .text-container {
    padding-left: 15px;
    padding-right: 15px; }

  .centered-text-block {
    padding-left: 15px;
    padding-right: 15px; }

  .img-350px {
    width: 100%; } }
main > .container {
  padding: 70px 15px 20px; }

.footer .container {
  background: #f5f5f5; }

.footer a {
  color: #6c757d !important;
  text-decoration: none !important;
  border-bottom: 1px solid #6c757d; }

.footer .social-links a {
  border-bottom: none; }

.invalid-feedback {
  display: block !important; }

nav.navbar-dark {
  background: #222 !important; }
  nav.navbar-dark a.nav-link, nav.navbar-dark a.nav-link:visited, nav.navbar-dark a.nav-link:active, nav.navbar-dark a.nav-link:hover {
    color: white !important; }
  nav.navbar-dark a.nav-link.active {
    background-color: #000; }

.navbar-collapse {
  justify-content: flex-end; }

.footer {
  font-size: .9em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */ }

.footer > .container {
  padding-right: 15px;
  padding-left: 15px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent; }

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0; }

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0; }

.grid-view th {
  white-space: nowrap; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5); }

@media (max-width: 767px) {
  .nav li > .btn-login,
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0; } }
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75); }

.nav > li > form > button.logout:focus {
  outline: none; }

#snarl-wrapper {
  z-index: 1200 !important; }

.text-green {
  color: green; }

.text-red {
  color: red; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner {
  animation: rotation 2s infinite linear; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease; }

.fade-enter-from,
.fade-leave-to {
  opacity: 0; }

hr {
  margin: auto; }

h1 {
  font-size: 2rem;
  font-weight: bolder; }

h2 {
  font-size: 1.75rem;
  font-weight: bolder; }

.small-divider {
  background-color: #666;
  width: 50px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em; }

.language-switcher {
  margin-top: 7px;
  margin-left: 20px;
  color: white; }

nav.navbar {
  z-index: 2000; }

.modal {
  z-index: 2002 !important; }

.cropped-thumbnail {
  overflow: hidden;
  position: relative; }
  .cropped-thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }
  .cropped-thumbnail .btn-danger {
    position: absolute;
    top: 5px;
    right: 5px; }

.margin-top-10-perc {
  margin-top: 100px; }

.padding-top-10-perc {
  padding-top: 100px; }

.modal-dialog header {
  background-color: #333;
  color: white; }
  .modal-dialog header button {
    color: white !important; }

ul.arrow {
  list-style: none;
  padding-left: 0; }
  ul.arrow li {
    position: relative;
    padding-left: 0.75em; }
  ul.arrow li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    height: 5px;
    width: 5px;
    border: 1px solid #333;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg); }

.btn.btn-xs {
  padding: 0 0.2em;
  font-size: 0.8em; }

.nav-item {
  transition: all 0.3s; }

.nav-item:hover, .nav-item.show {
  background: #1e47a7;
  color: white; }

/*# sourceMappingURL=common.css.map */
