/**
 * KFC.css 
 * 
 *
 *  KFC Legacy look. This stylesheet is specifically for
 *  the login.html page that is loaded to the webseal junction 
 *  for Portal.
 *
 *  <pre><code>
 *      <div class="the markup this css file expects">
 *          You'll be ever so happy you included this part
 *          in about three months, when you come back to this
 *          project, having completely forgotten it's
 *          structure and purpose.
 *      </div>
 *  </code></pre>
 *
 *  @author     Jason Gysbers <jason.gysbers@yum.com>
 *  @package    loginUpdate
 */
body {
	margin:0;
	padding:0;
	font-size: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: normal;
	background: #f6f6f6;  
}
h1, h2, h3, h4, h5, h6, p, a, li, ul {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
    list-style:none;
    margin:0;
    padding:0;
}

input {
	display: block;
	width: 100%;
	float: left;
	margin:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px none;
	height: 30px;
	padding:0px;
}
p {
	font-family:verdana;
	font-size: 9px;
}
a:link {
	padding: 2px;
}
a:hover, a:active {
	text-decoration: none;
}
p a:link, li a:link {
	color: #666666;
	font: 1.2em/1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p a:visited, li a:visited {
	color: #666666;
	border-bottom: 1px dotted #003399;
}
p a:hover, li a:hover {
	color: #663366;
	background-color: #ffcc00;
}
li a.list:link {
	color: #663366;
	border: none;
}
li a.list:visited {
	color: #003399;
	border: none;
}
li a.list:hover {
	color: #663366;
	background-color: #ffcc00;
}
h1 a, h3 a {
	padding: 0;
}
h1 a:visited {
	color: #333399;
}
h1 a:link {
	padding:0;
	color: #333399;
	text-decoration: underline;
}
h1 a:hover {
	color: #333399;
	background-color: #FFCC00;
}
h3 a:visited, h5 a:visited {
	color: #663366;
	border-bottom: 1px dotted #663366;
}
h3 a:link, h5 a:link {
	color: #663366;
	text-decoration: none;
	border-bottom: 1px dotted #663366;
}
h3 a:hover, h5 a:hover {
	color: #663366;
	background-color: #FFCC00;
	border-bottom: 1px dotted #663366;
}
img {
	border: none;
}

/* backslash hack for mac-ie5 \*/
dt { clear: both; }

/* hacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* declared classes */
/* page layout */

.container {
	height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}
/* ### Edit location below to point to image ### */
.headerSpace {
	margin: 10px 10px 10px 10px;
	background-image: url("/images/teamkfc_login_logo.png");
	background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
}
.wrapper{
	
	width: 100%;
	height: 600px;
}
.main{
	display: inline;
	margin: none;
	width: 580px;
	height: 300px;
}
.loginUI{
	margin: none;
	width: 100%;
	height:300px;
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
}
.loginBlock{
	float: left;
	width: 640px;
	height: 100%;
	border-right: 2px solid #E1E1E1;
}
.loginLabels{
	float: left;
	width: 35%;
	padding-top: 50px;
	max-width: 224px;
}
.loginLabels li.inputLabel{
	float: right;
	color:#000000;
/* 	font-family: 'vagroundedregular'; */
/*     letter-spacing: 1px; */
	font-size:22px;
	font-weight:bold;
	height:22px;
	margin: 12px 0px 5px 0px;
	padding-left: 20%;
}
.login{
	float: left;
    margin-left: 14px;
    padding-top: 50px;
    width: 210px;
}
.login li.error{
	visibility: hidden;
}
.login li.error p.errorMSG{
	color: Red;
	font-weight:bold;
	font-size:12px;
	margin: 0px 0px 0px -90px;
	width: 300px;
}
.login li.error p.errorReminder{
	color: Black;
	font-weight:normal;
	font-size:10px;
	margin: 0px 0px 0px -90px;
	width: 300px;
}
.login li.inputField{
	border: 2px solid #D5D5D6;
    height: 30px;
    margin: 8px 0 0;
    padding: 1px;
    width: 100%;
}
.login li.inputField input{
	color: #A1A1A1;
	padding: 4px;
	font-size: 17px;
	
}
.login li.inputMSG{
	font-size: 10px;
    height: 22px;
    margin: 0 0 0 0px;
}
.login li.inputMSG a{
	position: absolute;
	color: #666666;
	margin-top: 5px;
}
.login li.inputMSG p{
	font-size: 10px;
}
.login li.inputHidden{
	visibility:hidden;
}
.split{
	width: 0%;
	height: 0%;
	visibility:hidden;
}
.access{
	padding-left: 0px;
    padding-right: 30px;
    padding-top: 50px;
    width: 228px;
	float: right;
    height: 100%;
}
.access h3{
	font-size: 18px;
    font-weight: bold;	
}
.access p{
	font-size: 10px;
	color: #c1c1c1;
}
.requestLink {
	background-image: url("/images/teamkfc_login_request.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 161px;
}
.footerSpace {
	margin: 10px 10px 10px -10px;
	width: 600px;
	height: 60px;	
}
.legal{
	font-family:verdana;
	color: grey;
	font-size:8px;
	padding: 0px 10px 0px 10px;
}
.legal p.tacobell{
	visibility:hidden;
}
p.cookieWarning{
	color: Red;
	font-size:12px;
	margin: 0px 0px 0px 10px;
	display:none;
}
#submitBtn {
	background-image: url("/images/teamkfc_login_button.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	border: 0 none;
	float: right;
	height: 45px;
	margin-top: 30px;
	overflow: hidden;
	padding: 25px 0 0 12px;
	width: 145px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
form>#submitBtn { /* For non-IE browsers*/
  height: 0px;
}
#brand_error {
font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
display:none;
}

#brand_error  > ul {
margin-left: 10%;
margin-bottom: 5%;
list-style: disc outside none;
}

.errorMSG{
	color:red;
	font-weight:bold;
}

@media only screen 
and (min-width: 320px) and (max-width: 600px) {
	.container, .loginBlock, .footerSpace{
		width: 100%;
	}
	.main{
		width: 100%;
	}

	.loginUI, .loginBlock{
		border: 0;
	}

	.login li.inputMSG a{
		position: relative;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.headerSpace{
		margin: 0;
	height: 90px;
	background-color: #ffffff;
	}

	.loginUI{
		height:500px;
		width: 100%;
	    border-top:2px solid #e1e1e1;
	    border-bottom:2px solid #e1e1e1;
	    position:relative;
	    margin: 0 auto;
	    background-color: white;
	    clear: both;
	    display: block;
	}

	.loginBlock, .access{
		position: absolute;
	}

	.loginBlock{
		top: 0;
		left: 0;
		height: auto;
	}

	.access{
		bottom: 0;
		left: 0;
		height: auto;
		width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    width: -o-calc(100% - 20px);
	    width: calc(100% - 20px);
		padding: 30px 10px 40px 10px;
		float: none;
		border-top: 2px solid #e1e1e1;
	}
	.access h3{
		font-size: 20px;
	}
	.access p {
		font-size: 11px;
	}
	
	.loginLabels {
		float: left;
		width: 35%;
		padding-top: 5px;
		padding-left: 10px;
	}
	.loginLabels li.inputLabel {
		height: 22px;
		margin: 5px 0px 50px 0px;
		padding-left: 0px;
	}
	.login {
		float: none;
		padding-left: 10px;
		padding-top: 0px;
		width: auto;
		padding-right: 10px;
		margin: 0px;
	}
	.login li.inputField {
		border: 2px solid #D5D5D6;
		height: 30px;
		margin: 0;
		padding: 1px 0;
		width: 100%;
		margin-top: 40px;
	}
	.login li.inputField input{
		padding: 0px;
		width: -moz-calc(100% - 23px);
	    width: -webkit-calc(100% - 23px);
	    width: -o-calc(100% - 23px);
	    width: calc(100% - 23px);
		position: absolute;
		padding-left: 3px;
	}
	#submitBtn{
		margin-top: 20px;
		width: 148px;
		background-color: #b5122b;
		padding: 0px;
		background-position: center;
		display: -webkit-box;
		display:-moz-box;
		display:box;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.requestLink{
		width: 161px;
		display: -webkit-box;
		display:-moz-box;
		display:box;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.footerSpace, .legal{
		position: relative;
	}
	.footerSpace{
		height: 10px;
	}
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) and (max-width: 600px){
/* Styles */
	.login{
		margin-left: 20px;
		max-width: -moz-calc(100% - 60px);
	    max-width: -webkit-calc(100% - 60px);
	    max-width: -o-calc(100% - 60px);
	    max-width: calc(100% - 60px);
		
	}
	.loginLabels li.inputLabel {
		float: left;
	}
	.loginLabels{
		margin-left:20px;
	}
	.login li.inputField{
		max-width: 300px;
	}
	.login li.inputField input{
		max-width: 296px;
	}

}



