﻿.line
{
    clear: both;
    border-bottom: 1px solid #D6E5FA;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
        
.line-error
{
    border: 2px solid #ca061c;
}
        
.label-error
{
    color: #ca061c !important;
}
        
.header-error a
{
    color: #ca061c !important;
}
        
.line:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
        
.line > div
{
    line-height: 40px;
    float: left;
}
        
.line .hint, .line .error
{
    width: 35px;
    float: right;
}
        
.line .hint img, .line .error img
{
    float:right;
    cursor: pointer;
    margin-top: 8px;
}
        
.line .error
{
    display: none;
}
        
.line-error .error
{
    display: block;
}
        
.line .input
{
    padding-right: 10px;
}
        
.line > label
{
    font-family:Arial, Helvetica, sans-serif;
    display: block;
    float:left;
    width: 140px;
    line-height: 40px;
    vertical-align: bottom;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1px;
}
        
.line .small-label
{
    font-size: 0.9em;
    color: #777777;
}
        
.rpLink .small-label
{
    font-size: 0.7em;
    color: #777777;
}
        
.line .radio-list table
{
    height: 40px;
    display: block;
    margin-top: -3px;
}
        
.line .RadComboBox 
{
    margin-top: 3px;
}

.line .RadAsyncUpload {
	margin-top: 9px;
}
        
.pagging-10 { padding: 10px; }
.hidden { display: none; }

.result-view .success-message 
{
    font-size: 1.3em;
    font-weight: bold;
    color: Green;
}

.result-view .error-message 
{
    font-size: 1.3em;
    font-weight: bold;
    color: DarkRed;
}