/* CSS Document */
.bhoechie-tab-container .list-group-item { /*border:1px solid #ddb651;*/ background:#f7d3b3; border-left:none; border-bottom: none; font-style:normal; font-family:"Myriad Pro"; font-size: 18px; border-bottom: 1px dashed #6d6e73; }

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddb651;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  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:hover{
  background: #73adc4;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #73adc4;
}
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;
  border-bottom: none;
}
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: #73adc4;
  background-image: #73adc4;
  color: #000;
  font-weight:300;
}
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 #73adc4;
}
div.bhoechie-tab-menu div.list-group>a.active h4 { background: transparent!important; }
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;
}

.bhoechie-tab-content .view-act-rules-table thead { 
  background-image: #1898ca;
  color: #000;
  font-weight:300;
 }
.list-group .list-group-item.active { border: none; border-bottom: 1px dashed #6d6e73; }
.reg-dashboard-bf-login thead th { background:transparent; font-size: 16px; font-weight:700; color: #000; padding: 8px; line-height: 26px; }
.reg-dashboard-bf-login thead th.par-bg { background: #7598a5; }
.reg-dashboard-bf-login thead th.micro-bg { background: #739cac;border-left: 1px solid #89816d; }
.reg-dashboard-bf-login thead th.small-bg { background: #73adc4;border-left: 1px solid #89816d; }
.reg-dashboard-bf-login thead th.med-bg {     background: #73adc4;border-left: 1px solid #89816d;}
.reg-dashboard-bf-login thead th.lar-bg { background: #73adc4;border-left: 1px solid #89816d; }
.bhoechie-tab-content .reg-dashboard-bf-login td { font-size:15px; padding: 6px; }
.bhoechie-tab-content .reg-dashboard-bf-login td.par-bg {background: #7598a52e;}
.bhoechie-tab-content .reg-dashboard-bf-login td.micro-bg {background: #739cac4f;}
.bhoechie-tab-content .reg-dashboard-bf-login td.small-bg {background: #73adc470;}
.bhoechie-tab-content .reg-dashboard-bf-login td.med-bg {background: #73adc487;}
.bhoechie-tab-content .reg-dashboard-bf-login td.lar-bg {background: #73adc4bd;}
.bhoechie-tab-content .reg-dashboard-bf-login tbody tr td:hover {background: #73adc485;}
/*.bhoechie-tab-content .view-act-rules-table thead th { background:transparent; font-size: 16px; font-weight:700; color: #000; padding: 8px; }
.bhoechie-tab-content .view-act-rules-table td { font-size:15px; padding: 6px; }*/
