.btn-default,
.btn-primary {
  color: whitesmoke !important;
  background-color: #337ab7 !important;
  border-color: rgb(136, 141, 145) !important;
}

.btn-default:hover,
.btn-primary:hover {
  color: whitesmoke !important;
  background: #6699D2 !important;
  border-color: #0071B7 !important;
}

a {
  color: #0071B7 !important;
  text-decoration: none;
}

.text-primary {
  color: #0071B7 !important;
}

.btn-link {
  /* font-weight: 400; */
  color: #0071B7 !important;
  border-radius: 0;
}

.navbar-default {
    border-bottom: 15px solid #ffff !important;
} 

body {
  
    padding-top: 70px;
background-color:#d9edf7 !important;
} 

.navbar-header{
	background: #ffff !important;
}

.navbar-collapse{
		background: #ffff !important;
} 

.container-fluid {
  background: #ffff !important;
}