@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto+Condensed&display=swap');

body {
	background-color: #fff;
}

.t-primary-bgcolor {
	background-color: #1D325C;
}

a {
	color: #0871b3;
}

.container {
	width: 1360px;
}

.header {
	width: 100% !important;
}

.header__top {
	background-color: #1D325C;
	height: 51px;
	display: flex;
	align-items: center;

}

.header__top .container {
	display: flex;
	justify-content: flex-end;
}

.header__top .container svg {
	height: 30px;
	width: auto;
	padding-right: 15px;

}

.header__top a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: flex;
}

.header__top a:last-child {
	margin-left: 200px;
}

.header__top a:hover {
	text-decoration: none;
	color: #e3e6ed;
}

.header__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 4px 1.5rem 10px;
}

.bidding__button {
	color: #fff;
	background: #147dbf;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 22px;
	border-radius: 4px;
	padding: 7px 24px;
	margin-bottom: 9px;
}

.bidding__button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1167AD;
}

.header__nav {
	background-color: #D9E8F3;
	height: 51px;
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
}

.header__nav .container {
	padding: 0 1.5rem;
	font-size: 0;
}

.header__nav a {
	text-transform: uppercase;
	color: #1d325c;
	font-size: 16px;
	padding: 14px 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.header__nav a:hover {
	color: #3594c4;
	text-decoration: none;
}

.main {
	padding-top: 3rem;
}

.sidebar {
	margin-right: 3rem;
}

@media print {
	.page-project-planholders .planholders td.d-none {
		display: block !important;
	}
}

.number {
	display: none;
}

.page-upload-auction .main__content:before {
	content: "This is for government entities uploading documents for reverse auctions.";
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	display: block;
}

.page-upload-project .main__content:before {
	content: "THIS SECTION IS NOT FOR ADDENDA\AIf you are providing your own separate distribution list, please make sure your list includes vital information:\A-Contact names\A-Valid emails\A-Valid addresses";
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	display: block;
	white-space: pre;
}

.page-upload-plans .main__content:before {
	content: "THIS SECTION IS NOT FOR NEW BID PROJECTS. THIS SECTION IS FOR PRINT ORDERS ONLY";
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	display: block;
}

.page-upload-addendum .main__content:before {
	content: "STOP: THIS SECTION IS FOR ADDENDA ONLY, NOT FOR NEW PROJECT DOCUMENTS OR ADVERTISEMENT ONLY FOLLOW-UP UPLOADS";
	color: #fff;
	font-weight: 600;
	background-color: #d60000;
	border-color: #d60000;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	display: block;
}