@charset "utf-8";
/* CSS Document */

.centrar{ text-align:center; margin:0 auto;}
.procesando{ height:500px; margin-top:150px;}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.compactar{display:compact!important;}
.separador{ border-bottom-color: #e7e7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 10px 0px;}
#dataTables td span,
#dataTables-coches td span,
#dataTables-presupuestos td span,
#dataTables-ordenes td span,
#dataTables-facturas td span {
    display:none; 
}

.facturaModal .modal-lg {
    width: 90%;
}

.select-iconos  {
    white-space:normal;
    font-family: sans-serif, 'FontAwesome';
}