/* body{
  background-color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
} */


#logo{
    margin-left: -6%;
    width: 65%; /* width of container */
    height: 120px; /* height of container */
    object-fit: cover;
    object-position: 0px -60px; /* try 20px 10px */
  }
  
  #header-links{
    margin-bottom: -130px;
    font-size: 1.3em;
    padding-left: 25px
  }
  
  #navbarcolor{
    background-color:black;
    height: 160px;
  }
  
  #nav-search-bar{
    margin-right: 25px;
    margin-bottom: -110px;
  }
  
  #navbar-item{
    padding-left: 25px;
  }
  
  
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown-menu {
    margin-top: -5px;
  }
  
  .fund-dropdown:hover {
    color: blue;
  }
  
  .dropdown-menu:hover>.dropdown-menu {
    display: block;
  }
  
  
  
  
  #nav_bar ul li a.active-page
  {
    background-color:blue;
  }
  
  
  /* #navbarDropdownMenuLink:hover {
    background-color: red;
  } */
  
  .dropdown:hover #dropdown-content {display: block;}
  
  #not-active {
    color: red;
  }
  
  
  #dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  #dropdown-content a {
    color: black;
    font-size: .75em;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  #dropdown-content a:active {
    background-color: #eeeeee;
  }
  
  /* .btn-sm {
    font-size: .9em;
  } */
  
  .dropdown-toggle:focus {
      box-shadow: none !important;
  }

  table.table-no-wrap td {
    white-space: nowrap; 
}

table.table-no-wrap th {
    white-space: nowrap; 
}

table.dataTable tbody td {
  padding-bottom: 0%;
  padding-top: 0.1%;
}

thead tr:first-child Th {
  position: sticky;
  z-index: 12;
  top: 0;
  background: white;
}

#table-container {
  position: relative;
}

.dataTables_length {
  margin-left: 150px;
}

thead Th {
  position: sticky;
  z-index: 12;
  top: 51px;
  background: white;
}

table {
  font-size: small;
}


/* Right-align all data cells except the first column */
table td:not(:first-child) {
  text-align: right;
}

/* Right-align all headers except the first column */
table tr th:not(:first-child) {
  text-align: right;
}
