.r-topheader, #header {
    position: sticky;
    top: 1px;/* Aligns the sticky element to the top edge */
    z-index: 1000; /* Ensures the menu stays on top of other content */
    /* Optional: add background color if needed, to prevent content from showing through */
    background-color: inherit; 
}

.filterPanelContainer .filter-clear {
  text-decoration: none;
  color: red;
  font-size : 20px;
  opacity: 0.5;
  position: relative;
  top: 1px;
}

.navbar .navbar-form .dropdown-menu a {
    color: black;
}


.navbar .btn.btn.btn {
   color: lightblue;  
}

.navbar .btn.btn.btn:hover,
.navbar .btn.btn.btn:focus {
  color: black;
}

.navbar .input-group {
  background: #1486ff;
  border-radius: 4px;
  border: none;
  color: rgba(255, 255, 255, 0.75);
}
 