/* Add here all your css styles (customizations) */
.nav-tabs1 {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs1>li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs1>li>a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}

.nav:after {
    clear: both;
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.nav-stacked>li+li {
    margin-top: 0;
}
.nav-stacked>li+li {
    margin-top: 0;
}

.nav-tabs1>li.active>a, .nav-tabs1>li.active>a:hover, .nav-tabs1>li.active>a:focus {
    border: 0;
    color: #fff;
    background: #337AB7;
    position: relative;
}

.tab-wrap:hover{
	border:1px solid #0064bf	
}

.nav-tabs1>li.active>a:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent transparent transparent #337AB7;
    border-width: 25px 22px;
    right: -44px;
    top: 0;
}

.tab-content {
    padding: 20px;
}