﻿/* Styles used on the login page */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.login_row
{
	position:absolute;
    width: 100%;
	left: 0;
}
.login_cell
{
	display: none; 
	position: absolute;
	top: 0px;
}

html { min-width: 100%; height: 100%; overflow-x:hidden; }
body { 	background-color: #B3B3B3; font-family: "Open Sans", sans-serif; }
#PAGEBODY { min-width: 100%; height: 100%; }
#PAGEFORM { min-width: 100%; height: 100%; }

#login_div 
{
    min-width: 100%; 
    min-height: 400px;
    height: 100%; 
}

#login_r1 
{ 
	height: 0px;
    top:0px;
}


#login_r3
{
    top: 0px;
    height: 300px;
}
#login_r3c2 {
    display: block;
    color: #666666;
    font-size: 2.5em;
    font-weight: 400;
    z-index: 11;
    top: 21%;
    left: 50%;
    margin-left: -200px;
}
#login_r3c1
{
	display: block;
	color: white;
	font-size: 14px;
    font-weight: normal;
    font-size: 27px;
	white-space: nowrap;
	vertical-align: middle;
	background-image: url(Images/logo-PSSP.svg);
    background-size: 320px 42px;
	background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #00427C;
	height: 50px;
	width: 437px;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -136px;
    padding-top:15px;
    padding-left: 65px;
	z-index:10;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


#login_r3 { height:186px; top: 84px; text-align: left; }
#login_r3c3_loginArea
{
	display: block;
	width: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -222px;
	margin-top: -37px;
    padding-top: 20px;
	background-color: white;
	z-index: 10;
}
#table_loginArea
{
	width: 100%;
    font-size: 1.34em;
}
#pLoginNotice {
    font-size:12px; 
    padding-top: 15px;
}

#p_loginArea_helplink {
    text-align: center;
}

.is-ie7 #table_loginArea
{
	width: 105%;
}

#table_loginArea td
{
    padding: 22px 0 0 0;
}

.is-ie7 #table_loginArea td
{
    padding: 22px 20px 0 0;
}


#login_r5 
{
    position: absolute;
    bottom: 0;
	height: 70px;
}

.label_loginArea
{
	font-size: 0.85em;
	color: #666666;
    white-space: nowrap;
}

.select_loginArea { }

#selDomain
{
    width:100%;
}

td.loginArea_column1
{
	padding-right: 12px !important;
}

.is-ie7 td.loginArea_column1
{
	width: 40%;
}

td.loginArea_column1 br,
td.loginArea_column2 br
{
	display:none;
}

td.loginArea_column2
{
	text-align:right;
}


#div_upgradeDatabase
{
    color: Red; 
    text-align:center;
}
#div_capsLockIsOn
{
    position: absolute;    
    z-index: 100;
    display: none;
    padding: 3px;
    vertical-align: text-bottom;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: goldenrod;
    font-size: smaller;
    font-weight: bold;
}

#login-bg
{
	display: block !important;
	background: white;
	border: 1px solid #DADDE5;
	border-radius: 5px;
	-moz-box-shadow: 3px 10px 10px gray;
	-webkit-box-shadow: 3px 10px 10px gray;
	box-shadow: 3px 10px 10px gray;
	padding: 40px 70px 40px 40px;
	left: 50%;
	z-index: 1;
	width: 390px;
	height: 470px;
	margin-top: -43px;
	margin-left: -252px;
}

#td_loginArea_r2c1 {
    display: block;
    margin-left: 20px;
    margin-top: 30px;
}
#td_loginArea_r2c2 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
    width: 400px;
}
#td_loginArea_r3c1 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
}
#td_loginArea_r3c2 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
    width: 400px;
}
#td_loginArea_r4c1 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
}
#td_loginArea_r4c2 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
    width: 400px;
}
#td_loginArea_r5c1 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
}
#td_loginArea_r5c2 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
    width: 400px;
}
#td_loginArea_r6c1 {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
}
#td_loginArea_r6c2 {
    display: block;
    margin-left: 20px;
    margin-top: -40px;
    width: 400px;
}

[type='text']:focus,
[type='password']:focus,
select
{
    border: 1px solid #00F5FF;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #b5b5b5;
    transition: box-shadow 0.5s, border-color 0.35s ease-in-out;
}
[type='text'],
[type='password']
{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 5px;
  border: 1px solid #E0E0E0;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.125rem;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='submit']
{
	font-size: 0.85em;
    font-weight: normal;
    padding: 9px 20px;
	vertical-align: text-top;
	display: inline-block !important;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
    color: #666666;
    background-color: #ffffff;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
input[type='submit']:hover
{
    background-color: #00427C;
}


input[type='submit'].button_submit
{
    color: #ffffff;
    background-color: #0066A5;
}
input[type='submit']:hover.button_submit
{
    background-color: #00427C;
}

select
{
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;

    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("Images/select.svg");
    background-size: 44px 44px;
    background-position: 100% 100%;
    background-origin: border-box;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    padding-right: 44px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; 
}
select::-ms-expand {
    display: none; }
select:focus {
    box-shadow: 0 0 5px #b5b5b5; 
}

#redirectlink {
    font-size: 18px;
}