@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body  { font-family: 'Nunito', sans-serif; }
.loading{
    background: #f54949;
    position: fixed;
    right: 0;
    top: 0;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    z-index: 99999999;
    display: none
}
.cadbody{}

.lineadedatos{
    padding: 0 5px
}

.lineadedatos:hover {
    background-color: #EEEEEE
}

.group-span-filestyle label {
    margin-top: 0 !important;
    color: #FFF !important;
}

.ui-autocomplete {
    z-index:999999999 !important;
    max-height: 300px;
    overflow: auto
}
.ui-autocomplete-input {
    z-index:999999999 !important;
}  
.ui-autocomplete li{
    padding: 10px;
    font-size: 15px;
}
.ui-autocomplete-loading {
    background: white url("../../images/admin/loading.gif") right center no-repeat;
    background-size: 25px
}
@media (max-width: 1192px){
    #buscadorIndex{
        margin-top: 5px;
    }
}
label.card-filtro {
    cursor: pointer;
}
#filtros #estado_PENDIENTE:checked + label.card-filtro.PENDIENTE {
    background: #858796;
    color: #FFF
}
#filtros #estado_EN_PROGRESO:checked + label.card-filtro.EN_PROGRESO {
    background: #36b9cc;
    color: #FFF
}
#filtros #estado_CERRADO:checked + label.card-filtro.CERRADO {
    background: #1cc88a;
    color: #FFF
}

.setPrioridad {
    color: #858796 
}
