a {
    color: #047c2c;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #047c2c !important;
    border-color: #047c2c !important;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background-color: #047c2c;
}

.bg-primary {
    background-color: #047c2c !important;
}

.btn-outline-primary {
    color: #047c2c;
    border-color: #047c2c;
}

.btn-outline-primary {
    color: #fff;
    border-color: #047c2c;
    background-color: #047c2c !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}
.texto-pequeno{
    font-size: 70% !important;
}

button.dt-button:first-child, div.dt-button:first-child,
a.dt-button:first-child, input.dt-button:first-child{
    background-color: #28a745; 
}
button.dt-button:first-child:hover {
    background-color: #218838;  /* Verde más oscuro al pasar el mouse */
}

div.dt-buttons > button.dt-button.buttons-pdf.buttons-html5.btn.btn-danger{
    background-color: #d32f2f;
}

 div.dt-buttons > button.dt-button.buttons-print.btn.btn-secondary{
    background-color: #546e7a;
}
