﻿
/*---- Estilos de colores ----*/ 
.colorGreen {
    color: green;
}

.colorRed {
    color: red;
}

.colorGrey {
    color: grey;
}

.colorWarning {
    color: #ffc107;
}

.colorInfo {
    color: #17a2b8;
}

.colorDanger {
    color: #dc3545;
}

.btn-darkblue, .btn-darkblue.disabled {
    background: #405266 !important;
    border: 1px solid #405266;
    color: #ffffff !important;
}

.btn-darkblue:hover, .btn-darkblue.disabled:hover {
    background: #405266;
    opacity: 0.8;
    border: 1px solid #405266;
}
a.enlace-color:hover {
    color: blue !important;
}
a.enlace-color {
    color: black !important;
}
.highlight {
    background-color: #c2f0c8; /* Cambia este color según tus preferencias */
}
.table tbody tr:hover {
    background-color: #c2f0c8; /* Cambia este color según tus preferencias */
}
.table-link {
    cursor: pointer;
}