.dropdown-item:active {
    background-color: #035174;
}

.form-msg-fatal {
    color: darkred;
}

.form-msg-success {
    color: green;
}

#container {
    min-height:100%;
    position:relative;
    margin: 0 auto 60px auto;
}
#header {
    background:#ff0;
    padding:10px;
}
#body {
    padding:10px;
   /* padding-bottom:60px;    Height of the footer */
    margin: 0;
    padding:0;
    clear: both;
}

#footer {
    position:fixed;
    bottom:0;
    width:100%;
    /* height:60px;   Height of the footer */
    background:#becef3;
}

#footer-content {
    background-color: #becef3;
    height: 100%;
}

.py-3 {
    padding-bottom: 0.5rem!important;
}

.bottom {
    position: absolute;
    bottom: 0;
}

a {
    color: #035174;
}

.footer-pusher {
    padding-bottom: 60px;
}

@media screen and (max-width: 600px) {
  #footer {
  /*
    visibility: hidden;
    display: none;
    */
    /*
    position: relative;
    */
    /* height: 30px; */
    font-size: 0.6rem;
  }
  #footer-content {
    padding: 0.5rem!important;
  }
  .footer-pusher {
    padding-bottom: 30px;
  }
}

.sidebar-slip:not(:hover) {
    background-color: #F6F5F5!important;
}

.sidebar-slip:hover {
    background-color: #ececec!important;
}

.sidebar {
    background-color: #F6F5F5!important;
}

/* Version Badge Styling */
.version-badge {
    display: inline-block;
    padding: 4px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #035174;
    background-color: rgba(3, 81, 116, 0.1);
    border: 1px solid rgba(3, 81, 116, 0.3);
    border-radius: 12px;
    letter-spacing: 0.5px;
    text-transform: lowercase;
}

@media (max-width: 992px) {
    .col-lg-3 {
        padding-top: 10px;
    }
}

