.elisu_L {
    background-color: #009900;
}

.elisu_S {
    background-color: #A32D00;
}

.elisu_R {
    background-color: #006600;
}

.elisu_AV {
    background-color: #000000;
    color: #FFFFFF
}

.elisu_BL {
    background-color: #D119CF
}

tr.creado {
    border-color: #008000;
    border-width: 1px;
}

tr.modificado {
    border-color: #E8941E;
    border-width: 1px;
}

#ordenahabitacionesplanta {
    position: fixed;
    top: 60px;
    right: 0px;
    width: 20px;
    z-index: 1;
}

.ffminci_urgente {
    border: 2px solid red;
}

.pruebas {
    background-color: #E8941E
}

#panel_table-ffminci tr {
    height: 35px;
}

.ui-mini {
    margin: 0.1em;
    font-size:  10px !important
}

#table-ffminci thead tr{
    background-color: rgb(51, 122, 183) !important;
}

#table-ffminci thead tr th{
    color: white !important;
}

#mensaje_footer_container {
    position: relative;
    z-index: 9999;
}

.mensaje-footer-dinamico {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



#table-ffminci tr:nth-child(odd) {
    background-color:#f2f2f2;
}
#table-ffminci tr:nth-child(even) {
    background-color:#fbfbfb;
}


.incidencia_actual{
    background-color: #e8f5e9 !important;
    border-left: 4px solid #4caf50 !important;
    font-size: large;
}

#table-ffminci tbody tr.fila-seleccionada {
    background-color: #e3f2fd !important;
    border-left: 4px solid #2196F3 !important;
}

#table-ffminci tbody tr.fila-seleccionada td {
    background-color: #e3f2fd !important;
    font-weight: 500;
}