﻿/* 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
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/*styles for File Management*/

#DeleteSelectedFiles
{
    background: none;
    border: 0;
    color: #2B94FF;
    cursor: pointer;
}

ul.FileManLinks li
{
    display: inline;
}

ul.FileManLinks li a
{
    text-decoration: underline;
}

p.FileManCwd
{
    color: Gray;
    font-size: 1.2em;
    text-align: center;
}

ul.FileManOps li
{
    display: inline;
}

ul.FileManip
{
    margin-left: 150px;
}

ul.FileManip li
{
    display: inline;
    padding: 0px 3px 0px 3px;
}

#HelpOutput
{
    border: 1px solid grey;
    margin-bottom: 20px;
    color: #2B94FF;
}


#FileManipSelectAllFiles
{
    margin-left: 100px;
}


/* Error Controller Styles */
#HttpError
{
    color: #000;
    background-color: #ff0;
    font-weight: 900;
    border: thick solid red;
    padding: 0 15px;
}

.fc-widget-content
{
    color: black;
    font-family: Arial;
    font-size: 12px;
}
.fc-widget-header
{
    font-weight: bold;
    font-family: Arial;
    color: #fff;
}

.fc-slot16
{
    background: #EDC0BF;
}

.fc-slot20
{
    background: #EDC0BF;
}

.fc-slot24
{
    background: #EDC0BF;
}

.fc-slot28
{
    background: #EDC0BF;
}

.fc-minor
{
    background: white;
}

.timeOfDay {
    color: #0F3257;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

.cust-name {
    color: #2EC2FF;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.serviceType {
    font-weight: bold;
    color: #222;
    font-size: 12px;
    margin-bottom: 3px;
    font-style: italic;
}

.cust-address {
    font-weight: normal;
    color: #007EFF;
    margin-bottom: 3px;
    font-weight: bold;
}

.cust-phone {
    font-weight: normal;
    color: #0F3257;
    margin-bottom: 3px;
    font-weight: bold;
}

.HouseSize {
    font-weight: normal;
    color: #0F3257;
    margin-bottom: 3px;
    font-weight: bold;
}

.description {
    line-height: 14px;
    font-size: 12px;
    color: #777;
}


