.logo {
  height: 52px;
  width: 120px;
}

main {
  min-height: 200px;
}

[v-cloak] {
  display: none;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}

.navbar-item .icon {
  margin-right: 0.35rem;
}

.help {
  font-size: 0.8rem;
}
.icon {
  vertical-align: top;
}
.panel-heading--required {
  color: #f14668;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.panel-heading--optional {
  color: #d28c2d;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.panel-heading--info {
  color: rgb(66, 88, 255);
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.panel-block {
  display: block;
  padding: 1em 1.5em 1.5em 1.5em;
}
.table-container {
  white-space: nowrap;
}
.table-scroll {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: -1.2rem 0 1rem 0;
}
.table-scroll:last-child {
  margin-bottom: 0;
}
.table-cell-wrap {
  min-width: 300px;
  white-space: normal;
}
.tooltip-content {
  letter-spacing: normal;
  text-transform: none;
}

.hover-pointer:hover {
    cursor: pointer;
}

.user-username {
  font-weight: bold;
}
.user-account {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.divider {
  border-top: 0.1rem solid #dbdbdb;
  margin: 1rem 0;
}

.flex {
  display: flex;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-wrap,
.level-wrap {
  flex-wrap: wrap;
}

.br-0 {
  border-radius: 0;
}

.border-1 {
  border: 0.1rem solid #dbdbdb;
}

.border-2 {
  border: 0.2rem solid #dbdbdb;
}

.hlp-scale-color-excellent {
  background-color: #008054 !important;
}

.hlp-scale-color-good {
  background-color: #8dce46 !important;
}

.hlp-scale-color-average {
  background-color: #ffd500 !important;
}

.hlp-scale-color-poor {
  background-color: #e9153b !important;
}

@media all and (min-width: 769px) {
  .title-logo {
    float: right;
  }
}
