.logoBg, .navbar-header{
 background-color: #fff;
 border-bottom: 1px solid #dedede;
 }

 .logoBg {
  height: 70px;
 }
.untdLogo{
 margin:10px 0 0 10px;
 }

 .marginT15 {
  margin-top: 15px;
 }
 
.footer {
  border-top: 1px solid #dedede;
  margin-top: 10px;
}

.footerwrapper a {
  text-decoration:none;
}

.leftnav a.list-group-item.selected, .nav-background > li.active > a {
  background-color: #e3e3e3;
  color: #5a5a5a;
  font-weight: bold;
}

/*Bootstrap overrides*/
.leftnav a.list-group-item , .nav-background > li > a, .nav-background > li.active > a{
  border: none;
  background-color: #f5f5f5;
  color: #004182;
}

.leftnav a.list-group-item:hover,.nav-background > li > a:hover, .nav-background > li.active > a:hover {
  background-color: #eaeaea;
  
}

label small, label div {
font-weight: normal;
}

.important{
  color: #ff0000;
}

/*RWD styles*/
@media (min-width: 992px) {
.container {
  border: 1px solid #dedede;
  width: 970px;
}
}

@media (min-width: 768px) {
/*Footer styles*/
.footerwrapper {
  padding: 5px 0;
  border: 1px solid #cccccc;
}

.footerwrapper  a {
  padding: 5px 15px;
  border-right: 1px solid #cccccc;
}

.footerwrapper a:last-child {
  border-right: 0px !important;
}
}
