﻿div.branding
{
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 1;
    width: 450px;
    height: 100%;
    position: fixed;
    overflow: hidden;
    text-align: left;
    background: #2B579A;
    vertical-align: middle;
}

div.login_panel
{
    z-index: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    float: right;
    color: #464646;
    position: fixed;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;
    background: #F1F1F1;
    padding-left: 450px;
    vertical-align: middle;
    font-size: 14px;
}

.tblBranding,
.tblLoginPanel
{ 
	margin: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.tblBranding
{ 
	text-align: center;
}

.tblLoginPanel
{ 
    padding-left: 50px;
}

.cellLoginTitle
{
    color: #2B579A;
    font-size: 40px;
    padding-bottom: 25px;
}

html body .riSingle .riTextBox,
html body .RadInput .riTextBox
{
    height: 34px !important;
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#tdAutoLoginCheckBox,
#tdStaySignedInCheckBox
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.RadButton.rbSkinnedButton
{
    height: 35px !important;
}

.RadButton .rbPrimaryIcon
{
    top: 2px !important;
    left: 0 !important;
    width: 32px !important;
    height: 32px !important;
}

.RadButton .rbDecorated.rbPrimary
{
    height: 32px !important;
    margin-top: 0 !important;
    color: #2B579A !important;
    font-size: 20px !important;
    margin-left: 10px !important;
}

.RadButton .rbSplitLeft,
.RadButton .rbSplitRight,
.RadButton .rbDecorated,
.rbSkinnedButton.RadButton,
.rbVerticalButton.RadButton,
.rbVerticalButton.RadButton .rbDecorated,
.RadForm.rfdButton a.rfdSkinnedButton,
.RadForm.rfdButton input[type="button"].rfdDecorated,
.RadForm.rfdButton input[type="reset"],
.RadForm.rfdButton input[type="submit"].rfdDecorated,
.RadForm.rfdButton .rfdSkinnedButton button
{
    background: transparent !important;
}

.RadButton .rbSplitLeft:hover,
.RadButton .rbSplitRight:hover,
.RadButton .rbDecorated:hover,
.rbSkinnedButton.RadButton:hover,
.rbVerticalButton.RadButton:hover,
.rbVerticalButton.RadButton .rbDecorated:hover,
.RadForm.rfdButton a.rfdSkinnedButton:hover,
.RadForm.rfdButton input[type="button"].rfdDecorated:hover,
.RadForm.rfdButton input[type="reset"]:hover,
.RadForm.rfdButton input[type="submit"].rfdDecorated:hover,
.RadForm.rfdButton .rfdSkinnedButton button:hover,
.RadForm.rfdButton .rbHovered *
{
    color: #3399FF !important;
    background-color: transparent !important;
}

td > a#linkForgotPassword,
td > span.lblTermsOfServiceLogin,
td > a.linkTermsOfServiceLogin {
    display: table-cell;
    padding-top: 15px;
}

a#linkForgotPassword,
a#linkForgotPassword:hover,
a.linkTermsOfServiceLogin,
a.linkTermsOfServiceLogin:hover {
    color: #2B579A;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}

a#linkForgotPassword:hover,
a.linkTermsOfServiceLogin:hover
{
    color: #3399FF !important;
}

a.linkTermsOfServiceLogin,
a.linkTermsOfServiceLogin:hover {
    font-size: 12px;
}

.lblTermsOfServiceLogin {
    color: #464646;
    font-size: 12px;
}

.DirectoryPanel {
    margin-top: 10px;
    position: relative;
}

.DirectoryHeader {
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.DirectoryItems {
    font-size: 12px;
}

.DirectoryItem {
    position: relative;
    display: block;
    min-height: 32px;
}

.DirectoryItemContent {
    margin-left: 5px;
    margin-right: 10px;
}

.DirectoryImage {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    line-height: 17px;
    margin-right: 5px;
}

.DirectoryName {
    word-break: break-all;
    white-space: nowrap;
}

.DirectoryItemLink {
    color: #2B579A;
    padding-top: 5px;
    display: block;
    background: transparent;
    text-decoration: none;
}

.DirectoryItemLink:hover {
    color: #3399FF !important;
}

.DirectoryItemInnerContent {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}