﻿.tabs {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	/*overflow-y: hidden;*/
	font-weight: 300;
}
.overflow-inherit {
    overflow: inherit;
}
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}
.tabs nav li.tab-current {
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	z-index: 10;
}
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 2px;
	right: 100%;
	bottom: 0;
	width: 1800px;
	/*background-color: #538E96;*/
}
.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	/*width: 4000px;*/
}
.tabs nav a {
	color: #253939;
	display: block;
	line-height: 2.5;
	white-space: nowrap;
}
.tabs nav a:hover {
	color: #768e9d;
}
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}
.application-tabs .left-menu {
	position: relative;
	right: 32px;
}