/*  bhoechie tab */
div.bhoechie-tab-container{
      z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
	height: 310px
  
}
@media only screen and (max-width: 768px){
	div.bhoechie-tab-container{
		height: 400px
	}
}
p.bhoechie{
	font-size:13px;
	line-height:20px
	color: #4C4C4C;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  height: 50px
}
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: #ee3524;
}
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: #ce0000;
  background-image: ##ce0000;
  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 #ce0000;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /*border: 1px solid #eeeeee;*/
  padding-left: 20px;
  padding-top: 10px;
  
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}