

/* APPLICATION STYLES */

body { color: #000; font-weight: 400;}
b { font-weight: 700; }
label {font-weight: 700;}
h3 {font-weight: 510;}
.list-header {font-weight: 700;}
.menu-category { font-weight: 800; font-size: 15px; }
.menu-item { font-weight: 700; color:#000;}
.menu-item.active { color:#000; }
.form-control { color: #000!important; }
.record-info { border-top: solid 1px #000; color: #000; }
.tab-item { color:#000; }
.field-items-view .widget { display: flex; }
.field-items-view .widget-footer { padding: 0px; }
button.button-add.btn.btn-primary::before { content: "Agregar "; font-weight: bold;}
button.button-save.btn.btn-success.pull-right::before { content: "Guardar "; font-weight: bold; }
button.button-filter.btn.btn-primary::before { content: "Filtro "; font-weight: bold; }
button.button-filter.btn.btn-success::before { content:"Filtro "; font-weight: bold;}
button.button-edit.btn.btn-primary.pull-right::before { content: "Editar "; font-weight: bold;}
button.button-export.btn.btn-primary::before { content: "Exportar "; font-weight: bold;}
button.button-import.btn.btn-primary::before { content: "Importar "; font-weight: bold;}
#header-user-info { display: inline-block;position: relative;top: 10px; }

.overlay i {
    color: rgb(0, 0, 0);
}

.form-group.File.foto img.preview.img-thumbnail {
    width:100px;
}


.list-cell.personas-cargos_vigentes div,
.list-cell.documentos-descripcion_de_documento div,
.list-cell.documentos-asunto div{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-cell.audiencias___peticiones-motivo_o_asunto_de_la_audiencia div,
.list-cell.audiencias___peticiones-anotaciones_audiencia___peticiones div {
    width: 200px;
    white-space: normal;
}

.list-btn {
    position:relative;
    margin:5px 7px;
    top:2px;
}
