@-webkit-keyframes hoverNumber {
	from {background-color: #797979;}
	to {background-color: #9b9b9b}
}
@-webkit-keyframes unhoverNumber {
	from {background-color: #9b9b9b;}
	to {background-color: #797979;}
}
@keyframes hoverNumber {
	from {background-color: #797979;}
	to {background-color: #9b9b9b}
}
@keyframes unhoverNumber {
	from {background-color: #9b9b9b}
	to {background-color: #797979;}
}
.topRibbon {
	height: 25px;
	width: 100vw;
	background: #424242;
	z-index:100;
}

body {
	display:block;
	background: url("/sslogin/files/images/BkgdPattern-01.svg") repeat-y;
}
body:after {
	transform: rotate(180deg);
	position: fixed;
	right: -400px;
	background: #990000;
	width: 400px;
	/* background: url("../../../files/images/BkgdPattern-01.svg") right repeat-y; */
}

.view {
	position: relative;
    width: 100vw;
    min-height: 670px;
}
.logosandstuff {
	margin-left: 10px;
	margin-top: 10px;
}

.starStation {
	text-align: center;
}

.starStation h3 {
	margin:2px 0px;
	font-size: 32px;
}
.starStation h3 span {
	font-size: 12px;
	vertical-align: top;
}

.starStation h4{margin:2px 0px;color: #797979; font-size: 14px;}

.formAndInfo {
	/* border:1px dotted red; */
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 60%;
	margin-bottom: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}

input[type="text-field"], input[type="text"], textarea, input.text-field
	{
	border-width: 1px;
	border-style: solid;
	border-color: #797979 #e1e1e1 #e1e1e1 #797979;
	border-radius: 4px;
}

.login {
	text-align: center;
}

.login form, .support p {
	text-align: left;
}

.login table td {
	padding: 1px;
}

.login table tr:nth-child(odd) td {
	padding-top: 15px;
	font-weight: bold;
}

.login table tr:last-child td {
	padding: 1px;
}

.login table tr:last-child td label {
	margin-bottom: 0;
}

.login button {
	height: 30px;
	width: 95%; font-weight:bold;
}

.divider {
	height: 275px;
	margin-top: 25px;
	width: 1px;
	background: #424242;
	border: none;
}

.support {
	width: 225px;
}

.contacts {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.loginPane {
	z-index: 98;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -485px;
	height: 75%;
	min-height: 500px;
	max-height: 550px;
	width: 970px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#e1e1e1', GradientType=0);
	border: 1px solid #424242;
}

ul li {
	transition: .5s background;
	padding: 8px 15px;
	background-color: #424242;
	color: #fff;
	list-style-type: none;
	margin: 6px 0;
}

ul li:hover {
	transition: .5s background;
	background-color: #6a6a6a;
}

ul {
	margin-left: -40px;
}

p, a {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

footer {
	/* z-index: -100; */
	width: 50vw;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	bottom: 0;
	background-color: transparent;
	margin-bottom: -20px;
}

footer p {
	font-size: 8px;
}
footer a {
	font-size: 16px !important;
	font-weight: bolder !important;
}

h1 {
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	/*color: #990000;*/
	color: #ff6600;
	margin-bottom: 0px;
}

h3 {
	font-size: 28px;
	font-weight: bold;
	/*color: #990000;*/
	color: #ff6600;
}

/* table, form{height:100%;} */
#validation td:first-child {
	line-height: 10px;
	height: 10px;
}

#validation td:first-child label {
	margin: 0;
}

#validation table tr {
	height: 20px;
}

#validation table tr td input.text-field, #validation table tr td select
	{
	box-sizing: border-box;
	line-height: 10px;
	height: 20px;
	width: 225px;
	padding: 0 5px 0 5px;
	display: block;
	float: left;
	margin: 0;
	color: #000;
}
table tr td input.text-field {
	line-height: 30px;
	height: 30px;
	width: 225px;
	padding: 0 5px 0 5px;
	display: block;
	float: left;
	margin: 0;
	color: #000;
}

table tr td input[type='checkbox'] {
	opacity: 1;
	position: static;
	vertical-align: middle;
}

table tr td input[type="checkbox"]+label span {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-left: -20px;
	margin-bottom: 2px;
	/* margin-right:4px; */
	vertical-align: middle;
	background: url(/sslogin/files/images/boxunchecked.png);
}

table tr td input[type="checkbox"]:checked+label span {
	/*background: url(/sslogin/files/images/boxchecked.png);*/
    background: none;
}

h2 a {
	color: #990000;
	font-size: inherit;
	text-decoration: underline;
}
.loginFormHalf {
	position: absolute;
	width: 49%;
	height: 100%;
	left: 0px;
	top: 0px;
	padding: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}

.loginFormHalf table {
	font-size: 12px;
}
.login#mfalogin{width:350px;}
#detailsOfError{height:60px;}
#PwdChg{padding:3px;}
#submitLblId{margin-left:10px;}
p#QandAInst{width: 350px;}
p#ResetInst{width: 235px;}

button:disabled {cursor:default; color:#e1e1e1;}

select.selectQuestion {
	height:32px;
	width:337px;
	padding:0px 2px;
	margin:0;
	color:#000000;
	border-left-color:#797979;
}

#retrymsg {
	color:red;
	font-weight:bold;
	margin-top: 5px;
    text-align: center;
}

.loginPane .alertBackdrop {
    left: -5px;
    top: -25px;
    height: 650px;
    width: 980px;
}
#maskLink{
  display: inline-block;
  margin: 8px 10px;
}

p.ssoErrorMsg {
	max-width:250px;
	font-size:14px;
}
#pwdChangeChkId{
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
}