nav {
  margin-bottom: 2em;
}

h1 {
  margin-bottom: 1em;
}

/* Main elements in class container are initially not displayed */
.container {
  display: none;
  /* Padding at the bottom so that footer does not hide container content */
  padding-bottom: 55px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#display-login-user {
  color: #fff;
  vertical-align: middle;
  padding: 0.5em 0.5em;
}

.material-icons {
  vertical-align: middle;
}

.material-icons-outlined {
  vertical-align: middle;
}

.event-image {
  display: none;
  margin-bottom: 0.5em;
}

.event-image-placeholder {
  display: block;
  width: 266px;
  height: 150px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0.5em;
}

/* Icon in the confirmation and error dialog */
.dialog-icons-left {
  margin-right: 0.75em;
  color: red;
}

.message-box-flex {
  display: flex;
}

/* Logos centered at the bottom */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: white;
}

footer img {
  height: 50px;
  width: auto;
  margin: 10px 15px 10px 15px;
}

/* Smaller viewport: no logos at the bottom */
@media only screen and (max-width: 1080px) {
  footer {
    display: none;
  }
  .container {
    padding-bottom: 0px;
  }
}

/* Disable users change password menu and other menus by default
   (will be enabled based on login data */
#change-password-nav,
#user-nav,
#organization-nav,
#kiosk-nav {
  display: none;
}
