File "firma-20260419140541.css"

Full Path: C:/wamp64/www/APPSST/css/firma-20260419140541.css
File size: 1.23 KB
MIME-type: text/plain
Charset: utf-8

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

td {
    text-align: center;
  }

.tbl {
margin: 5px;
border-radius: 5px;
}

div#tablaManual_wrapper {
width: 80%;
}

.fontTitulo{
    color: rgb(255 138 55);
}

.titulosTabla{
    background-color: rgb(255, 138, 55);
}

.btn-red {
    background-color: rgb(220, 53, 69); /* Color de fondo rojo */
    color: #fff; /* Color del texto */
    font-size: 12px;
    padding: 10px 45px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none; /* Para eliminar el subrayado en enlaces */
    display: inline-block; /* Para que el enlace se comporte como un botón */
}

.btn-red:hover,
.btn-red:focus {
    background-color: rgb(220, 53, 69); /* Mantener el color de fondo rojo */
    color: #fff; /* Mantener el color del texto blanco */
}

table.dataTable.no-footer {
    border-collapse: collapse;
    border: 1px; /* Aquí puedes definir el tipo de borde y el color */
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}