/* ***************** Llamados Overwrite Styles ****************** */


html.rebranding .styled-table .status {
    color: #006DCC;
}

html.rebranding .cell.ver-mas .link {
    color: #005CAA;
}

html.rebranding .llamados-link-rafisa_span {
    color: #08528D;
}


/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {

    html.rebranding .styled-table .head {
        background: #F3F5F7;
    }

    html.rebranding .styled-table .body .cell {
        border: 1px solid #E7EBEF;
    }

    html.rebranding .cell.ver-mas .link:hover,
    html.rebranding .cell.ver-mas .link:focus{
        color: #e0b400;
    }

    html.rebranding .descarga-pdf .pdf:hover .link {
        color: #E0B400;
    }
}