/* Product families should override the following colors with family-specific colors */
:root {
  --navbar-bg-color: #505050; /* 2. Header container color */
  --footer-bg-color: #707070; /* 3. Footer background color*/
  --footer-container-color: #505050; /* 4. Footer container color */
  --btn-hover-color: #808080;  /* 6. Menu button hover color */
  --footer-hyperlink-text-color: #210286;

  --link-color: #334c99; /* 13. Hyperlink text color */
  --link-hover-color: #492f7a; /* 14. Hyperlink text hover color */
}

/* Generic settings common to all HL7 IGs */
:root {
  --stripe-bg-color: #999999; /* 5. Header strip color */
  --btn-active-color: #d29a56; /* 7. Menu button active color */
  --btn-text-color: #e6e6e6; /* 8. Menu button text color */
  --stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */
  --stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */
}

#hl7-nav {
  line-height: 50px;
  float: left;
  margin-top: 4px;
}

#hl7-nav a {
  color: inherit;
}

#hl7-logo {
  float: left;
  margin-left: 6px;
}
#hl7-search {
  line-height: 50px;
  float: right;
  margin-top: 4px;
  color: maroon;
}
#hl7-search a {
  color: inherit;
}
#project-nav {
  line-height: 50px;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #808080;
}
#project-logo {
  float: left;
  margin-left: 3px;
}

div.inner-wrapper > div > a {
    color: #eee:
}

/* ----------note-to-balloters styling------*/

.note-to-balloters::before {
  white-space: pre;
  content: "Note To Balloters\A ";
  background-color: yellow;
  color: red;
  font-weight: bold;
}
.note-to-balloters, .stu-note{
    margin: 5px;
    padding: 10px;
    border-left-style: solid;
}

.stu-note::before {
  white-space: pre;
  content: "STU Note\A ";
  background-color: yellow;
  color: red;
  font-weight: bold;
}

#segment-footer > .container {
  background-color: #da7800;
}
.navbar-inverse {
  background-color: #da7800;
}

/* Define colors here */

:root-unused {

  --ig-status-text-color: #002060; /* 1. IG Title and status text color */
  /* --navbar-bg-color: #26407e; 2. Header container color */
  --navbar-bg-color: #0E4194; /* 2. Header container color */
  /* --footer-bg-color: #777799;  3. Footer background color*/
  --footer-bg-color: #CEDFFA; /* 3. Footer background color*/
  /* 4 --footer-container-bg-color: #2d457e; . Footer container color */
  --footer-container-bg-color:#015085; /* 4. Footer container color */

  --stripe-bg-color: #0B316F; /* 5. Header strip color */

  --btn-hover-color: #44aabb;  /* 6. Menu button hover color */
  --btn-active-color: #60a0f0; /* 7. Menu button active color */
  --btn-text-color: #f5f5f0; /* 8. Menu button text color */
  --btn-gradient-start-color: #428bca; /* 9. Menu item gradient start color */
  --btn-gradient-end-color: #357ebd; /* 10. Menu item gradient end  color */
  --btn-gradient-start-color-alpha: #ff428bca; /* 11. Menu item gradient start color (with alpha) */
  --btn-gradient-end-color-alpha: #ff357ebd; /* 12. Menu item gradient end color (with alpha) */
  --link-color: #334c99; /* 13. Hyperlink text color */
  --link-hover-color: #492f7a; /* 14. Hyperlink text hover color */

  --publish-box-bg-color: #ffff99; /* 15. Publish box background color */
  --publish-box-border: 1px solid #aaaa00; /* 16.  Publish box border definition */

  --toc-box-bg-color: #ddeeff; /* 17.  TOC box background color */
  --toc-box-border: 1px solid navy; /* 18. TOC box border definition */
  
  --stu-note-background-color: #f2f2ff; /* 19. (STU) Note box background color */
  --stu-note-border-left-color: #a0a0ff; /* 20. (STU) Note box border color */

  --ig-header-color: #CEDFFA; /* 21. Header color (sides) */
  --ig-header-container-color: #ffffff; /* 22. Header container color (center) */
  --footer-nav-bg-color: #f5f5f5; /* 23. Footer navigation background color*/
  --footer-text-color: #ffffff; /* 24. Footer highlight font color */
  --footer-hyperlink-text-color: #dadacc; /* 25. Footer hyperlinks font color */
  --footer-highlight-text-color: #ffff77; /* 26. Footer highlight font color */
  --breadcrumb-bg-color: #e7e7e7  ; /* 27. Breadcrumb background color */
  --breadcrumb-text-color: #000000; /* 28. Breadcrumb font color */
  --dragon-background-color: #ebe7ee; /* 29. Dragon background color */
  --dragon-font-color: #c76139; /* 30. Dragon font color */


}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.4em 0;
  color: #2d457e;
}

p, li {
  font-size: 13px;
}

table.grid td {
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.4em 0;
  color: #2d457e;
}

p, li {
  font-size: 13px;
}

table.grid td {
  font-size: 13px;
}