body {
    background: url("images/body_bg_top.jpg") no-repeat center top,
    url("images/body_bg_bottom.jpg") no-repeat center bottom;
    background-color: #fff;
}

.search-bar .form-group .form-control {
    border-color: #2c6294;
}

.sidebar > .nav-pills > li > a {
    border-color: #2c6294;
}

.sidebar > .nav-pills > li > a:hover,
.sidebar > .nav-pills > li > a:focus {
    font-weight: bold;
    color: #2c6294;
}

.sidebar > .nav-pills > li.active > a,
.sidebar > .nav-pills > li.active > a:hover,
.sidebar > .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2c6294;
    font-weight: normal;
}

.sidebar>.nav-pills>li ul a:hover,
.sidebar>.nav-pills>li ul a:focus{
    text-decoration: none;
    background-color: #d7e3ee;
}

.sidebar > .nav-pills ul>li.active > a,
.sidebar > .nav-pills ul>li.active > a:hover,
.sidebar > .nav-pills ul>li.active > a:focus {
    text-decoration: none;
    background-color: #d7e3ee;
}

.doc-title > h2{
    color: #2c6294;
}

.panel-primary>.panel-heading.has-title {
    background-color: #fff;
}

.panel-primary>.panel-heading.has-title>.panel-title {
  background-color: #2c6294;
}



