.navbar-event {
     background: #000080;
     background-image: -webkit-linear-gradient(top, #000080, #000080);
     background-image: -moz-linear-gradient(top, #000080, #000080);
     background-image: -ms-linear-gradient(top, #000080, #000080);
     background-image: -o-linear-gradient(top, #000080, #000080);
     background-image: linear-gradient(to bottom, #000080, #000080);
     border-bottom: 1px solid #000080;
}
 a {
     color: #000080;
}
 .navbar-toggle {
     background-color: #000080;
}
 .btn-primary {
     background-color: #000080;
}
 .modal-footer .btn, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
     background-color: #000080 !important;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color: #000080 !important;
}
/*dashboard*/
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	background: linear-gradient(110deg, #000080, #000080);
	border: 1px solid #000080;
}
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	border: 1px solid #000080 !important;
}

body[data-page="Dashboard"] .navbar.navbar-static-top {
	background: #000080;
     background-image: -webkit-linear-gradient(top, #000080, #000080);
     background-image: -moz-linear-gradient(top, #000080, #000080);
     background-image: -ms-linear-gradient(top, #000080, #000080);
     background-image: -o-linear-gradient(top, #000080, #000080);
     background-image: linear-gradient(to bottom, #000080, #000080);
     border-bottom: 1px solid #000080;
}

/*TEMPLATEBLOCK(extracss)*/
#PageID[data-id="result"] th.col-points{
    font-size: 0;
	display: table-cell !important;
}

#PageID[data-id="result"] th.col-points::after {
    content: 'Meter';
    font-size: 14px;
}

/*/TEMPLATEBLOCK(extracss)*/