.nth-tabs{
	border:none !important;
}
.nth-tabs .page-tabs{
	width:100%;
	height:62px;
	line-height:58px;
	position:relative; 
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.nth-tabs .content-tabs{
	width:100%;
	position:relative;
	height:62px;
	line-height:62px;
	overflow:hidden; 
	
}
.nth-tabs .content-tabs-container{
	width:100000px;
	margin-left:40px;
	overflow:hidden;
	height:62px;
	transition:margin-left 1s;
	-moz-transition:margin-left 1s;
	-webkit-transition:margin-left 1s;
	-o-transition:margin-left 1s;
}
.nth-tabs .roll-nav{
	position:absolute;
	width:40px;
	height:60px;
	text-align:center;
	color:#999;
	background: #eeeeee;
	z-index:2;
	top:0px;
	padding-top: 23px;
}
.nth-tabs a.roll-nav:hover{
	color:#797979!important;
}
.nth-tabs a.roll-nav:active,.nth-tabs a.roll-nav:visited{
	color:#95A0AA;
}
.nth-tabs .roll-nav-left{
	left:0;
}
.nth-tabs .roll-nav-right{
	right:0px;
}
.nth-tabs .tab-close{
	margin-right:-5px;
	margin-left:3px;
	width:18px;
	height:18px;
	text-align:center;
	line-height:18px;
	color:#95A0AA;
}
.nth-tabs .tab-close:hover{
	background-color:#838E98;
	border-radius:18px;
	color:#fff;
	cursor:pointer;
}
.nth-tabs .right-nav-list{
	right:0;
	border-left:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
}
.nth-tabs .right-nav-list a{
	color:#999;
}
.nth-tabs .right-nav-list a:hover{
	color:#797979;
	text-decoration:none;
}
.tab-list-scrollbar{
	max-height:250px;
	max-width:180px;
}
.dropdown-menu ul{
	list-style:none;
	margin:0;
	text-align:left;
	padding:0;
}
.dropdown-menu ul li{
	line-height:30px;
	padding:0 20px;
	white-space:nowrap;
}
.dropdown-menu ul li:hover{
	background-color:#ececec;
	cursor:pointer;
}
.scrollbar-outer{
	overflow:hidden;
}
.nav-tabs{ 
	border-bottom: none !important;
}
.nav-tabs a{
	color:#76838f;
	border-radius:0;
}
.nav-tabs>li>a{
	border-radius:0;
	margin-right:0;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transition-property:background-color,border-bottom;
	-webkit-transition-duration:.2s;
	-webkit-transition-timing-function:ease;
	-moz-transition-property:background-color,border-bottom;
	-moz-transition-duration:.2s;-moz-transition-timing-function:ease;
	-o-transition-property:background-color,border-bottom;
	-o-transition-duration:.2s;
	-o-transition-timing-function:ease;
}
.nav-tabs>li:first-child.active>a{
	border-left:1px solid #fff;
}
.nav>li>a:focus,.nav>li>a:hover{
	background-color:#EDEDED;
	border-top:1px solid #EDEDED;
}