.showOnPrint {
  display: none;
}

.hideOnPrint {
  display: block;
}

.printMode .showOnPrint {
  display: block !important;
}

.printMode .hideOnPrint {
  display: none !important;
}

.testClientBackground {
  background: rgb(230 240 242);
}

.information {
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #ddd;
  background: #eee;
  font-style: italic;
  font-size: 12px;
  color: rgb(60, 56, 56);
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.debug {
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #ddd;
  background: #eee;
}

.debug > section {
  background: white;
  border: 1px solid black;
  padding: 10px;
  margin: 10px 0px;
}

.responsive {
  /* width: 100%; */
  max-width: 100%;
  margin: 25px 0px;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.small-chip {
  background: rgb(238, 238, 238);
  font-size: smaller;
  padding: 1px 0px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.wrapping-chip > .v-chip__content {
  min-height: 32px !important;
  height: auto !important;
  white-space: normal !important;
}

/* REPORT CARD */
.report_card_grid {
  display: grid;
  grid-template-columns: 30px 1fr 160px 70px;
}

.report_card_grid > div.indent_1 {
  padding-left: 15px;
}

.report_card_grid > div.indent_2 {
  padding-left: 45px;
}

.scores_grid {
  display: grid;
  grid-template-columns: 48px 15px 30px;
  text-align: right;
}

.align_right {
  text-align: right;
}

.push_right {
  display: flex;
  justify-content: flex-end;
}

.page_header {
  display: flex;
  align-items: center;
  font-size: x-large;
  margin-bottom: 25px;
  padding-left: 10px;
}

.page_header > .icon {
  width: 40px;
}

.page_header > .title {
  color: #5462ab;
  font-weight: 500;
}

.page_header > .links {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

select.native {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.hintfull {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0px 5px;
  align-items: center;
}

.hintfull > div:first-child {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.elevate {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 15px;
  border-radius: 15px;
}

.auto_column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 0px 10px;
}

.flex_row_align_center {
  display: flex;
  align-items: center;
}

.flex_row_align_center .icon_left > i:first-child {
  margin-right: 5px;
}

.flex_row_right {
  display: flex;
  justify-content: flex-end;
}

.Leadershipyellowbar {
  color: inherit;
  background: linear-gradient(120deg, #ffffff 0, #ffcc3d 100%);
  background-repeat: no-repeat;
  background-size: 97% 39%;
  background-position: 0 90%;
  text-decoration: none !important;
}

.Leadershipyellowbar2 {
  color: inherit;
  background: linear-gradient(120deg, #ffcc3d 0, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 97% 39%;
  background-position: 0 90%;
  text-decoration: none !important;
}

.Leadershipredbar {
  color: inherit;
  background: linear-gradient(120deg, #ffffff 0, #f58273 100%);
  background-repeat: no-repeat;
  background-size: 97% 39%;
  background-position: 0 90%;
  text-decoration: none !important;
}

.Leadershipgreenbar {
  color: inherit;
  background: linear-gradient(120deg, #ffffff 0, #aae9c6 100%);
  background-repeat: no-repeat;
  background-size: 97% 39%;
  background-position: 0 90%;
  text-decoration: none !important;
}
