.cursor{
    cursor:pointer;
}

.table-responsive{
    margin-top:5px;
}

.bi{
   font-size:17px; 
   margin-left:8px;
}

i.bi.cursor {
    font-size: 22px; /* ajusta el tamanio a tu gusto */
}

i.bi.cursor:hover {
    color: #0893EF; 
}

.center{
    text-align:center;
}

.green{color:#28BF6B;}

.red{color:#FF412E;}

.orange{color:#F29325;}

.blue{color:#0099DD;}

@media screen and (min-width: 100px) and (max-width: 800px)
{
    .row_out
    {
        display:none;
    }
}

/************ Sistema de espera CARGADOR  ************/
#div_loading{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:30000;
    opacity:0.2;
}

#loading{
    position:fixed;
    top:50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index:30001;
    display:none;
    opacity:0.8;
}
/****************************************************/
div.upload {
    width: 39px;
    height: 42px;
    border:1px solid #D6D6D6;
    background: url(../img/upload.png) no-repeat center;
    border-radius:5px;
    overflow: hidden;
    margin:auto;
    cursor:pointer;
}

div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor:pointer;
}