/* ---------------------------------------------------------------------------- 
	General Styles
---------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;	
}

html, body {
	background: #fafae2 url(../images/pictorialLogin/background.gif) scroll repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

.clearAll {
	clear: both;
}

#ajaxLoadingIndicator {
	background-color: #ff0000;
	color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
}

/* HEADER STYLES */
#header {
	height: 80px;
	width: 308px;
	margin: 33px auto 15px auto;
}

#header img {
	height: 80px;
	width: 308px;
}

/* FOOTER STYLES */
#footer { 
	margin-top: 20px;
	text-align: center;
}
#footerLinks, #footer a { 
	color: #6E6E6E; 
	font-weight: bold; 
}

#footerLinks a { 
	text-decoration: none; 
	padding: 0 0.8em;
}
#footerLinks li { 
	display: inline; 
	padding: 0; 
}

#copyright { 
	padding: 0.5em; 
	color: #6E6E6E; 
	font-weight: bold; 
}


/* CONTENT STYLES */
#content {
	background: #FFFAE2 url(../images/pictorialLogin/contentBackground.jpg) repeat-x scroll left bottom;
	padding: 12px;
	border: solid 1px #e5c88e; 
	margin: 0 auto;
}

#greeting { 
	position: relative;
}

#greeting h1 {
	color: #0066B2;
	font-size: 36px;
	font-weight: bold;
}

#greeting .block-title {
	color: #0066B2;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

#greeting h2 {
	color: #4B4B4B;
	font-size: 22px;
	font-weight: bold;
}

#greeting .main-title,
#greeting .welcome-text {
	color: #424242;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}

#greeting .sub-title {
	color: #4B4B4B;
	font-size: 18px;
	padding: 5px 0;
	margin-bottom: 5px;
}

#greetingIcon {
	border: solid 4px #F8A95E;
	height: 164px;
	width: 164px;
}

#greeting.topGreeting {
	margin-bottom: 8px; 
}

#greeting.topGreeting #greetingContent { 
	position: absolute;
	left: 182px;
	bottom: 5px;
}

#buttonBar {
	clear: both;
	border-top: 2px solid #000066;
	padding-top: 6px;
	padding-bottom: 6px;	
	margin-top: 10px;
}

a.plButton {
	color: #2E3590;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 23px;
	cursor: pointer;
}

a.plButton.disabled {
	color: #5F5F5F;
	cursor: default;
	outline: none; 
}

a.plButton span {
	display: block;
	height: 45px;
}

a.plButton > span {
	padding-left: 23px;
}

a.plButton > span > span {
	line-height: 45px;
}

a.plButton:hover {
	background: url(../images/pictorialLogin/buttons/button_right_cap.png) no-repeat scroll top right;
}

a.plButton:hover > span {
	background: url(../images/pictorialLogin/buttons/button_left.png) no-repeat scroll top left;
}

a.plButton.disabled:hover > span {
	background: none;
}

a.plButton.disabled:hover {
	background: none;
}

#backButton {
	float: left;
}

#backButton span span {
	padding-left: 25px;
	background: url(../images/pictorialLogin/buttons/arrow_left.png) no-repeat scroll 0 50%;
}

#loginButton {
	float: right;
}

#loginButton span span {
	padding-right: 25px;
	background: url(../images/pictorialLogin/buttons/arrow_right.png) no-repeat scroll 100% 50%;
}

#loginButton.disabled span span {
	background-image: url(../images/pictorialLogin/buttons/arrow_right_disabled.png);
}

#loginButton.disabled:hover span > span {
	border: 0;
}

/* ---------------------------------------------------------------------------- 
	School Page
---------------------------------------------------------------------------- */
#content.school {
	width: 610px;
}

#classList {
	background-color:#FFFCF3;
	border:1px solid #EDEEF0;
	-moz-border-radius:6px 6px 6px 6px;
	padding:12px;
}

#classList li {
	float:left;
	margin:3px;
	width:272px;	
	height:70px;
}

#classList li a {
	display: flex;
	align-items: center;
	padding:8px;
	width:255px;	
	height:54px;
	text-decoration: none;
}

#classList li:hover {
	-moz-border-radius:6px 6px 6px 6px;
	background-color: #E6F9FF;
}

#classList li a img {
	border: solid 3px #F8A95E;
	margin-right: 10px;
}

#classList li a span {
	color: #6E6E6E;
	font-size: 18px;
	padding: 2px 0;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------- 
	Class Page
---------------------------------------------------------------------------- */
#content.class {
	width: 836px;
}

#studentList {
	background-color:#FFFCF3;
	border:1px solid #EDEEF0;
	-moz-border-radius:6px 6px 6px 6px;
	padding:12px;
}

#studentList li {
	float:left;
	margin:3px;
	width:255px;	
	height:70px;
}

#studentList li a {
	display: block;
	padding:8px;
	width:239px;	
	height:54px;
	text-decoration: none;
}

#studentList li:hover {
	-moz-border-radius:6px 6px 6px 6px;
	background-color: #E6F9FF;
}

#studentList li a img {
	border: solid 3px #F8A95E;
	margin-right: 10px;
	float: left;
}

#studentList li a span {
	width: 171px;
	height: 44px;
	color: #6E6E6E;
	font-size: 18px;
	line-height: 44px;
	display: block;
	padding: 2px 0;
	overflow: hidden;
	float: left;
}

/* ---------------------------------------------------------------------------- 
	Student Page
---------------------------------------------------------------------------- */
#content.student {
	width: 610px;
}

#greeting.leftGreeting {
	float: left;
	width: 255px;
	margin-right: 20px; 
}

#greeting.leftGreeting #greetingContent {
	margin-top: 75px; 
}

#selectedPassword {
	margin-top: 10px;
	display: none;
}

#selectedPassword img {
	visibility: hidden;
}

#invalidPasswordIcon {
	height: 100px;
	width: 100px;
	margin: 20px auto;
	display: none;
}

#passwordPicker {
	float: left;
	background-color:#FFFCF3;
	
	border:1px solid #EDEEF0;
	-moz-border-radius:6px 6px 6px 6px;
}

#passwordPicker img {
	height: 80px;
	width: 80px;
}

#passwordPicker > ul {
	float: left;
}

#passwordPicker > ul li a {
	display: block;
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#FCF8CE;
	margin: 8px;
	cursor: pointer;
	border: 1px solid transparent;
}

#passwordPicker > ul li a.selected {
	background-color:  #E6F9FF;
	border: 1px solid #036D9B;
}

/*------ New Accessibility Changes ---------*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
#passwordPicker .passwordColumn {
	float: left;
}
#passwordPicker > .passwordColumn span label {
	display: block;
	border-radius:6px 6px 6px 6px;
	background-color:#FCF8CE;
	margin: 8px;
	cursor: pointer;
	border: 1px solid transparent;
	margin-right: 0;
}
#passwordPicker > .passwordColumn:last-of-type span label {
	margin-right: 8px;
}
#passwordPicker input[type=radio] {
    height: 80px;
    width: 80px;
    margin-left: 10px;
    margin-top: 10px;
}
#passwordPicker input[type=radio]:checked + label {
    background-color: #E6F9FF;
    border: 1px solid #036D9B;
}
#passwordPicker > .passwordColumn span label:hover, 
input[type=radio]:focus + label img {
    background-color: #eaeaea;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}
