resource_text
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Open Sans";
}

h1 {
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 300;
  
}

h2 {
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 300;
}

h3 {
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 300;
}

h4 {
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 300;
}

h1.discovery {
  color: #Discovery: Dark;
  margin-top: 8px;
  text-align: center;
}

h2.discovery {
  color: #Discovery: Dark;
  margin-top: 8px;
  text-align: center;
  border-color: #Discovery: Dark;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

h3.discovery {
  color: #Discovery: Dark;
  margin-top: 8px;
  padding-left: 4px;
  text-align: left;
  border-color: #Discovery: Dark;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

h4.discovery {
  color: #Discovery: Dark;
  margin-top: 4px;
  padding-left: 4px;
  text-align: left;
  border-bottom-style: none;

}

p {
        font-family: Open Sans;
}

p.discovery {
  color: #Discovery: Dark;
  font-size: 10pt;
  margin-right: 5px;
  margin-left: 5px;
}

pre {
  width: 98%;
  overflow-x: auto;
}

pre.discovery {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 11px;
  width: 98%;
  overflow: auto;
  overflow-y: hidden;
}

.menu {
  padding-left: 7px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Roboto;
  font-weight: normal;

}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 8px;
  white-space: nowrap;
  z-index: 10;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a:link.menuLink {
  text-decoration: none;
  color: #FFF;
}

a:visited.menuLink {
  text-decoration: none;
  color: #FFF;
}

a:hover.menuLink {
  color: #FFF;
  background-color: #2C4C60;
}

a:active.menuLink {
  text-decoration: none;
  color: #FFF;
}

.appTitle {
  float: right;
  color: #FFF;
}

.logo {
  padding-right: 5px;
  font-weight: bolder;
  color: #FFF;
}

.dashboardMenu {
  /* text-align: center; */
  margin: 2px 2px 2px;
  padding: 5px;
  color: #FFF;
  font-size: 0.8em;
  font-weight: 600;
}

.dashboardMenuItem {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}


.dashboardAnnouncementBox {
  width: 1152px;
  height: 162px;
  margin-left: 5px;
  margin-top: 4px;
  padding: 2px;
}

.dashboardAnnouncementTitle {
  font-size: 1.5em;
  margin-top: 15px;
  padding: 0px 10px 0px;
  font-weight: 600;
}

.dashboardAnnouncementText {
  font-size: 1em;
  font-weight: 300;
  padding: 0px 10px 0px;
}

.dashboardTitleBar {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  overflow: visible;
  padding: 0px;
}

.dashboardTitle {
  align: left;
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 2em;
  padding: 0px 10px 0px;
}

.dashboardTitleTabBox {
  position: absolute;
  bottom: 0px;
  right: 0px;

}

.dashboardTitleTabText {
  font-size: 1em;
  padding: 0px 10px 0px 10px;
}

.contentsDashboard {
  margin: 4px 5px 5px;
}

.dropbtn {
    padding: 0px 10px 0px 10px;
    font-size: 1em;
    border: none;
    cursor: pointer;
}

.dropdownDashboard {
    position: relative;
    display: inline-block;
}

.dropdownDashboard-content {
    display: none;
    position: absolute;
    padding: 0px 8px;
    min-width: 360px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: Open Sans;
    font-size: 12pt;
    right: 0;
    border-top-style: solid;
    border-top-width: 2px;
}

.dropdownDashboard-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownDashboard-content a:hover {background-color: #f1f1f1}

.dropdownDashboard:hover .dropdownDashboard-content {
    display: block;
}

.dropdownDashboard:hover .dropbtn {
}



a:link.dashboardMenuItemLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;

}

a:visited.dashboardMenuItemLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardMenuItemLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardMenuItemLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:link.dashboardAnnouncementLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:visited.dashboardAnnouncementLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardAnnouncementLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardAnnouncementLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}


a:link.dashboardAnnouncementLinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:visited.dashboardAnnouncementLinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardAnnouncementLinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardAnnouncementLinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:link.dashboardTitleTabLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:visited.dashboardTitleTabLink  {
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardTitleTabLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardTitleTabLink  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;

}

a:link.dashboardTitleTabLinkSelected  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;

}
a:visited.dashboardTitleTabLinkSelected  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardTitleTabLinkSelected  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardTitleTabLinkSelected  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}


a:link.dashboardTitle  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:visited.dashboardTitle  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:hover.dashboardTitle  {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}

a:active.dashboardTitle {
  text-decoration: none;
  border-style: none;
  border-width: 0px;
}


a:link.LinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:visited.LinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:hover.LinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

a:active.LinkUnderline  {
  text-decoration: underline;
  border-style: none;
  border-width: 0px;
}

.contents {
  position: relative;
  margin: 5px;
  padding: 5px;
}

.contentsFull {
  position: relative;
  margin: 5px;
  padding: 5px;
}

.columns:after {
  content: "";
  display: table;
  clear: both;
}

.loginColumn {
    display: block;
    margin: auto;
    width: 400px;
    padding-top: 90px;
}

.loginField {
  text-align: right;
}

.loginCaption {
  font-weight: bold;
  color: #FFF;
  background-color: #1C3C50;
  border: solid;
  border-color: #1C3C50;
  border-radius: 5px 5px 0px 0px;
}

.loginBannerMessage {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  color: #008b45;
  padding: 5x;
}

.leftColumn {
  float: left;
  margin-bottom: 30px;
  /* overflow: auto; */
}

.centerColumn {
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
}

.centerColumnFull {
  float: left;
  width: 78%;
  margin-left: 15px;
  margin-bottom: 30px;
}

.rightColumn {
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
}

.topBox {
  width: 100%;
  height: 170px;
  overflow: auto;
  margin-bottom: 5px;
}

.report {
  width: 750px;
  margin-left: 20px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px 2px 2px 2px;
}

.applicationVersion {
  float: right;
  margin: 5px;
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: x-small;
}
.agreement {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 2px;
  font-size: x-small;
}

a:link.footerAgreementLink {
  text-decoration: none;
  color: #FFF;
}

a:visited.footerAgreementLink{
  text-decoration: none;
  color: #FFF;
}

a:hover.footerAgreementLink{
  text-decoration: underline;
  text-decoration-color: #FFF;
  color: #FFF;
  background-color: #2C4C60;
}

.systemWideMessage {
  padding-left: 7px;
  height: 50px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:link.hl7 {
  background: #HL7: Light Background;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  color: #GENERAL_DARK_TEXT;
}

a:visited.hl7 {
  background: #HL7: Light Background;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  color: #GENERAL_DARK_TEXT;
}

a:hover.hl7 {
  background: #HL7: Hover Background;
  text-decoration: none;
  border-style: solid;
  border-color: #HL7: Hover Border;
  border-width: 1px;
  color: #HL7: Hover Border;
}

a:active.hl7 {
  background: #HL7: Light Background;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  color: #GENERAL_DARK_TEXT;
}

a:link.fauxbutton {
  text-decoration: none;
  margin: 3px;
  padding: 0px 2px 0px 2px;
  font-size: smaller;


}

a:visited.fauxbutton {
  text-decoration: none;
  margin: 3px;
  padding: 0px 2px 0px 2px;
  font-size: smaller;

}

a:hover.fauxbutton {
  text-decoration: none;
  margin: 3px;
  padding: 0px 2px 0px 2px;
  font-size: smaller;
}

a:active.fauxbutton {
  text-decoration: none;
  margin: 3px;
  padding: 0px 2px 0px 2px;
  font-size: smaller;
}

.formButtonFloat {
  float: right;
  margin: 0px 2px 2px 0px;
}

a:link.discovery {
  text-decoration: none;
}

a:visited.discovery {
  text-decoration: none;
}

a:hover.discovery {
  text-decoration: none;
}

a:active.discovery {
  text-decoration: none;
}


a.discoveryTestMessageFail {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: normal;
}

a:link.discoveryTestMessageFail {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: normal;
}

a:link.discoveryTestMessagePass {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: normal;
}

a:visited.discoveryTestMessageFail {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: bold;
}

a:visited.discoveryTestMessagePass {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: bold;
}

a:hover.discoveryTestMessageFail {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  font-weight: normal;
}

a:hover.discoveryTestMessagePass {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  font-weight: normal;
}

a:active.discoveryTestMessageFail {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: normal;
}

a:active.discoveryTestMessagePass {
  border-width: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10pt;
  margin: 0px;
  color: #Discovery: Dark;
  font-weight: normal;
}

a:link.discoveryMenuLink {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}

a:visited.discoveryMenuLink {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}

a:hover.discoveryMenuLink {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #Discovery: Dark;
  padding-left: 5px;
  padding-right: 5px;
}

a:active.discoveryMenuLink {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}

a:link.discoveryMenuLinkUnselected {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}

a:visited.discoveryMenuLinkUnselected {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}

a:hover.discoveryMenuLinkUnselected {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #Discovery: Dark;
  padding-left: 5px;
  padding-right: 5px;
}

a:active.discoveryMenuLinkUnselected {
  text-decoration: none;
  color: #Discovery: Dark;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}
ul.discovery {
  color: #Discovery: Dark;
  font-size: 10pt;
        font-family: "Roboto";
}

li.discovery {
  color: #Discovery: Dark;
  font-size: 10pt;
        font-family: "Roboto";
}

ol.discovery {
  color: #Discovery: Dark;
  font-size: 10pt;
        font-family: "Roboto";
}

.messageConfirmation {
  padding-left: 7px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.messageError {
  padding-left: 20px;
  color: red;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  margin-bottom: 24px;
  font-family: Roboto;

}

caption {
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  background-color: #Admin: Darkest Background;
  color: #Admin: Light Text;
}

th {
  text-align: left;
  padding-left: 4px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-width: 1px;
  border-style: solid;
  font-size: smaller;
}

td {
  background-color: #Admin: Light Background;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  color: #000;
}

.selected {
}

.highlight {
}

.pass {
  padding-left: 5px;
  border-width: 1px;
  border-style: solid;
  padding-left: 4px;
  padding-right: 4px;
        color: #Admin: Light Text;
}

.fail {
  padding-left: 5px;
  border-width: 1px;
  border-style: solid;
  padding-left: 4px;
  padding-right: 4px;
        color: #Admin: Light Text;
}

.resultPass {
  text-align: center;
        color: #Admin: Light Text;
}

.resultFail {
  text-align: center;
        color: #Admin: Light Text;
}

.resultDeviates {
  text-align: center;
        color: #Admin: Light Text;
}

.cellOkay {
        color: #Admin: Light Text;
}

.cellProblem {
        color: #Admin: Light Text;
}

.cellImprovement {
        color: #Admin: Light Text;
}

table.discovery {
  border-color: #Discovery: Dark;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 40px;
}

th.discovery {
  border-color: #Discovery: Dark;
  font-size: 10pt;
  background-color: #Discovery: Dark;
}

td.discovery {
  border-color: #Discovery: Dark;
  font-size: 10pt;
  color: #Discovery: Dark;
}

td.discoveryPass {
  border-color: #Discovery: Dark;
  font-size: 10pt;
  color: #Discovery: Dark;
}

td.discoveryFail {
  border-color: #Discovery: Dark;
  font-size: 10pt;
  color: #Discovery: Dark;
}

td.discoverySelected {
  border-color: #Discovery: Dark;
  font-size: 10pt;
  color: #Discovery: Dark;
}


table.guideContents {
}


table.guide {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}


caption.guide {
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  background-color: #Admin: Darkest Background;
        color: #Admin: Light Text;
}

th.guide {
  background-color: #Admin: Dark Background;
  text-align: left;
  padding-left: 4px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  font-size: smaller;
}

td.guide {
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #Admin: Dark Border;
  color: General: Darkest Background;
}

.reportError {
  padding-left: 20px;
  width: 100%;
  color: red;
        font-family: Roboto;
}

table.pas
{
  width: 100%;
  margin-bottom: 24px;
  border-style: none;
  font-family: Roboto;
}

th.pasB
{

  border-style: none none solid solid;
}

th.pas
{
  border-style: none none solid none;
}

td.pasClearB
{
  border-style: none none none solid; 
  text-align: center;
}

td.pasClear
{
  border-style: none none none none; 
  text-align: center;
}

td.pas
{
  text-align: left;
  border-style: none none solid none;
}

td.pasCenter
{
  height: 100%;
  text-align: center;
  border-style: none none solid none;
}

td.pasCenterB
{
  height: 100%;
  text-align: center;
  border-style: none none solid solid;
}


td.pasYesCenter
{
  height: 100%;
  text-align: center;
  border-style: none none solid none;
}

td.pasNoCenter
{
  height: 100%;
  text-align: center;
  border-style: none none solid none;
}

td.pasYes
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid none;
  color: #Admin: Light Text;
}

td.pasYesB
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid solid ;
  color: #Admin: Light Text;
}

td.pasNo
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid none;
  color: #Admin: Light Text;
}

td.pasNoB
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid solid ;
}

td.pasNotSet
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid none;
}

td.pasNotSetB
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid solid;
}


td.pasNotPart
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid none;
}

td.pasNotPartB
{
  font-size: smaller;
  text-align: left;
  border-style: none none solid solid;
}

label.pas {
   width: 100%; 
   height: 100%; 
   display: block; 
   vertical-align: middle;
   line-height: 70px;
}

.iisBoxesColumn {
  float: left; 
  margin-top: 20px; 
}

.iisBox {
  width: 220px; 
  margin: 10px;  
  border-style: solid; 
  border-width: 2px; 
  padding: 5px; 
  overflow: auto;
}

.iisLogo {
  float: right;
}

.iisHeading {
  text-align: center; 
  font-weight: 400;
}

.dashboardDiagramBlurb {
  font-size: 9pt;
  font-family: Open Sans;
}

.dashboardDiagramDate {
  font-size: 8.5pt;
  font-family: Open Sans;
}

.dashboardDiagramTitle {
  font-size: 14pt;
  font-family: Roboto;
  font-weight: 400;
}

.dashboardDiagramValidationText {
  font-size: 8pt;
  font-family: Open Sans;

}

.dashboardDiagramBanner {
  font-size: 9pt;
  font-family: Verdana;
  font-weight: bold;
}

.dashboardDiagramValidationProductText { 
   font-size: 6pt; 
   font-family: 
   Open Sans;
}

.label {
    width: 100%;
    display: inline-block;
}
