﻿:root {
	--ch-blue: #006084;
	--ch-hover-blue: #0079a8;
	--ch-pale-blue: #cee2fc;
	--ch-yellow: #ecb91e;
	--ch-pale-yellow: #fbf1d2;
	--ch-dark-yellow: #c49811;
	--ch-dark-green: #00792d;
	--ch-dark-red: #9d0019;
	--ch-hover-red: #c7001f;
	--white: #fff;
	--black: #000;
	--light-grey: #ccc;
	--dark-grey: #333;
	--notification-pale-blue: #eef4f9;
}

.btn.btn-primary:disabled, 
.btn.btn-primary:disabled:hover {
	background-color: #333 !important;
	color: #ccc !important;
}

.pw-input {
	margin-top: 5px;
	width: 300px;
}

.pw-val-wrapper {
	margin-left: 10px;
}

.new-pw {
	margin-top: -15px !important;
}

.pw-input.retype-pw {
	margin-top: 25px !important;
}

.PasswordStrength {
	width: 300px !important;
	margin-top: -15px !important;
}

.password ul {
	font-size: unset;
	line-height: unset;
	margin-bottom: unset;
	list-style-position: unset;
	font-family: inherit;
}

.new-password-validators, 
.passwords-match-validator {
	display: table;
}

.new-password-validators {
	margin-top: -20px !important;
}

.new-password-validators .row, 
.passwords-match-validator .row {
	display: table-row;
}

.label-smaller {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.footer-left img {
	width: auto !important;
	height: auto !important;
	max-width: 300px;
	max-height: 80px;
}

.footer-left a img {
	border: none !important;
}

.footer-left img {
	display: inline-block !important;
	vertical-align: middle !important;
}

table {
	background: unset !important;
	margin-bottom: unset !important;
	border: unset !important;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: unset !important;
}

.btn.btn-primary {
	background-color: #002244;
	color: #fff;
	font-weight: bold;
}

.lh-box {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
	height: 390px;
	width: 540px;
	padding: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 200px auto auto auto;
}

.lh-box.success,
.lh-box.email-sent,
.lh-box.password-reset-success,
.lh-box.missing-student-info,
.lh-box.sso-user, 
.lh-box.deactivated, 
.lh-box.no-email {
	align-content: center;
	text-align: center;
	display: none;
	font-size: 25px;
	font-weight: bold;
	color: red;
}

.cdcr-user {
	align-content: center;
	text-align: center;
	font-weight: bold;
	margin: 10px;
	background-color: var(--ch-pale-blue);
	padding: 5px;
	color: var(--ch-blue);
	border-radius: 3px;
	display: none;
}

.lh-box.email-sent, 
.lh-box.password-reset-success {
	color: green !important;
}

.lh-box.sso-user {
	color: #006084 !important;
}

.lh-box.username {

}

.lh-box.security-answer {
	display: none;
}
 
.lh-box.password {
	display: none;
}

.username-input {
	margin-top: 5px;
	width: 300px;
}

.lh-box table {
	height: 100%;
	width: 100%;
}

	.lh-box table .instructions-row {
	}

	.lh-box table .content-row {
		height: 100%;
	}

	.lh-box .content-row.passwords .passwords-table {
		max-height: 120px;
	}

	.lh-box .content-row.passwords .passwords-table tr.strength-row {
		height: 60px;
	}

	.lh-box .content-row.passwords .passwords-table tr.retype-row .retype-validators div {
		margin-top: 20px;
	}

	.lh-box table .buttons-row {
		height: 25px;
	}

		.lh-box table .buttons-row td {
			text-align: right;
		}

.ddl-month {

}

.ddl-day {
	margin-left: 5px;
}

.ddl-year {
	margin-left: 5px;
}