﻿/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.upper-text {
    text-transform: uppercase;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    color: #B94A48 !Important;
    border-color: #B94A48 !Important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

div.dialog-loading {
    float: left; 
    margin-top:8px;
    display: none;
}

div.DisplayMoneda {
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-align: right;
}

div.DisplayMoneda span:first-child {
    float: left
}

.Borde-Gris {
    border: 1px solid #e5e5e5;
}

.shadow 
{
    border: 1px solid black;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
    padding: 20px;
    margin-top: 10px;
}   

.no-margin 
{
    margin: 0px;
    }