.navbar-nav>li>a, a.navbar-brand {
color: blue !important; 
}

.r-grid {
font-size: 20px;
}

.ol.breadcrumb {
background: #E3F3B1;
}

.btn.btn-primary {
background: blue; 
border-color: green; 
}

.btn.btn-default {
background: blue; 
border-color: green; 
}

.navbar-nav.btn-default {
background: white;
}

.btn-default {
  color: white;
  background-color:  #4E5D6C;
  border-color: rgba(0, 0, 0, 1);
}
.btn-default:focus,
.btn-default.focus {
  color: white;
  background-color: green;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #fff;
  background-color: green;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: green;
  border-color: rgba(0, 0, 0, 0);
}


