

/** Change the color of the navigation buttons */
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
/**    background: #49b721aa; /* aa = opacity/transparancy */
    background: rgba(72, 140, 21, 0.67); /* aa = opacity/transparancy */
    border-color: #294 !important;
	box-shadow: 0 !important;
}

/** Change color on the top */
body[data-page="Dashboard"] .navbar.navbar-static-top {
    background-image: none;
    background-color: rgba(72, 140, 21, 1); /**#49b721ff; /* Same value as the previous, but in RGBa */
}