/*TEMPLATEBLOCK(primarycolor)*/
 .navbar-event {
     background: ;
     background-image: -webkit-linear-gradient(top, , );
     background-image: -moz-linear-gradient(top, , );
     background-image: -ms-linear-gradient(top, , );
     background-image: -o-linear-gradient(top, , );
     background-image: linear-gradient(to bottom, , );
     border-bottom: 1px solid ;
}
 a {
     color: ;
}
 .navbar-toggle {
     background-color: ;
}
 .btn-primary {
     background-color: ;
}
 .modal-footer .btn, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
     background-color:  !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:  !important;
}
/*dashboard*/
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	background: linear-gradient(110deg, , );
	border: 1px solid ;
}
body[data-page="Dashboard"] div.circlenav div.circlenav-item a {
	border: 1px solid  !important;
}

body[data-page="Dashboard"] .navbar.navbar-static-top {
	background: ;
     background-image: -webkit-linear-gradient(top, , );
     background-image: -moz-linear-gradient(top, , );
     background-image: -ms-linear-gradient(top, , );
     background-image: -o-linear-gradient(top, , );
     background-image: linear-gradient(to bottom, , );
     border-bottom: 1px solid ;
}

/*/TEMPLATEBLOCK(primarycolor)*/
