.footer-right {
    width: 200px !important;
    float: right;
}

.footerAddress {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}
.fs-4 li {
    line-height: 30px;;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}


.aspNetDisabled {
    color:black;
}

.navigation-bar {
     
   margin: auto;
       
}
.navigation-bar ul {
  
 
  background-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
}
.navigation-bar li {
 list-style-type: none;
float: right;
margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent; /* so the border doesn't keep shoving up the text, if we make the border transparent it'll take up the space but won't be visible */
  border-top: 2px solid transparent; 
  transition: border-bottom-color 200ms; /*make it a smooth transition */
}

.navigation-bar li:after {
  content: "\A";
  white-space: pre;
}

.navigation-bar li:hover {
  border-bottom-color: #fda031;
  border-top-color: #fda031;
}


.navigation-bar img {
  height: 40px;
  width: 400px;
}

.hover-zoom:hover {
    z-index: 9999;
}

.navigation-barxxx li {
  float: right;
 
}


/* Container for the user links */
.dnnUser {
    display: inline-block;
}

/* Base style for message and notification links */
.dnnUser .dnnMessages, 
.dnnUser .dnnNotifications {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

/* Style for the unread count badge */
.dnnUser .dnnMessages span, 
.dnnUser .dnnNotifications span {
    background-color: #ff0000; /* Red badge */
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: 0;
}

/* Hover effects */
.dnnUser .dnnMessages:hover, 
.dnnUser .dnnNotifications:hover {
    opacity: 0.8;
}

.table th {
  font-weight: bold; /* or 700 */
}


