﻿.pagination-text span:first-child{
    display: none !important;
}

.pagination-text span[data-element='tabletotal'] { 
    display: none !important;
}

.navbar-event{
	background-image: none !important;
}

/** Change the color of the navigation buttons */
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
    background: rgba(204, 0, 51, 0.67); /* aa = opacity/transparancy */
    border-color: #555 !important;
}

/** Change color on the top */
body[data-page="Dashboard"] .navbar.navbar-static-top {
    background-image: none;
	background-color: #00000000; /* Same value as the previous, but in RGBa */
/** background-color: rgba(81, 90, 107, 0.67); /* Same value as the previous, but in RGBa */
}