/* CSS Document */
html {
	-webkit-font-smoothing: antialiased;
	}

html,
body { 
	margin:0px;
	padding:0px;
	height:auto;
	width:100%;
	background-color: rgba(245,245,245,1.00);
	/*font-family: 'HelveticaNeue-Medium',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    letter-spacing: 0.3px;
    font-family: 'HelveticaNeue-Thin';
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
 }

option[class="menuData"] {
	padding:5px;
	border-bottom:rgba(211,211,211,1.00) solid;
}

b{ color: rgba(236,0,3,0.5);}

strong{
	font-family: 'HelveticaNeue-Medium';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

textarea{resize:none; min-height:20px; padding:0px;}



/*########## BODY  ###############*/
main { position: relative; min-height:500px;  z-index:0; }
main > .head{position:relative;	width: 100%;	height:50px;	margin-top:40px ;	border-bottom: rgba(207,207,207,1.00) 1px solid;	z-index:2;}

main > .content { margin-left:50px;  text-align:justify;}

.home_text{ text-align:justify; font-size:16px;}

.login_content{ width:250px;	margin:50px auto;}
h1.loginHead { letter-spacing: 0.5px;font-size:2em;line-height: 1em;margin:10px auto; color:rgb(79, 81, 82);}
.login_content > .pod-content > h4.loginForgotList {font-size:12px; letter-spacing: 0.5px; line-height: 1em;cursor:pointer; width:100%;}
.login_content >.pod-content >  h4.loginForgotList:hover {color: rgba(204,0,0,1);	}


main > .head > h1.loginHead {	letter-spacing: 0.5px;	font-size: 1.5em;line-height: 1em; padding-top:15px;margin-left:50px;	}

footer{
  bottom:0px;
  position:fixed;
  display:block;
  width:100%;
  background-color:#ddd; 
  text-align:center;
  padding:10px 0;
  color:rgba(0,0,0,0.40)
}
.disabled {
  color:rgb(141, 0, 59);
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}