a {
    color: #296408;
}

.navbar-inverse {
	background-color: #296408;
	border-color: #296408;
}

.progress-bar-theme {
  background-color: #296408;
}

.glyphicon {

	color: #296408;
}

.form-control:focus {
  border-color: #296408;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #296408;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #296408;
}

/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    background-color: #296408;
    border-color: #296408;
}