﻿/*
* Copyright (c) Omnissa, LLC. All rights reserved.
* This product is protected by copyright and intellectual property laws in the
* United States and other countries as well as by international treaties.
* -- Omnissa Restricted
*/
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-Login
{
}

#wrapper-login {
    display: inline;
    width: 100%;
}
img.bg {
    margin-left: 200px;
}
#login {
    display: table-cell;
    height: 100%;
    padding: 20px;
    position: fixed;
    width: 160px;
    z-index: 100;
    overflow: auto;
}
#login form {
}

#login h1 {
    font-size: 1.5em;
    margin: 20px 0 5px;
}
#login div {
    font-size: 0.8em;
    margin-top: 15px;
}
#login div input[type="text"], #login div input[type="password"] {
    width: 90%;
}
#login div input[type="submit"] {
    margin-top: 15px;
}
a.forgotpw {
    font-size: 0.85em;
    text-decoration: underline;
}
#splash {
    display: table-cell;
    height: auto;
    overflow: hidden;
    width: 100%;
}
#lg {
    border-radius: 0 0 5px 5px;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 0;
    width: 145px;
}
.combobox .dropdown {
    height: auto;
    min-height: 100px;
    right: 1px;
    top: 26px;
    width: 141px;
}

.combobox .dropdown a:hover {
}

a.forgotpw {
    font-size: 0.85em;
    text-decoration: underline;
    display:block;
    margin-top: -20px;
}

SPAN.field-validation-error {
    color: red;
    font-size:85%;
}

div.validation-summary-errors ul li
{
    font-size:85%;
    color:red;
}

.ui-dialog-titlebar
{
    font-size:12px;
}

p#aw-alert-dialog-text
{
    font-size:12px !important;
}

#poweredby {
    bottom: 0;
    padding: 0 0 50px;
    position: absolute;
}

#poweredby img, #poweredby p {
    float: left;
}

#poweredby img {
    height: 20px;
}

#poweredby p {
    font-size: 0.7em;
    margin-right: 5px;
    padding-top: 10px;
}

#legal {
    bottom: 20px;
    color: #FFFFFF;
    font-size: 0.6em;
    position: absolute;
    right: 15px;
    text-align: right;
    width: 100%;
}

.languagelist
{
    width:150px;
    font-size:90%;
}

/*Captcha classes*/
.captcha
{     
     margin:15px 0;
}

.captcha >p
{
    margin-top:20px;
     font-size:85%;
}

.captcha >p,.captcha >input,.captcha >span, .captcha >img
{          
    margin:5px;     
}



