/* $HeadURL: https://svn.cac.washington.edu/svn/ateam/weblogin_files/trunk/data/www/css/enhanced.css $ */
/* $Id: enhanced.css 750 2012-11-07 22:44:12Z hubert@u.washington.edu $ */
/** Enhanced styles… desktop overrides to mobile first ***/

body {
text-align: left;
font-size: 14px;
line-height: 18px;
color: #333;
}

#container {
margin-top: 20px;
}

#main {
width: 580px;
margin: 0 auto;
}

ul {
list-style: none;
}

.form {
float: left;
width: 48%;
border-right: 1px solid #000;
padding-right: 10px;
margin-bottom: 20px;
}

.login, .submit, .links {
padding-left: 0;
}

.login, .submit {

background-color: #fff;
border: none;
font-size: inherit;
overflow: hidden;
padding: 0;
position: relative;
display: block;
height: auto;
width: auto;
margin: 1em 0;
list-style: none;
}

.login li, .submit li {
position: relative;
list-style-type: none;
display: block;
overflow: hidden;
border-top: none;
width: auto;
margin: 4px 0;
padding: 5px 0;
}

.login li:first-child, .submit li:first-child {
margin-bottom: 10px;
}

.login li :first-child input {

}

.login li:last-child input {

}

.login li input {

font-size: 14px;
height: 27px;
line-height: 14px;
width: auto;
font-weight: normal;
padding: 3px;

/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;

}

.login li input:focus {

}

.login li.populated span {
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
line-height: 44px;
font-size: inherit;
overflow: hidden;
width: auto;
background-color: transparent;
text-align: left;
padding-left: 5px;
}

.login .token-list { margin-top: 0; }

.login label { display: block; font-weight: bold; }

.login input::-webkit-input-placeholder { color: #fff; }
.login input:-moz-placeholder { color: #fff; }

.login-static-name {
line-height: 14px;
width: auto;
text-align: left; background-color: #fff; padding-left: 4px;
}

.login-static-name span {
line-height: normal;
font-size: inherit;
font-weight: normal;
color: #666;
display: inline-block;
width: auto;
background: #eee;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.submit {
position: relative;
list-style-type: none;
display: block;
height: auto;
overflow: hidden;
border-top: none;
width: auto;
background-color: transparent;
}

.submit input[type="submit"] {

line-height: 14px;
height: 35px;
width: auto;
font-size: 14px;
font-weight: normal;
/*padding: 2px 6px;*/

}

.subpage { color: #000; }
.subpage .logo { }
.subpage .message { color: #000; text-align: left; overflow: hidden; line-height: 35px; font-size: inherit; }
.subpage .message img { float: left; margin-right: 10px; }
.subpage .message span { float: left; display: inline-block; width: 80%; }

.sidebar {
float: right;
width: 48%;
margin-top: 95px;
}

.sidebar h3 {
    color: #555;
    font-size: 13.5px;
}

.warning {
clear: both;
text-align: center;
}

.copyright {
font-size: 11px;
color: #333;
}

.subpage .copyright {
text-align: center;
}

.copyright-links { margin-left: 10px; }
