﻿#tblLoteFacturas td{
    padding: 4px;
}

.errorlist {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.errorlist {
    list-style: none;
}

.table-nonfluid {
   width: auto !important;
}

#searchTitulo .button, .derecha {
    text-align: right;
    vertical-align: text-bottom;
    height:60px;
}
#searchTitulo .tittle {
    height:60px;
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}