@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;
    }
}
.contGrilla a.sortGrid {
    color: #858796
}
.DESC:after {
    content: '\f0de';
    font-family: 'Font Awesome 5 Free';
    width: 50px;
    height: 50px;
    display: inline;
    color: #858796;
}
.ASC:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    width: 50px;
    height: 50px;
    display: inline;
    color: #858796;
}
.sidebar.toggled .nav-item .nav-link span {
    font-weight: 700
}
