﻿/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {height:100%; margin:0; padding:0; overflow:hidden;}

a {
    color: Black;
    text-decoration:none;
}
    
/* Set the position and dimensions of the background image. */
#page-background 
{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}

#page {
    display: table;
    height: 100%;
    width:100%;
}

#pagebody
{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border: 0px none;
}

#displayed 
{
    background-image:  url(../Images/Login/GVE_loginBox.png);
    background-repeat: no-repeat;
    height: 435px;
    width: 808px;
    margin: 0 auto; /*centers in compliant browsers*/ 
    border: 0px none;
    position:relative;
}

#pagelogin
{  
    height:inherit;
}

#pageloginleft
{    
    height:75%;
    width:40%;
    float:left;
}

#toploginright
{
    height:55%;
}

#pageloginright
{    
    height:75%;
    width:60%;
    float:left;
}   

#loginlabels
{           
    height:45%;
    float:left;
}

.lblText
{   
    vertical-align:central;
    display:inline-block;
    width:100px;      
    color: #bbcbdf; /*off-white*/
    font-family:Helvetica, Arial, Verdana;
    font-size:18px;
    font-weight:normal;
}

.loginbutton,
.loginbutton.disabled:hover,
.loginbutton.disabled:active {
    background-image: linear-gradient(#efefef,#C2C2C2);
    border: 1px solid #4B5B73;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    color: #3A5B8E;
    padding: 4px 15px;
    text-align: center;
    font-family: Arial, Verdana, Sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 80px;
}

.loginbutton:hover {
    background-image: linear-gradient(#C2D5E1,#9DADB7);
}

.loginbutton:active {
    background-image: linear-gradient(#c2c2c2,#efefef);
    box-shadow: none;
    transform: translateY(2px);
}

.loginbutton.disabled,
.loginbutton.disabled:hover,
.loginbutton.disabled:active {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

#login {
    margin: 6px 0px 0px 0px;
}

#loginbuttonpanel
{    
    height:45%;
    float:left;
}

#forgot
{
    position:relative;
    top: 190px;
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;
}
    
a#forgotLink
{
    color: #bbcbdf; /*off-white*/
}
    
.chkRememberMe
{    
    color: #bbcbdf; /*off-white*/
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;    
}

#pageloginbottom
{
    height:25%;    
    clear:both;
    margin: 0px 50px 0px 50px
}

#pageloginbottomleft
{
    height:100%;
    width:50%;
    float:left;
}

#pageloginbottomright
{
    height:100%;
    width:50%;
    float:left;
}
    
#about
{
    position:relative;
    text-align:right;
    top: 15px;
    color:Black;
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;
}
    
#website
{
    position:relative;
    text-align:right;
    top: 20px;
    color:Black;
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;
}
   
#version
{
    position:relative;
    top: 15px;
    color:Black;
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;
}
    
#copyright
{
    position:relative;    
    top: 20px;
    color:Black;
    font-family:Helvetica, Arial, Verdana;
    font-size:13px;
    font-weight:normal;
}

#localization {
    position: relative;
    top: 18px;
}

#localization img {
    float: left;
    margin-left: -2px;
    margin-right: 2px;
}
 
#UserNameError
{   
    text-align:left; 
    display:inline-block;
    width:165px;
}

#PasswordError
{    
    text-align:left;
    display:inline-block;    
    width:165px;
}
   
.errorProperties
{    
    color: red;
    font-family:Helvetica, Arial, Verdana;
    font-size:16px;
    font-weight: normal;
    text-align: center;
    background-color: #D7D7D7;
    z-index: 99;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.6;  
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: gray;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    min-height: 100%;
    width: 100%;
}

#loading {
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.LoadingSpinnerPanel {
    font-family: Arial;
    font-size: 10pt;
    color: #888;
    min-width: 150px;
    min-height: 90px;
    max-height: 90px;
    background-image: url('../Images/Loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    text-align: center;
    z-index: 100000;
}

.RadComboBoxDropDown_Language {
    width: 130px !important;
    font: 10px Arial, Verdana, Sans-serif !important;
}

.RadComboBoxDropDown_Language .rcbInput {
    color: #000 !important;
}

.RadComboBoxDropDown_Language .rcbInner {
    color: transparent !important;
}

.RadComboBoxDropDown_Language .rcbReadOnly {
    color: transparent;
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: linear-gradient(transparent,transparent) !important;
}

.RadComboBoxDropDown_Language,
.rcbInner,
.rcbInput,
.rcbReadOnly,
.rcbFocused,
.rcbExpanded,
.rcbDisabled,
.radPreventDecorate,
.rcbActionButton,
.t-i-arrow-down {
    cursor: pointer !important;
}