:root {

    --ig-status-text-color: #191B5E; /* 1. IG Title and status text color */
    --navbar-bg-color: #191B5E; /* 2. Header container color */
    --footer-bg-color: #B6C6CF; /* 3. Footer background color*/
    --footer-container-bg-color: #191B5E; /* 4. Footer container color */
    --stripe-bg-color: #B6C6CF; /* 5. Header strip color */
  
    --btn-hover-color: #5E5C8C;  /* 6. Menu button hover color */
    --btn-active-color: #E71344; /* 7. Menu button active color */
    --btn-text-color: #F2F5F5; /* 8. Menu button text color */
    --btn-gradient-start-color: #E3E8ED; /* 9. Menu item gradient start color */
    --btn-gradient-end-color: #E3E8ED; /* 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: #5E5C8C; /* 13. Hyperlink text color */
    --link-hover-color: #3D3B73; /* 14. Hyperlink text hover color */
  
    --publish-box-bg-color: #99D4C7; /* 15. Publish box background color */
    --publish-box-border: 1px solid #191B5E; /* 16.  Publish box border definition */
  
    --toc-box-bg-color: #B2DED4; /* 17.  TOC box background color */
    --toc-box-border: 1px solid #191B5E; /* 18. TOC box border definition */
  
    /*--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */
    /*--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */
  
    /*--ig-header-color: #f5f5f5; /* 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: #ffffff; /* 25. Footer hyperlinks font color */
    --footer-highlight-text-color: #ffffff; /* 26. Footer highlight font color */
  
    /*--breadcrumb-bg-color: #f5f5f5; /* 27. Breadcrumb font color */
    /*--breadcrumb-text-color: ##555555; /* 28. Breadcrumb font color */
  
    /*--dragon-background-color: #fffbf7; /* 29. Dragon background color */
    /*--dragon-text-color: #101020; /* 30. Dragon font color */
  
}

#project-image1 {
    float: right;
    margin: 6px;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #E71344;
    background-color: var(--btn-hover-color);
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(var(--btn-gradient-start-color)), to(var(--btn-gradient-end-color)));
    background-image: -webkit-linear-gradient(top, var(--btn-gradient-start-color), 0%, var(--btn-gradient-end-color), 100%);
    background-image: -moz-linear-gradient(top, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
    background-image: linear-gradient(to bottom, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--btn-gradient-start-color-alpha), endColorstr=var(--btn-gradient-end-color-alpha), GradientType=0);
  }
  

  th, td {
  	padding: 5px;
  }
  tr {
    border-bottom: 0.5px solid #dddddd;
  }
  th {
    background-color: #eeeeee;
  }

  .table-path tr:first-child > th {
    border-top: none;
    text-align: center;
  }  
  .table-path th, .table-path td {
  	padding: 5px;
  }
  .table-path th {
    background-color: #eeeeee;
  }
  .table-path th, .table-path td {
    border: 0.5px solid #dddddd;
  }
  .table-path tr:first-child th {
    border-top: none;
  }  
  .table-path tr td:first-child, .table-path tr th:first-child {
    border-left: none;
  }  
  .table-path tr:last-child td {
    border-bottom: none;
  }
  .table-path tr td:last-child, .table-path tr th:last-child {
    border-right: none;
  }
  
  