.text-nowrap {
  white-space: nowrap;
}

.primary-color {
  color: #1a3360;
}

.width100rem {
    width: 100rem;
}

.height-full {
    height: 100%;
}

.app-loader {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-loading {
  margin-bottom: 10px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px;
  z-index: 1;
  left: -8px;
}

.children-text-transform-none button {
    text-transform: none;
}

.custom-dropdown:hover .dropdown-content,
.custom-dropdown button:focus + .dropdown-content {
  display: flex;
  flex-direction: column;
}

.small-input {
  max-height: 30px !important;
}

.mail_underline a {
    text-decoration: underline;
}

.information-banner {
    text-align: center;
    font-size: 16px;
    color: darkgray;
    font-weight: bold;
}

#version {
    position: fixed;
    height: 24px;
    bottom: 0;
    width: inherit;
    max-width: inherit;
    padding: 0px 2px;
}

.selectedImage {
    border-top: 4px solid rgb(0, 200, 0) !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.max-width-15 {
    max-width: 15rem;
}
