/*For TCC Accessibility Statement */

/* The Modal (background) */
.modalAccessibility {
  display: none; 
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 50%; 
  height: auto; 
  overflow: auto; 
}

/* Modal Content/Box */
div.modalAccessibility-content  {
	position: fixed;
	width:25%;
	height: auto;
	margin-right: 1%;
	margin-top:20%;
	border-radius: 15px;  
	border: 2px solid #73AD21;
	padding: 15px;
	overflow: auto;
	background: white;
	right:0;
	}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top:-4%
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Alert Boxfor login*/
div.alertbox-content  {
	position: fixed;
	width: 35%;
	border-radius: 15px;  
	border: 2px solid #73AD21;
	padding: 20px;
	height:auto;
	/*overflow: auto;*/
	background: white;
	color:black;
	right:34%;
	top:34%;
	left:34%;
	} 

/*for  TCC Accessibility Statement and Supported Browser div */
div.b {
  position: fixed;
  right: 0;
  width: 180px;
  height: 120px;
  margin-top: -0.5%;
  overflow: auto;
} 

.login-image {
	background: url('AscendarBkGrndLogin.compressed.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-header-image {
  padding-top:8px;
  width: 320px;
  height: 55px;
  object-fit: contain;
}

.login-image-layer {
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login-header {
  	height: 65px;
  	background-color: rgba(0, 0, 0, 0.5);
  	position: fixed; 
    top:2%;
    width:100%; 
    opacity: 1;
}

.login-footer { 
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0%;
    position: fixed; 
    bottom:0%;
    width:100%; 
    opacity: 1;
}
.on-screen-message-heading{
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.0;
	color: #ffffff;

}
.on-screen-message-content-left{
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.0;
	color: #ffffff;
	text-align:justify;
	margin-top: 1.5%;
	margin-left: 6%;
	width: 100%;
	
}
 .on-screen-message-content-right{
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.5;
	color: #ffffff;
	text-align:justify;
}

.login-screen-message {
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.0;
	color: #ffffff;
	text-align: justify;
	margin-left: 1%;
}
.login-field-heading{
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 1.0;
	color: #ffffff;
	text-align: justify;
	margin-left: 2%;
}
.link-color{
  	color: white; 
}
.link-on-login-header{
	position: absolute; horizontal-anchor: right; top:40%; 
}
.middle-area {
  	height: 80px;
}
.middle-area-logout{
	height: 240px;
}

.leftpadding70px{
	padding-left: 70px;
}

.leftpadding50px{
	padding-left: 50px;
}

.toppadding20px{
	padding-top: 20px;
}

input[type=submit] {
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
  	line-height: 1.0;
  	font-stretch: normal;
  	width: 80px;
  	height: 35px;
  	border-radius: 20px;
  	border-color: rgb(70, 160, 73);
  	background-color: rgb(70, 160, 73);
  	background: rgb(70, 160, 73);
  	letter-spacing: 0.96px;
  	color: #ffffff;
  	cursor: pointer;
  	box-shadow:0px 0px 0px #008000
}
	
input[type="submit"]:hover{
 		background: #008000 ; 
}

#login-content {
	margin: 16px auto 0 auto;
	background: linear-gradient(to top left, #1582C0, #8DD6F5 80%);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 2px 2px 5px #888888;
	width: 760px;
	height: 416px;
	margin-top: 20px;
}

#login-left {
	width: 352px;
}

#login-left h1 {
	display: none;
}

#login-right {
	float: right;
	width: 40%;
	margin: 0;
	position: relative;
	top: 50px;
	right: 30px;
}

#login-right h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid;
}

#logoDiv {
	background: url('txeisLogoW350H312.png') no-repeat;
	width: 50%;
	height: 100%;
	float: left;
	display: inline;
	clear: both;
	position:relative;
	top: 20px;
	left: 20px;
}

#logoDiv h1 {
	display: none;
}

#errors {
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: bold;
}

input.textbox {
	border: 1px solid;
	padding: 2px;
}

.button_layout input.button {
	padding-left: 0;
	paddin-right: 0;
}

#disclaimer {
	width: 700px;
	margin: 16px auto;
}

#alert{
	word-wrap: break-word;
	overflow:auto;
	width: 650px;
	height: 170px;
	margin: 0px auto;
	font-size: 14px;
}

#alertbox{
	width: 736px;
	height: 208px;
	margin: 0px auto;
}

#helpButton{
	margin-top: 30px;
	float: right; 
}

#whatsNewImg{
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	padding-top: 10px;
	top: 25px;
	position: relative;
	float: right;
	right: 30px;
}

#browserRequirements { 
	width: 700px;
	margin: 16px auto;
}

#suportedBrowserList {
	width: 700px;
	margin: auto auto auto 16px;;
	list-style: disc;	
}

#logout-right {
	width: 300px;
	float: right;
	margin: 20% 7% 0% 0%;
}

#logout-right h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid;
}

#important {
	text-align: left;
}

#loginFormDiv label {
	width: 80px; 
	padding-right: 20px; display: inline-block 
}

#loginFormDiv p {
	margin-top: 13px; 
	margin-bottom:0px;
}

#loginFormDiv .textbox { 
	vertical-align: top;
}

a.button {
	cursor: pointer;	
}

#loginButton {
	margin: 0;
}

a.button{ 
	box-shadow: 2px 2px 5px 0px #1582c0;
}
