#codeigniter_profiler{
    /*    display: none;*/
}

.info-error{
    color: #e83845;
}

span.error{
    color: red;
}



.ajg_status
{
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: .7142em;
    line-height: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    margin-bottom: 5px;
    border-radius: .875rem;

}

.ajg_anulado {
    border-color: #FF3636;
    color: #FF3636 !important;
}

.ajg_realizado{}
.ajg_pendiente{}
.ajg_en_proceso{}
.ajg_devolucion{
    border-color: blue;
    color: blue !important;
}
.ajg_devolucion_realizada{}

.groceryCrudTable tr.even{
    background-color: #fff !important;
/*    border-top: solid 2px white !important;
    border-bottom: solid 2px white !important;*/
}
.groceryCrudTable tr.odd{
    background-color: #F4F7F6 !important;
/*    border-top: solid 2px white !important;
    border-bottom: solid 2px white !important;*/
}

.groceryCrudTable thead tr, .groceryCrudTable tfoot tr{
    background-color: white !important;
}

.header-mobile{
    display: none;
}

@media only screen and (max-width: 959px){
    
    .header-mobile{
        display: inline-block;
        width: 40%;
    }
    
    .groceryCrudTable tr td, .groceryCrudTable tr th{
        display: block;
    }
    
    .groceryCrudTable tr th.actions{
        display: none;
    }
    
    .dataTables_filter input{
        max-width: 100px;
    }
}