﻿.app-grid .cfonacot-rojo .app-field-Diferencia::after,
.cfonacot-rojo .app-field-Diferencia .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: red;
    content: "\e034";
}

.app-grid .cfonacot-amarillo .app-field-Diferencia::after,
.cfonacot-amarillo .app-field-Diferencia .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: yellow;
    content: "\e034";
}

.app-grid .cfonacot-verde .app-field-Diferencia::after,
.cfonacot-verde .app-field-Diferencia .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: green;
    content: "\e034";
}

.app-grid .cfonacot-naranja .app-field-Diferencia::after,
.cfonacot-naranja .app-field-Diferencia .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: orange;
    content: "\e034";
}

.app-grid .estatusEmpleado-azul .app-field-Clave_Empleado::after,
.estatusEmpleado-azul .app-field-Clave_Empleado .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: blue;
    content: "\e034";
}

.app-grid .estatusEmpleado-verde .app-field-Clave_Empleado::after,
.estatusEmpleado-verde .app-field-Clave_Empleado .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: green;
    content: "\e034";
}

.app-grid .estatusEmpleado-rojo .app-field-Clave_Empleado::after,
.estatusEmpleado-rojo .app-field-Clave_Empleado .app-field-data::after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: .5em;
    /* change these properties  */
    color: red;
    content: "\e034";
}