body {
	background: #f5f5f5;
}

.top-menu-wrap, 
.page-loading-bar-wrap {
	position: fixed;
	z-index: 198;
}

.entity-page-wrap nav.tabs-menu-wrap {
	position: fixed;

	left: 0;
	bottom: 0;
	top: 69px;

	width: 250px;
	box-sizing: border-box;
	padding-top: 5px;

	border-right: 1px solid #ddd;
	background: #fff;
}

.entity-page-wrap .tabs-oneline {
	display: none;
}

.entity-page-wrap .entity-content-wrap {
	margin-left: 275px;
	margin-top: 45px;
}

.entity-page-wrap nav.tabs-menu-wrap a,
.entity-page-wrap nav.tabs-menu-wrap .item {
	display: block;
	font-size: 14px;
	color: #337;

	text-decoration: none;
	white-space: nowrap;

	box-sizing: border-box;
	height: 32px;
	line-height: 32px;

	padding: 0 10px;

	transition: all .4s;
	border-bottom: 1px solid #eee;

	overflow: hidden;
	text-overflow: ellipsis;
}

.entity-page-wrap div.tabs-oneline .item.disabled {
	display: none !important;
}

.entity-page-wrap div.tabs-oneline .settings-wrap {
	display: none !important;
}

.entity-page-wrap nav.tabs-menu-wrap .tabs-group .item.disabled {
	color: #666;
	background: none;
	text-decoration: none;
	opacity: 0.6;
	cursor: not-allowed;
}

.entity-page-wrap nav.tabs-menu-wrap .tabs-group .item.disabled:hover {
	background: none;
}

.entity-page-wrap nav.tabs-menu-wrap a img,
.entity-page-wrap nav.tabs-menu-wrap .item img {
	display: inline-block;
	height: 22px;
	vertical-align: middle;
}

.entity-page-wrap nav.tabs-menu-wrap a.active,
.entity-page-wrap nav.tabs-menu-wrap a:hover {
	background: #eee;
	color: #69b;
}

.entity-page-wrap nav.tabs-menu-wrap a.active {
	font-weight: bold;	
}

.entity-page-wrap nav.tabs-menu-wrap .tabs-group .item.group-header:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e914";
	width: 16px;
	display: inline-block;
}

.entity-page-wrap nav.tabs-menu-wrap .tabs-group .item:not(.group-header) {
	padding-left: 20px;
}

.entity-page-wrap .entity-content-wrap .entity-header,
.entity-page-wrap .entity-content-wrap .entity-content {
	max-width: 980px;
	box-sizing: border-box;
	margin: 75px auto 10px;
}

.entity-page-wrap .entity-content-wrap .entity-header h1 {
	font-size: 20px;
}

.entity-page-wrap .entity-content-wrap .entity-content {
	max-width: 980px;
	box-sizing: border-box;

	margin: 10px auto;
	padding: 15px;

	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.05 );
}

.entity-page-wrap nav.tabs-menu-wrap .tabs-group .item-small {
	font-size: 75%;
	padding: 0 5px;
	border-bottom: none;
}

.entity-page-wrap .chart-wrap {
	width: 350px;
	max-width: 100%;
	overflow: hidden;
}

.entity-page-wrap .chart-wrap .chart-container {
	width: 100%;
	overflow: auto;
}

.entity-page-wrap .tenderers-wrap {
	overflow: hidden;
}

.entity-page-wrap .prev-next-nav {
	max-width: 980px;
}

.entity-page-wrap .prev-next-nav .item {
	width: 50%;
}

.entity-page-wrap .prev-next-nav .item.next {
	text-align: right;
}

.entity-page-wrap .prev-next-nav a {
	color: #777;
	text-decoration: none;
}

.entity-page-wrap .company-updated-notice {
	background: #F0F0F0;
	color: #515151;

	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;

	border-left: 5px solid #FECC6B;
	margin: 10px -15px 10px -25px;

	font-size: 15px;
}

.entity-page-wrap .company-updated-notice .updated-at,
.entity-page-wrap .company-updated-notice .title,
.entity-page-wrap .company-updated-notice .btn-wrap {
	padding: 15px;
}

.entity-page-wrap .company-updated-notice .updated-at {
	background: #77C19D;
	color: #fff;
}

.entity-page-wrap .company-updated-notice .title {
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.entity-page-wrap nav.tabs-menu-wrap {
		width: 175px;
	}

	.entity-page-wrap .entity-content-wrap {
		margin-left: 200px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 760px) {
	.entity-page-wrap nav.tabs-menu-wrap {
		top: 0;
	}

	.top-menu-wrap .burger {
		position: absolute;
		right: 3px;
	}

	.entity-page-wrap .tenderers-wrap {
		font-size: 12px;
	}

	.entity-page-wrap .tenderers-wrap .tabs-content {
		overflow: auto;
	}

	.entity-page-wrap .company-updated-notice {
		flex-wrap: wrap;
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.entity-page-wrap nav.tabs-menu-wrap {
		position: static;
		margin-top: 64px;
	}

	.entity-page-wrap .entity-content-wrap {
		margin: 0 10px;
	}

	.entity-page-wrap nav.tabs-menu-wrap a,
	.entity-page-wrap nav.tabs-menu-wrap .item {
		display: inline-block;
		overflow: visible;
	}

	.entity-page-wrap nav.tabs-menu-wrap {
		display: none;
	}

	.entity-page-wrap .entity-content-wrap {
		margin: 0;
	}

	.entity-page-wrap .tabs-oneline {
		display: flex;
		justify-content: flex-start;
		align-items: start;
		flex-wrap: wrap;

		background: #fff;
		padding: 5px;
		padding-right: 40px;
		padding-top: 40px;
		flex-direction: column;
	}

	.entity-page-wrap .tabs-oneline a {
		display: block;
		padding: 5px;
		margin: 5px;
	}

	.entity-page-wrap .tabs-oneline .tabs-group .group-header {
		display: none;
	}
}