/*
Page - Login Screen - CSS (View)
*/

.hidden {
	display: none;
}

p.error {
	padding-bottom: 10px;
	padding-top: 10px;

}


p.passwordMessage {
	/*padding-bottom: 5px;*/
	padding-top: 10px;
    font-size: 12px;
	margin-left:13px !important;		
	margin-right:10px !important;
	font-weight:bold;

}

#loading {
    background-color: #F1F1F1;
    border: 1px solid #999999;
    color: #000000;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 20px;
}

p.error, p.error a {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

#loginCell {
	text-align: right;
}

#passwordCell {
	width: 100px;
	valign: bottom;
}

#forgotPassCell {

}

#content {
 /*   width: 320px; */
min-width: 320px;
max-width: 320px;

    margin: 0 auto;
    background-color: white;
}

body {
    background-attachment: fixed;
    background-color: #F5F5F5;  //#FFFFFF;
    background-repeat: no-repeat;
    /*background-image: url("resources/ptoracorebundle/static/images/logincustom/uspto_background_campus.jpg"); */
    background-image: url("resources/ptoracorebundle/static/images/logincustom/loginwithdoor.jpg");
    background-position: center center; 
    background-size: 100%;
    cursor: auto;
    display: inline !important;
    z-index: -1;
	/*
    font-family: Arial,Verdana,sans-serif,Helvetica,Bitstream Vera Sans;
	*/
    webkit-background-size: cover; /* IFY This was added to make sure the background cover the whole background */
    background-size: cover;
}

.watermark {
    /*background-image: url("web-pub/images/logo/entellitrak-logo.gif"); */
    background-image: url("resources/ptoracorebundle/static/images/logincustom/entellitrak-watermark.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    width: 300px;
    z-index: -1;
}

a:visited {
	color: blue;
}

#banner-top {

	width: 320px;
	margin-bottom: 25px;
	background-color: black;
	text-align: center;
}

#banner-top img {
	margin-top: 28px;
	margin-bottom: 15px;	
}

#browser-notice {
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-right: 17px;
	font-size: 12px;
}

#references {
	width: 320px;
	margin: 0 auto;
	margin-top: 8px;
}

#banner-bottom {
	width: 320px;
	height: 280px;
	margin: 0 auto;
	background-color: black;	
}


.text-yellow {
	color: #FFBA00;
}

.text-white {
	color: white;
}

.text-yellow-light {
	color: #F7E696;
}

#login {
	width: 320px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}


#username {
	border: 1px solid black;
	width: 288px;
	height: 30px;
	margin-left: 13px;
	margin-bottom: 5px;
    padding: 4px;
}

#password {
	border: 1px solid black;
	width: 223px;
	height: 30px;
	margin-left: 13px;
	margin-bottom:5px;
    padding: 4px;
}

#inputTable td {
	padding: 0px;
}



#passwordConfirm {
	border: 1px solid black;
	width: 288px;
	margin-left: 11px;
}

.btn-primary {
    background-color: #004c97;
    border-color: #003f7e;
    color: #fff;
    margin-top: 2px;
}

/*
.button {
	color: #003366;
	background-color: #fee599;
	border: 1px solid #003366;
	-moz-border-radius: 0.5em;
} 
*/
/*
label[for=passwordConfirm] {
	font-size: 14px;
	margin-left: 11px;
	width: 290px;
	margin-bottom: 5px;
	margin-top: 7px;
}
*/
/*
label[for=username], label[for=password] { , label[for=passwordConfirm] { 
	font-size: 14px; 
	margin-left: 13px;
	width: 290px;
	margin-bottom: 5px;
}
*/

.loginLabel{ 
	/* font-size: 14px; */
	margin-left: 13px;
	/* width: 290px; */
	/* margin-bottom: 5px; */
}


#image-submit {
	float: right;
	margin-right: 17px;
	cursor: pointer;
}


#image-block {
	/* vertical-align: middle; */
	height: 40px;
	width: 60px;
	/*
	margin-bottom:5px;
	margin-top:2px;
	*/
	margin-left:5px;
	margin-right:5px;
}


.link {
	text-decoration: none;
}

#forgot-password {
	margin-top:5px;
	position: relative;
	bottom: 12px;
	width: 238px;
	text-align: left;
}

#forgot-password .link {
	font-size: 12px;	
	margin-left: 13px;
}


#login p {
	margin: 0px;
	
}

#login p.error {
	margin-left: 11px;
	margin-right: 17px;
}

#references div {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-right: 17px;
	font-size: 12px;
}

#references #uspto-ref {
	margin-top: 8px;
}

#link {
	width: 100%;
	margin-right: -1em;
	text-align: right;
}
#link ul {
	margin-right: 0em;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}



#link ul li {
	display: inline;
}

#link ul li a {
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px dotted #d3d3d3;
	color: #2A568F;
	text-decoration: none;
	font-size: 95%;
}

#link ul li a:hover {
	color: #990000;
} 

#banner-bottom-logo {
    background: #003865;
}

#banner-bottom-logo img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 16px;
    width: 90%;
    height: auto;
}

#banner-bottom-text .text-white {
	font-weight: 100;
	font: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}
#banner-bottom-text .first {
	margin-left: 30px;
}

#banner-bottom-text .bold {
	font-weight: 900;
}


#uspto-logo {
	margin: 0 auto;
}

#banner-bottom-text:after {
    display: block; 
	clear: both;
	content: "";
}
#banner-bottom-help .text-white, #banner-bottom-help .link {
	font-size: 14px;
	margin-left: 5px;
}


#banner-bottom .link {
	color: #85B6FF;
}
#banner-bottom .link:visited {
	color: #85B6FF;
}

#banner-logo-div {
	text-align: right; margin-right: 30px; height: 40px;
}
#logo-image {
	position: relative; bottom: 20px
}

p.message, p.message a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* Main toggle */
.toggle { 
	//font-size: 13px;
	line-height:20px;
	//font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff; /* Main background */
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
}

/* Toggle Link text */
.toggle a.toggle-trigger {
	display:block;
	padding: 5px 10px 10px 10px;
	position:relative;
	text-decoration: none;
	color: #0000FF;
}

/* Toggle Link hover state */
.toggle a.toggle-trigger:hover {
	opacity: .8;
	text-decoration: none;
}

/* Toggle link when clicked */
.toggle a.active {
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 5px 4px -4px #3d3d3d;
	   -moz-box-shadow: 0 5px 4px -4px #3d3d3d;
	        box-shadow: 0 5px 4px -4px #3d3d3d;
	//color: #000;
}

/* Lets add a "-" before the toggle link */
.toggle a.toggle-trigger:before {
	content: url('web-pub/images/icons/row_arrow_down.gif');	/* You can add any symbol, font icon, or graphic icon */
	margin-right: 10px;
//	font-size: 1.3em;	
}

/* When the toggle is active, change the "-" to a "+" */
.toggle a.active.toggle-trigger:before {
	 content:url('web-pub/images/icons/row_arrow.gif'); //"+";
}

/* The content of the toggle */
.toggle .toggle-content {
	padding: 5px 10px 11px 10px;
	color:#141414;
}

/* This is needed for the expiration password entellitrak form so the validationError class can display correctly */
.validationError {
  color: #FF0000;
  font-weight: bold;
  font-size: 12px;
  margin-left: 11px;
}

/*
.button {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 2px;
    -moz-user-select: none;
    color: #FFF;
    background-color: #004C97;
    border-color: #003F7E;
}
*/