html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

footer {
  padding-bottom: 40px;
}

.nav-link{
    margin:2px;
    padding: 2px;
    display: flex;
}

.nav-link.active {
    background: #333;
    font-weight: bold;
    color: #FFF;
}

.langselector img
{
    width: 15px;
}


.push-down {
    width: 100%;
    height: calc(100vh - 300px);
}

.loginFormImage {
    max-height: 75px;
    max-height: 100%;
}

.loginFormImageBottom {
    height: 40px;
}

.loginBackground {
    width: 100%;
    height: calc(100vh);
    background-color: #b1b4b8 !important;
}

.loginDialog {
    width: 500px;
}

.loginDialog.wide {
    width: 80%;
}

#qrCode {
    height: 150px;
}

#info-modal .modal-content {
    border-radius: 0.2rem;
}

.nagscreen {
    background-color: rgba(0,0,0,0.5);
}