.enrollment-index .box_enrollment
{
    animation-name: out_index_box;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

.enrollment-index .box_enrollment:hover
{
    animation-name: hover_index_box;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.marcetEnrollmentViewPendingValue
{
    color:red;
}

.marcetEnrollmentViewAnnulDebt
{
    text-decoration: line-through;
}
