/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.navbar-main,
ul.top-nav > li.primary-action > a.btn,
.btn-primary {
	background-color: #EB008B
}
.btn-success {
color: #fff;
background-color: #EB008B;
border-color: #EB008B;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #032d3a; /* Hover, focus, and active background color */
}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
background-color: #032d3a;
border-color: #032d3a;
}
div.header-lined h1 {
margin-top: 0;
margin-bottom: 15px;
padding: 6px 0;
border-bottom: 1px solid #ccc;
font-weight: 400;
color: #032d3a;
}