.nth-tabs {
	border: 0px solid #E7E7E7 !important;
}

.nth-tabs .page-tabs {
	width: 100%;
	height: 42px;
	background: #fafafa;
	line-height: 40px;
	position: relative;
}

.nth-tabs .content-tabs {
	width: 100%;
	position: relative;
	height: 42px;
	background: #fafafa;
	line-height: 40px;
	overflow: hidden;
}

.nth-tabs .content-tabs-container {
	width: 100000px;
	margin-left: 40px;
	overflow: hidden;
	height: 42px;
	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: 42px;
	text-align: center;
	color: #999;
	background-color: #fff;
	z-index: 2;
	top: 0;
}

.nth-tabs .roll-nav:hover {
	color: #797979 !important;
	background-color: #0084ff;
}

.nth-tabs a.roll-nav:active,
.nth-tabs a.roll-nav:visited {
	color: #95A0AA;
}

.nth-tabs .roll-nav-left {
	left: 0;
	/* border: 1px solid #dfdfdf; */
	border-bottom: 3px solid #0084ff;
}

.nth-tabs .roll-nav-right {
	right: 40px;
	/* border: 1px solid #dfdfdf; */
	border-bottom: 3px solid #0084ff;
}
.nth-tabs .roll-nav span{
	display: inline-block;
	width:12px;
	height:12px;
}
.nth-tabs .roll-nav-right span{
	background:url(cs-arrow-h.png) no-repeat 0 -12px;
}
.nth-tabs .roll-nav-left span{
	background:url(cs-arrow-h.png) no-repeat 0  0px;
}
.nth-tabs a.roll-nav:hover.roll-nav-right span{
	background:url(cs-arrow.png) no-repeat 0 -12px;
}
.nth-tabs a.roll-nav:hover.roll-nav-left span{
	background:url(cs-arrow.png) no-repeat 0  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 .tab-down{
	/* -webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	-o-transform: scale(1.001);
	transform: scale(1.001); */
	display: inline-block;
	background:url(cs-arrow-h.png) no-repeat 0 -24px;
	vertical-align: middle;
}
.nth-tabs .roll-nav:hover .tab-down,
.nth-tabs .tab-down:hover{
	background:url(cs-arrow.png) no-repeat 0 -24px;
}
.nth-tabs .right-nav-list {
	right: 0;
	/* border-left: 1px solid #E7E7E7; */
	border-bottom: 3px solid #0084ff;
}

.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 {
	background-color: #fff;
	border-bottom: 3px solid #0084ff !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: 1px solid #0084ff;
	background-color: #0084ff;
	color: #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: #0084ff;
	border-top: 1px solid #0084ff;
	color: #fff;
}
.nav-tabs>li {
    margin-right: 5px;
}
.nav>li>a{
	line-height: 38px;
	padding: 0px 15px;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 16px;
	color: #666;
}
.dropdown-menu{
	left: auto;
	right: 0;
}