@charset "UTF-8";
.body {	
	background-color: white;
	margin-top: 40px;
}

html, body {
	background-color: #5c5c5c;
}

footer {
	font-size: smaller;
}

a.skip {
	position: absolute;
	left: -9999px;
}

/* Bootstrap Overrides */
.page-header {
        background-color: #f5f5f5;
}

.required-indicator {
	color: red;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}
input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

.error {
	margin-top: 20px;
}

#spinner {
	float:right;
	position: fixed;
	top: 0;
	right: 0;
}

h2{ 
	margin-left: 0.5em;
}

.wowRecTool {
	
}

.PPMTitle {
	color: #E46B24;
}

/* Custom Styling */
.white {
	background: #ffffff;
}

.page-header {
	margin: 20px 0px 20px 0px !important;
	padding: 9px !important;
}

.header-main-bar { margin-bottom: 40px; }

@media (max-width: 980px) { 
	.header-main-bar { margin-bottom: 0px; }
	.page-header {
		margin: 0px 0px 20px 0px !important;
	}
}

