html,
body {
  padding: 0;
  height: 100%;
  width: 100%;
}

/* Palette */

.navbar a,
.nav a,
.navbar .btn,
.nav .btn {
  cursor: pointer;
  color: #333333 !important;
}

.navbar a:hover,
.nav a:hover,
.navbar .btn:hover,
.nav .btn:hover {
  cursor: pointer;
  color: #000000 !important;
}

.bg-light {
  background-color: #f05d5c !important;
  color: white;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f05d5c;
}

/* Layout */

#subNav {
  margin-top: 0.5rem;
}

.d-flex>div {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .d-flex> :first-child {
    width: 66%;
  }

  .d-flex> :last-child {
    width: 33%;
  }
}

#emailSubject {
  font-size: 1.5rem;
  padding: 0.5rem 1rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#emailText {
  border: 1px solid #ddd;
  font-size: 90%;
  padding: 1rem;
  height: 100%;
  width: 100%;
}

#emailHTML {
  border: 1px solid #ddd;
}

#emailHTML>div.body {
  padding-bottom: 1rem !important;
}

/* Labels */

.label {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 10px;
  font-style: normal;
  left: 15px;
  padding: 0 3px;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
}

#emailSubject .label {
  top: 7px;
}

.language-menu {
  flex-grow: 0 !important;
}

#tpls-languages {
  width: 300px;
}

/* Custom PNotify */
.ui-pnotify-container {
  padding: .4em .5em;
}

h4.ui-pnotify-title {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.ui-pnotify-text {
  font-size: 0.9rem;
}
