#header #links {
	color: #ffffff;
	float: right;
	padding: 10px 20px 0 0;
}

#LoginFormDiv {
	max-width: 400px;
	margin: 50px auto;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}

#ChangePassFormDiv legend {
	border-bottom: 1px solid #e5e5e5;
}

#ChangePassFormDiv {
	max-width: 500px;
	margin: 50px auto;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}

#formTitle {
	font-size: 2rem;
	padding-bottom: 1rem;
}

.login-help a {
	color: #666;
	text-decoration: none
}

.login-help a:hover {
	text-decoration: underline
}

#PhotoEdit {
	float: none;
}

#ApplStatusInfo {
	margin-bottom: 25px;
	line-height: 20px
}

/* ************ Applicant Status progress	**************	*/
#ApplStatusProgress .panel {
	padding: 0;
	background-color: #f2f2f2;
	border: 1px solid #c9d0d6;
	text-align: center
}

#ApplStatusProgress .panel.active {
	background-color: #eef3fb;
	color: #00669b;
}

#ApplStatusProgress .panel-heading {
	padding: 10px;
	font-weight: bold;
	background: #f2f2f2;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#f2f2f2, #fff, #f2f2f2);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #fff, #f2f2f2);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #fff, #f2f2f2);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #fff, #f2f2f2);
	/* Standard syntax */
}

#ApplStatusProgress .active .panel-heading {
	background: #eef3fb;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eef3fb, #fff, #eef3fb);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eef3fb, #fff, #eef3fb);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eef3fb, #fff, #eef3fb);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#eef3fb, #fff, #eef3fb);
	/* Standard syntax */
}

#ApplStatusProgress .panel-body {
	padding: 10px;
	border-top: 5px solid #fff;
}

#ApplStatusProgress div.col-sm-2 {
	background: url(../images/status-arr-down.gif) bottom center no-repeat;
	padding-bottom: 1px;
}

#ApplStatusProgress div.col-sm-2.last {
	background-image: none
}

#ApplStatusProgress div.col-sm-2 i {
	margin-left: 10px;
	font-size: 18px;
}

/* ************ FOOTER	**************	*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

	#ApplStatusProgress div.col-sm-2 {
		width: 20%;
		background: url(../images/status-arr.gif) top right no-repeat;
	}
}

@media (max-width: 768px) {
	.logBottLine#bottom {
		width: 100%;
	}
}