﻿
#HRStatMainMenu a:visited {
	color: #006fb5;
}
#HRStatMainMenu a:hover {
	color: #363636;
	text-decoration: none;
}
.MainContent form#loginForm {
	margin: 0 -30px;
}
#loginForm h2:before {
	content: "";
	display: block;
	width: 50px;
	padding-bottom: 10px;
	border-top: 3px solid #b58400;
}
#loginForm h2 {
	color: #b58400;
	font-size: 36px;
	font-weight: bold;
	float: left;
	max-width: 530px;
}
#loginForm h2:after {
	content: "You have reached a restricted page that you may not be authorized to view. Please log in.";
	display: block;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	padding-top: 4px;
}
#loginForm p.forgotPasswordLink a + a {
	display: block;
	margin-top: 1px;
}
/* #loginForm a:first-of-type::after {
	content: "•";
	margin: 0 8px;
	display: inline-block;
}
#loginForm a:hover::after {
	text-decoration: none !important;
	cursor: default;
}*/

.MainContent form#loginForm .messages {
	margin-right: 60px;
	max-width: 580px;
}

.MainContent form#loginForm .form {
	margin-top: -185px;
	width: 280px;
	padding: 30px 2em;
}
.MainContent form#loginForm .form .restrictedUserMessage {
	margin: 0;
}
.MainContent form#loginForm input[type=submit] {
	text-transform: capitalize;
}
.restrictedUserMessage h3 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
}
.warningBanner {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
}
.warningBanner p {
	font-style: italic;
	font-size: 16px;
	color: #959595;
}
form#loginForm .form .userNameLabel label, form#loginForm .form .passwordLabel label {
	font-weight: normal;
	color: #252525;
}
.MainContent form#loginForm .form li {
	margin: 0;
}
.MainContent form#loginForm .form li input {
	margin: 4px 0 20px 0;
}
.MainContent section.buckets ul {
	list-style: none;
	justify-content: space-around;
	padding: 0;
}
#about {
	margin-left: -30px;
}
#about blockquote.quote {
	color: #cda12d;
	font-size: 20px;
}
#about p {
	font-size: 16px;
	line-height: 32px;
}
section .help {
	color: #767676;
	cursor: pointer;
	font-style: italic;
	font-weight: normal;
}

	section .help:before {
		content: url("../img/global/help.png");
		padding: 0 4px;
		position: relative;
		top: 4px;
	} 
.redScore {
	color: #e08c8c;
} 

.greenScore {
	color: #32a68b;
}

.globalScore {
	color: #b58400;
}

.score.redScore {
	background: #e08c8c;
	border: 2px solid #9a3d3d;
	color: #000000;
}

.score.greenScore {
	background: #5fc4ac;
	border: 1px solid #5fc4ac;
	color: #000000;
}

.score.globalScore {
	background: #b58400;
	border: 1px solid #b58400;
	color: #000000;
}

.score.componentScore {
	background: #205493;
	border: 2px solid #205493;
	color: #000000;
}

.score.agencyWideScore {
	background: #5986bd;
	border: 1px solid #5986bd;
	color: #000000;
}

.score.govWideScore {
	background: #cccccc;
	border: 1px solid #cccccc;
	color: #000000;
}

.confirmationBox, .dataShade {
	display: none;
}

/* confirmation box */
.confirmBox {
	padding: 35px;
	box-sizing: border-box;
	max-width: 550px;
}

.confirmBox h2 {
	color: #9f6c00;
	padding-bottom: 40px;
}

	.confirmBox h2::after, #saveErrorBox h2::after {
		border-bottom: 1px solid #dedede;
		margin: 15px auto 0 auto;
		width: 90px;
		content: '';
		display: block;
	}

	.confirmBox div {
		text-align: left;
		margin-left: 10px;
		overflow: auto;
	}

	.confirmBox input {
		float: left;
		margin: 4px 10px 40px 0;
	}

	.confirmBox label {
		font-size: 16px;
		line-height: 20px;
	}

	.confirmBox .confirmActions li {
		display: inline-block;
		margin-top: 35px;
	}

		.confirmBox .confirmActions li a,
		.confirmBox .confirmActions li a:hover {
			color: #000;
			font-size: 16px;
			text-decoration: none;
			padding: 8px 32px;
			background-color: #ccc;
			font-weight: bold;
			cursor: pointer;
		}

			.confirmBox .confirmActions li a.confirm {
				background-color: #9f6c00;
				color: #fff;
			}

			.confirmBox .confirmActions li a.noClick {
				opacity: .4;
			}

				.confirmBox .confirmActions li a.noClick:hover {
					cursor: default;
				}

h1 {
	color: #00a651;
	padding-bottom: 50px;
}

h2 {
	padding-bottom: 40px;
	font-size: 34px;
	font-weight: normal;
}

.largerText{
	font-size: 1.2em;
}

.bold{
	font-weight:bold;
}


/*top navigation*/
#HRStatTopNav {
	padding: 0 !important;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	flex-grow: 0 !important;
	display: flex;
	flex-grow: 1;
	order: 2;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 90px;
}

	#HRStatTopNav ul {
		color: #0071bc;
		padding: 0;
		margin: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		list-style-type: none;
	}

	#HRStatTopNav ul li {
		padding: 25px 35px 25px 0;
	}
	#HRStatTopNav ul li:last-child {
		padding-right: 0;
	}

	#HRStatTopNav #HRStatMainMenu {
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: left;
	}

	#HRStatTopNav #HRStatLoginMenu ul {
		font-size: 16px;
		text-align: right;
	}
	#HRStatTopNav #HRStatLoginMenu ul li a {
		color: #959595;
		font-weight: bold;
	}
	#HRStatTopNav #HRStatLoginMenu ul li span {
		margin: 0 6px;
		color: #959595;
	}


#SideNavigation h3 {
	margin-top: 60px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}

#SideNavigation ul {
	margin: 0;
	padding: 0;
}

#SideNavigation ul li {
	border: none;
}


#SideNavigation .domains li,
#SideNavigation .domains li a {
	font-size: 17px;
	font-weight: bold;
	color: #c0c0c0;
	line-height: 23px;
	text-align: left;
	cursor: pointer;
}

#SideNavigation .domains li:hover,
#SideNavigation .domains li a:hover {
	color: #363636;
}

#SideNavigation .domains li.completed,
#SideNavigation .domains li.completed a {
	color: #009548;
}

#SideNavigation .domains li.active,
#SideNavigation .domains li.current,
#SideNavigation .domains li a {
	color: #000;
}
.loadingGraphic {
	background: rgba(205, 205, 205, 0.4) url(/cdn/img/global/loader_large.gif) no-repeat scroll center 45%;
	content: "";
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
}
.loadingGraphic.registration {
	background-color: rgba(205,205,205,0.9);
}

.loadingGraphic.registration > p {
	color: #00a651;
	font-size: 36px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
}
.blankAvatar {
vertical-align: middle;
}
.currentUsersName,.logOutLink{
	padding-left: 5px;
}
.ForgotPasswordContainer {
	width: 62%;
	padding: 70px;
	background-color: #f6f5f5;
	margin: 50px auto 0 auto;
	text-align: center;
}
.ForgotPasswordContainer p {
	color: #252525;
	font-size: 14px;
}
.ForgotPasswordContainer h2 {
	color: #00a651;
	padding-bottom: 30px;
}
.ForgotPasswordContainer label {
	font-size: 14px;
}
.ForgotPasswordContainer label span {
	color: #ff0000;
}
.ForgotPasswordContainer table {
	width: 60%;
	margin-top: 30px;
}
.ForgotPasswordContainer td {
	display: block;
	text-align: left;
}
.ForgotPasswordContainer input {
	width: 100%;
	padding: 10px;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	margin: 10px 0;
	font-size: 14px;
}
.ForgotPasswordContainer input#SendPassword {
	background-color: #0071bc;
	color: #fff;
	margin: 0;
	border: none;
	font-weight: bold;
	padding: 14px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}
.ForgotPasswordContainer input#SendPassword:hover {
	cursor: pointer;
	opacity: .9;
}
/* Responsive */
@media only screen and (max-device-width : 480px) {
	#MainContent_Container, .MaxWidth_Container, #Navigation_Container {
width: 100%;
}
#Top_Container,
#MainNavigation,
#haackroutedebugger,
#Sitemap {
	display: none;
}
#ControlPanelTab {
	display: none !important;
}
#HRStatTopNav {
	margin-bottom: 45px;
}
#HRStatTopNav ul {
	display: block;
}
#HRStatTopNav ul li {
	padding: 6px 0;
}
.Sitemap_Container {
	height: 200px;
	width: auto;
}
.Sitemap_Container H3,
.Sitemap_Container p {
	font-size: .7em;
}
.usingSecondaryNavigation {
	width: 100%;
}

}
