﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/* 
* ==================================================================
Personalizaciones
* ==================================================================

*/


/* Formato de breadcrumb */
.container .breadcrumb {
    margin: 10px 15px 20px -15px;
}

/*Para las formas de creacion, edicion y detalle: */ 
.formaCRUD {
    padding-left:0px;
    padding-right:50px;
}

.formaCRUD .panel .panel-heading .panel-title {
        font-size:12px;
        height:10px;
    }


/*Formato de despliegue de errores*/
.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;
}

.has-error {
   color: #b94a48;
}

