
/*  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 #ddd;
  margin-top: 0px;
  margin-left: 0px;
  -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-container span.list-group-item:hover,
div.bhoechie-tab-container span.list-group-item:focus{
  background-color: white;
  color:#333;
  cursor: pointer;
}
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>span{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>span .glyphicon,
div.bhoechie-tab-menu div.list-group>span .fa {
  color: #e76056;
}
div.bhoechie-tab-menu div.list-group>span:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>span:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>span.active,
div.bhoechie-tab-menu div.list-group>span.active .glyphicon,
div.bhoechie-tab-menu div.list-group>span.active .fa{
  background-color: #fff;
  background-image: #fff;
  color: #ffffff;
  border-top: 1px solid #e76056;
  border-bottom: 1px solid #e76056;
  border-left: 1px solid #e76056;
  border-right: 5px solid #e76056;
}
div.bhoechie-tab-menu div.list-group>span.active:after{
  content: '';
  position: absolute;
  left: 102%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #e76056;
}

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;
}

.btn{
  border: 1px solid #fcda59 !important;
}
.btn:active, .btn.active {
    border: 1px solid #ababab !important;
}

#container-calc{
  background: #dfdfdf;
}

.mt-10{
  margin-top:10px !important;
}