﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default *
/*input,
select,
textarea {
    max-width: 280px;
}*/

.splashtop {
	background-color: #eaf1f1;
	height: 4em;
	color: #fff;
	text-align: center;
}

div.question {
	padding: 3px;
	margin: 3px;
}

div.question.incomplete {
	border: 1px solid #880000;
	background-color: #ffcccc;
	border-radius: 3px;
}


.splash {
	background-image: url('Images/denim.png');
	padding: 4em 0 2em;
	color: #fff;
	text-align: center;
}


#home {
	padding-top: 0;
	background-color: #eaf1f1;
}

.section-login {
	padding: 4em 0 3em;
	background-color: #eaf1f1;
}

#loginForm {
	padding-top: 2em;
}

.section-login .fa {
	margin-right: .5em;
}

.section-login p {
	margin-bottom: 3em;
}

.bigText {
	font-size: 4em;
}

input.form-fixer {
	padding: 6px;
	font-size: 14px;
	height: 28px;
}

button.form-fixer {
	padding: 1px 10px;
	font-size: 14px;
	height: 28px;
}

.text-cic-green {
	color: #90CD2A;
}

#update-message-popdown {
	position: fixed;
	top: -70px;
	z-index: 100000;
	left: 0px;
	right: 0px;
	text-align: center;
	padding-top: 20px;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	background-color: #08BD08;
	color: white;
	opacity: .95;
	border-bottom: 1px solid #019501;
}

#close-update-popdown {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

#error-message-popdown {
	position: fixed;
	top: -70px;
	z-index: 100000;
	left: 0px;
	right: 0px;
	text-align: center;
	padding-top: 20px;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	background-color: #E80914;
	color: white;
	border-bottom: 1px solid #B7010A;
	opacity: .90;
}

#close-error-popdown {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.extraspace {
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
}

.toe-text {
	font-size: 1.1em;
}

.toe-text table td {
	
	vertical-align: top;
	padding-bottom: 7px;
}

.toe-text .header {
	font-weight: bold;
}
