
.nth-tabs {
	
	font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	border: 1px solid #E4EAEC !important;
}

	.nth-tabs .page-tabs {
		width: 100%;
		height: 60px;
		line-height: 40px !important;
		position: relative;
	}

	.nth-tabs .content-tabs {
		width: 100%;
		position: relative;
		background: none;
		line-height: 40px;
		overflow: hidden;
	}

	.nth-tabs .content-tabs-container {
		width: 100000px;
		margin-left: 0px !important;
		overflow: hidden;
		transition: margin-left 1s;
		-moz-transition: margin-left 1s;
		-webkit-transition: margin-left 1s;
		-o-transition: margin-left 1s;
	}

/*.tab-content {
	overflow: auto;
}*/

.nth-tabs, .tab-content, .tab-pane {
	height: 100%;
	/*height: calc(100% - 42px);*/
}

.nth-tabs-content, .nth-tabs {
	width: 100%;
	height: calc(100% - 42px);
	/***position: relative;**/
	/*overflow-x: hidden;*/
	padding: 0 8px 2px 0;
}

.nth-tabs-frame {
	width: 100%;
	height: calc(100% - 42px);
	position: relative;
	overflow-x: hidden;
}


.nth-tabs .roll-nav {
	position: absolute;
	width: 40px;
	height: 60px;
	text-align: center;
	color: #fff;
	/*background-color: #a5233d;*/
	z-index: 2;
	top: 0;
}

.nth-tabs a.roll-nav:hover {
	color: #fff !important;
}

.nth-tabs a.roll-nav:active, .nth-tabs a.roll-nav:visited {
	color: #fff;
}

.nth-tabs .roll-nav-left {
	left: 0;
	border-bottom: 1px solid #E4EAEC;
	display: none;
}

.nth-tabs .roll-nav-right {
	right: 0%;
	border-bottom: 1px solid #E4EAEC;
}

.content-tabs ul.nav.nav-tabs li {
	position: relative;
	z-index: 11;
}

.nth-tabs .tab-close {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #b57e3b;
	border-radius: 30px;
	background: #b57e3b;
	font-size: 12px;
	line-height: 1.1;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 25%);
}

}

.nth-tabs .tab-close:hover {
	/*background-color: #f96868;*/
	/*border-radius: 16px;*/
	color: #f96868;
	cursor: pointer;
}

.nth-tabs .tab-close-dasabled {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #666;
	border-radius: 30px;
	background: #999;
	font-size: 12px;
	line-height: 1.1;
}

}

.nth-tabs .tab-close-dasabled:hover {
	/*background-color: #f96868;*/
	/*border-radius: 16px;*/
	color: #666;
	cursor: pointer;
}

.nth-tabs .tab-down {
	border-top: 4px solid;
	-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;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/*tab list*/
#TTData .nth-tabs .right-nav-list {
	/*border-left: 1px solid #E4EAEC;*/
	border-bottom: 1px solid #E4EAEC;
	right: 285px;
	display: flex;
	visibility: hidden;
}

	#TTData .nth-tabs .right-nav-list a {
		color: #999;
	}

		#TTData .nth-tabs .right-nav-list a:hover {
			color: #797979;
			text-decoration: none;
		}

#TTData .tab-list-scrollbar {
	max-height: 250px;
	max-width: 180px;
}

i#seta {
	font-size: 22px;
}
/*.dropdown-menu{
	z-index: 99999999 !important;
	left: -141px !important;
}

.dropdown-menu ul {
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.dropdown-menu ul li {
	line-height: 30px;
	padding: 0px 20px;
	white-space: nowrap;
}

.dropdown-menu ul li:hover {
	background-color: #ececec;
	cursor: pointer;
}
*/
.scrollbar-outer {
	overflow: hidden;
}


/*tab*/
#TTData .nav-tabs {
	border-bottom: 0 !important;
	height: 50px;
}

	#TTData .nav-tabs > li a span span {
		font-size: 12px;
		font-style: italic;
	}

	#TTData .nav-tabs a {
		color: #666;
		border-radius: 0;
	}

	#TTData .nav-tabs > li {
		/*width:8.1em;*/
	}

		#TTData .nav-tabs > li > a {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			padding-right: 25px;
			padding-left: 10px;
			text-align: center;
			margin: 7px;
			padding: 2px 35px 19px 10px;
			text-transform: capitalize;
			border: 1px solid #c9d1d9;
			border-radius: 6px;
			background: rgb(225 231 237);
		}

		#TTData .nav-tabs > li a span {
			line-height: normal;
			font-size: 14px;
			display: inline-grid;
			text-align: left;
			color: #111;
			font-weight: 500;
		}

			#TTData .nav-tabs > li a span span {
				color: #555555;
			}

		#TTData .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
			text-transform: capitalize;
			border: 1px solid #f3be84;
			background-color: rgb(255 242 227);
			color: #fff;
			-webkit-transition-property: background-color,border-bottom;
			-webkit-transition-duration: 0.2s;
			-webkit-transition-timing-function: ease;
			-moz-transition-property: background-color,border-bottom;
			-moz-transition-duration: 0.2s;
			-moz-transition-timing-function: ease;
			-o-transition-property: background-color,border-bottom;
			-o-transition-duration: 0.2s;
			-o-transition-timing-function: ease;
		}

/*#TTData .nav > li > a:focus, .nav > li > a:hover {
	background-color: #7a232d;
}*/

/*animation*/

[class*=animation-] {
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.animation-fade {
	-webkit-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .8s;
	-o-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


.sortingbox span.active i {
	color: #fff;
}

body .sortingbox span.active, body .sortingbox span.active i {
	background: unset !important;
	color: #000 !important;
	font-weight:600;
}