/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 */

.reporte_seleccionada_1 {
    background-color: #d4edda !important;
}

.reporte_seleccionada_2 {
    background-color: #fff3cd !important;
}

.reporte_seleccionada_3 {
    background-color: #f8d7da !important;
}

.reporte_seleccionada_neutro {
    background-color: #d6d8d9;
}

.puntaje {
    position: relative;
    float: right;
    border: 1px solid black;
    padding: 10px 30px;
    top: -10px;
    text-transform: capitalize;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
    .reporte_seleccionada_1 td {
        background-color: #d4edda !important;
        -webkit-print-color-adjust: exact;
    }
    .reporte_seleccionada_2 td {
        background-color: #fff3cd !important;
        -webkit-print-color-adjust: exact;
    }
    .reporte_seleccionada_3 td {
        background-color: #f8d7da !important;
        -webkit-print-color-adjust: exact;
    }
    .reporte_seleccionada_neutro td {
        background-color: #d6d8d9 !important;
        -webkit-print-color-adjust: exact;
    }
}