﻿
.bottomLine
{
    border-bottom: 1px solid #334BFF;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #D8000C;
}
.validation-summary-errors p, ul
{
    line-height: 1em;
    margin-bottom: 0px;
}
.validation-summary-errors ul
{
    margin-left: 0px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 0.5em;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
    padding-left: 100px;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.forgotPasswordPane
{
    padding: 10px;
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.forgotTopPane
{
    border-bottom: 1px solid #EEE2E3;
}
.forgotLeftPane
{
    float: left;
    width: 300px;
    border-right: 1px solid #EEE2E3;
}
.forgotRightPane
{
    margin-left: 20px;
    float: left;
}


.footerContent a
{
    padding: 4px;
}
#divForgotError label
{
    margin-top: -5px;
    color: #D8000C;
}

/* Loading TR logo */
#loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 112px;
    background: #fff;
    margin-top: -56px;
    margin-left: -59px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px -2px 0px rgba(210,210,210,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px -2px 0px rgba(210,210,210,1);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px -2px 0px rgba(210,210,210,1);
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 2px 0px rgba(255,255,255,0);
    background: #fff url(images/tr-loader.gif) 38px 24px no-repeat;
}
/* Half the height */
#loader h2
{
    color: #334BFF !important;
    font-family: knowledgeRegular;
    text-align: center;
    margin-top: 79px;
    text-transform: uppercase;
    font-size: 16px;
}
