body {
  background-color: #fff;
}

h3 {
  margin-top: 5px;
}

.badge {
  background-color: #777;
}

.tabs-left {
  /*margin-top: 20px;*/
}

.nav-tabs {
  float: left;
  border-bottom: 0;
}
.nav-tabs li {
  float: none;
  margin: 0;
}
    .nav-tabs li a {
        margin-bottom: 0; 
       border: 0;
        border-radius: 0;
        background-color: #fff;  /* menu background color*/
    }

.nav-tabs li a:hover {
  background-color: #fff;
}
.nav-tabs .glyphicon {
  color: #000;
}
.nav-tabs .active .glyphicon {
  color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
}

.tab-content {
  /*margin-left: 45px;*/
}
.tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 25px;
  overflow-y: auto;
}

.tab-content .active {
  display: block;
}

.list-g

.tab-content .active {
  display: block;
}

.list-group {
  width: 100%;
}
.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}