﻿/* Copyright 2016-2023 Epic Systems Corporation */
.rpt.WidgetII .cardColumn .BeakerCardWrapper {
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin: 8px 0px 0px 8px;
  padding: 5px 0px;
}
.rpt.WidgetII .cardColumn .BeakerCardWrapper .pgSection[data-sectdepth="1"] {
  display: block;
}
.rpt.WidgetII .cardColumn .BeakerCardWrapper .pgSection[data-sectdepth="1"], .rpt.WidgetII .cardColumn .BeakerCardWrapper .docHeader {
  padding: 6px 14px 6px 14px;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.rpt.WidgetII .cardColumn .BeakerCardWrapper .pgSection[data-sectdepth="1"]:not(.sectHlt3):not(.sectHlt4) > .sectionHeader .title {
  background-color: transparent !important;
}
.rpt.WidgetII .cardColumn .BeakerCardWrapper .pgSection.pgNoSectHeader[data-sectdepth="1"] .pgContent {
  padding: 0;
}

.rpt.WidgetII .DarkRoom .cardColumn .BeakerCardWrapper {
  background-color: #111;
}

@media print {
  .cardColumn .BeakerCardWrapper {
    box-shadow: none;
    outline: 1px solid #d6d6d6;
    border-radius: 0;
  }
  .cardColumn .BeakerCardWrapper .pgSection[data-sectdepth="1"], .cardColumn .BeakerCardWrapper .docHeader {
    outline: none;
  }
}
.labSectionNoBorder .rpt .sectionHeader {
  padding-top: 10px;
  border-bottom: hidden !important;
}

.labNarrowButton {
  max-height: 20px;
  min-height: 20px;
  line-height: 11px;
  font-weight: 600;
}
