html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #ffffff;
  margin-bottom: 60px;
  /* account for footer */ }

h1 > a, h2 > a, h1 > a:hover, h2 > a:hover,
h3 > a, h4 > a, h3 > a:hover, h4 > a:hover {
  color: #212529; }

.langselect-item {
  font-size: 10pt; }

.langselect-item-selected {
  font-weight: bold; }

#maincontent {
  padding-top: 2em; }

/* Messagelist admin code */
ul.messagelist {
  padding: 0;
  margin: 0; }

ul.messagelist li {
  display: block;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 10px 10px 65px;
  margin: 0 0 10px 0;
  /* TODO: replace by FontAwesome directly */
  background: #dfd url(../admin/img/icon-yes.svg) 40px 12px no-repeat;
  background-size: 16px auto;
  color: #333; }

ul.messagelist li.warning {
  background: #ffc url(../admin/img/icon-alert.svg) 40px 14px no-repeat;
  background-size: 14px auto; }

ul.messagelist li.error {
  background: #ffefef url(../admin/img/icon-no.svg) 40px 12px no-repeat;
  background-size: 16px auto; }

.navbar-custom, .navbar-custom .dropdown-menu, .navbar-custom .show {
  background-color: #283583; }

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.8); }

.navbar-custom .navbar-nav .nav-link,
.navbar-custom a, .navbar-custom a:link, .navbar-custom a:visited {
  background-color: #283583;
  color: rgba(255, 255, 255, 0.9); }

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom a:hover, .navbar-custom a:active {
  color: #ffffff; }

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  background-color: #283583; }

.navbar-custom .dropdown a:hover {
  background-color: #1c255c; }

.breadcrumb {
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '\203A'; }

#currentuserbox > a,
#currentuserbox > a:visited, #currentuserbox > a:active {
  background-color: #161d48;
  border-radius: 5pt;
  padding: 0.7rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

div.right-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: right;
      justify-content: right; }

footer.footer {
  width: 100%;}

footer a, footer a:visited {
  color: rgba(255, 255, 255, 0.8); }

footer a:hover {
  color: rgba(255, 255, 255, 0.9); }

.collapse-indicator {
  transition: .3s transform ease-in-out; }

.collapsed .collapse-indicator {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

#langmenu .dropdown-menu {
  min-width: 3rem;
  max-width: 6rem; }

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