.nav-tabs {
	
	margin-top: 5px;
    width: 100%;
    margin-left: 15px;
    background: #f5eaea;
	border-bottom:0px;
}
.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: #ed3237 !important;
	font-size:14px;
	
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none; 
	color: #ed3237 !important; 
	background: transparent !important;
}
.nav-tabs > li > a::after {
	content: "";
	background: #ed3237 !important;
	height: 4px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -4px;
	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: 5px 0; 
}
.tab-content{
	padding:5px;
}
.nav > li > a {
    position: relative;
    display: block;
   padding: 10px 47px;
}
.nav-tabs > li > a {
    margin-right: 12px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.navbar-3 {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    margin-top: -19px;
}
.navbar-default-2 {
    background-color: #f5eaea;
    border-color: transparent!important;
    box-shadow: 0px 1px 4px 1px #c7c1c1;
}