/*  bhoechie tab */
div.bhoechie-tab-container {
    background-color:#f5fcfe;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    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;
    filter: alpha(opacity=97);
}

div.opacity {
    position: relative;
    opacity: 0.1;
}

div.bhoechie-tab-menu {
    bottom:0px;
    float: right;
    padding-right: 0;
    max-width:30%;
    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: #5A55A3;
}

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: #00acc1;
    /*background-image: #00acc1;*/
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: -3%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #00acc1;
}

div.bhoechie-tab-content {
    /*background-color: #e7f8fa;*/
   border: 1px solid #f5fcfe;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/*@media (min-width: 300px) {*/
/*.nav-tabs{margin-left: 0px}*/

/*}*/

@media (min-width: 1200px) {
    .nav-tabs {
        margin-left: 450px
    }
}

nav-tabs.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #212cf4 !important;
    background: transparent;
}

.nav-tabs > li > a {
    border: none;
    color: #448afd !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.tab-img{
    width:100%;
    height:100%;
    right:0px;
}
.tab-img img{
    width:100%;
    height:100%;
    right:0px;
    padding:2px;
}
.list-group-item{
    padding:0px
}
.tab-text{
    text-align:right;
    margin-right:10px
}

.tab-text h6{
  color:#ddd;
  margin-right:20px
}