body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #05445E;
}

a {
	color: #05445E;
}

.header-wrapper {
	margin-bottom: 10px;
}

.header-wrapper::after {
	background-color: #f2f5f7;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	content: "";
	display: block;
	width: 100%;
	height: 30px;
}

.header {
	display: flex;
	justify-content: space-between;
}

.header__logo {
	margin: 40px 0 8px;
}

.container {
	width: 1100px;
}

.sidebar {
	margin-right: 30px;
}

.header__login {
	color: #000;
	padding: 18px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
	min-height: 100%;
	font-size: 15px;
}

.header__login a {
	color: #05445E;
	text-decoration: underline;
}

.header__login a.goback {
	display: inline-block;
	margin-top: 20px;
}

body.loggedOut .sidebar {
	display: none;
}

body.page-login .register, body.page-login .heading {
	display: none;
}

.sidebar {
	display: none;
}

.aec-button,
body.page-login .subheading .text-muted,
body.page-projects .filter__status,
body.page-project-details .status,
body.page-project-details .company-contacts,
body.page-project-details .documents h3,
body:not(.page-project) .goback{
	display: none !important;
}

body.page-project-details .documents {
	float: none;
	width: 100%;
	background-color: #EEE;
	padding: 15px 5px;
}

body.page-project-details .documents .icon i::before {
	content: "\f1c1";
}

body.page-project-details .documents .details > div {
	padding: 2px 0;
	font-size: 1.1rem;
}