/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  
  margin-top: 0px;
  margin-left: 0px;
  
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #0a3c5f;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #0a3c5f;
  background-image: #0a3c5f;
  color: #ffffff;

}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0a3c5f;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 5px;
  border:1px solid #ddd;
  border-radius:4px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

div.heading-tab-container{
  z-index: 10;
  padding: 0 !important;
  margin-top: 0px;
 
}


/* RIGHTHAND SIDE NOTES */
.notes {
    padding:20px; font-size:12px; background-color:#eee; padding:20px; border-radius:6px;
}

/* NUMBER BULLETS */
.numbers {
    -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; width: 25px; height: 25px; padding: 1px 3px 0px 2px; background: #fff; border: 2px solid #1b7a83; color: #1b7a83; text-align: center;
}