html, body {
     padding: 0;
     margin: 0;
}
 body {
     position: relative;
     height: 100%;
}
 body header {
     background-color: #f5f5f5;
}
 body header .title {
     font-size: 24px;
     font-weight: 700;
     padding-top: 23px;
}
 body header .title a {
     color: #222;
     text-decoration: none;
}
 body header .hl7-fhir-logo-lhs {
     text-align: left;
     margin-top: 7px;
     margin-bottom: 5px;
}
 body header .hl7-logo {
     text-align: right;
     float: left;
}
 body header .guide-title {
    font-size: 18px;
    margin-top: 18px;
}
 body .content {
     overflow: hidden;
     min-height: 70%;
     position: relative;
     height: auto !important;
     margin-bottom: -155px;
     padding-bottom: 155px;
}
 body footer {
     background-color: #dddddd;
     color: #222;
     height: 155px;
     position: relative;
     padding-top: 40px;
}
 body .logos {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 50%;
}
 .logocolumn {
     float: left;
     width: 33.33%;
     padding: 5px;
}
 .logorow::after {
     content: "";
     clear: both;
     display: table;
}

hr {
    height: 1px;
    background-color:#eee;
}

 .tab {
     overflow: hidden;
     border: 1px solid #ccc;
     background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
 .tab button {
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     font-size: 14px;
}
/* Change background color of buttons on hover */
 .tab button:hover {
     background-color: #ddd;
}
/* Create an active/current tablink class */
 .tab button.active {
     background-color: #990000;
     color: #fff;
}
/* Style the tab content */
 .tabcontent {
     display: none;
     padding: 6px 12px;
     border: 1px solid #ccc;
     border-top: none;
}

table.assets {
     font-family: Arial, Helvetica, sans-serif !important;
     border-collapse: collapse !important;
     width: 100% !important;
}
table.assets td, table.assets th {
     border: 1px solid #ddd !important;
     padding: 8px !important;
}
 table.assets tr:nth-child(odd){
    background-color: #fff;
}
 table.assets tr:nth-child(even){
    background-color: #f2f2f2;
} 
 table.assets tr:hover {
    background-color: #ddd !important;
}
table.assets tr.balloted {
    background-color:#dff0d8 !important;
}
table.assets tr td.balloted {
    background-color:#dff0d8 !important;
}
 table.assets th {
     padding-top: 12px !important;
     padding-bottom: 12px !important;
     text-align: left !important;
     background-color: #990000 !important;
     color: white !important;
}


 th.width20 { width: 20%; overflow-wrap: anywhere; }
 th.width25 { width: 25%; overflow-wrap: anywhere; }
 th.width30 { width: 30%; overflow-wrap: anywhere; }
 th.width35 { width: 35%; overflow-wrap: anywhere; }
 th.width40 { width: 40%; overflow-wrap: anywhere; }

 td.width20 { width: 20%; overflow-wrap: anywhere; }
 td.width25 { width: 25%; overflow-wrap: anywhere; }
 td.width30 { width: 30%; overflow-wrap: anywhere; }
 td.width35 { width: 35%; overflow-wrap: anywhere; }
 td.width40 { width: 40%; overflow-wrap: anywhere; }

 .underconstruction {
     display: grid;
     background-color: rgb(255, 208, 0);
     border: 3px solid black;
     padding-left: 50px;
     padding-right: 50px;
     font-size: 20px;
     text-align: center;
}

 #valuesetlist {
     font-family: Arial, Helvetica, sans-serif;
     border-collapse: collapse;
     width: 100%;
}
 #valuesetlist td, #valuesetlist th {
     border: 1px solid #ddd;
     padding: 8px;
}
 #valuesetlist tr:nth-child{
    background-color: #f2f2f2;
}
 #valuesetlist tr:hover {
    background-color: #ddd;
}

 #valuesetlist tr.balloted {
    background-color:#dff0d8 !important;
}
 #valuesetlist th {
     padding-top: 12px;
     padding-bottom: 12px;
     text-align: left;
     background-color: #990000;
     color: white;
}
/* back to top button - renders when scrolling */
 #back-to-top {
     position: fixed;
     bottom: 20px;
     right: 30px;
     z-index: 99;
     display: none;
}
/* remove the padding on pages under the header */
 #preview-content {
     padding-top: 0px !important;
}
/* bootstrap overrides */
 .btn-fhir {
     background: #990000;
     color: #fff;
}

/* Firely Simplifier base style overrides */
 .navbar-nav>li>a:hover,
 .navbar-nav>li>a:active,
 .navbar-nav>li>a:focus  {
    background-color: #ddd !important;
    color: #990000 !important;
}
 .container-fluid>.navbar-collapse,
 .container-fluid>.navbar-header,
 .container>.navbar-collapse,
 .container>.navbar-header {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

 div>pre {
     border: 1px solid #ddd !important;
     background-color: #f9f9f9 !important;
 }

.submenu-list{
  transition: all 0.5s linear;
    width:max-content;
}
.hidden {
  display:none;
}
.visuallyhidden {
  opacity: 0;
}

.submenu-list>li>a {
    font-weight: 400;
    color: #333;
    display: block;
    padding: 3px 20px;
    line-height: 1.42857;
    white-space: nowrap;
}

.forceWhite {
    background-color: #fff;
}
.forceGreen {
    background-color: #dff0d8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

p.balloted {
    background-color: #dff0d8;
    padding: 5px 10px;
}

li.balloted {
    background-color: #dff0d8;
}


tr.a-to-z {
  vertical-align: top;
}

tr.frm-group {
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 0px none black;
  font-weight: bold;
}

tr.frm-group-n {
  border: 1px solid black;
  font-weight: bold;
}

tr.frm-contents {
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  vertical-align: top;
}

td.frm-category {
  border-left: 1px solid #eeeeee;
  font-weight: bold;
  text-align: center;
}

td.frm-group {
  background: #f4f4f4;
  font-weight: bold;
}


td.frm-set {
  border-left: 1px solid #eeeeee;
}

.rotate {
  text-align: center;
  vertical-align: middle;
  width: 1.5em;
}
.rotate div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -4em;
         margin-right: -10em;
         min-height:100px;
}
