﻿/* Copyright 2018-2023 Epic Systems Corporation */
.IndicatorList {
  margin: 0.5rem 0;
  width: 100%;
}

.SingleIndicator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  min-height: 6rem;
}
.SingleIndicator.collapsed:hover {
  cursor: pointer;
}

.IndicatorList .SingleIndicator .head {
  min-height: 2.6rem;
}
.IndicatorList .SingleIndicator .head > * {
  display: inline-block;
  vertical-align: top;
}
@media print {
  .IndicatorList .SingleIndicator .head > * {
    display: block;
  }
}
.IndicatorList .indicon {
  height: 40px;
}
@media print {
  .IndicatorList .indicon {
    display: inline-block !important;
    width: initial !important;
  }
}
.IndicatorList .IndicatorTitle {
  margin: 0 1rem;
  width: calc(100% - 40px - 2rem);
  -ms-hyphens: auto;
  hyphens: auto;
}
@media print {
  .IndicatorList .IndicatorTitle {
    display: inline-block !important;
  }
}

.InteractionList .indicon {
  height: 25px;
}
.InteractionList .interactionHead {
  min-height: 1.6rem;
}
.InteractionList .interactionHead > * {
  vertical-align: middle;
}
.InteractionList .interactionTitle {
  width: calc(100% - 100px - 2rem);
  -ms-hyphens: auto;
  hyphens: auto;
}
.InteractionList .interactionDetail {
  float: right;
}

.IndicatorName {
  font-size: 1.1rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

.IndicatorList .SingleIndicator.collapsed .IndicatorTitle {
  width: 35%;
}
.IndicatorList .IndicatorPreview {
  width: 56.6%;
}
@media print {
  .IndicatorList .IndicatorPreview {
    width: 100%;
  }
}
.IndicatorList .IndicatorDescription {
  padding-left: calc(40px + 1rem);
}
.IndicatorList .SingleIndicator.expanded .IndicatorPreview,
.IndicatorList .SingleIndicator.collapsed .IndicatorDescription {
  display: none;
}

.SingleInteraction.collapsed .InteractionDesc {
  display: none;
}
.SingleInteraction.collapsed .lessInteractionDetails {
  display: none;
}

.SingleInteraction.expanded .moreInteractionDetails {
  display: none;
}

.InteractionBadge {
  border-width: thin;
  border-style: solid;
  border-radius: 5px;
  padding: 3px;
  margin: 5px;
  font-weight: bold;
}

.AbnormalBadge {
  border-color: #AF9308;
  background: #FCEDA2;
}

.NormalBadge {
  border-color: #10A341;
  background: #EAFBEA;
}

.NeutralBadge {
  border-color: #0085F2;
  background: #E2F1FE;
}

#noindicators {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

#sidebar .linkList li {
  margin-bottom: 0.5rem;
  line-height: normal;
}

.moredetails {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
}
