﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font: normal 12px helvetica, arial, san-serif;
    color: #ff0000;
    display: block;
    margin: 0;
    padding: 5px 0;
}
p.field-validation-error {
    float: none;
    width: auto;
    font: normal 12px helvetica, arial, san-serif;
    color: #ff0000;
    display: block;
    margin: 0;
    padding: 5px 0;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    position: relative;
}
.validation-summary-errors {
    font: normal 12px helvetica, arial, san-serif;
    color: #ff0000;
    margin: 0 0 0 20px;
    padding: 10px 0 5px 0;
}
.validation-summary-errors li {
    color: #ff0000;
    margin: 10px 0;
    list-style-type: none;
}
.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.tri-state {
    width: 6em;
}

.error {
    color: Red;
    margin: 0;
    padding: 5px 0;
}
