.success_msg { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #009900; font-weight: normal }
.error_msg, .error{ padding-left : 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight: normal }
.message-area{ margin-left : 10px;}
.sitemap-nav { list-style-type: none; margin-left:20px}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #FF6600; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #5B5B5C; /* Add a dark-grey background on hover */
}
.active-menu{color: #3363cf !important;}
.active-footer-menu{background-color: #eee !important;}

