/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/

/* imported volt styles */
:root {
  --bs-font-sans-serif: "Roboto", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

p, ol li, ul li, .p {
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.pl-6 {
    padding-left: 5rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem;
}

.border-light {
    border-color: #eaedf2 !important;
}

.shadow-sm {
    box-shadow: 0 2px 18px rgb(0 0 0 / 2%) !important;
}

.content {
    overflow: visible;
    padding: 0 1rem 0 1rem;
    transition: all 0.3s;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-link {
  padding: 16px;
  border: 0;
}

.text-info, .text-info:hover {
    color: #0948B3 !important;
}

.text-info a:not(.btn), .text-info h1, .text-info .h1, .text-info h2, .text-info .h2, .text-info h3, .text-info .h3, .text-info h4, .text-info .h4, .text-info h5, .text-info .h5, .text-info h6, .text-info .h6, .text-info .h1, .text-info .h2, .text-info .h3, .text-info .h4, .text-info .h5, .text-info .h6, .text-info .display-1, .text-info .display-2, .text-info .display-3, .text-info .display-4 {
    color: #0948B3;
}

.text-info .text-muted {
    color: rgba(9, 72, 179, 0.7) !important;
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 0.0625rem;
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 0;
}

.table th {
    font-weight: 600;
    padding: 1rem;
}

.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0;
}

.table td,
.table th {
    font-size: 0.875rem;
    white-space: nowrap;
}

.table.user-table thead th {
    border-top: 0;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.table .thead-dark th {
    background-color: #262B40;
    color: #ffffff;
}

.table .thead-dark th a {
    color: #262B40;
}

.table .thead-light th {
    background-color: #f5f8fb;
    color: #262B40;
}

.table .thead-light th a {
    color: #262B40;
}

.table-hover tr {
    transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
    .table-hover tr {
        transition: none;
    }
}

.table-flush td,
.table-flush th {
    border-left: 0;
    border-right: 0;
}

/* Dropdown menu styles for Resources navigation */
.program-header .navbar-light .navbar-nav .dropdown-menu {
    background-color: #5E6A71;
    border: 1px solid #4B545A;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    min-width: 220px;
}

.program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link {
    display: block;
    width: 100%;
    background-color: #5E6A71;
    border-bottom: 1px solid #4B545A;
    color: #fff;
    padding: 12px 15px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.4;
}

.program-header .navbar-light .navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: 0;
}

.program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link:hover,
.program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link:focus {
    background-color: #0B5E90;
    color: #fff;
    text-decoration: none;
}

.program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link.active {
    background-color: #0B5E90;
    color: #fff;
}

/* Mobile dropdown styles */
@media (max-width: 991.98px) {
    .program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link {
        background-color: #282e2e;
        border-bottom: 1px solid #000;
        color: #62d2ff;
        padding: 12px 15px;
    }
    
    .program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link:hover,
    .program-header .navbar-light .navbar-nav .dropdown-menu .nav-item .nav-link:focus {
        background-color: #0B5E90;
        color: #fff;
    }
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
    border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
    border-bottom: 0;
}

.card .table {
    margin-bottom: 0;
}

.card .table td,
  .card .table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.table [data-sort] {
    cursor: pointer;
}

.table .custom-toggle {
    display: block;
}

.table .thead-dark [data-sort]::after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23262B40'/></svg>");
    margin-left: .25rem;
}

.table .thead-light [data-sort]::after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23262B40'/></svg>");
    margin-left: .25rem;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 1.5rem;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 1.5rem;
}

.dataTables_wrapper .dataTables_length label {
    padding-left: 1.5rem;
}

.dataTables_wrapper .dataTables_filter {
    padding-right: 1.5rem;
}

.dataTable-top,
.dataTable-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .dataTable-top,
    .dataTable-bottom {
        flex-direction: column;
    }

    .dataTable-top .dataTable-info,
      .dataTable-bottom .dataTable-info {
        margin-bottom: 1rem;
    }
}

.dataTable-top {
    padding: 0 1.5rem 1rem 1.5rem;
}

.dataTable-bottom {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.dataTable-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.dataTable-pagination a {
    padding: 0.375rem 0.75rem;
}

.dataTable-pagination li:first-child a {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.dataTable-pagination li:last-child a {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.dataTable-pagination > li:not(:first-child) a {
    margin-left: -0.0625rem;
}

.dataTable-pagination > li.active a {
    z-index: 3;
    color: #ffffff;
    background-color: #262B40;
    border-color: #262B40;
}

.dataTable-pagination > li.disabled a {
    color: #93a5be;
    pointer-events: none;
    background-color: #ffffff;
    border-color: #F0F3F6;
}

.dataTable-pagination > li a {
    position: relative;
    display: block;
    color: #262B40;
    background-color: #ffffff;
    border: 0.0625rem solid #eaedf2;
}

.dataTable-pagination > li a:hover {
    z-index: 2;
    color: #0a0b10;
    background-color: #f5f8fb;
    border-color: #F0F3F6;
}

.dataTable-pagination > li a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.dataTable-selector {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 1.225rem);
    padding: 0.55rem 1.75rem 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F7495;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23506690' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid #d1d7e0;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dataTable-selector:focus {
    border-color: #566190;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.dataTable-selector:focus::-ms-value {
    color: #66799e;
    background-color: #ffffff;
}

.dataTable-selector[multiple], .dataTable-selector[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.dataTable-selector:disabled {
    color: #93a5be;
    background-color: #f5f8fb;
}

.dataTable-selector:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #66799e;
}

.dataTable-input {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1.225rem);
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #66799e;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid #d1d7e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .dataTable-input {
      transition: none;
  }
}

.dataTable-input:focus {
  color: #66799e;
  background-color: #ffffff;
  border-color: #566190;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(46, 54, 80, 0.075), 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.dataTable-input:-ms-input-placeholder {
    color: #506690;
    opacity: 1;
}

.dataTable-input::placeholder {
    color: #506690;
    opacity: 1;
}

.dataTable-input:disabled, .dataTable-input[readonly] {
    background-color: #f5f8fb;
    opacity: 1;
}

#accordion .card-header .btn {
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #262B40;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
    /* color: #e07700; */
}

@media (min-width: 1200px) {
  h2, .h2 {
      font-size: 2rem;
  }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
    /* color: #e07700; */
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

/* end import from volt */




.body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A5073;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(46, 54, 80, 0);
}
/*  NLR colors */
.blue-txt {
  color: #0079C2;
}

.lt-blue-txt {
  color: #00B5EF;
}

.green-txt {
  color: #539536;
}

.lt-green-txt {
  color: #82C341;
}

.yellow-txt{
  color: #FFCE34;
}

.orange-txt{
  color: #E69300;
}

.dk-gray-txt {
  color: #495965;
}

.lt-gray-txt {
  color: #C5CDD1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lt-gray {
  background-color: #EDEDED;
}

.bg-nblue {
  background-color: #0079C2;
}

.bg-table {
  background-color: #F5F8FB;
}

.dataTable-bottom {
  padding: 0.5rem 0.5rem 0 5rem;
}

.link-text {
  font-size:1.15em;
}

.light {
  font-weight: 300;
  color:#4A5073;
}

.welcome {
  font-size: 25px;
  font-weight: bold;
  color: #000;

}
.welcome-sub {
  font-size: 16px;
  font-weight: regular;
  text-align: left;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

@media (min-width: 1200px){
  h1, .h1 {
    font-size: 2.1rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
}

.top-divider {
  border-bottom: 1px solid #7AA9D9;
}

a, a:visited, .page-link {
  color: #015CB8;
}

.bighead {
  margin-top: 2em;
}

.logo-img {
  width:75px;
  height:75px;
}

.brand-txt {
  color: #054570;
  font-size:2em;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.icon-small {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-pad {
  padding-left:2px;
}

.pad-left {
  padding-left: 10px !important;
}

.pad-left-2 {
  padding-left: 2px !important;
}

.icon-small span {
  font-size: 2rem;
}

.icon-shape {
  width:2.5rem;
  height:2.5rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-shape span {
  font-size: 1.5rem;
}

.icon-shape-nblue {
  color: #0088ce !important;
  background-color: rgba(0, 136, 206, 0.3);
}

.icon-shape-norange {
  color: #E69300 !important;
  background-color: rgba(247, 144, 30, 0.3);
}

.icon-shape-nteal {
  color: #2caecf !important;
  background-color: rgba(129, 206, 226, 0.3);
}

.icon-shape-ngreen {
  color: #5D9732 !important;
  background-color: rgba(83, 149, 54, 0.3);
}

.icon-ngreen {
  color: #5D9732 !important;
}

.icon-norange {
  color: #E69300 !important;
}

.icon-nblue {
  color: #0088ce !important;
}

/* donut chart for measures and components */
.ct-series-a .ct-slice-donut-solid {
  fill: #E69300;
}

.ct-series-b .ct-slice-donut-solid {
  fill: #0088ce;
}

.btn-nblue  {
  color: #FFF;
  background-color: #0074AD; /* adjusted for contrast */
  border-color: #0074AD;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(46,54,80,.075);
}

.btn-nteal {
  color: #FFF;
  background-color: #1D7187; /* adjusted for contrast */
  border-color: #1D7187;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(46,54,80,.075);
}

a.btn:hover,  a.btn:focus {
  color: #fff;
}

.btn-ngreen {
  color: #FFF;
    background-color: #467F2E; /* adjusted for contrast */
    border-color: #467F2E;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(46,54,80,.075);
}

.btn-norange {
  color: #FFF;
  background-color: #B16106; /* adjusted for contrast.  was #F7901E; */
  border-color: #B16106;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(46,54,80,.075);
}

.bold {
  font-weight: bold;
  font-size: 1.15em;
}

/* fixes for navbar at small screen size (hide icons and reduce padding) */

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px;
  }
}

.sidebar-icon {
  visibility: hidden;
  max-width:0;
}

@media (min-width: 992px) {
  .sidebar-icon{
    visibility: visible;
    max-width:40px;
    padding-right:2px;
  }
}
/* */

code {
  padding-left: 5px;
  padding-right: 5px;
  color: #437B2D;
}

.code-div {
  padding:20px 10px;
}

.code-pre {
  background-color: #F5F8FB;
  padding:20px 20px;
  color: #437B2D;
}

.streamlined {
  border: none;
  margin: 0px;
  padding: 0px 5px;
}

.highlight {
  padding-top: 20px;
  padding-bottom: 20px;

}

.anchor-links {
  display: block !important;
  position: webkit-sticky;
  position: sticky;
  top:3rem;
  height: calc(100vh - 7rem);
  overflow-y: auto;
}

.table td, .table th {
  white-space: break-spaces;
}

.success {
  color: #05A677;
}

.error {
  color: #FA5252;
}

.v-divider {
  border-right: 1px solid #ccc;
}

.pad-bot-big {
  padding-bottom: 160px;
}

.simplebar-offset {
  border-right: 3px solid #00a7e1;
}

.border-nblue {
  border-color: #00a7e1 !important;
}

footer p {
  font-size: 10px;
}

.footer-link {
  font-size: 12px;
}

.smaller-font {
  font-size: 1.25rem;
}

.panel-title {
  color: #0079C2;
}

.nav-tabs .nav-link.active {
  background-color: #0079C2;
  color: #ffffff;
}

.nav-tabs .nav-link.active span {
  color: #ffffff !important;
}

.component-img {
  width: 100%;
}

.example-component {
  padding: 30px 0px 20px 0px;
  text-align: center;
}

.bcl-name {
  padding-right: 50px;
}

.logo-div {
  padding: 0px 0px 0px 40px;
}

.lab-logo {
  width: 90%;
  margin-bottom:5px;
}

.facet {
  padding-top:4rem;
  border-right: 1px solid #ccc;
}

#mfacet ul, #cfacet ul {
  list-style: none;
  font-size: 0.9rem;
  padding-left: 1rem;
}

.left-indent {
  padding-left: 2rem;
}

.left-indent2 {
  padding-left: 4rem;
}

#mfacet li, #cfacet li {
  font-size: 0.9rem;
}

.bottom-border {
  border-bottom: 1px solid #ccc;
}

.page-item.active .page-link {
  background-color: #0079C2;
  border-color: #0079C2;
}

.badge-info {
  background-color: #1D7187 !important;
}

/*
header a.app-name img {
  min-width:200px;
}

@media (min-width: 768px) {
  header a.app-name, header a.app-name:hover, header a.app-name:visited {
    margin-top:0px;
  }
  header a.app-name img {
    width: 40vw;
    min-width: 300px;
    max-width: 600px;
  }
}*/

/* Footer icon styling for SVG social media icons */
.footer-icon {
  width: 14px;
  height: 14px;
  fill: #000;
  transition: fill 0.3s ease;
}


/* Footer bottom background color */
footer {
  background-color: #F5F5F5 !important;
}

/* Ensure the entire footer bottom section has consistent background */
footer .footerbottom,
footer .footerbottom .container,
footer .footerbottom .row,
footer .footerbottom div {
  background-color: #F5F5F5;
}
