.nav {
	margin-bottom: 1px;
	margin-top: 0;	
	margin-left: -2px;
	padding-left: 0;
	list-style: none;
}

#tabs > .nav-tabs {
	position: relative;
	height: 40px;
}

.nav-tabs {
  	position: relative;
	line-height: 23px;

}

.nav:extend (.clearfix all ); .nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav.disabled>li>a {
	color: #fff;
}

.nav.disabled>li>a:hover, .nav.disabled>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

.nav .show>a, .nav.open:hover, .nav .show:focus {
	background-color: #fff;
	border-color: #fff;
}

.nav>li>a>img {
	max-width: none;
}

//
TABS
.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.trendyContent>.nav-tabs>li.pull-right {
	float: right;
	margin-right: 24px;
	height:25px;
}

.dropdown-menu>.active>.otherTab {
	background-color: #ffffff;
	color: #6e6e6e;
	width: 71%;
	margin-left: 3px;
}

.tabdrop.hide {
	display: none !important;
}

#tabs > .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-item {
	float: left;
	margin-bottom: -1px;
	margin-left: 8px;
}

#tabs>.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	font-size: 14px;
	margin-left: 0px;
}

.trendyContent > .nav-tabs>li>a {
	position: relative;
	display: inline-block !important;
	padding: .1em .2em 0;
	font-size: 15px;
	z-index: 1;
	margin-left:0px;
	margin-right: 2px;
}

.trendyContent > .nav-tabs > li::before {
	content: '';
	position: absolute;
	top:0; bottom: 0; right: 0; left: 0;
	background: #ccc;
	background-image: linear-gradient(hsla(0,0%,100%,.6),hsla(0,0%,100%,0));
	border: 1px solid rgba(0,0,0,.2);
	border-bottom: none;
	border-radius: .6em .6em 0 0;
	box-shadow: 0 .15em white inset;
	margin-left: -6px;
	z-index: 1;
}

/* .nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
} */

.trendyContent > .nav-tabs > li.active::before {
	content: '';
	position: absolute;
	top:0; bottom: 0; right: 0; left: 0;
	background: #C9D6E7;
	background-image: linear-gradient(hsla(0,0%,100%,.6),hsla(0,0%,100%,0));
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	border-radius: .6em .6em 0 0;
	box-shadow: 0 .15em white inset;
	z-index: 1;
	margin-left: -6px;
}

/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #555;
	background-color: #C9D6E7;
	border: 1px solid #fff;
	border-bottom-color: transparent;
	cursor: default;
} */

.nav-tabs.nav-justified { .nav-justified (); .nav-tabs-justified ();

}

.tab-content .tab-pane {
	display: none;
	position: relative;
	z-index: 1;
}

.tab-content .active {
	display: block;
	width: 99%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.tab-content.popupTab
{
	height: calc(100% - 140px);
}

.tab-content {
	height: calc(100% - 120px);
	position: relative !important;
	z-index: 1;
}

.fade.in {
	opacity: 1;
}

.otherTab {
	margin-left: -10px;
}