.container {
    width: 100% !important;
}

.dashboard .number {
    text-align: center;
    font-size: 40px;
    font-weight: bold;

}

.text-muted {
    color: #999999;
    font-size: 18px !important;
}

.btn {
    padding: 4px 7px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red !important;
    opacity: 0.4; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,0,0,0.40);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,0,0,0.40);
}

input:read-only {
    background-color: lightgray;
}

.facturacion .table th, .table td {
    padding: 5px;
}