﻿body
{
    color:#6D6E70;
    background-color: #F2F2F2;
}

body, input, textarea, keygen, select, button
{
    font-family: Roboto, sans-serif;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}

.login-container
{
    height: 525px;
    width: 335px;
    border:none;
    padding:0px;
    z-index:0;
}

.cw-loading {
    z-index:20; 
}

.form-container {
    background-color: #ffffff;
    -moz-box-shadow: 0 0 10px #888888;
    -webkit-box-shadow: 0 0 10px #888888;
    -o-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
    border: solid 1px #999999;
    color:#6D6E70;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-form
{
    border-spacing: 4px;
    left: 32px;
    right: 32px;
    position: absolute;
    top: 86px;
}

.auth-form {
    height: 275px;
    width: 480px;
    z-index: 15;
}

.eula-form {
    height: 600px;
    width: 800px;
    z-index: 30;
}

#eulaFrame {
    height: 550px;
    width: 750px;
    margin: 25px;
}

#authenticationFrame {
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

.form-label
{
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    text-align:left;
    padding-right:13px;
    margin-top:2px;
    font-weight: bold;
    color:black;
}

.form-sitelabel {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    padding-right: 13px;
    margin-top: 2px;
    color: black;
}

.label-focus 
{
    color:#0066CC !important;
}

.loginTextBox
{
    width: 250px;
    padding:3px;
    font-size: 14px;
    margin-bottom:15px;
    border-bottom: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
}
 
.loginTextBox:focus {
    border-bottom: 1px solid blue;
    border-top: none;
    border-left: none;
    border-right: none; 
    outline: none;
    background-color:white;
}


.loginTextBox-watermark {
    color: DarkGray;
    font-size: 14px;
}


.checkbox {
    position: relative;
    width: 20px;
    border: 0px;
    padding-right:10px;
}
            
.checkboxLabel {
    color:black;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
}

.checkboxLabel:hover {
    color:#0367AE;
    text-decoration:underline;
}

.rememberMeCheck {
    padding: 0px;
}

.rememberMeCheck:checked {
    background: #0066CC;
    background-color: #0066CC;
    color:#0066CC;
}

.footerLabel {
    padding-left:20px;
    color:#929497;
    cursor:pointer;
    font-size:12px;
}

.footerLabel:hover {
    color:#0367AE;
    text-decoration:underline;
}

.footerPanel {
    margin-top:22px;
    margin-left:27px;
}

.errorLabel {
}

.companyErrorLabel {
    color:#E50000;
    font-size:12px;
    display:none;
}
.userNameErrorLabel {
    color:#E50000;
    font-size:12px;
    display:none;
}
.passwordErrorLabel {
    color:#E50000;
    font-size:12px;
    display:none;
}    
.loginErrorLabel {
    color:#E50000;
    font-size:12px; 
}

.successLabel {

}

.companySuccessLabel {
    color:#549c05;
    font-size:12px;
    display:none;
}

.userNameSuccessLabel {
    color:#549c05;
    font-size:12px;
    display:none;
}

.loginButton
{
    cursor:pointer;
    background-image:none;
    font-size: 14px;
    position: relative;
    padding:10px;
    width:82px;
    background:#0367AE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    color:#FFF;
    border:none;
    -webkit-appearance:none;
}

.dialogButton
{
    cursor:pointer;
    background-image:none;
    font-size: 14px;
    padding:3px;
    width:82px;
    background:#0367AE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    color:#FFF;
    border:none;
}

.continueButton {
    cursor: pointer;
    background-image: none;
    font-size: 14px;
    position: relative;
    padding: 10px;
    width: 180px;
    background: #0367AE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    border: none;
    -webkit-appearance: none;
}

.error {
    color:#E50000;
    text-align:center;
    width:100%;
    vertical-align:middle;
    left:10px;
    font-size:12px;
    display:none;
}

.session-form {
    z-index: 30;
    font-size: 12px;
    display: none;
    height: 170px;
    width: 450px;
}

.email
{
    z-index:16;
    font-size:12px;
    display:none;
}

.emailSend
{
    height: 170px;
    width: 450px;
}

.close 
{
    background: url('../images/close-button.png') no-repeat;
    position:absolute;
    cursor:pointer;
    top:12px;
    right:12px;
    width: 9px;
    height: 9px;
}

.password-link 
{
   cursor:pointer;
   color:#0066CC;
   font-size:13px;
   padding-left:8px;
   font-weight:bold;
}

.password-link:hover {
    text-decoration:underline;
}

.textbox-error {
    border-bottom: 1px solid #E50000 !important;
}

.textboxlabel-error {
    color:#E50000 !important;
}

.textbox-success {
    border-bottom: 1px solid #549c05 !important;
}

.textboxlabel-success {
    color: #549c05 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.siteLink {
    cursor: pointer;
    color: #0066CC;
    font-size: 10px;
    font-weight: bold;
}

.siteLink:hover {
    text-decoration: underline;
}
